/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --dark-gray-text: #D8D8D8;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
.general__title__container .subtitle,
.faculty__banner__container .subtitle,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a .disabled {
  pointer-events: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}
pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
  vertical-align: middle;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
  appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
  -webkit-appearance: listbox;
  appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: none;
  appearance: none;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
.general__title__container .subtitle,
.faculty__banner__container .subtitle,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2,
.general__title__container .subtitle,
.faculty__banner__container .subtitle {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 80%;
}
.blockquote-footer::before {
  content: '— ';
}
.img-fluid {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  height: auto;
  max-width: 100%;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #6c757d;
  font-size: 90%;
}
code {
  color: #e83e8c;
  font-size: 87.5%;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}
pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.footer__container,
.gallery__title,
.related-carousel__title,
.related-carousel__container,
.home__conferences__title,
.home__offerings__container,
.about__jobs__container,
.search__recommendations__title,
.search__recommendations__container,
.dashboard-education__recommendations__title,
.dashboard-education__recommendations__container,
.course-listing__container,
.course-listing__recommendations__title,
.course-listing__recommendations__container,
.blog-taxonomy__container,
.conference-venue__visiting__title,
.class-landing__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .footer__container,
  .gallery__title,
  .related-carousel__title,
  .related-carousel__container,
  .home__conferences__title,
  .home__offerings__container,
  .about__jobs__container,
  .search__recommendations__title,
  .search__recommendations__container,
  .dashboard-education__recommendations__title,
  .dashboard-education__recommendations__container,
  .course-listing__container,
  .course-listing__recommendations__title,
  .course-listing__recommendations__container,
  .blog-taxonomy__container,
  .conference-venue__visiting__title,
  .class-landing__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .footer__container,
  .gallery__title,
  .related-carousel__title,
  .related-carousel__container,
  .home__conferences__title,
  .home__offerings__container,
  .about__jobs__container,
  .search__recommendations__title,
  .search__recommendations__container,
  .dashboard-education__recommendations__title,
  .dashboard-education__recommendations__container,
  .course-listing__container,
  .course-listing__recommendations__title,
  .course-listing__recommendations__container,
  .blog-taxonomy__container,
  .conference-venue__visiting__title,
  .class-landing__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .footer__container,
  .gallery__title,
  .related-carousel__title,
  .related-carousel__container,
  .home__conferences__title,
  .home__offerings__container,
  .about__jobs__container,
  .search__recommendations__title,
  .search__recommendations__container,
  .dashboard-education__recommendations__title,
  .dashboard-education__recommendations__container,
  .course-listing__container,
  .course-listing__recommendations__title,
  .course-listing__recommendations__container,
  .blog-taxonomy__container,
  .conference-venue__visiting__title,
  .class-landing__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .footer__container,
  .gallery__title,
  .related-carousel__title,
  .related-carousel__container,
  .home__conferences__title,
  .home__offerings__container,
  .about__jobs__container,
  .search__recommendations__title,
  .search__recommendations__container,
  .dashboard-education__recommendations__title,
  .dashboard-education__recommendations__container,
  .course-listing__container,
  .course-listing__recommendations__title,
  .course-listing__recommendations__container,
  .blog-taxonomy__container,
  .conference-venue__visiting__title,
  .class-landing__container {
    max-width: 1140px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  color: #212529;
  margin-bottom: 1rem;
  width: 100%;
}
.table td,
.table th {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #212529;
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
  color: #fff;
}
.table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.table-dark {
  background-color: #343a40;
  color: #fff;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
  color: #fff;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #212529;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  align-items: center;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}
.valid-feedback {
  color: #28a745;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: center right calc(0.375em + 0.1875rem);
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
  border-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-position: center right calc(0.375em + 0.1875rem);
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
  border-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0062cc;
  border-color: #005cbf;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #1e7e34;
  border-color: #1c7430;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
}
.btn-outline-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  border-color: #28a745;
  color: #28a745;
}
.btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  color: #007bff;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  box-shadow: none;
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: '';
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-right {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}
.dropup .dropdown-toggle::after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: '';
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}
.dropright .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: '';
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropleft .dropdown-toggle::after {
  content: '';
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: '';
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='top'] {
  bottom: auto;
  right: auto;
}
.dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #6c757d;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1.5rem;
}
.btn-group,
.btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  flex: 1 1 auto;
  position: relative;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type='checkbox'],
.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  flex: 1 1 auto;
  margin-bottom: 0;
  position: relative;
  width: 1%;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .custom-file {
  align-items: center;
  display: flex;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-text input[type='checkbox'],
.input-group-text input[type='radio'] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
  color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
.custom-control-label::before {
  background-color: #fff;
  border: #adb5bd solid 1px;
  content: '';
  display: block;
  height: 1rem;
  left: -1.5rem;
  pointer-events: none;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.custom-control-label::after {
  background: no-repeat 50%/50% 50%;
  content: '';
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
  border-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  border-radius: 0.5rem;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
}
.custom-switch .custom-control-label::after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
  height: calc(1rem - 4px);
  left: calc(-2.25rem + 2px);
  top: calc(0.25rem + 2px);
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: calc(1rem - 4px);
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  width: 100%;
}
.custom-select:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  background-image: none;
  height: auto;
  padding-right: 0.75rem;
}
.custom-select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.custom-select-lg {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.custom-file {
  display: inline-block;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.custom-file-input {
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  left: 0;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.custom-file-label::after {
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  bottom: 0;
  color: #495057;
  content: 'Browse';
  display: block;
  height: calc(1.5em + 0.75rem);
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.custom-range {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  height: calc(1rem + 0.4rem);
  padding: 0;
  width: 100%;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-thumb {
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #007bff;
  color: #fff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar > .container,
.navbar > .footer__container,
.navbar > .gallery__title,
.navbar > .related-carousel__title,
.navbar > .related-carousel__container,
.navbar > .home__conferences__title,
.navbar > .home__offerings__container,
.navbar > .about__jobs__container,
.navbar > .search__recommendations__title,
.navbar > .search__recommendations__container,
.navbar > .dashboard-education__recommendations__title,
.navbar > .dashboard-education__recommendations__container,
.navbar > .course-listing__container,
.navbar > .course-listing__recommendations__title,
.navbar > .course-listing__recommendations__container,
.navbar > .blog-taxonomy__container,
.navbar > .conference-venue__visiting__title,
.navbar > .class-landing__container,
.navbar > .container-fluid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}
.navbar-text {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  background: no-repeat center center;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .footer__container,
  .navbar-expand-sm > .gallery__title,
  .navbar-expand-sm > .related-carousel__title,
  .navbar-expand-sm > .related-carousel__container,
  .navbar-expand-sm > .home__conferences__title,
  .navbar-expand-sm > .home__offerings__container,
  .navbar-expand-sm > .about__jobs__container,
  .navbar-expand-sm > .search__recommendations__title,
  .navbar-expand-sm > .search__recommendations__container,
  .navbar-expand-sm > .dashboard-education__recommendations__title,
  .navbar-expand-sm > .dashboard-education__recommendations__container,
  .navbar-expand-sm > .course-listing__container,
  .navbar-expand-sm > .course-listing__recommendations__title,
  .navbar-expand-sm > .course-listing__recommendations__container,
  .navbar-expand-sm > .blog-taxonomy__container,
  .navbar-expand-sm > .conference-venue__visiting__title,
  .navbar-expand-sm > .class-landing__container,
  .navbar-expand-sm > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .footer__container,
  .navbar-expand-sm > .gallery__title,
  .navbar-expand-sm > .related-carousel__title,
  .navbar-expand-sm > .related-carousel__container,
  .navbar-expand-sm > .home__conferences__title,
  .navbar-expand-sm > .home__offerings__container,
  .navbar-expand-sm > .about__jobs__container,
  .navbar-expand-sm > .search__recommendations__title,
  .navbar-expand-sm > .search__recommendations__container,
  .navbar-expand-sm > .dashboard-education__recommendations__title,
  .navbar-expand-sm > .dashboard-education__recommendations__container,
  .navbar-expand-sm > .course-listing__container,
  .navbar-expand-sm > .course-listing__recommendations__title,
  .navbar-expand-sm > .course-listing__recommendations__container,
  .navbar-expand-sm > .blog-taxonomy__container,
  .navbar-expand-sm > .conference-venue__visiting__title,
  .navbar-expand-sm > .class-landing__container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .footer__container,
  .navbar-expand-md > .gallery__title,
  .navbar-expand-md > .related-carousel__title,
  .navbar-expand-md > .related-carousel__container,
  .navbar-expand-md > .home__conferences__title,
  .navbar-expand-md > .home__offerings__container,
  .navbar-expand-md > .about__jobs__container,
  .navbar-expand-md > .search__recommendations__title,
  .navbar-expand-md > .search__recommendations__container,
  .navbar-expand-md > .dashboard-education__recommendations__title,
  .navbar-expand-md > .dashboard-education__recommendations__container,
  .navbar-expand-md > .course-listing__container,
  .navbar-expand-md > .course-listing__recommendations__title,
  .navbar-expand-md > .course-listing__recommendations__container,
  .navbar-expand-md > .blog-taxonomy__container,
  .navbar-expand-md > .conference-venue__visiting__title,
  .navbar-expand-md > .class-landing__container,
  .navbar-expand-md > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .footer__container,
  .navbar-expand-md > .gallery__title,
  .navbar-expand-md > .related-carousel__title,
  .navbar-expand-md > .related-carousel__container,
  .navbar-expand-md > .home__conferences__title,
  .navbar-expand-md > .home__offerings__container,
  .navbar-expand-md > .about__jobs__container,
  .navbar-expand-md > .search__recommendations__title,
  .navbar-expand-md > .search__recommendations__container,
  .navbar-expand-md > .dashboard-education__recommendations__title,
  .navbar-expand-md > .dashboard-education__recommendations__container,
  .navbar-expand-md > .course-listing__container,
  .navbar-expand-md > .course-listing__recommendations__title,
  .navbar-expand-md > .course-listing__recommendations__container,
  .navbar-expand-md > .blog-taxonomy__container,
  .navbar-expand-md > .conference-venue__visiting__title,
  .navbar-expand-md > .class-landing__container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .footer__container,
  .navbar-expand-lg > .gallery__title,
  .navbar-expand-lg > .related-carousel__title,
  .navbar-expand-lg > .related-carousel__container,
  .navbar-expand-lg > .home__conferences__title,
  .navbar-expand-lg > .home__offerings__container,
  .navbar-expand-lg > .about__jobs__container,
  .navbar-expand-lg > .search__recommendations__title,
  .navbar-expand-lg > .search__recommendations__container,
  .navbar-expand-lg > .dashboard-education__recommendations__title,
  .navbar-expand-lg > .dashboard-education__recommendations__container,
  .navbar-expand-lg > .course-listing__container,
  .navbar-expand-lg > .course-listing__recommendations__title,
  .navbar-expand-lg > .course-listing__recommendations__container,
  .navbar-expand-lg > .blog-taxonomy__container,
  .navbar-expand-lg > .conference-venue__visiting__title,
  .navbar-expand-lg > .class-landing__container,
  .navbar-expand-lg > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .footer__container,
  .navbar-expand-lg > .gallery__title,
  .navbar-expand-lg > .related-carousel__title,
  .navbar-expand-lg > .related-carousel__container,
  .navbar-expand-lg > .home__conferences__title,
  .navbar-expand-lg > .home__offerings__container,
  .navbar-expand-lg > .about__jobs__container,
  .navbar-expand-lg > .search__recommendations__title,
  .navbar-expand-lg > .search__recommendations__container,
  .navbar-expand-lg > .dashboard-education__recommendations__title,
  .navbar-expand-lg > .dashboard-education__recommendations__container,
  .navbar-expand-lg > .course-listing__container,
  .navbar-expand-lg > .course-listing__recommendations__title,
  .navbar-expand-lg > .course-listing__recommendations__container,
  .navbar-expand-lg > .blog-taxonomy__container,
  .navbar-expand-lg > .conference-venue__visiting__title,
  .navbar-expand-lg > .class-landing__container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .footer__container,
  .navbar-expand-xl > .gallery__title,
  .navbar-expand-xl > .related-carousel__title,
  .navbar-expand-xl > .related-carousel__container,
  .navbar-expand-xl > .home__conferences__title,
  .navbar-expand-xl > .home__offerings__container,
  .navbar-expand-xl > .about__jobs__container,
  .navbar-expand-xl > .search__recommendations__title,
  .navbar-expand-xl > .search__recommendations__container,
  .navbar-expand-xl > .dashboard-education__recommendations__title,
  .navbar-expand-xl > .dashboard-education__recommendations__container,
  .navbar-expand-xl > .course-listing__container,
  .navbar-expand-xl > .course-listing__recommendations__title,
  .navbar-expand-xl > .course-listing__recommendations__container,
  .navbar-expand-xl > .blog-taxonomy__container,
  .navbar-expand-xl > .conference-venue__visiting__title,
  .navbar-expand-xl > .class-landing__container,
  .navbar-expand-xl > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .footer__container,
  .navbar-expand-xl > .gallery__title,
  .navbar-expand-xl > .related-carousel__title,
  .navbar-expand-xl > .related-carousel__container,
  .navbar-expand-xl > .home__conferences__title,
  .navbar-expand-xl > .home__offerings__container,
  .navbar-expand-xl > .about__jobs__container,
  .navbar-expand-xl > .search__recommendations__title,
  .navbar-expand-xl > .search__recommendations__container,
  .navbar-expand-xl > .dashboard-education__recommendations__title,
  .navbar-expand-xl > .dashboard-education__recommendations__container,
  .navbar-expand-xl > .course-listing__container,
  .navbar-expand-xl > .course-listing__recommendations__title,
  .navbar-expand-xl > .course-listing__recommendations__container,
  .navbar-expand-xl > .blog-taxonomy__container,
  .navbar-expand-xl > .conference-venue__visiting__title,
  .navbar-expand-xl > .class-landing__container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .footer__container,
.navbar-expand > .gallery__title,
.navbar-expand > .related-carousel__title,
.navbar-expand > .related-carousel__container,
.navbar-expand > .home__conferences__title,
.navbar-expand > .home__offerings__container,
.navbar-expand > .about__jobs__container,
.navbar-expand > .search__recommendations__title,
.navbar-expand > .search__recommendations__container,
.navbar-expand > .dashboard-education__recommendations__title,
.navbar-expand > .dashboard-education__recommendations__container,
.navbar-expand > .course-listing__container,
.navbar-expand > .course-listing__recommendations__title,
.navbar-expand > .course-listing__recommendations__container,
.navbar-expand > .blog-taxonomy__container,
.navbar-expand > .conference-venue__visiting__title,
.navbar-expand > .class-landing__container,
.navbar-expand > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .footer__container,
.navbar-expand > .gallery__title,
.navbar-expand > .related-carousel__title,
.navbar-expand > .related-carousel__container,
.navbar-expand > .home__conferences__title,
.navbar-expand > .home__offerings__container,
.navbar-expand > .about__jobs__container,
.navbar-expand > .search__recommendations__title,
.navbar-expand > .search__recommendations__container,
.navbar-expand > .dashboard-education__recommendations__title,
.navbar-expand > .dashboard-education__recommendations__container,
.navbar-expand > .course-listing__container,
.navbar-expand > .course-listing__recommendations__title,
.navbar-expand > .course-listing__recommendations__container,
.navbar-expand > .blog-taxonomy__container,
.navbar-expand > .conference-venue__visiting__title,
.navbar-expand > .class-landing__container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-bottom: 0;
  margin-top: -0.375rem;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.card-header-pills {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.card-img-overlay {
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.card-img {
  border-radius: calc(0.25rem - 1px);
  width: 100%;
}
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  width: 100%;
}
.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  width: 100%;
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    -moz-column-gap: 1.25rem;
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
  content: '/';
  display: inline-block;
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  border-radius: 0.25rem;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #007bff;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #0056b3;
  text-decoration: none;
  z-index: 2;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
  z-index: 2;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  margin-left: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 1;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.badge {
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: baseline;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.badge-primary {
  background-color: #007bff;
  color: #fff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  background-color: #0062cc;
  color: #fff;
}
a.badge-primary.focus,
a.badge-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  outline: 0;
}
.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  background-color: #545b62;
  color: #fff;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  outline: 0;
}
.badge-success {
  background-color: #28a745;
  color: #fff;
}
a.badge-success:focus,
a.badge-success:hover {
  background-color: #1e7e34;
  color: #fff;
}
a.badge-success.focus,
a.badge-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  outline: 0;
}
.badge-info {
  background-color: #17a2b8;
  color: #fff;
}
a.badge-info:focus,
a.badge-info:hover {
  background-color: #117a8b;
  color: #fff;
}
a.badge-info.focus,
a.badge-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  outline: 0;
}
.badge-warning {
  background-color: #ffc107;
  color: #212529;
}
a.badge-warning:focus,
a.badge-warning:hover {
  background-color: #d39e00;
  color: #212529;
}
a.badge-warning.focus,
a.badge-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  outline: 0;
}
.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
a.badge-danger:focus,
a.badge-danger:hover {
  background-color: #bd2130;
  color: #fff;
}
a.badge-danger.focus,
a.badge-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  outline: 0;
}
.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}
a.badge-light:focus,
a.badge-light:hover {
  background-color: #dae0e5;
  color: #212529;
}
a.badge-light.focus,
a.badge-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  outline: 0;
}
.badge-dark {
  background-color: #343a40;
  color: #fff;
}
a.badge-dark:focus,
a.badge-dark:hover {
  background-color: #1d2124;
  color: #fff;
}
a.badge-dark.focus,
a.badge-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  outline: 0;
}
.jumbotron {
  background-color: #e9ecef;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.alert-primary {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
  color: #383d41;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #818182;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: flex;
  font-size: 0.75rem;
  height: 1rem;
  overflow: hidden;
}
.progress-bar {
  background-color: #007bff;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  align-items: flex-start;
  display: flex;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:active {
  background-color: #e9ecef;
  color: #212529;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  margin-bottom: -1px;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-bottom: 0;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.list-group-item.active {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 2;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-right: -1px;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-right: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-right: 0;
  }
}
.list-group-flush .list-group-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.list-group-item-primary {
  background-color: #b8daff;
  color: #004085;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #9fcdff;
  color: #004085;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #004085;
  border-color: #004085;
  color: #fff;
}
.list-group-item-secondary {
  background-color: #d6d8db;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #c8cbcf;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #383d41;
  border-color: #383d41;
  color: #fff;
}
.list-group-item-success {
  background-color: #c3e6cb;
  color: #155724;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #b1dfbb;
  color: #155724;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #155724;
  border-color: #155724;
  color: #fff;
}
.list-group-item-info {
  background-color: #bee5eb;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #abdde5;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #0c5460;
  border-color: #0c5460;
  color: #fff;
}
.list-group-item-warning {
  background-color: #ffeeba;
  color: #856404;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #ffe8a1;
  color: #856404;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #856404;
  border-color: #856404;
  color: #fff;
}
.list-group-item-danger {
  background-color: #f5c6cb;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #f1b0b7;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #721c24;
  border-color: #721c24;
  color: #fff;
}
.list-group-item-light {
  background-color: #fdfdfe;
  color: #818182;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #ececf6;
  color: #818182;
}
.list-group-item-light.list-group-item-action.active {
  background-color: #818182;
  border-color: #818182;
  color: #fff;
}
.list-group-item-dark {
  background-color: #c6c8ca;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #b9bbbe;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
  color: #fff;
}
.close {
  color: #000;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  max-width: 350px;
  opacity: 0;
  overflow: hidden;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #6c757d;
  display: flex;
  padding: 0.25rem 0.75rem;
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  content: '';
  display: block;
  height: calc(100vh - 1rem);
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  align-items: flex-start;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem 1rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.modal-footer {
  align-items: center;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: break-word;
  z-index: 1070;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .arrow::before {
  border-color: transparent;
  border-style: solid;
  content: '';
  position: absolute;
}
.bs-tooltip-auto[x-placement^='top'],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^='top'] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^='top'] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: 0;
}
.bs-tooltip-auto[x-placement^='right'],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^='right'] .arrow,
.bs-tooltip-right .arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^='right'] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: 0;
}
.bs-tooltip-auto[x-placement^='bottom'],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^='bottom'] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: 0;
}
.bs-tooltip-auto[x-placement^='left'],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^='left'] .arrow,
.bs-tooltip-left .arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^='left'] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: 0;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 0.25rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.popover {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: break-word;
  z-index: 1060;
}
.popover .arrow {
  display: block;
  height: 0.5rem;
  margin: 0 0.3rem;
  position: absolute;
  width: 1rem;
}
.popover .arrow::after,
.popover .arrow::before {
  border-color: transparent;
  border-style: solid;
  content: '';
  display: block;
  position: absolute;
}
.bs-popover-auto[x-placement^='top'],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^='top'] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^='top'] > .arrow::before,
.bs-popover-top > .arrow::before {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}
.bs-popover-auto[x-placement^='top'] > .arrow::after,
.bs-popover-top > .arrow::after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 1px;
}
.bs-popover-auto[x-placement^='right'],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^='right'] > .arrow,
.bs-popover-right > .arrow {
  height: 1rem;
  left: calc((0.5rem + 1px) * -1);
  margin: 0.3rem 0;
  width: 0.5rem;
}
.bs-popover-auto[x-placement^='right'] > .arrow::before,
.bs-popover-right > .arrow::before {
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}
.bs-popover-auto[x-placement^='right'] > .arrow::after,
.bs-popover-right > .arrow::after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 1px;
}
.bs-popover-auto[x-placement^='bottom'],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^='bottom'] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^='bottom'] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem 0.5rem;
  top: 0;
}
.bs-popover-auto[x-placement^='bottom'] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  top: 1px;
}
.bs-popover-auto[x-placement^='bottom'] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  border-bottom: 1px solid #f7f7f7;
  content: '';
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.bs-popover-auto[x-placement^='left'],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^='left'] > .arrow,
.bs-popover-left > .arrow {
  height: 1rem;
  margin: 0.3rem 0;
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
}
.bs-popover-auto[x-placement^='left'] > .arrow::before,
.bs-popover-left > .arrow::before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}
.bs-popover-auto[x-placement^='left'] > .arrow::after,
.bs-popover-left > .arrow::after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 1px;
}
.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  color: #212529;
  padding: 0.5rem 0.75rem;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-inner::after {
  clear: both;
  content: '';
  display: block;
}
.carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
  transition: 0s 0.6s opacity;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: no-repeat 50%/100% 100%;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 15;
}
.carousel-indicators li {
  background-clip: padding-box;
  background-color: #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: text-bottom;
  width: 2rem;
}
.spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: text-bottom;
  width: 2rem;
}
.spinner-grow-sm {
  height: 1rem;
  width: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  clear: both;
  content: '';
  display: block;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive::before {
  content: '';
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: ' (' attr(title) ')';
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  .general__title__container .subtitle,
  .faculty__banner__container .subtitle,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  .general__title__container .subtitle,
  .faculty__banner__container .subtitle,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container,
  .footer__container,
  .gallery__title,
  .related-carousel__title,
  .related-carousel__container,
  .home__conferences__title,
  .home__offerings__container,
  .about__jobs__container,
  .search__recommendations__title,
  .search__recommendations__container,
  .dashboard-education__recommendations__title,
  .dashboard-education__recommendations__container,
  .course-listing__container,
  .course-listing__recommendations__title,
  .course-listing__recommendations__container,
  .blog-taxonomy__container,
  .conference-venue__visiting__title,
  .class-landing__container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    border-color: #dee2e6;
    color: inherit;
  }
}
@font-face {
  font-family: 'swiper-icons';
  font-style: normal;
  font-weight: 400;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #000;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}
button.swiper-pagination-bullet {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  -ms-touch-action: none;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}
.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  -o-object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow {
  background: #000;
  bottom: 0;
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  left: 0;
  padding: 4px;
  top: 0;
}
.datepicker-dropdown:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 0;
  content: '';
  display: inline-block;
  position: absolute;
}
.datepicker-dropdown:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  content: '';
  display: inline-block;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
  bottom: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  border-bottom: 0;
  border-top: 6px solid #fff;
  bottom: -6px;
}
.datepicker table {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  margin: 0;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  border: none;
  border-radius: 4px;
  height: 30px;
  text-align: center;
  width: 30px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
  color: #000;
}
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
  background-color: #afd9ee;
  border-color: #298fc2;
  color: #000;
}
.datepicker table tr td.highlighted:hover {
  background-color: #afd9ee;
  border-color: #52addb;
  color: #000;
}
.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active {
  background-color: #afd9ee;
  border-color: #52addb;
  color: #000;
}
.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
  background-color: #91cbe8;
  border-color: #298fc2;
  color: #000;
}
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}
.datepicker table tr td.today {
  background-color: #ffdb99;
  border-color: #ffb733;
  color: #000;
}
.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
  background-color: #ffc966;
  border-color: #b37400;
  color: #000;
}
.datepicker table tr td.today:hover {
  background-color: #ffc966;
  border-color: #f59e00;
  color: #000;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today:active {
  background-color: #ffc966;
  border-color: #f59e00;
  color: #000;
}
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
  background-color: #ffbc42;
  border-color: #b37400;
  color: #000;
}
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}
.datepicker table tr td.range {
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
  color: #000;
}
.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
  background-color: #d5d5d5;
  border-color: #7c7c7c;
  color: #000;
}
.datepicker table tr td.range:hover {
  background-color: #d5d5d5;
  border-color: #9d9d9d;
  color: #000;
}
.datepicker table tr td.range.active,
.datepicker table tr td.range:active {
  background-color: #d5d5d5;
  border-color: #9d9d9d;
  color: #000;
}
.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
  background-color: #c3c3c3;
  border-color: #7c7c7c;
  color: #000;
}
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}
.datepicker table tr td.range.highlighted {
  background-color: #e4eef3;
  border-color: #9dc1d3;
  color: #000;
}
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
  background-color: #c1d7e3;
  border-color: #4b88a6;
  color: #000;
}
.datepicker table tr td.range.highlighted:hover {
  background-color: #c1d7e3;
  border-color: #73a6c0;
  color: #000;
}
.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active {
  background-color: #c1d7e3;
  border-color: #73a6c0;
  color: #000;
}
.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
  background-color: #a8c8d8;
  border-color: #4b88a6;
  color: #000;
}
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}
.datepicker table tr td.range.today {
  background-color: #f7ca77;
  border-color: #f1a417;
  color: #000;
}
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
  background-color: #f4b747;
  border-color: #815608;
  color: #000;
}
.datepicker table tr td.range.today:hover {
  background-color: #f4b747;
  border-color: #bf800c;
  color: #000;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active {
  background-color: #f4b747;
  border-color: #bf800c;
  color: #000;
}
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
  background-color: #f2aa25;
  border-color: #815608;
  color: #000;
}
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  background-color: #777;
  border-color: #555;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
  background-color: #5e5e5e;
  border-color: #161616;
  color: #fff;
}
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:hover {
  background-color: #5e5e5e;
  border-color: #373737;
  color: #fff;
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected:active {
  background-color: #5e5e5e;
  border-color: #373737;
  color: #fff;
}
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
  background-color: #4c4c4c;
  border-color: #161616;
  color: #fff;
}
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
  background-color: #286090;
  border-color: #122b40;
  color: #fff;
}
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  background-color: #204d74;
  border-color: #122b40;
  color: #fff;
}
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
  background-color: #286090;
  border-color: #122b40;
  color: #fff;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
  background-color: #204d74;
  border-color: #122b40;
  color: #fff;
}
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
  width: 12px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  border-width: 1px 0;
  line-height: 1.42857143;
  margin-left: -5px;
  margin-right: -5px;
  min-width: 16px;
  padding: 4px 5px;
  width: auto;
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-300.eot');
  src: local('Roboto Light'), local('Roboto-Light'),
    url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-v20-latin-300.woff2') format('woff2'),
    url('../fonts/roboto-v20-latin-300.woff') format('woff'),
    url('../fonts/roboto-v20-latin-300.ttf') format('truetype'),
    url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot');
  src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'),
    url('../fonts/roboto-v20-latin-regular.woff') format('woff'),
    url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'),
    url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'),
    url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-v20-latin-500.woff2') format('woff2'),
    url('../fonts/roboto-v20-latin-500.woff') format('woff'),
    url('../fonts/roboto-v20-latin-500.ttf') format('truetype'),
    url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-v20-latin-700.woff2') format('woff2'),
    url('../fonts/roboto-v20-latin-700.woff') format('woff'),
    url('../fonts/roboto-v20-latin-700.ttf') format('truetype'),
    url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
}
.collapsing {
  transition: height 0.2s ease;
}
.float-up {
  transform: translateY(25px);
  transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .float-up {
    transform: translateY(50px);
  }
}
.float-up.in-view {
  transform: translateY(0);
}
.float-down {
  transform: translateY(-25px);
  transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .float-down {
    transform: translateY(-50px);
  }
}
.float-down.in-view {
  transform: translateY(0);
}
.zoom {
  transform: scale(1);
}
.zoom.in-view {
  -webkit-animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@-webkit-keyframes float-up {
  0% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-up {
  0% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes float-down {
  0% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-down {
  0% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.025);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.025);
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes draw-border-navy-1 {
  0% {
    border-bottom-color: transparent;
    border-left-color: #003678;
    height: 0;
    width: 0;
  }
  50% {
    border-bottom-color: #003678;
    border-left-color: #003678;
    height: 100%;
    width: 0;
  }
  100% {
    border-bottom-color: #003678;
    border-left-color: #003678;
    height: 100%;
    width: 100%;
  }
}
@keyframes draw-border-navy-1 {
  0% {
    border-bottom-color: transparent;
    border-left-color: #003678;
    height: 0;
    width: 0;
  }
  50% {
    border-bottom-color: #003678;
    border-left-color: #003678;
    height: 100%;
    width: 0;
  }
  100% {
    border-bottom-color: #003678;
    border-left-color: #003678;
    height: 100%;
    width: 100%;
  }
}
@-webkit-keyframes draw-border-navy-2 {
  0% {
    border-right-color: #003678;
    border-top-color: transparent;
    height: 0;
    width: 0;
  }
  50% {
    border-right-color: #003678;
    border-top-color: transparent;
    height: 100%;
    width: 0;
  }
  100% {
    border-right-color: #003678;
    border-top-color: #003678;
    height: 100%;
    width: 100%;
  }
}
@keyframes draw-border-navy-2 {
  0% {
    border-right-color: #003678;
    border-top-color: transparent;
    height: 0;
    width: 0;
  }
  50% {
    border-right-color: #003678;
    border-top-color: transparent;
    height: 100%;
    width: 0;
  }
  100% {
    border-right-color: #003678;
    border-top-color: #003678;
    height: 100%;
    width: 100%;
  }
}
@-webkit-keyframes draw-border-green-1 {
  0% {
    border-bottom-color: transparent;
    border-left-color: #00969f;
    height: 0;
    width: 0;
  }
  50% {
    border-bottom-color: #00969f;
    border-left-color: #00969f;
    height: 100%;
    width: 0;
  }
  100% {
    border-bottom-color: #00969f;
    border-left-color: #00969f;
    height: 100%;
    width: 100%;
  }
}
@keyframes draw-border-green-1 {
  0% {
    border-bottom-color: transparent;
    border-left-color: #00969f;
    height: 0;
    width: 0;
  }
  50% {
    border-bottom-color: #00969f;
    border-left-color: #00969f;
    height: 100%;
    width: 0;
  }
  100% {
    border-bottom-color: #00969f;
    border-left-color: #00969f;
    height: 100%;
    width: 100%;
  }
}
@-webkit-keyframes draw-border-green-2 {
  0% {
    border-right-color: #00969f;
    border-top-color: transparent;
    height: 0;
    width: 0;
  }
  50% {
    border-right-color: #00969f;
    border-top-color: transparent;
    height: 100%;
    width: 0;
  }
  100% {
    border-right-color: #00969f;
    border-top-color: #00969f;
    height: 100%;
    width: 100%;
  }
}
@keyframes draw-border-green-2 {
  0% {
    border-right-color: #00969f;
    border-top-color: transparent;
    height: 0;
    width: 0;
  }
  50% {
    border-right-color: #00969f;
    border-top-color: transparent;
    height: 100%;
    width: 0;
  }
  100% {
    border-right-color: #00969f;
    border-top-color: #00969f;
    height: 100%;
    width: 100%;
  }
}
html {
  overflow: visible;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 400;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}
body.fixed {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
}
main {
  margin: 0 auto;
  max-width: 2160px;
  overflow: hidden;
}
section {
  position: relative;
}
h2,
.general__title__container .subtitle,
.faculty__banner__container .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  h2,
  .general__title__container .subtitle,
  .faculty__banner__container .subtitle {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  .general__title__container .subtitle,
  .faculty__banner__container .subtitle {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
h2.line,
.general__title__container .line.subtitle,
.faculty__banner__container .line.subtitle {
  padding-left: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  h2.line,
  .general__title__container .line.subtitle,
  .faculty__banner__container .line.subtitle {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1200px) {
  h2.line,
  .general__title__container .line.subtitle,
  .faculty__banner__container .line.subtitle {
    padding-left: 105px;
  }
}
h2.line::before,
.general__title__container .line.subtitle::before,
.faculty__banner__container .line.subtitle::before {
  background-color: #d8d8d8;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 35px;
}
@media screen and (min-width: 768px) {
  h2.line::before,
  .general__title__container .line.subtitle::before,
  .faculty__banner__container .line.subtitle::before {
    top: 25px;
    width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  h2.line::before,
  .general__title__container .line.subtitle::before,
  .faculty__banner__container .line.subtitle::before {
    width: 75px;
  }
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
p,
li {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
}
@media screen and (min-width: 768px) {
  p,
  li {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
a:focus,
button:focus,
input:focus,
.cta:focus,
.arrow:focus,
.carousel-nav:focus,
.pagination-nav:focus {
  box-shadow: 0 0 5px 3px #5091cd;
  outline: 0;
}
a.active,
a:active,
button.active,
button:active,
input.active,
input:active,
.cta.active,
.cta:active,
.arrow.active,
.arrow:active,
.carousel-nav.active,
.carousel-nav:active,
.pagination-nav.active,
.pagination-nav:active {
  box-shadow: none;
  outline: 0;
}
a {
  -webkit-text-decoration-color: transparent;
  color: #003678;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}
a:hover {
  -webkit-text-decoration-color: #003678;
  color: #003678;
  text-decoration-color: #003678;
}
blockquote {
  border-top: 2px solid #d8d8d8;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 30px 0;
  padding: 30px 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  blockquote {
    padding: 80px 0 0 80px;
  }
}
blockquote::before {
  background-image: url('/presentation/images/icons/blockquote.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 42px;
  margin: 0 auto 30px auto;
  width: 55px;
}
@media screen and (min-width: 768px) {
  blockquote::before {
    left: 0;
    position: absolute;
    top: 80px;
  }
}
blockquote + blockquote {
  border-top: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  blockquote + blockquote {
    padding-left: 80px;
  }
}
blockquote + blockquote::before {
  display: none;
}
.tag,
.blockquote-attr,
.quote-name,
.course-block__image .category,
.course-block__details .non-ce-tag,
.course-block__details .date,
.course-block__details .sponsored,
.course-block__details .credits,
.faculty-block__details .credits,
.curriculum-block__title .curriculum,
.curriculum-block__title .count,
.curriculum-block__title .credits,
.curriculum-block__body__course .credits,
.curriculum-block__body__course .status,
.pagination__container p,
.pagination__container .pagination-number,
.conference-slide__image h2,
.conference-slide__image .general__title__container .subtitle,
.general__title__container .conference-slide__image .subtitle,
.conference-slide__image .faculty__banner__container .subtitle,
.faculty__banner__container .conference-slide__image .subtitle,
.conference-slide__details .credits,
.related-carousel__nav .count,
.home__banner__carousel__image h2,
.home__banner__carousel__image .general__title__container .subtitle,
.general__title__container .home__banner__carousel__image .subtitle,
.home__banner__carousel__image .faculty__banner__container .subtitle,
.faculty__banner__container .home__banner__carousel__image .subtitle,
.home__banner__carousel__details .credits,
.home__offerings__clinicians__item .category,
.home__upcoming__carousel__slide__category,
.home__upcoming__carousel__slide__detail .credits,
.about__leadership__member__toggle h3,
.search__recommendations__nav .count,
.search__resources__content a .category,
.search__poll h2,
.search__poll .general__title__container .subtitle,
.general__title__container .search__poll .subtitle,
.search__poll .faculty__banner__container .subtitle,
.faculty__banner__container .search__poll .subtitle,
.dashboard__head__progress .progress-label,
.dashboard-credits__goal__progress .credits-progress-label p,
.dashboard-credits__results__item__title .date,
.dashboard-credits__results__item__credits .credits,
.dashboard-education__recommendations__nav .count,
.course-listing__recommendations__nav .count,
.course-listing__resources__content a .category,
.course-listing__poll h2,
.course-listing__poll .general__title__container .subtitle,
.general__title__container .course-listing__poll .subtitle,
.course-listing__poll .faculty__banner__container .subtitle,
.faculty__banner__container .course-listing__poll .subtitle,
.course-detail__intro__title .type,
.course-detail__intro__title .credits,
.course-detail__intro__side__countdown .text,
.course-class__title .category,
.course-class__next__activity .activity-tag,
.course-class__next__activity__content .label,
.course-class__next__activity__content .account p.label,
.account .course-class__next__activity__content p.label,
.blog__featured__carousel__slide__category,
.blog__featured__carousel__slide__detail .credits,
.blog__resources__content a .category,
.blog-landing .blog-tag,
.blog-landing .sponsored,
.blog-landing__posts__item__copy .reading-time,
.blog-landing__posts__item__copy .date,
.blog-detail__title__container .blog-label,
.conference .type,
.conference__banner__copy__container .info,
.conference__share__container p,
.conference-overview__registration__stats__number .copy,
.class-landing__resources__content a .category,
.class-landing__carousel .slide-row .content-col .credits {
  font-family: 'Roboto', sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.36364;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .tag,
  .blockquote-attr,
  .quote-name,
  .course-block__image .category,
  .course-block__details .non-ce-tag,
  .course-block__details .date,
  .course-block__details .sponsored,
  .course-block__details .credits,
  .faculty-block__details .credits,
  .curriculum-block__title .curriculum,
  .curriculum-block__title .count,
  .curriculum-block__title .credits,
  .curriculum-block__body__course .credits,
  .curriculum-block__body__course .status,
  .pagination__container p,
  .pagination__container .pagination-number,
  .conference-slide__image h2,
  .conference-slide__image .general__title__container .subtitle,
  .general__title__container .conference-slide__image .subtitle,
  .conference-slide__image .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-slide__image .subtitle,
  .conference-slide__details .credits,
  .related-carousel__nav .count,
  .home__banner__carousel__image h2,
  .home__banner__carousel__image .general__title__container .subtitle,
  .general__title__container .home__banner__carousel__image .subtitle,
  .home__banner__carousel__image .faculty__banner__container .subtitle,
  .faculty__banner__container .home__banner__carousel__image .subtitle,
  .home__banner__carousel__details .credits,
  .home__offerings__clinicians__item .category,
  .home__upcoming__carousel__slide__category,
  .home__upcoming__carousel__slide__detail .credits,
  .about__leadership__member__toggle h3,
  .search__recommendations__nav .count,
  .search__resources__content a .category,
  .search__poll h2,
  .search__poll .general__title__container .subtitle,
  .general__title__container .search__poll .subtitle,
  .search__poll .faculty__banner__container .subtitle,
  .faculty__banner__container .search__poll .subtitle,
  .dashboard__head__progress .progress-label,
  .dashboard-credits__goal__progress .credits-progress-label p,
  .dashboard-credits__results__item__title .date,
  .dashboard-credits__results__item__credits .credits,
  .dashboard-education__recommendations__nav .count,
  .course-listing__recommendations__nav .count,
  .course-listing__resources__content a .category,
  .course-listing__poll h2,
  .course-listing__poll .general__title__container .subtitle,
  .general__title__container .course-listing__poll .subtitle,
  .course-listing__poll .faculty__banner__container .subtitle,
  .faculty__banner__container .course-listing__poll .subtitle,
  .course-detail__intro__title .type,
  .course-detail__intro__title .credits,
  .course-detail__intro__side__countdown .text,
  .course-class__title .category,
  .course-class__next__activity .activity-tag,
  .course-class__next__activity__content .label,
  .course-class__next__activity__content .account p.label,
  .account .course-class__next__activity__content p.label,
  .blog__featured__carousel__slide__category,
  .blog__featured__carousel__slide__detail .credits,
  .blog__resources__content a .category,
  .blog-landing .blog-tag,
  .blog-landing .sponsored,
  .blog-landing__posts__item__copy .reading-time,
  .blog-landing__posts__item__copy .date,
  .blog-detail__title__container .blog-label,
  .conference .type,
  .conference__banner__copy__container .info,
  .conference__share__container p,
  .conference-overview__registration__stats__number .copy,
  .class-landing__resources__content a .category,
  .class-landing__carousel .slide-row .content-col .credits {
    font-size: 0.875rem;
    letter-spacing: 2px;
    line-height: 1.71429;
  }
}
.italic,
figcaption,
.accordion-faculty__list .no-results,
.survey__range p,
.dashboard-credits__results__no-results p,
.dashboard-credits__results__item__title .course-type,
.dashboard-credits__results__item__credits .credit-type,
.dashboard-account__update p,
.course-class__content .intro,
.course-class__content figure figcaption {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .blockquote-attr {
    padding-left: 80px;
  }
}
.quote {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 30px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .quote {
    padding-left: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .quote {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding-left: 165px;
  }
}
.quote::before {
  background-image: url('/presentation/images/icons/quote.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 37px;
  margin: 0 auto 30px auto;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .quote::before {
    height: 58px;
    left: 0;
    position: absolute;
    top: 0;
    width: 77px;
  }
}
@media screen and (min-width: 1200px) {
  .quote::before {
    height: 72px;
    left: 0;
    width: 96px;
  }
}
.quote-name {
  margin: 0 0 5px 0;
}
@media screen and (min-width: 768px) {
  .quote-name {
    padding-left: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .quote-name {
    padding-left: 165px;
  }
}
.quote-title {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .quote-title {
    padding-left: 115px;
  }
}
@media screen and (min-width: 992px) {
  .quote-title {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5625;
  }
}
@media screen and (min-width: 1200px) {
  .quote-title {
    padding-left: 165px;
  }
}
.container,
.footer__container,
.gallery__title,
.related-carousel__title,
.related-carousel__container,
.home__conferences__title,
.home__offerings__container,
.about__jobs__container,
.search__recommendations__title,
.search__recommendations__container,
.dashboard-education__recommendations__title,
.dashboard-education__recommendations__container,
.course-listing__container,
.course-listing__recommendations__title,
.course-listing__recommendations__container,
.blog-taxonomy__container,
.conference-venue__visiting__title,
.class-landing__container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .container,
  .footer__container,
  .gallery__title,
  .related-carousel__title,
  .related-carousel__container,
  .home__conferences__title,
  .home__offerings__container,
  .about__jobs__container,
  .search__recommendations__title,
  .search__recommendations__container,
  .dashboard-education__recommendations__title,
  .dashboard-education__recommendations__container,
  .course-listing__container,
  .course-listing__recommendations__title,
  .course-listing__recommendations__container,
  .blog-taxonomy__container,
  .conference-venue__visiting__title,
  .class-landing__container {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .container,
  .footer__container,
  .gallery__title,
  .related-carousel__title,
  .related-carousel__container,
  .home__conferences__title,
  .home__offerings__container,
  .about__jobs__container,
  .search__recommendations__title,
  .search__recommendations__container,
  .dashboard-education__recommendations__title,
  .dashboard-education__recommendations__container,
  .course-listing__container,
  .course-listing__recommendations__title,
  .course-listing__recommendations__container,
  .blog-taxonomy__container,
  .conference-venue__visiting__title,
  .class-landing__container {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .container,
  .footer__container,
  .gallery__title,
  .related-carousel__title,
  .related-carousel__container,
  .home__conferences__title,
  .home__offerings__container,
  .about__jobs__container,
  .search__recommendations__title,
  .search__recommendations__container,
  .dashboard-education__recommendations__title,
  .dashboard-education__recommendations__container,
  .course-listing__container,
  .course-listing__recommendations__title,
  .course-listing__recommendations__container,
  .blog-taxonomy__container,
  .conference-venue__visiting__title,
  .class-landing__container {
    margin: 0 auto;
    max-width: 1140px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1441px) {
  .container,
  .footer__container,
  .gallery__title,
  .related-carousel__title,
  .related-carousel__container,
  .home__conferences__title,
  .home__offerings__container,
  .about__jobs__container,
  .search__recommendations__title,
  .search__recommendations__container,
  .dashboard-education__recommendations__title,
  .dashboard-education__recommendations__container,
  .course-listing__container,
  .course-listing__recommendations__title,
  .course-listing__recommendations__container,
  .blog-taxonomy__container,
  .conference-venue__visiting__title,
  .class-landing__container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1200px) {
  .container,
  .footer__container,
  .gallery__title,
  .related-carousel__title,
  .related-carousel__container,
  .home__conferences__title,
  .home__offerings__container,
  .about__jobs__container,
  .search__recommendations__title,
  .search__recommendations__container,
  .dashboard-education__recommendations__title,
  .dashboard-education__recommendations__container,
  .course-listing__container,
  .course-listing__recommendations__title,
  .course-listing__recommendations__container,
  .blog-taxonomy__container,
  .conference-venue__visiting__title,
  .class-landing__container {
    max-width: 1620px;
  }
}
.visually-hidden {
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}
.skiplinks {
  background-color: #003678;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 10px 0;
  position: absolute;
  top: -100%;
  transition: top 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: 9999;
}
.skiplinks.show {
  top: 0;
}
.skiplinks h2,
.skiplinks .general__title__container .subtitle,
.general__title__container .skiplinks .subtitle,
.skiplinks .faculty__banner__container .subtitle,
.faculty__banner__container .skiplinks .subtitle {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.21429;
  margin: 0 20px;
  text-transform: uppercase;
}
.skiplinks h2,
.skiplinks .general__title__container .subtitle,
.general__title__container .skiplinks .subtitle,
.skiplinks .faculty__banner__container .subtitle,
.faculty__banner__container .skiplinks .subtitle,
.skiplinks ul {
  display: inline-block;
}
.skiplinks ul {
  margin: 0;
  padding: 0;
}
.skiplinks li {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
}
.skiplinks a {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.21429;
}
.skiplinks a:hover {
  text-decoration: underline;
}
.skiplinks a:focus {
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.header {
  border-bottom: 1px solid #696b73;
}
.header .navbar {
  height: 80px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .header .navbar {
    height: 90px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .header .navbar {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .header .navbar {
    max-width: 1620px;
    width: calc(100% - 140px);
  }
}
.header .navbar-link {
  color: rgba(15, 15, 15, 0.7);
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header .navbar-link {
    height: 35px;
  }
  .header .navbar-link:last-of-type {
    margin-right: 0;
    padding-right: 0;
  }
  .header .navbar-link:last-of-type[aria-expanded='true']::before {
    left: 0;
    width: 100%;
  }
  .header .navbar-link:last-of-type::after {
    display: none;
  }
}
.header .navbar-link[aria-expanded='true']::before {
  background-color: #f36c45;
  bottom: -28px;
  content: '';
  height: 15px;
  left: -30px;
  position: absolute;
  width: calc(100% + 30px);
}
@media screen and (min-width: 1200px) {
  .header .navbar-link[aria-expanded='true']::before {
    bottom: -33px;
    left: -5px;
    width: calc(100% - 20px);
  }
}
.header .navbar-link--navy {
  color: #003678;
}
.header .navbar-link::after {
  background-color: #d8d8d8;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.header .navbar-link svg {
  display: block;
  height: 25px;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .header .navbar-link svg {
    height: 20px;
    margin-top: 5px;
  }
}
.header__navbar {
  border: 1px solid transparent;
  padding: 15px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__navbar {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .header__navbar {
    padding: 0;
    width: auto;
  }
}
.header__navbar .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon::before {
  content: url('/presentation/images/icons/hamburger-close.svg');
}
.header__navbar .navbar-toggler[aria-expanded='false'] .navbar-toggler-icon::before {
  content: url('/presentation/images/icons/hamburger.svg');
}
.header__navbar .navbar-toggler-icon {
  width: 30px;
}
.header__logo svg {
  display: block;
  height: 45px;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .header__logo svg {
    height: 50px;
  }
}
.header__greeting {
  padding: 0 20px;
}
.header__greeting p {
  color: #003678;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 20px 0;
}
.header__search {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .header__search .search-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
.header__search__dropdown {
  background-color: #f8f8f8;
  border-radius: 0 0 30px 30px;
  padding: 30px 50px 50px 50px;
  position: absolute;
  right: 40px;
  width: 400px;
  z-index: 999;
}
@media screen and (min-width: 1441px) {
  .header__search__dropdown {
    right: calc((100% - 1300px) / 2);
  }
}
.header__dashboard {
  border-top: 1px solid #696b73;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header__dashboard {
    background-color: #f8f8f8;
    border: 0;
    border-radius: 0 0 30px 30px;
    max-width: 480px;
    padding: 30px 50px 50px 50px;
    position: absolute;
    right: 40px;
    width: auto;
    z-index: 999;
  }
}
@media screen and (min-width: 1441px) {
  .header__dashboard {
    right: calc((100% - 1300px) / 2);
  }
}
.header__dashboard__close {
  padding: 50px 40px;
}
.header__dashboard__close .collapse-close {
  color: #003678;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9375;
}
.header__dashboard__close .collapse-close::after {
  background-image: url('/presentation/images/icons/close-navy.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 15px;
  margin-left: 15px;
  vertical-align: -2px;
  width: 15px;
}
.header__dashboard__content {
  padding: 0 130px;
}
@media screen and (min-width: 1200px) {
  .header__dashboard__content {
    padding: 0;
  }
}
.header__dashboard__content .intro {
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.625;
  margin: 0 0 15px 0;
}
.header__dashboard__content .progress {
  background-color: rgba(105, 107, 115, 0.3);
  border-radius: 0;
  margin: 0 0 30px 0;
}
.header__dashboard__content .progress-bar {
  background-image: linear-gradient(90deg, #006d74 0%, #00969f 100%);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  padding: 0 0 0 10px;
  text-transform: uppercase;
}
.header__dashboard__content .head {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin: 50px 0 15px 0;
  text-transform: uppercase;
}
.header__dashboard__content .desc {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 10px 0;
}
.header__dashboard__account {
  background-color: #f8f8f8;
  margin-top: 45px;
  padding: 0 50px 35px 50px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header__dashboard__account {
    border-top: 2px solid #d8d8d8;
    padding: 30px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .header__dashboard__account .cta {
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .header__dashboard__account .cta:last-of-type {
    margin: 0;
  }
}
.header__dashboard__account::before {
  background-color: #d8d8d8;
  content: '';
  display: block;
  height: 25px;
  left: calc(50% - 1px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  .header__dashboard__account::before {
    display: none;
  }
}
.header__dashboard__account .account-link {
  color: #353946;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.75;
}
.header__dashboard__login {
  padding-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .header__dashboard__login {
    padding-bottom: 0;
  }
}
.header__dashboard__login .cta {
  margin: 0 25px;
}
@media screen and (min-width: 1200px) {
  .header__dashboard__login .cta {
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .header__dashboard__login .cta:last-of-type {
    margin: 0;
  }
}
.header__mobile-nav {
  background-color: #fff;
  height: calc(100vh - 81px);
  left: -20px;
  overflow: scroll;
  padding: 30px 0 225px 0;
  position: absolute;
  top: 81px;
  transform: translateX(-100vw);
  transition: transform 0.6s ease;
  width: 100vw;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .header__mobile-nav {
    height: calc(100vh - 91px);
    left: -50px;
    padding: 10px 0 175px 0;
    top: 91px;
  }
}
@media screen and (min-width: 1200px) {
  .header__mobile-nav {
    height: 100%;
    left: auto;
    overflow: visible;
    padding: 0;
    position: relative;
    top: auto;
    transform: translateX(0);
    width: auto;
  }
}
.header__mobile-nav.open {
  transform: translateX(0);
}
@media screen and (min-width: 1200px) {
  .header__nav {
    height: 100%;
  }
}
.header__nav .nav-item:nth-of-type(even) {
  background-color: #f8f8f8;
}
@media screen and (min-width: 1200px) {
  .header__nav .nav-item:nth-of-type(even) {
    background-color: #fff;
    height: 100%;
    margin: 0 10px;
  }
}
.header__nav .nav-link {
  color: #0f0f0f;
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.75;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header__nav .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 2.1875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.42857;
    padding: 29px 130px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    height: 100%;
    letter-spacing: 0;
    line-height: 1.9375;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav .nav-link::before {
    background-color: #f36c45;
    bottom: 0;
    content: '';
    height: 15px;
    left: 0;
    position: absolute;
    transform: translateY(15px);
    transition: transform 0.3s ease;
    width: 100%;
  }
}
.header__nav .nav-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .header__nav .nav-link:hover::before {
    transform: translateY(0);
  }
}
.header__nav .dropdown-toggle::after {
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  content: '';
  display: block;
  height: 25px;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 25px;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .header__nav .dropdown-toggle::after {
    height: 50px;
    right: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav .dropdown-toggle::after {
    background-color: #f36c45;
    bottom: 0;
    height: 15px;
    left: 0;
    right: unset;
    width: 100%;
  }
}
.header__nav .dropdown-toggle[aria-expanded='true']::after {
  background-image: url('/presentation/images/icons/toggle-close.svg');
  top: 35px;
}
@media screen and (min-width: 768px) {
  .header__nav .dropdown-toggle[aria-expanded='true']::after {
    top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav .dropdown-toggle[aria-expanded='true']::after {
    background-image: none;
    top: auto;
  }
}
.header__nav .dropdown-toggle[aria-expanded='false']::after {
  background-image: url('/presentation/images/icons/toggle-open.svg');
  top: 25px;
}
@media screen and (min-width: 768px) {
  .header__nav .dropdown-toggle[aria-expanded='false']::after {
    top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav .dropdown-toggle[aria-expanded='false']::after {
    display: none;
  }
}
.header__nav .dropdown-menu {
  border: 0;
  border-radius: 0;
  border-top: 2px solid #d8d8d8;
}
@media screen and (min-width: 1200px) {
  .header__nav .dropdown-menu {
    background-color: #f8f8f8;
    border: 0;
    border-radius: 0 0 30px 30px;
    left: 50%;
    margin-top: 1px;
    padding: 30px 50px;
    transform: translateX(-50%);
  }
}
.header__nav .dropdown-text {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.36364;
  margin: 15px 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .header__nav .dropdown-text {
    font-size: 0.9375rem;
    letter-spacing: 2px;
    line-height: 1.6;
    margin: 15px 130px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav .dropdown-text {
    margin: 15px 0;
  }
}
.header__nav .dropdown-item {
  color: #0f0f0f;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .header__nav .dropdown-item {
    padding: 15px 130px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav .dropdown-item {
    padding: 15px 0;
  }
}
.header__nav .dropdown-image {
  color: #003678;
  display: none;
  height: 175px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header__nav .dropdown-image {
    display: block;
  }
}
.header__nav .dropdown-image img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.header__nav .dropdown-image__link {
  background-color: #f36c45;
  bottom: 0;
  display: block;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
}
.header__nav .dropdown-image__link .arrow {
  margin: 0;
}
.header__nav .dropdown-image__link .arrow::before {
  background-color: #fff;
}
.header__nav .arrow {
  display: inline-block;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .header__nav .arrow {
    margin: 15px 130px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav .arrow {
    margin: 15px 0;
  }
}
.header__ctas {
  background-color: #f8f8f8;
  padding: 15px 20px;
}
.footer {
  background-color: #fff;
  border-top: 1px solid #696b73;
  padding: 50px 0 35px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 100px 0;
  }
}
.footer__logo {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__logo {
    padding-right: 65px;
    width: 40%;
  }
}
.footer__logo .logo {
  margin: 0 auto 30px auto;
  max-width: 275px;
}
@media screen and (min-width: 1200px) {
  .footer__logo .logo {
    margin: 0 0 50px 0;
    max-width: 450px;
  }
}
.footer__logo svg {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__logo svg {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__logo svg {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__nav {
    margin-bottom: 0;
    width: 60%;
  }
}
.footer__nav h2,
.footer__nav .general__title__container .subtitle,
.general__title__container .footer__nav .subtitle,
.footer__nav .faculty__banner__container .subtitle,
.faculty__banner__container .footer__nav .subtitle {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .footer__nav h2,
  .footer__nav .general__title__container .subtitle,
  .general__title__container .footer__nav .subtitle,
  .footer__nav .faculty__banner__container .subtitle,
  .faculty__banner__container .footer__nav .subtitle {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1441px) {
  .footer__nav .col-xl-auto {
    min-width: 450px;
  }
}
.footer__nav .nav-link {
  -webkit-text-decoration-color: transparent;
  color: #0f0f0f;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  padding: 15px;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: text-decoration-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: text-decoration-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-text-decoration-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .footer__nav .nav-link {
    padding: 25px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__nav .nav-link {
    margin: 0 75px 50px 0;
    padding: 0;
  }
}
.footer__nav .nav-link:hover {
  -webkit-text-decoration-color: #0f0f0f;
  text-decoration-color: #0f0f0f;
}
.footer__social {
  border-top: 1px solid #d8d8d8;
  margin-bottom: 55px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer__social {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__social {
    width: 60%;
  }
}
.footer__social ul {
  margin: 0 auto;
  max-width: 950px;
}
.footer__social li {
  flex: 0 0 33.33%;
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .footer__social li {
    flex: auto;
    margin: 0;
  }
}
.footer__social li a {
  display: inline-block;
}
.footer__utility .nav-link {
  -webkit-text-decoration-color: transparent;
  color: #000;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.625;
  padding: 15px 0;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: text-decoration-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: text-decoration-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-text-decoration-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 992px) {
  .footer__utility .nav-link {
    margin: 0 50px;
  }
}
.footer__utility .nav-link:hover {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
.prefooter {
  background-color: #f8f8f8;
  margin: 0 auto 100px auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .prefooter {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .prefooter {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .prefooter {
    max-width: 1620px;
    width: calc(100% - 300px);
  }
}
.prefooter:hover svg {
  transform: scale(6.5);
}
.prefooter:hover .arrow::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 1.5s cubic-bezier(0.55, 0, 0.1, 1);
}
@media screen and (min-width: 768px) {
  .prefooter {
    margin: 0 40px 100px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .prefooter {
    margin: 0 auto 100px auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .prefooter {
    max-width: 1440px;
  }
}
.prefooter svg {
  bottom: 0;
  position: absolute;
  right: 0;
  transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.prefooter__container {
  padding: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .prefooter__container {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .prefooter__container {
    padding: 100px;
  }
}
.prefooter__container h2,
.prefooter__container .general__title__container .subtitle,
.general__title__container .prefooter__container .subtitle,
.prefooter__container .faculty__banner__container .subtitle,
.faculty__banner__container .prefooter__container .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .prefooter__container h2,
  .prefooter__container .general__title__container .subtitle,
  .general__title__container .prefooter__container .subtitle,
  .prefooter__container .faculty__banner__container .subtitle,
  .faculty__banner__container .prefooter__container .subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0;
    max-width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .prefooter__container h2,
  .prefooter__container .general__title__container .subtitle,
  .general__title__container .prefooter__container .subtitle,
  .prefooter__container .faculty__banner__container .subtitle,
  .faculty__banner__container .prefooter__container .subtitle {
    max-width: 550px;
  }
}
@media screen and (min-width: 768px) {
  .prefooter__container a {
    display: block;
  }
}
.newsletter {
  margin: 50px 0 100px 0;
  overflow: hidden;
  padding-top: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .newsletter {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter {
    padding-bottom: 100px;
  }
}
.newsletter__bg {
  background-color: #b5e4e7;
  border-radius: 50%;
  height: 200px;
  position: absolute;
  right: -25px;
  top: 0;
  width: 200px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .newsletter__bg {
    height: 250px;
    right: -50px;
    width: 250px;
  }
}
@media screen and (min-width: 992px) {
  .newsletter__bg {
    height: 300px;
    right: -50px;
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter__bg {
    height: 400px;
    right: -100px;
    width: 400px;
  }
}
@media screen and (min-width: 1441px) {
  .newsletter__bg {
    right: 5%;
  }
}
.newsletter__container {
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .newsletter__container {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .newsletter__container {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .newsletter__container {
    max-width: 980px;
    width: calc(100% - 150px);
  }
}
.newsletter__container h2,
.newsletter__container .general__title__container .subtitle,
.general__title__container .newsletter__container .subtitle,
.newsletter__container .faculty__banner__container .subtitle,
.faculty__banner__container .newsletter__container .subtitle {
  margin: 0 0 30px 0;
}
.newsletter__container p {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .newsletter__container p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter__container p {
    margin: 0 auto 50px auto;
    max-width: 750px;
  }
}
.newsletter__container .form-field {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .newsletter__container .form-field {
    flex: 0 0 calc(50% - 25px);
  }
}
@media screen and (min-width: 992px) {
  .newsletter__container .form-field {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .newsletter__container .form-field--name {
    width: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter__container .form-field--name {
    width: 330px;
  }
}
@media screen and (min-width: 992px) {
  .newsletter__container .form-field--email {
    width: 400px;
  }
}
.newsletter__container input {
  width: 100%;
}
.newsletter__container .cta {
  margin-top: 10px;
}
.cta {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration-color: transparent;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  padding: 0 30px;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.cta:hover {
  cursor: pointer;
}
.cta.disabled:hover {
  cursor: not-allowed;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cta {
    font-size: 1.25rem;
    height: 60px;
    letter-spacing: 0;
    line-height: 1.75;
    line-height: 60px;
  }
}
.cta span {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9375;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cta span {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .cta--small {
    font-size: 1rem;
    height: 50px;
    letter-spacing: 0;
    line-height: 1.9375;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .cta--small span {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.9375;
  }
}
.cta--navy {
  background-color: #003678;
  color: #fff;
}
.cta--navy::before {
  background-color: #003678;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
.cta--navy::after {
  background-image: linear-gradient(135deg, #003678 0%, #00969f 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
.cta--navy:hover {
  -webkit-text-decoration-color: #fff;
  color: #fff;
  text-decoration-color: #fff;
}
.cta--navy:hover::after {
  right: 100%;
}
.cta--navy:hover::after {
  right: 0;
}
.cta--navy-border {
  background-color: #fff;
  border: 2px solid #003678;
  color: #003678;
  transition: background-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.cta--navy-border:hover {
  -webkit-text-decoration-color: #003678;
  background-color: #d8e5f0;
  color: #003678;
  text-decoration-color: #003678;
}
.cta--navy-border:disabled {
  background-color: #ccc;
  border: 2px solid #999;
  color: #666;
  pointer-events: none;
}
.cta--conference-green {
  background-color: #519136;
  color: #000;
}
.cta--conference-green::before {
  background-color: #519136;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
.cta--conference-green::after {
  background-image: linear-gradient(270deg, #bde2a7 0%, #519136 97%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
.cta--conference-green:hover {
  -webkit-text-decoration-color: #000;
  color: #000;
  text-decoration-color: #000;
}
.cta--conference-green:hover::after {
  right: 100%;
}
.cta--conference-green:hover::after {
  right: 0;
}
.cta--orange {
  background-color: #f36c45;
  color: #000;
  z-index: 1;
}
.cta--orange::before {
  background-color: #f36c45;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: -1;
}
.cta--orange::after {
  background-image: linear-gradient(135deg, #f36c45 0%, #ffb18a 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: -1;
}
.cta--orange:hover {
  -webkit-text-decoration-color: #003678;
  color: #003678;
  text-decoration-color: #003678;
}
.cta--orange:hover::after {
  right: 100%;
}
.cta--orange:hover::after {
  right: 0;
}
.cta--aqua {
  background-color: #b5e4e7;
  color: #000;
  z-index: 1;
}
.cta--aqua::before {
  background-color: #b5e4e7;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: -1;
}
.cta--aqua::after {
  background-image: linear-gradient(135deg, #b5e4e7 0%, #d8e5f0 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: -1;
}
.cta--aqua:hover {
  -webkit-text-decoration-color: #003678;
  color: #003678;
  text-decoration-color: #003678;
}
.cta--aqua:hover::after {
  right: 100%;
}
.cta--aqua:hover::after {
  right: 0;
}
.cta--white {
  background-color: #fff;
  color: #003678;
  z-index: 1;
}
.cta--white::before {
  background-color: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: -1;
}
.cta--white::after {
  background-image: linear-gradient(135deg, #fff 0%, #d8e5f0 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: -1;
}
.cta--white:hover {
  -webkit-text-decoration-color: #003678;
  color: #003678;
  text-decoration-color: #003678;
}
.cta--white:hover::after {
  right: 100%;
}
.cta--white:hover::after {
  right: 0;
}
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  vertical-align: top;
}
.disabled > a,
a[aria-disabled='true'] {
  color: currentColor;
  display: inline-block;
  pointer-events: none;
  text-decoration: none;
}
.activity-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.link {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  padding: 0;
}
.link:hover {
  cursor: pointer;
}
.link--navy {
  color: #003678;
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.link--navy:hover {
  color: #00969f;
}
.arrow {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9375;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.arrow:hover {
  cursor: pointer;
}
.arrow::before {
  background-color: #f36c45;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  width: calc(100% - 27px);
}
.arrow:hover {
  text-decoration: none;
}
.arrow:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.arrow.active::before {
  display: none;
}
.arrow--navy {
  color: #003678;
}
.arrow--navy:hover {
  color: #003678;
}
.arrow--navy::after {
  content: url('/presentation/images/icons/arrow-link-navy.svg');
  margin-left: 10px;
}
.arrow--white {
  color: #fff;
}
.arrow--white:hover {
  color: #fff;
}
.arrow--white::after {
  content: url('/presentation/images/icons/arrow-link-white.svg');
  margin-left: 10px;
}
.arrow--open {
  color: #003678;
}
.arrow--open:hover {
  color: #003678;
}
.arrow--open::after {
  content: url('/presentation/images/icons/arrow-link-open.svg');
  margin-left: 10px;
  vertical-align: -2px;
}
.arrow--close {
  color: #003678;
}
.arrow--close:hover {
  color: #003678;
}
.arrow--close::after {
  content: url('/presentation/images/icons/arrow-link-cancel.svg');
  margin-left: 10px;
  vertical-align: -2px;
}
.arrow--close-white {
  color: #fff;
}
.arrow--close-white:hover {
  color: #fff;
}
.arrow--close-white::after {
  content: url('/presentation/images/icons/arrow-link-cancel-white.svg');
  margin-left: 10px;
  vertical-align: -2px;
}
.arrow--prev-gray {
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-left: 17px;
  position: relative;
}
.arrow--prev-gray:hover {
  color: #0f0f0f;
}
.arrow--prev-gray::after {
  content: url('/presentation/images/icons/arrow-link-prev-gray.svg');
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 1px;
}
.arrow--prev-white {
  color: #fff;
  padding-left: 17px;
  position: relative;
}
.arrow--prev-white:hover {
  color: #fff;
}
.arrow--prev-white::after {
  content: url('/presentation/images/icons/arrow-link-prev-white.svg');
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 1px;
}
.arrow--prev-navy {
  color: #003678;
  padding-left: 27px;
  position: relative;
}
.arrow--prev-navy:hover {
  color: #003678;
}
.arrow--prev-navy::after {
  content: url('/presentation/images/icons/arrow-link-navy.svg');
  left: 0;
  margin-left: 0;
  position: absolute;
  top: 1px;
  transform: scaleX(-1);
}
.arrow--next-white {
  color: #fff;
}
.arrow--next-white.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.arrow--next-white:hover {
  color: #fff;
}
.arrow--next-white::after {
  content: url('/presentation/images/icons/arrow-link-next-white.svg');
  margin-left: 10px;
  vertical-align: -1px;
}
.arrow--edit {
  color: #003678;
}
.arrow--edit:hover {
  color: #003678;
}
.arrow--edit::after {
  content: url('/presentation/images/icons/arrow-link-edit.svg');
  margin-left: 10px;
  vertical-align: -4px;
}
.arrow--cancel {
  color: #003678;
}
.arrow--cancel:hover {
  color: #003678;
}
.arrow--cancel::after {
  content: url('/presentation/images/icons/arrow-link-edit.svg');
  margin-left: 10px;
  vertical-align: -4px;
}
.arrow--email {
  color: #003678;
}
.arrow--email:hover {
  color: #003678;
}
.arrow--email::after {
  content: url('/presentation/images/icons/arrow-link-email.svg');
  margin-left: 10px;
  vertical-align: -3px;
}
.arrow--collapse {
  color: #003678;
}
.arrow--collapse:hover {
  color: #003678;
}
.arrow--collapse::after {
  content: url('/presentation/images/icons/arrow-link-collapse.svg');
  margin-left: 10px;
  vertical-align: 3px;
}
.favorite-star {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.favorite-star:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .favorite-star {
    margin-right: 50px;
  }
}
.favorite-star:hover {
  text-decoration: none;
}
.favorite-star:hover svg {
  stroke: #00969f;
}
.favorite-star svg {
  fill: #fff;
  stroke: #003678;
  transition: fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    stroke 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  vertical-align: -2px;
}
@media screen and (min-width: 768px) {
  .favorite-star svg {
    height: 20px;
    width: 20px;
  }
}
.favorite-star.starred:hover {
  text-decoration: none;
}
.favorite-star.starred:hover svg {
  fill: #00969f;
  stroke: #00969f;
}
.favorite-star.starred svg {
  fill: #003678;
}
.favorite-star.starred.active svg {
  fill: #003678;
  stroke: #003678;
}
.favorite-star.active svg {
  fill: #fff;
  stroke: #003678;
}
.course-star {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9375;
  margin-left: 50px;
  padding: 0;
  position: relative;
}
.course-star:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .course-star {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .course-star {
    margin-left: 50px;
  }
}
.course-star--navy {
  color: #003678;
}
.course-star--navy svg {
  fill: #fff;
  stroke: #003678;
}
.course-star--navy.starred svg {
  fill: #003678;
}
.course-star--white {
  color: #fff;
}
.course-star--white svg {
  fill: transparent;
  stroke: #fff;
}
.course-star--white.starred svg {
  fill: #fff;
}
.course-star::before {
  background-color: #f36c45;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  width: calc(100% - 28px);
}
.course-star:hover {
  text-decoration: none;
}
.course-star:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.course-star svg {
  margin-left: 10px;
  transition: fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  vertical-align: -2px;
}
.course-star.active::before {
  display: none;
}
.carousel-nav,
.pagination-nav {
  height: 60px;
  min-width: 60px;
  overflow: hidden;
  position: relative;
  width: 60px;
}
#modal-pagination .pagination-nav {
  height: 30px;
  min-width: 30px;
  overflow: hidden;
  position: relative;
  width: 30px;
  margin: 5px;
}
.carousel-nav svg,
.pagination-nav svg {
  display: block;
  height: 24px;
  width: 24px;
  z-index: 1;
}
.carousel-nav::before,
.pagination-nav::before {
  background-color: #f36c45;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
.carousel-nav::after,
.pagination-nav::after {
  background-image: linear-gradient(-45deg, #ffb18a 0%, #f36c45 100%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
.carousel-nav[aria-disabled='true'],
.pagination-nav[aria-disabled='true'] {
  background-color: #fdddd3;
}
.carousel-nav[aria-disabled='true']::before,
.carousel-nav[aria-disabled='true']::after,
.pagination-nav[aria-disabled='true']::before,
.pagination-nav[aria-disabled='true']::after {
  display: none;
}
.carousel-nav:hover,
.pagination-nav:hover {
  color: #000;
  cursor: pointer;
}
.carousel-nav:hover::after,
.pagination-nav:hover::after {
  right: 0;
}
.carousel-nav.active:hover::after,
.pagination-nav.active:hover::after {
  display: none;
}
.share-link {
  height: 40px;
  margin: 0 15px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .share-link {
    height: 50px;
    width: 50px;
  }
}
.share-link:hover svg {
  fill: #00969f;
}
.share-link.active:hover svg {
  fill: #003678;
}
.share-link svg {
  display: block;
  fill: #003678;
  height: auto;
  transition: fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
.social-link svg {
  fill: #003678;
  transition: fill 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.social-link:hover svg {
  fill: #00969f;
}
.social-link.active:hover svg {
  fill: #003678;
}
.accordion-btn {
  position: relative;
}
.accordion-btn svg {
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
@media screen and (min-width: 768px) {
  .accordion-btn svg {
    height: 50px;
    width: 50px;
  }
}
.accordion-btn[aria-expanded='false'] .expand-svg {
  display: block;
}
.accordion-btn[aria-expanded='false'] .collapse-svg {
  display: none;
}
.accordion-btn[aria-expanded='true'] .name {
  color: #003678;
}
.accordion-btn[aria-expanded='true'] .expand-svg {
  display: none;
}
.accordion-btn[aria-expanded='true'] .collapse-svg {
  display: block;
}
label,
.label,
.account p.label,
.form-field .dropdown-toggle,
.form-subhead {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  text-transform: uppercase;
}
input[type='text'].invalid,
input[type='number'].invalid,
input[type='email'].invalid,
input[type='password'].invalid,
input[type='date'].invalid,
input[type='tel'].invalid,
.dropdown-toggle.invalid {
  border-color: #f00 !important;
}
.form-subhead {
  margin: 0 0 25px 0;
}
.drop-down-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  padding: 0;
  padding: 10px 20px;
  text-align: left;
  transition: background-color 0.3s ease;
  width: 100%;
}
.drop-down-btn:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .drop-down-btn {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.drop-down-btn:hover {
  background-color: #fafafa;
}
.drop-down-item {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #0f0f0f;
  display: block;
  padding: 0;
  padding: 10px 20px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.drop-down-item:hover {
  cursor: pointer;
}
.drop-down-item:hover {
  text-decoration: none;
}
label,
.label,
.account p.label {
  color: rgba(0, 0, 0, 0.7);
}
input,
.form-control {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  height: 50px;
  letter-spacing: 0;
  line-height: 1.9375;
  line-height: 50px;
  padding: 0 15px;
}
input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  line-height: 50px;
}
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  line-height: 50px;
}
input::placeholder,
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  line-height: 50px;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  min-height: 150px;
  padding: 0 15px;
}
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  line-height: 50px;
}
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  line-height: 50px;
}
textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  line-height: 50px;
}
.search {
  background-color: #fff;
  position: relative;
  padding-bottom: 25px;
}
.search input[type='search'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  z-index: 1;
}
.search input[type='search']::-webkit-search-decoration,
.search input[type='search']::-webkit-search-cancel-button,
.search input[type='search']::-webkit-search-results-button,
.search input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search::before {
  background-image: url(/presentation/images/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-left: 2px solid #d8d8d8;
  content: '';
  display: block;
  height: 20px;
  padding-left: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.form-field .dropdown-toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-color: #fff;
  border: 0;
  border: 2px solid #d8d8d8;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.6);
  height: 50px;
  line-height: 50px;
  padding: 0;
  padding: 0 15px;
  position: relative;
}
.form-field .dropdown-toggle:hover {
  cursor: pointer;
}
.form-field .dropdown-toggle span {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  left: 0;
  letter-spacing: 2px;
  line-height: 1.71429;
  position: absolute;
  text-transform: uppercase;
  top: -30px;
}
.form-field .dropdown-toggle::before {
  background-image: url(/presentation/images/select-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  border-left: 2px solid #d8d8d8;
  content: '';
  display: block;
  height: 20px;
  padding-left: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.form-field .dropdown-toggle::after {
  display: none;
}
.form-field .dropdown-menu {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  margin: -2px 0;
  max-height: 25vh;
  overflow: scroll;
  padding: 20px 0 0 0;
}
.form-field .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.form-field .dropdown-menu::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0;
}
.form-field .dropdown-menu::-webkit-scrollbar-thumb:vertical {
  background-color: #d8d8d8;
  height: 50%;
}
.form-field .dropdown-menu li {
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.form-field .dropdown-menu li:hover {
  background-color: #fafafa;
}
.form-field .dropdown-menu li a {
  color: #0f0f0f;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.form-field .dropdown-menu li a:hover {
  text-decoration: none;
}
.inputfile {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.inputfile:focus + label {
  outline: 1px dotted #000;
}
.inputfile:focus + label,
.inputfile:focus + label:hover {
  background-color: #fff;
}
.inputfile:hover + label {
  color: #00969f;
}
.inputfile + label {
  background-color: #fff;
  color: #003678;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  padding: 20px;
  text-transform: none;
  transition: color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.uploaded-file {
  display: none;
}
.uploaded-file .check {
  display: inline-block;
  margin: 0 10px 0 0;
}
.uploaded-file .file-name {
  display: inline-block;
}
.uploaded-file .delete-file {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 0 0 10px;
  padding: 0;
}
.uploaded-file .delete-file:hover {
  cursor: pointer;
}
.form-field-last {
  margin: 0 !important;
}
.form-field-checkbox,
.form-field-radio {
  margin-right: 5px;
  position: relative;
}
input[type='checkbox'],
input[type='radio'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  padding: 0 0 0 35px;
  position: relative;
  text-transform: none;
}
input[type='checkbox'] + label::before,
input[type='radio'] + label::before {
  background-color: transparent;
  border: 2px solid #00969f;
  content: '';
  display: inline-block;
  height: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 18px;
}
input[type='checkbox'] + .incorrect::before,
input[type='radio'] + .incorrect::before {
  border: 2px solid #f36c45;
}
input[type='checkbox']:checked + label::before {
  background-color: #00969f;
}
input[type='checkbox']:checked + label::after {
  background-color: transparent;
  color: #fff;
  content: '✓';
  display: inline-block;
  height: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 18px;
}
input[type='checkbox']:checked + .incorrect::before {
  background-color: #f36c45;
}
input[type='radio'] + label::before {
  border-radius: 50%;
}
input[type='radio']:checked + label::after {
  background-color: #00969f;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 11px;
  width: 10px;
}
input[type='radio']:checked + .incorrect::after {
  background-color: #f36c45;
}
.form-field {
  position: relative;
}
.has-error input {
  outline: 2px solid #ae0303;
}
.help-block {
  color: #ae0303;
  margin: 5px 0 0 0;
}
.search-submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: 50px;
  padding: 0;
  padding: 15px;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
}
.search-submit:hover {
  cursor: pointer;
}
.search-submit::before {
  background-color: #d8d8d8;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 2px;
}
.search-submit svg {
  fill: #003678;
  height: 20px;
  vertical-align: 5px;
  width: auto;
}
.range {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.range .range-container {
  height: 60px;
  padding-top: 5px;
  width: 100%;
}
.range .range-container input[type='range'] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  height: auto;
  padding: 0;
  width: 100%;
}
.range .range-container input[type='range']:focus {
  outline: none;
}
.range .range-container input[type='range']::-webkit-slider-runnable-track {
  background: #00969f;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 8.4px;
  width: 100%;
}
.range .range-container input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #003678;
  border: 0;
  cursor: pointer;
  height: 16px;
  margin-top: -4px;
  width: 16px;
}
.range .range-container input[type='range']:focus::-webkit-slider-runnable-track {
  background: #00969f;
}
.range .range-container input[type='range']::-moz-range-track {
  background: #00969f;
  border: 0;
  border-radius: 1.3px;
  cursor: pointer;
  height: 8.4px;
  width: 100%;
}
.range .range-container input[type='range']::-moz-range-thumb {
  background: #003678;
  border: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.range .range-container input[type='range']::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 4.8px 0;
  color: transparent;
  cursor: pointer;
  height: 8.4px;
  width: 100%;
}
.range .range-container input[type='range']::-ms-fill-lower {
  background: #00969f;
  border: 0;
  border-radius: 0;
}
.range .range-container input[type='range']::-ms-fill-upper {
  background: #00969f;
  border: 0;
  border-radius: 0;
}
.range .range-container input[type='range']::-ms-thumb {
  background: #003678;
  border: 0;
  cursor: pointer;
  height: 16px;
  margin-top: 0;
  width: 16px;
}
.range .range-container input[type='range']:focus::-ms-fill-lower {
  background: #00969f;
}
.range .range-container input[type='range']:focus::-ms-fill-upper {
  background: #00969f;
}
.range .range-container input[type='range']:focus {
  outline: none;
}
.range .range-container input[type='range']::-webkit-slider-runnable-track {
  background: #00969f;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 8.4px;
  width: 100%;
}
.range .range-container input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #003678;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  margin-top: -4px;
  width: 16px;
}
.range .range-container input[type='range']:focus::-webkit-slider-runnable-track {
  background: #00969f;
}
.range .range-container input[type='range']::-moz-range-track {
  background: #00969f;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 8.4px;
  width: 100%;
}
.range .range-container input[type='range']::-moz-range-thumb {
  background: #003678;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.range .range-container input[type='range']::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 4.8px 0;
  color: transparent;
  cursor: pointer;
  height: 8.4px;
  width: 100%;
}
.range .range-container input[type='range']::-ms-fill-lower {
  background: #00969f;
  border: 0;
  border-radius: 0;
}
.range .range-container input[type='range']::-ms-fill-upper {
  background: #00969f;
  border: 0;
  border-radius: 0;
}
.range .range-container input[type='range']::-ms-thumb {
  background: #003678;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  margin-top: 0;
  width: 16px;
}
.range .range-container input[type='range']:focus::-ms-fill-lower {
  background: #00969f;
}
.range .range-container input[type='range']:focus::-ms-fill-upper {
  background: #00969f;
}
.range .range-container .range-value {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}
.range .min,
.range .max {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9375;
  margin-top: 3px;
}
.range .min {
  margin-right: 20px;
}
.range .max {
  margin-left: 20px;
}
.alert {
  background-color: #003678;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  padding: 10px 25px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .alert {
    padding: 10px 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .alert {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .alert {
    max-width: 1440px;
    padding: 10px 50px;
    width: calc(100% - 300px);
  }
}
.alert p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}
.alert .arrow--white {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .alert .arrow--white {
    display: inline-block;
    margin: 0 0 0 25px;
  }
}
@media screen and (min-width: 992px) {
  .alert .arrow--white {
    margin-left: 50px;
  }
}
.alert .close {
  display: block;
  margin: 0 0 10px 0;
  opacity: 0.8;
  padding: 0;
  position: relative;
  right: 0;
  top: auto;
}
@media screen and (min-width: 768px) {
  .alert .close {
    margin: 0;
  }
}
.alert .close svg {
  display: block;
  height: 14px;
  width: 14px;
}
[data-toggle='tooltip'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
[data-toggle='tooltip']:hover {
  cursor: pointer;
}
.tooltip {
  background-color: #fafafa;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  opacity: 1 !important;
}
.tooltip-inner {
  background-color: #fafafa;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.36364;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .tooltip-inner {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.71429;
  }
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 75vw;
  }
}
@media screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 50vw;
  }
}
.modal-header {
  border-bottom: 0;
  padding: 15px;
}
.modal-header .close {
  font-family: 'Roboto', sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}
.modal-body {
  padding: 0 40px 30px 40px;
}
.modal-body .modal-title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 40px 0;
}
.modal-body p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 20px 0;
}
.modal-body .checkbox-label {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin: 0;
  text-transform: uppercase;
}
.modal-body .checkbox-label::before {
  top: 3px;
}
.modal-body .dropdown-toggle {
  display: block;
  width: 100%;
}
.modal-body .col-md-6:nth-of-type(odd) {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .modal-body .col-md-6:nth-of-type(odd) {
    padding: 0 15px 0 0;
  }
}
.modal-body .col-md-6:nth-of-type(even) {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .modal-body .col-md-6:nth-of-type(even) {
    padding: 0 0 0 15px;
  }
}
.modal-body .form-field {
  margin: 0 0 40px 0;
}
.modal-body label,
.modal-body .label,
.modal-body .account p.label,
.account .modal-body p.label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}
.modal-body input {
  width: 100%;
}
.modal-body .dropdown-toggle,
.modal-body .dropdown-menu {
  width: 100%;
}
.modal-body .file-upload {
  background-color: #fafafa;
}
.modal-body table {
  margin-top: 40px;
}
.modal-body table td {
  border: 0;
  height: 40px;
}
.modal-body table thead td {
  color: #636870;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.23077;
}
.modal-body table tbody td {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.modal-body table tbody td .name {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.modal-body table tbody td .address {
  display: block;
}
.modal-footer {
  margin: 0 40px;
  padding: 30px 0 50px 0;
}
.modal-footer .link {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.modal-footer .pagination {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.71429;
  margin: 0;
}
.modal-footer .pagination .active a {
  text-decoration: underline;
}
.modal-footer .pagination a {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.71429;
  margin: 0 4px;
}
.banner {
  position: relative;
}
.banner__image {
  height: 175px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner__image {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .banner__image {
    height: 500px;
    width: calc(100% - 250px);
  }
}
@media screen and (min-width: 1200px) {
  .banner__image {
    height: 600px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1441px) {
  .banner__image {
    margin-right: 300px;
    max-width: 1560px;
  }
}
.banner__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  -webkit-animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  width: 100%;
}
.banner__container {
  -webkit-animation: float-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
  animation: float-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
  transform: translateY(-25px);
}
@media screen and (min-width: 768px) {
  .banner__container {
    -webkit-animation: fade-in-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
    animation: fade-in-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
    opacity: 0;
    transform: translateY(30px);
  }
}
@media screen and (min-width: 1441px) {
  .banner__container {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0;
  }
}
.banner__copy {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .banner__copy {
    margin: -125px 0 0 100px;
    padding: 50px 50px 0 50px;
  }
}
@media screen and (min-width: 992px) {
  .banner__copy {
    margin: -200px 0 0 400px;
  }
}
@media screen and (min-width: 1200px) {
  .banner__copy {
    margin: -300px 0 0 540px;
    max-width: 900px;
    padding: 100px 100px 50px 100px;
  }
}
@media screen and (min-width: 1441px) {
  .banner__copy {
    margin-top: -300px;
  }
}
.banner__copy__svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 145px;
}
@media screen and (min-width: 768px) {
  .banner__copy__svg {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .banner__copy__svg {
    width: 400px;
  }
}
.banner__copy__svg svg {
  height: auto;
  width: 100%;
}
.banner__copy__container {
  position: relative;
  z-index: 2;
}
.banner__copy__container h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .banner__copy__container h1 {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 992px) {
  .banner__copy__container h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.banner__copy__container p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .banner__copy__container p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.83333;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .banner__copy__container p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .banner__copy__container .link {
    display: inline-block;
    margin-right: 50px;
  }
}
.course-block {
  border-bottom: 2px solid #d8d8d8;
  margin: 0 0 40px 0;
  padding: 10px 0 30px 0;
}
@media screen and (min-width: 768px) {
  .course-block {
    margin-bottom: 50px;
    padding: 0 0 50px 30px;
  }
}
.course-block__image {
  height: 150px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-block__image {
    flex: 0 0 250px;
    height: 250px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 1441px) {
  .course-block__image {
    flex: 0 0 300px;
    height: 300px;
  }
}
.course-block__image .category {
  background-color: #b5e4e7;
  color: #000;
  display: inline-block;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .course-block__image .category {
    font-size: 0.875rem;
    height: 30px;
    left: -30px;
    letter-spacing: 2px;
    line-height: 1.71429;
    line-height: 30px;
    padding: 0 10px;
    top: 10px;
    transform: none;
  }
}
.course-block__image .category.virtual {
  background-color: #d8e5f0;
}
.course-block__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .course-block__image img {
    border: 0;
  }
}
.course-block__image .star,
.course-block__image .remove {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  background-color: transparent;
  background-color: #003678;
  border: 0;
  border-radius: 0;
  border-radius: 50%;
  bottom: 5px;
  display: flex;
  height: 35px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 35px;
}
.course-block__image .star:hover,
.course-block__image .remove:hover {
  cursor: pointer;
}
.course-block__image .star svg,
.course-block__image .remove svg {
  display: block;
  height: auto;
}
.course-block__image .star svg {
  margin-top: -2px;
  width: 23px;
}
.course-block__image .remove svg {
  margin-top: -1px;
  width: 18px;
}
.course-block__image .progress {
  background-color: #fafafa;
  border-radius: 0;
  bottom: 0;
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
.course-block__image .progress-bar {
  background-color: #00969f;
}
.course-block__details {
  background-color: #fff;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .course-block__details {
    flex: 0 0 calc(100% - 280px);
  }
}
@media screen and (min-width: 1441px) {
  .course-block__details {
    flex: 0 0 calc(100% - 330px);
  }
}
.course-block__details .non-ce-tag,
.course-block__details .date {
  display: inline-block;
}
.course-block__details .non-ce-tag::before,
.course-block__details .date::before {
  background-color: #00969f;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 15px 0 10px;
  vertical-align: -1px;
  width: 2px;
}
@media screen and (min-width: 768px) {
  .course-block__details .non-ce-tag::before,
  .course-block__details .date::before {
    height: 12px;
  }
}
.course-block__details .non-ce-tag:first-of-type,
.course-block__details .date:first-of-type {
  padding-left: 0;
}
.course-block__details .non-ce-tag:first-of-type::before,
.course-block__details .date:first-of-type::before {
  display: none;
}
.course-block__details .sponsored {
  display: inline-block;
}
.course-block__details .sponsored::before {
  background-color: #00969f;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 15px 0 10px;
  vertical-align: -1px;
  width: 2px;
}
@media screen and (min-width: 768px) {
  .course-block__details .sponsored::before {
    height: 12px;
  }
}
.course-block__details .sponsored::after {
  content: url('/presentation/images/icons/sponsored.svg');
  display: inline-block;
  margin-left: 5px;
}
.course-block__details .sponsored--non-ce::before {
  display: none;
}
.course-block__details .date {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.course-block__details .title {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .course-block__details .title {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.course-block__details .subtitle {
  color: #111;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5625;
}
.course-block__details .link {
  color: #003678;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin-bottom: 30px;
  text-decoration: underline;
}
.course-block__details .credits {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .course-block__details .credits {
    padding: 0;
  }
}
.course-block__details__buttons {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .course-block__details__buttons {
    margin-top: 30px;
  }
}
.course-block__details__buttons .cta {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .course-block__details__buttons .cta {
    margin-top: 0;
  }
}
.faculty-block {
  border-bottom: 2px solid #d8d8d8;
  margin: 0 0 40px 0;
  padding: 10px 0 30px 0;
}
@media screen and (min-width: 768px) {
  .faculty-block {
    margin-bottom: 50px;
    padding: 0 0 50px 30px;
  }
}
.faculty-block__image {
  height: 250px;
  margin: 0 auto;
  position: relative;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .faculty-block__image {
    flex: 0 0 250px;
    margin: 0;
  }
}
@media screen and (min-width: 1441px) {
  .faculty-block__image {
    flex: 0 0 300px;
    height: 300px;
  }
}
.faculty-block__image img {
  -o-object-fit: cover;
  -o-object-position: top;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faculty-block__image img {
    border: 0;
  }
}
.faculty-block__image .star,
.faculty-block__image .remove {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  background-color: transparent;
  background-color: #003678;
  border: 0;
  border-radius: 0;
  border-radius: 50%;
  bottom: 5px;
  display: flex;
  height: 35px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 35px;
}
.faculty-block__image .star:hover,
.faculty-block__image .remove:hover {
  cursor: pointer;
}
.faculty-block__image .star svg,
.faculty-block__image .remove svg {
  display: block;
  height: auto;
}
.faculty-block__image .star svg {
  margin-top: -2px;
  width: 23px;
}
.faculty-block__image .remove svg {
  margin-top: -1px;
  width: 18px;
}
.faculty-block__image .progress {
  background-color: #fafafa;
  border-radius: 0;
  bottom: 0;
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
.faculty-block__image .progress-bar {
  background-color: #00969f;
}
.faculty-block__details {
  background-color: #fff;
  margin: 0 auto;
  max-width: 500px;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .faculty-block__details {
    flex: 0 0 calc(100% - 280px);
    margin: 0;
    max-width: none;
  }
}
@media screen and (min-width: 1441px) {
  .faculty-block__details {
    flex: 0 0 calc(100% - 330px);
  }
}
.faculty-block__details .name {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .faculty-block__details .name {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin: 0 0 20px 0;
  }
}
.faculty-block__details .description {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.71429;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .faculty-block__details .description {
    margin: 0 0 40px 0;
  }
}
.faculty-block__details .link {
  color: #003678;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin-bottom: 30px;
  text-decoration: underline;
}
.faculty-block__details .credits {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .faculty-block__details .credits {
    padding: 0;
  }
}
.faculty-block__details__buttons {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .faculty-block__details__buttons {
    margin-top: 30px;
  }
}
.faculty-block__details__buttons .course-star {
  margin: 0;
}
.curriculum-block {
  border-bottom: 2px solid #d8d8d8;
  margin: 0 0 40px 0;
  padding: 10px 0 30px 0;
}
@media screen and (min-width: 768px) {
  .curriculum-block {
    margin-bottom: 50px;
    padding: 0 0 50px 0;
  }
}
.curriculum-block__title {
  padding-right: 20px;
}
.curriculum-block__title .curriculum,
.curriculum-block__title .count {
  display: inline-block;
}
.curriculum-block__title .curriculum {
  background-color: #fafafa;
  margin: 0 15px 0 0;
  padding: 2px 5px;
}
.curriculum-block__title .count {
  margin: 0;
}
.curriculum-block__title h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 5px 0 10px 0;
}
@media screen and (min-width: 768px) {
  .curriculum-block__title h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.curriculum-block__title .credits {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.curriculum-block__toggle {
  padding: 5px;
}
.curriculum-block__toggle .curriculum-toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.curriculum-block__toggle .curriculum-toggle:hover {
  cursor: pointer;
}
.curriculum-block__toggle .curriculum-toggle[aria-expanded='false'] .collapse-open {
  display: inline-block;
}
.curriculum-block__toggle .curriculum-toggle[aria-expanded='false'] .collapse-close {
  display: none;
}
.curriculum-block__toggle .curriculum-toggle[aria-expanded='true'] .collapse-open {
  display: none;
}
.curriculum-block__toggle .curriculum-toggle[aria-expanded='true'] .collapse-close {
  display: inline-block;
}
.curriculum-block__toggle .curriculum-toggle svg {
  border: 2px solid #003678;
  border-radius: 50%;
  height: 30px;
  transition: border-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 30px;
}
@media screen and (min-width: 768px) {
  .curriculum-block__toggle .curriculum-toggle svg {
    height: 50px;
    width: 50px;
  }
}
.curriculum-block__toggle .curriculum-toggle svg:hover {
  border: 2px solid #00969f;
}
.curriculum-block__toggle .curriculum-toggle svg:hover path {
  fill: #00969f;
}
.curriculum-block__toggle .curriculum-toggle svg circle {
  fill: #fff;
}
.curriculum-block__toggle .curriculum-toggle svg path {
  fill: #003678;
  transition: fill 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.curriculum-block__body {
  margin-top: 20px;
  padding-left: 30px;
}
.curriculum-block__body__course {
  margin-bottom: 30px;
  position: relative;
}
.curriculum-block__body__course h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 10px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .curriculum-block__body__course h4 {
    margin-bottom: 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .curriculum-block__body__course h4::before {
    background-color: #003678;
    border-radius: 50%;
    content: '';
    height: 6px;
    left: -30px;
    position: absolute;
    top: 12px;
    width: 6px;
  }
}
.curriculum-block__body__course .credits {
  margin: 0;
}
.curriculum-block__body__course .status {
  border: 2px solid;
  margin: 0;
  padding: 2px 5px;
}
@media screen and (min-width: 768px) {
  .curriculum-block__body__course .status {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
.curriculum-block__body__course .status--complete {
  border-color: #003678;
}
.curriculum-block__body__course .status--paused {
  border-color: #00969f;
}
@media screen and (min-width: 768px) {
  .curriculum-block__body__course .arrow {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.curriculum-courses {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .curriculum-courses {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .curriculum-courses {
    margin-bottom: 100px;
  }
}
.curriculum-courses h2,
.curriculum-courses .general__title__container .subtitle,
.general__title__container .curriculum-courses .subtitle,
.curriculum-courses .faculty__banner__container .subtitle,
.faculty__banner__container .curriculum-courses .subtitle {
  margin: 0 auto 50px auto;
}
.curriculum-courses__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .curriculum-courses__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .curriculum-courses__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .curriculum-courses__container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0;
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1441px) {
  .curriculum-courses__container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1921px) {
  .curriculum-courses__container {
    max-width: 1620px;
  }
}
.curriculum-courses__item {
  border: 1px solid #d8d8d8;
  flex: 0 0 100%;
  margin-bottom: 40px;
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .curriculum-courses__item {
    padding: 25px 25px 25px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .curriculum-courses__item {
    flex: 0 0 calc(50% - 15px);
  }
}
.curriculum-courses__item .course-block {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .curriculum-courses__item .course-block {
    padding: 0 0 0 30px;
  }
}
.curriculum-courses__item .course-block__details {
  padding-bottom: 0;
}
.curriculum-courses__item .course-block__details .title {
  margin: 0 0 10px 0;
}
.curriculum-courses__item .course-block__details .title .subtitle {
  margin-top: 5px;
}
.pagination {
  margin: 50px 0;
}
.pagination__container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pagination__container {
    margin: 0 auto;
    max-width: 350px;
    padding: 0;
  }
}
.pagination__container p {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.pagination__container .pagination-number {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  height: 35px;
  letter-spacing: 2px;
  line-height: 1.71429;
  line-height: 35px;
  margin-right: 15px;
  padding: 0;
  text-align: center;
  width: 60px;
}
.pagination__container .pagination-number::-moz-placeholder {
  line-height: 35px;
}
.pagination__container .pagination-number:-ms-input-placeholder {
  line-height: 35px;
}
.pagination__container .pagination-number::placeholder {
  line-height: 35px;
}
.conference-slide {
  padding: 60px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-slide {
    margin-top: -85px;
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-slide {
    margin-top: -200px;
    padding: 60px 150px 60px 150px;
  }
}
@media screen and (min-width: 768px) {
  .conference-slide .swiper-slide {
    padding-top: 0;
  }
}
.conference-slide .swiper-slide a {
  visibility: hidden;
}
.conference-slide .swiper-slide-active a {
  visibility: visible;
}
.conference-slide .swiper-slide-active a:focus {
  border: 2px solid #5091cd;
}
.conference-slide__container {
  -webkit-animation: fade-in-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
  animation: fade-in-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
  opacity: 0;
  transform: translateY(30px);
}
.conference-slide__item {
  height: 100%;
  text-decoration: none;
}
.conference-slide__item:hover {
  text-decoration: none;
}
.conference-slide__item:hover .arrow::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.conference-slide__item--in-person .conference-slide__image .tag,
.conference-slide__item--in-person .conference-slide__image .blockquote-attr,
.conference-slide__item--in-person .conference-slide__image .quote-name,
.conference-slide__item--in-person .conference-slide__image .course-block__image .category,
.course-block__image .conference-slide__item--in-person .conference-slide__image .category,
.conference-slide__item--in-person .conference-slide__image .course-block__details .non-ce-tag,
.course-block__details .conference-slide__item--in-person .conference-slide__image .non-ce-tag,
.conference-slide__item--in-person .conference-slide__image .course-block__details .date,
.course-block__details .conference-slide__item--in-person .conference-slide__image .date,
.conference-slide__item--in-person .conference-slide__image .course-block__details .sponsored,
.course-block__details .conference-slide__item--in-person .conference-slide__image .sponsored,
.conference-slide__item--in-person .conference-slide__image .course-block__details .credits,
.course-block__details .conference-slide__item--in-person .conference-slide__image .credits,
.conference-slide__item--in-person .conference-slide__image .faculty-block__details .credits,
.faculty-block__details .conference-slide__item--in-person .conference-slide__image .credits,
.conference-slide__item--in-person .conference-slide__image .curriculum-block__title .curriculum,
.curriculum-block__title .conference-slide__item--in-person .conference-slide__image .curriculum,
.conference-slide__item--in-person .conference-slide__image .curriculum-block__title .count,
.curriculum-block__title .conference-slide__item--in-person .conference-slide__image .count,
.conference-slide__item--in-person .conference-slide__image .curriculum-block__title .credits,
.curriculum-block__title .conference-slide__item--in-person .conference-slide__image .credits,
.conference-slide__item--in-person
  .conference-slide__image
  .curriculum-block__body__course
  .credits,
.curriculum-block__body__course
  .conference-slide__item--in-person
  .conference-slide__image
  .credits,
.conference-slide__item--in-person .conference-slide__image .curriculum-block__body__course .status,
.curriculum-block__body__course .conference-slide__item--in-person .conference-slide__image .status,
.conference-slide__item--in-person .conference-slide__image .pagination__container p,
.pagination__container .conference-slide__item--in-person .conference-slide__image p,
.conference-slide__item--in-person
  .conference-slide__image
  .pagination__container
  .pagination-number,
.pagination__container
  .conference-slide__item--in-person
  .conference-slide__image
  .pagination-number,
.conference-slide__item--in-person .conference-slide__image h2,
.conference-slide__item--in-person .conference-slide__image .general__title__container .subtitle,
.conference-slide__item--in-person .general__title__container .conference-slide__image .subtitle,
.general__title__container .conference-slide__item--in-person .conference-slide__image .subtitle,
.conference-slide__item--in-person .conference-slide__image .faculty__banner__container .subtitle,
.conference-slide__item--in-person .faculty__banner__container .conference-slide__image .subtitle,
.faculty__banner__container .conference-slide__item--in-person .conference-slide__image .subtitle,
.conference-slide__item--in-person .conference-slide__image .conference-slide__details .credits,
.conference-slide__details .conference-slide__item--in-person .conference-slide__image .credits,
.conference-slide__item--in-person .conference-slide__image .related-carousel__nav .count,
.related-carousel__nav .conference-slide__item--in-person .conference-slide__image .count,
.conference-slide__item--in-person .conference-slide__image .home__banner__carousel__image h2,
.home__banner__carousel__image .conference-slide__item--in-person .conference-slide__image h2,
.conference-slide__item--in-person
  .conference-slide__image
  .home__banner__carousel__details
  .credits,
.home__banner__carousel__details
  .conference-slide__item--in-person
  .conference-slide__image
  .credits,
.conference-slide__item--in-person
  .conference-slide__image
  .home__offerings__clinicians__item
  .category,
.home__offerings__clinicians__item
  .conference-slide__item--in-person
  .conference-slide__image
  .category,
.conference-slide__item--in-person
  .conference-slide__image
  .home__upcoming__carousel__slide__category,
.conference-slide__item--in-person
  .conference-slide__image
  .home__upcoming__carousel__slide__detail
  .credits,
.home__upcoming__carousel__slide__detail
  .conference-slide__item--in-person
  .conference-slide__image
  .credits,
.conference-slide__item--in-person .conference-slide__image .about__leadership__member__toggle h3,
.about__leadership__member__toggle .conference-slide__item--in-person .conference-slide__image h3,
.conference-slide__item--in-person .conference-slide__image .search__recommendations__nav .count,
.search__recommendations__nav .conference-slide__item--in-person .conference-slide__image .count,
.conference-slide__item--in-person .conference-slide__image .search__resources__content a .category,
.search__resources__content a .conference-slide__item--in-person .conference-slide__image .category,
.conference-slide__item--in-person .conference-slide__image .search__poll h2,
.search__poll .conference-slide__item--in-person .conference-slide__image h2,
.conference-slide__item--in-person
  .conference-slide__image
  .dashboard__head__progress
  .progress-label,
.dashboard__head__progress
  .conference-slide__item--in-person
  .conference-slide__image
  .progress-label,
.conference-slide__item--in-person
  .conference-slide__image
  .dashboard-credits__goal__progress
  .credits-progress-label
  p,
.dashboard-credits__goal__progress
  .credits-progress-label
  .conference-slide__item--in-person
  .conference-slide__image
  p,
.conference-slide__item--in-person
  .conference-slide__image
  .dashboard-credits__results__item__title
  .date,
.dashboard-credits__results__item__title
  .conference-slide__item--in-person
  .conference-slide__image
  .date,
.conference-slide__item--in-person
  .conference-slide__image
  .dashboard-credits__results__item__credits
  .credits,
.dashboard-credits__results__item__credits
  .conference-slide__item--in-person
  .conference-slide__image
  .credits,
.conference-slide__item--in-person
  .conference-slide__image
  .dashboard-education__recommendations__nav
  .count,
.dashboard-education__recommendations__nav
  .conference-slide__item--in-person
  .conference-slide__image
  .count,
.conference-slide__item--in-person
  .conference-slide__image
  .course-listing__recommendations__nav
  .count,
.course-listing__recommendations__nav
  .conference-slide__item--in-person
  .conference-slide__image
  .count,
.conference-slide__item--in-person
  .conference-slide__image
  .course-listing__resources__content
  a
  .category,
.course-listing__resources__content
  a
  .conference-slide__item--in-person
  .conference-slide__image
  .category,
.conference-slide__item--in-person .conference-slide__image .course-listing__poll h2,
.course-listing__poll .conference-slide__item--in-person .conference-slide__image h2,
.conference-slide__item--in-person .conference-slide__image .course-detail__intro__title .type,
.course-detail__intro__title .conference-slide__item--in-person .conference-slide__image .type,
.conference-slide__item--in-person .conference-slide__image .course-detail__intro__title .credits,
.course-detail__intro__title .conference-slide__item--in-person .conference-slide__image .credits,
.conference-slide__item--in-person
  .conference-slide__image
  .course-detail__intro__side__countdown
  .text,
.course-detail__intro__side__countdown
  .conference-slide__item--in-person
  .conference-slide__image
  .text,
.conference-slide__item--in-person .conference-slide__image .course-class__title .category,
.course-class__title .conference-slide__item--in-person .conference-slide__image .category,
.conference-slide__item--in-person
  .conference-slide__image
  .course-class__next__activity
  .activity-tag,
.course-class__next__activity
  .conference-slide__item--in-person
  .conference-slide__image
  .activity-tag,
.conference-slide__item--in-person
  .conference-slide__image
  .course-class__next__activity__content
  .label,
.course-class__next__activity__content
  .conference-slide__item--in-person
  .conference-slide__image
  .label,
.conference-slide__item--in-person
  .conference-slide__image
  .blog__featured__carousel__slide__category,
.conference-slide__item--in-person
  .conference-slide__image
  .blog__featured__carousel__slide__detail
  .credits,
.blog__featured__carousel__slide__detail
  .conference-slide__item--in-person
  .conference-slide__image
  .credits,
.conference-slide__item--in-person .conference-slide__image .blog__resources__content a .category,
.blog__resources__content a .conference-slide__item--in-person .conference-slide__image .category,
.conference-slide__item--in-person .conference-slide__image .blog-landing .blog-tag,
.blog-landing .conference-slide__item--in-person .conference-slide__image .blog-tag,
.conference-slide__item--in-person .conference-slide__image .blog-landing .sponsored,
.blog-landing .conference-slide__item--in-person .conference-slide__image .sponsored,
.conference-slide__item--in-person
  .conference-slide__image
  .blog-landing__posts__item__copy
  .reading-time,
.blog-landing__posts__item__copy
  .conference-slide__item--in-person
  .conference-slide__image
  .reading-time,
.conference-slide__item--in-person .conference-slide__image .blog-landing__posts__item__copy .date,
.blog-landing__posts__item__copy .conference-slide__item--in-person .conference-slide__image .date,
.conference-slide__item--in-person
  .conference-slide__image
  .blog-detail__title__container
  .blog-label,
.blog-detail__title__container
  .conference-slide__item--in-person
  .conference-slide__image
  .blog-label,
.conference-slide__item--in-person .conference-slide__image .conference .type,
.conference .conference-slide__item--in-person .conference-slide__image .type,
.conference-slide__item--in-person
  .conference-slide__image
  .conference__banner__copy__container
  .info,
.conference__banner__copy__container
  .conference-slide__item--in-person
  .conference-slide__image
  .info,
.conference-slide__item--in-person .conference-slide__image .conference__share__container p,
.conference__share__container .conference-slide__item--in-person .conference-slide__image p,
.conference-slide__item--in-person
  .conference-slide__image
  .conference-overview__registration__stats__number
  .copy,
.conference-overview__registration__stats__number
  .conference-slide__item--in-person
  .conference-slide__image
  .copy,
.conference-slide__item--in-person
  .conference-slide__image
  .class-landing__resources__content
  a
  .category,
.class-landing__resources__content
  a
  .conference-slide__item--in-person
  .conference-slide__image
  .category,
.conference-slide__item--in-person
  .conference-slide__image
  .class-landing__carousel
  .slide-row
  .content-col
  .credits,
.class-landing__carousel
  .slide-row
  .content-col
  .conference-slide__item--in-person
  .conference-slide__image
  .credits {
  background-color: #b5e4e7;
  color: #000;
}
.conference-slide__item--virtual .conference-slide__image .tag,
.conference-slide__item--virtual .conference-slide__image .blockquote-attr,
.conference-slide__item--virtual .conference-slide__image .quote-name,
.conference-slide__item--virtual .conference-slide__image .course-block__image .category,
.course-block__image .conference-slide__item--virtual .conference-slide__image .category,
.conference-slide__item--virtual .conference-slide__image .course-block__details .non-ce-tag,
.course-block__details .conference-slide__item--virtual .conference-slide__image .non-ce-tag,
.conference-slide__item--virtual .conference-slide__image .course-block__details .date,
.course-block__details .conference-slide__item--virtual .conference-slide__image .date,
.conference-slide__item--virtual .conference-slide__image .course-block__details .sponsored,
.course-block__details .conference-slide__item--virtual .conference-slide__image .sponsored,
.conference-slide__item--virtual .conference-slide__image .course-block__details .credits,
.course-block__details .conference-slide__item--virtual .conference-slide__image .credits,
.conference-slide__item--virtual .conference-slide__image .faculty-block__details .credits,
.faculty-block__details .conference-slide__item--virtual .conference-slide__image .credits,
.conference-slide__item--virtual .conference-slide__image .curriculum-block__title .curriculum,
.curriculum-block__title .conference-slide__item--virtual .conference-slide__image .curriculum,
.conference-slide__item--virtual .conference-slide__image .curriculum-block__title .count,
.curriculum-block__title .conference-slide__item--virtual .conference-slide__image .count,
.conference-slide__item--virtual .conference-slide__image .curriculum-block__title .credits,
.curriculum-block__title .conference-slide__item--virtual .conference-slide__image .credits,
.conference-slide__item--virtual .conference-slide__image .curriculum-block__body__course .credits,
.curriculum-block__body__course .conference-slide__item--virtual .conference-slide__image .credits,
.conference-slide__item--virtual .conference-slide__image .curriculum-block__body__course .status,
.curriculum-block__body__course .conference-slide__item--virtual .conference-slide__image .status,
.conference-slide__item--virtual .conference-slide__image .pagination__container p,
.pagination__container .conference-slide__item--virtual .conference-slide__image p,
.conference-slide__item--virtual .conference-slide__image .pagination__container .pagination-number,
.pagination__container .conference-slide__item--virtual .conference-slide__image .pagination-number,
.conference-slide__item--virtual .conference-slide__image h2,
.conference-slide__item--virtual .conference-slide__image .general__title__container .subtitle,
.conference-slide__item--virtual .general__title__container .conference-slide__image .subtitle,
.general__title__container .conference-slide__item--virtual .conference-slide__image .subtitle,
.conference-slide__item--virtual .conference-slide__image .faculty__banner__container .subtitle,
.conference-slide__item--virtual .faculty__banner__container .conference-slide__image .subtitle,
.faculty__banner__container .conference-slide__item--virtual .conference-slide__image .subtitle,
.conference-slide__item--virtual .conference-slide__image .conference-slide__details .credits,
.conference-slide__details .conference-slide__item--virtual .conference-slide__image .credits,
.conference-slide__item--virtual .conference-slide__image .related-carousel__nav .count,
.related-carousel__nav .conference-slide__item--virtual .conference-slide__image .count,
.conference-slide__item--virtual .conference-slide__image .home__banner__carousel__image h2,
.home__banner__carousel__image .conference-slide__item--virtual .conference-slide__image h2,
.conference-slide__item--virtual .conference-slide__image .home__banner__carousel__details .credits,
.home__banner__carousel__details .conference-slide__item--virtual .conference-slide__image .credits,
.conference-slide__item--virtual
  .conference-slide__image
  .home__offerings__clinicians__item
  .category,
.home__offerings__clinicians__item
  .conference-slide__item--virtual
  .conference-slide__image
  .category,
.conference-slide__item--virtual
  .conference-slide__image
  .home__upcoming__carousel__slide__category,
.conference-slide__item--virtual
  .conference-slide__image
  .home__upcoming__carousel__slide__detail
  .credits,
.home__upcoming__carousel__slide__detail
  .conference-slide__item--virtual
  .conference-slide__image
  .credits,
.conference-slide__item--virtual .conference-slide__image .about__leadership__member__toggle h3,
.about__leadership__member__toggle .conference-slide__item--virtual .conference-slide__image h3,
.conference-slide__item--virtual .conference-slide__image .search__recommendations__nav .count,
.search__recommendations__nav .conference-slide__item--virtual .conference-slide__image .count,
.conference-slide__item--virtual .conference-slide__image .search__resources__content a .category,
.search__resources__content a .conference-slide__item--virtual .conference-slide__image .category,
.conference-slide__item--virtual .conference-slide__image .search__poll h2,
.search__poll .conference-slide__item--virtual .conference-slide__image h2,
.conference-slide__item--virtual
  .conference-slide__image
  .dashboard__head__progress
  .progress-label,
.dashboard__head__progress
  .conference-slide__item--virtual
  .conference-slide__image
  .progress-label,
.conference-slide__item--virtual
  .conference-slide__image
  .dashboard-credits__goal__progress
  .credits-progress-label
  p,
.dashboard-credits__goal__progress
  .credits-progress-label
  .conference-slide__item--virtual
  .conference-slide__image
  p,
.conference-slide__item--virtual
  .conference-slide__image
  .dashboard-credits__results__item__title
  .date,
.dashboard-credits__results__item__title
  .conference-slide__item--virtual
  .conference-slide__image
  .date,
.conference-slide__item--virtual
  .conference-slide__image
  .dashboard-credits__results__item__credits
  .credits,
.dashboard-credits__results__item__credits
  .conference-slide__item--virtual
  .conference-slide__image
  .credits,
.conference-slide__item--virtual
  .conference-slide__image
  .dashboard-education__recommendations__nav
  .count,
.dashboard-education__recommendations__nav
  .conference-slide__item--virtual
  .conference-slide__image
  .count,
.conference-slide__item--virtual
  .conference-slide__image
  .course-listing__recommendations__nav
  .count,
.course-listing__recommendations__nav
  .conference-slide__item--virtual
  .conference-slide__image
  .count,
.conference-slide__item--virtual
  .conference-slide__image
  .course-listing__resources__content
  a
  .category,
.course-listing__resources__content
  a
  .conference-slide__item--virtual
  .conference-slide__image
  .category,
.conference-slide__item--virtual .conference-slide__image .course-listing__poll h2,
.course-listing__poll .conference-slide__item--virtual .conference-slide__image h2,
.conference-slide__item--virtual .conference-slide__image .course-detail__intro__title .type,
.course-detail__intro__title .conference-slide__item--virtual .conference-slide__image .type,
.conference-slide__item--virtual .conference-slide__image .course-detail__intro__title .credits,
.course-detail__intro__title .conference-slide__item--virtual .conference-slide__image .credits,
.conference-slide__item--virtual
  .conference-slide__image
  .course-detail__intro__side__countdown
  .text,
.course-detail__intro__side__countdown
  .conference-slide__item--virtual
  .conference-slide__image
  .text,
.conference-slide__item--virtual .conference-slide__image .course-class__title .category,
.course-class__title .conference-slide__item--virtual .conference-slide__image .category,
.conference-slide__item--virtual
  .conference-slide__image
  .course-class__next__activity
  .activity-tag,
.course-class__next__activity
  .conference-slide__item--virtual
  .conference-slide__image
  .activity-tag,
.conference-slide__item--virtual
  .conference-slide__image
  .course-class__next__activity__content
  .label,
.course-class__next__activity__content
  .conference-slide__item--virtual
  .conference-slide__image
  .label,
.conference-slide__item--virtual
  .conference-slide__image
  .blog__featured__carousel__slide__category,
.conference-slide__item--virtual
  .conference-slide__image
  .blog__featured__carousel__slide__detail
  .credits,
.blog__featured__carousel__slide__detail
  .conference-slide__item--virtual
  .conference-slide__image
  .credits,
.conference-slide__item--virtual .conference-slide__image .blog__resources__content a .category,
.blog__resources__content a .conference-slide__item--virtual .conference-slide__image .category,
.conference-slide__item--virtual .conference-slide__image .blog-landing .blog-tag,
.blog-landing .conference-slide__item--virtual .conference-slide__image .blog-tag,
.conference-slide__item--virtual .conference-slide__image .blog-landing .sponsored,
.blog-landing .conference-slide__item--virtual .conference-slide__image .sponsored,
.conference-slide__item--virtual
  .conference-slide__image
  .blog-landing__posts__item__copy
  .reading-time,
.blog-landing__posts__item__copy
  .conference-slide__item--virtual
  .conference-slide__image
  .reading-time,
.conference-slide__item--virtual .conference-slide__image .blog-landing__posts__item__copy .date,
.blog-landing__posts__item__copy .conference-slide__item--virtual .conference-slide__image .date,
.conference-slide__item--virtual
  .conference-slide__image
  .blog-detail__title__container
  .blog-label,
.blog-detail__title__container
  .conference-slide__item--virtual
  .conference-slide__image
  .blog-label,
.conference-slide__item--virtual .conference-slide__image .conference .type,
.conference .conference-slide__item--virtual .conference-slide__image .type,
.conference-slide__item--virtual
  .conference-slide__image
  .conference__banner__copy__container
  .info,
.conference__banner__copy__container
  .conference-slide__item--virtual
  .conference-slide__image
  .info,
.conference-slide__item--virtual .conference-slide__image .conference__share__container p,
.conference__share__container .conference-slide__item--virtual .conference-slide__image p,
.conference-slide__item--virtual
  .conference-slide__image
  .conference-overview__registration__stats__number
  .copy,
.conference-overview__registration__stats__number
  .conference-slide__item--virtual
  .conference-slide__image
  .copy,
.conference-slide__item--virtual
  .conference-slide__image
  .class-landing__resources__content
  a
  .category,
.class-landing__resources__content
  a
  .conference-slide__item--virtual
  .conference-slide__image
  .category,
.conference-slide__item--virtual
  .conference-slide__image
  .class-landing__carousel
  .slide-row
  .content-col
  .credits,
.class-landing__carousel
  .slide-row
  .content-col
  .conference-slide__item--virtual
  .conference-slide__image
  .credits {
  background-color: #003678;
  color: #fff;
}
.conference-slide__item--ce .conference-slide__image .tag,
.conference-slide__item--ce .conference-slide__image .blockquote-attr,
.conference-slide__item--ce .conference-slide__image .quote-name,
.conference-slide__item--ce .conference-slide__image .course-block__image .category,
.course-block__image .conference-slide__item--ce .conference-slide__image .category,
.conference-slide__item--ce .conference-slide__image .course-block__details .non-ce-tag,
.course-block__details .conference-slide__item--ce .conference-slide__image .non-ce-tag,
.conference-slide__item--ce .conference-slide__image .course-block__details .date,
.course-block__details .conference-slide__item--ce .conference-slide__image .date,
.conference-slide__item--ce .conference-slide__image .course-block__details .sponsored,
.course-block__details .conference-slide__item--ce .conference-slide__image .sponsored,
.conference-slide__item--ce .conference-slide__image .course-block__details .credits,
.course-block__details .conference-slide__item--ce .conference-slide__image .credits,
.conference-slide__item--ce .conference-slide__image .faculty-block__details .credits,
.faculty-block__details .conference-slide__item--ce .conference-slide__image .credits,
.conference-slide__item--ce .conference-slide__image .curriculum-block__title .curriculum,
.curriculum-block__title .conference-slide__item--ce .conference-slide__image .curriculum,
.conference-slide__item--ce .conference-slide__image .curriculum-block__title .count,
.curriculum-block__title .conference-slide__item--ce .conference-slide__image .count,
.conference-slide__item--ce .conference-slide__image .curriculum-block__title .credits,
.curriculum-block__title .conference-slide__item--ce .conference-slide__image .credits,
.conference-slide__item--ce .conference-slide__image .curriculum-block__body__course .credits,
.curriculum-block__body__course .conference-slide__item--ce .conference-slide__image .credits,
.conference-slide__item--ce .conference-slide__image .curriculum-block__body__course .status,
.curriculum-block__body__course .conference-slide__item--ce .conference-slide__image .status,
.conference-slide__item--ce .conference-slide__image .pagination__container p,
.pagination__container .conference-slide__item--ce .conference-slide__image p,
.conference-slide__item--ce .conference-slide__image .pagination__container .pagination-number,
.pagination__container .conference-slide__item--ce .conference-slide__image .pagination-number,
.conference-slide__item--ce .conference-slide__image h2,
.conference-slide__item--ce .conference-slide__image .general__title__container .subtitle,
.conference-slide__item--ce .general__title__container .conference-slide__image .subtitle,
.general__title__container .conference-slide__item--ce .conference-slide__image .subtitle,
.conference-slide__item--ce .conference-slide__image .faculty__banner__container .subtitle,
.conference-slide__item--ce .faculty__banner__container .conference-slide__image .subtitle,
.faculty__banner__container .conference-slide__item--ce .conference-slide__image .subtitle,
.conference-slide__item--ce .conference-slide__image .conference-slide__details .credits,
.conference-slide__details .conference-slide__item--ce .conference-slide__image .credits,
.conference-slide__item--ce .conference-slide__image .related-carousel__nav .count,
.related-carousel__nav .conference-slide__item--ce .conference-slide__image .count,
.conference-slide__item--ce .conference-slide__image .home__banner__carousel__image h2,
.home__banner__carousel__image .conference-slide__item--ce .conference-slide__image h2,
.conference-slide__item--ce .conference-slide__image .home__banner__carousel__details .credits,
.home__banner__carousel__details .conference-slide__item--ce .conference-slide__image .credits,
.conference-slide__item--ce .conference-slide__image .home__offerings__clinicians__item .category,
.home__offerings__clinicians__item .conference-slide__item--ce .conference-slide__image .category,
.conference-slide__item--ce .conference-slide__image .home__upcoming__carousel__slide__category,
.conference-slide__item--ce
  .conference-slide__image
  .home__upcoming__carousel__slide__detail
  .credits,
.home__upcoming__carousel__slide__detail
  .conference-slide__item--ce
  .conference-slide__image
  .credits,
.conference-slide__item--ce .conference-slide__image .about__leadership__member__toggle h3,
.about__leadership__member__toggle .conference-slide__item--ce .conference-slide__image h3,
.conference-slide__item--ce .conference-slide__image .search__recommendations__nav .count,
.search__recommendations__nav .conference-slide__item--ce .conference-slide__image .count,
.conference-slide__item--ce .conference-slide__image .search__resources__content a .category,
.search__resources__content a .conference-slide__item--ce .conference-slide__image .category,
.conference-slide__item--ce .conference-slide__image .search__poll h2,
.search__poll .conference-slide__item--ce .conference-slide__image h2,
.conference-slide__item--ce .conference-slide__image .dashboard__head__progress .progress-label,
.dashboard__head__progress .conference-slide__item--ce .conference-slide__image .progress-label,
.conference-slide__item--ce
  .conference-slide__image
  .dashboard-credits__goal__progress
  .credits-progress-label
  p,
.dashboard-credits__goal__progress
  .credits-progress-label
  .conference-slide__item--ce
  .conference-slide__image
  p,
.conference-slide__item--ce .conference-slide__image .dashboard-credits__results__item__title .date,
.dashboard-credits__results__item__title .conference-slide__item--ce .conference-slide__image .date,
.conference-slide__item--ce
  .conference-slide__image
  .dashboard-credits__results__item__credits
  .credits,
.dashboard-credits__results__item__credits
  .conference-slide__item--ce
  .conference-slide__image
  .credits,
.conference-slide__item--ce
  .conference-slide__image
  .dashboard-education__recommendations__nav
  .count,
.dashboard-education__recommendations__nav
  .conference-slide__item--ce
  .conference-slide__image
  .count,
.conference-slide__item--ce .conference-slide__image .course-listing__recommendations__nav .count,
.course-listing__recommendations__nav .conference-slide__item--ce .conference-slide__image .count,
.conference-slide__item--ce
  .conference-slide__image
  .course-listing__resources__content
  a
  .category,
.course-listing__resources__content
  a
  .conference-slide__item--ce
  .conference-slide__image
  .category,
.conference-slide__item--ce .conference-slide__image .course-listing__poll h2,
.course-listing__poll .conference-slide__item--ce .conference-slide__image h2,
.conference-slide__item--ce .conference-slide__image .course-detail__intro__title .type,
.course-detail__intro__title .conference-slide__item--ce .conference-slide__image .type,
.conference-slide__item--ce .conference-slide__image .course-detail__intro__title .credits,
.course-detail__intro__title .conference-slide__item--ce .conference-slide__image .credits,
.conference-slide__item--ce .conference-slide__image .course-detail__intro__side__countdown .text,
.course-detail__intro__side__countdown .conference-slide__item--ce .conference-slide__image .text,
.conference-slide__item--ce .conference-slide__image .course-class__title .category,
.course-class__title .conference-slide__item--ce .conference-slide__image .category,
.conference-slide__item--ce .conference-slide__image .course-class__next__activity .activity-tag,
.course-class__next__activity .conference-slide__item--ce .conference-slide__image .activity-tag,
.conference-slide__item--ce .conference-slide__image .course-class__next__activity__content .label,
.course-class__next__activity__content .conference-slide__item--ce .conference-slide__image .label,
.conference-slide__item--ce .conference-slide__image .blog__featured__carousel__slide__category,
.conference-slide__item--ce
  .conference-slide__image
  .blog__featured__carousel__slide__detail
  .credits,
.blog__featured__carousel__slide__detail
  .conference-slide__item--ce
  .conference-slide__image
  .credits,
.conference-slide__item--ce .conference-slide__image .blog__resources__content a .category,
.blog__resources__content a .conference-slide__item--ce .conference-slide__image .category,
.conference-slide__item--ce .conference-slide__image .blog-landing .blog-tag,
.blog-landing .conference-slide__item--ce .conference-slide__image .blog-tag,
.conference-slide__item--ce .conference-slide__image .blog-landing .sponsored,
.blog-landing .conference-slide__item--ce .conference-slide__image .sponsored,
.conference-slide__item--ce .conference-slide__image .blog-landing__posts__item__copy .reading-time,
.blog-landing__posts__item__copy .conference-slide__item--ce .conference-slide__image .reading-time,
.conference-slide__item--ce .conference-slide__image .blog-landing__posts__item__copy .date,
.blog-landing__posts__item__copy .conference-slide__item--ce .conference-slide__image .date,
.conference-slide__item--ce .conference-slide__image .blog-detail__title__container .blog-label,
.blog-detail__title__container .conference-slide__item--ce .conference-slide__image .blog-label,
.conference-slide__item--ce .conference-slide__image .conference .type,
.conference .conference-slide__item--ce .conference-slide__image .type,
.conference-slide__item--ce .conference-slide__image .conference__banner__copy__container .info,
.conference__banner__copy__container .conference-slide__item--ce .conference-slide__image .info,
.conference-slide__item--ce .conference-slide__image .conference__share__container p,
.conference__share__container .conference-slide__item--ce .conference-slide__image p,
.conference-slide__item--ce
  .conference-slide__image
  .conference-overview__registration__stats__number
  .copy,
.conference-overview__registration__stats__number
  .conference-slide__item--ce
  .conference-slide__image
  .copy,
.conference-slide__item--ce .conference-slide__image .class-landing__resources__content a .category,
.class-landing__resources__content a .conference-slide__item--ce .conference-slide__image .category,
.conference-slide__item--ce
  .conference-slide__image
  .class-landing__carousel
  .slide-row
  .content-col
  .credits,
.class-landing__carousel
  .slide-row
  .content-col
  .conference-slide__item--ce
  .conference-slide__image
  .credits {
  background-color: #00969f;
  color: #111;
}
.conference-slide__item--live .conference-slide__image .tag,
.conference-slide__item--live .conference-slide__image .blockquote-attr,
.conference-slide__item--live .conference-slide__image .quote-name,
.conference-slide__item--live .conference-slide__image .course-block__image .category,
.course-block__image .conference-slide__item--live .conference-slide__image .category,
.conference-slide__item--live .conference-slide__image .course-block__details .non-ce-tag,
.course-block__details .conference-slide__item--live .conference-slide__image .non-ce-tag,
.conference-slide__item--live .conference-slide__image .course-block__details .date,
.course-block__details .conference-slide__item--live .conference-slide__image .date,
.conference-slide__item--live .conference-slide__image .course-block__details .sponsored,
.course-block__details .conference-slide__item--live .conference-slide__image .sponsored,
.conference-slide__item--live .conference-slide__image .course-block__details .credits,
.course-block__details .conference-slide__item--live .conference-slide__image .credits,
.conference-slide__item--live .conference-slide__image .faculty-block__details .credits,
.faculty-block__details .conference-slide__item--live .conference-slide__image .credits,
.conference-slide__item--live .conference-slide__image .curriculum-block__title .curriculum,
.curriculum-block__title .conference-slide__item--live .conference-slide__image .curriculum,
.conference-slide__item--live .conference-slide__image .curriculum-block__title .count,
.curriculum-block__title .conference-slide__item--live .conference-slide__image .count,
.conference-slide__item--live .conference-slide__image .curriculum-block__title .credits,
.curriculum-block__title .conference-slide__item--live .conference-slide__image .credits,
.conference-slide__item--live .conference-slide__image .curriculum-block__body__course .credits,
.curriculum-block__body__course .conference-slide__item--live .conference-slide__image .credits,
.conference-slide__item--live .conference-slide__image .curriculum-block__body__course .status,
.curriculum-block__body__course .conference-slide__item--live .conference-slide__image .status,
.conference-slide__item--live .conference-slide__image .pagination__container p,
.pagination__container .conference-slide__item--live .conference-slide__image p,
.conference-slide__item--live .conference-slide__image .pagination__container .pagination-number,
.pagination__container .conference-slide__item--live .conference-slide__image .pagination-number,
.conference-slide__item--live .conference-slide__image h2,
.conference-slide__item--live .conference-slide__image .general__title__container .subtitle,
.conference-slide__item--live .general__title__container .conference-slide__image .subtitle,
.general__title__container .conference-slide__item--live .conference-slide__image .subtitle,
.conference-slide__item--live .conference-slide__image .faculty__banner__container .subtitle,
.conference-slide__item--live .faculty__banner__container .conference-slide__image .subtitle,
.faculty__banner__container .conference-slide__item--live .conference-slide__image .subtitle,
.conference-slide__item--live .conference-slide__image .conference-slide__details .credits,
.conference-slide__details .conference-slide__item--live .conference-slide__image .credits,
.conference-slide__item--live .conference-slide__image .related-carousel__nav .count,
.related-carousel__nav .conference-slide__item--live .conference-slide__image .count,
.conference-slide__item--live .conference-slide__image .home__banner__carousel__image h2,
.home__banner__carousel__image .conference-slide__item--live .conference-slide__image h2,
.conference-slide__item--live .conference-slide__image .home__banner__carousel__details .credits,
.home__banner__carousel__details .conference-slide__item--live .conference-slide__image .credits,
.conference-slide__item--live .conference-slide__image .home__offerings__clinicians__item .category,
.home__offerings__clinicians__item .conference-slide__item--live .conference-slide__image .category,
.conference-slide__item--live .conference-slide__image .home__upcoming__carousel__slide__category,
.conference-slide__item--live
  .conference-slide__image
  .home__upcoming__carousel__slide__detail
  .credits,
.home__upcoming__carousel__slide__detail
  .conference-slide__item--live
  .conference-slide__image
  .credits,
.conference-slide__item--live .conference-slide__image .about__leadership__member__toggle h3,
.about__leadership__member__toggle .conference-slide__item--live .conference-slide__image h3,
.conference-slide__item--live .conference-slide__image .search__recommendations__nav .count,
.search__recommendations__nav .conference-slide__item--live .conference-slide__image .count,
.conference-slide__item--live .conference-slide__image .search__resources__content a .category,
.search__resources__content a .conference-slide__item--live .conference-slide__image .category,
.conference-slide__item--live .conference-slide__image .search__poll h2,
.search__poll .conference-slide__item--live .conference-slide__image h2,
.conference-slide__item--live .conference-slide__image .dashboard__head__progress .progress-label,
.dashboard__head__progress .conference-slide__item--live .conference-slide__image .progress-label,
.conference-slide__item--live
  .conference-slide__image
  .dashboard-credits__goal__progress
  .credits-progress-label
  p,
.dashboard-credits__goal__progress
  .credits-progress-label
  .conference-slide__item--live
  .conference-slide__image
  p,
.conference-slide__item--live
  .conference-slide__image
  .dashboard-credits__results__item__title
  .date,
.dashboard-credits__results__item__title
  .conference-slide__item--live
  .conference-slide__image
  .date,
.conference-slide__item--live
  .conference-slide__image
  .dashboard-credits__results__item__credits
  .credits,
.dashboard-credits__results__item__credits
  .conference-slide__item--live
  .conference-slide__image
  .credits,
.conference-slide__item--live
  .conference-slide__image
  .dashboard-education__recommendations__nav
  .count,
.dashboard-education__recommendations__nav
  .conference-slide__item--live
  .conference-slide__image
  .count,
.conference-slide__item--live .conference-slide__image .course-listing__recommendations__nav .count,
.course-listing__recommendations__nav .conference-slide__item--live .conference-slide__image .count,
.conference-slide__item--live
  .conference-slide__image
  .course-listing__resources__content
  a
  .category,
.course-listing__resources__content
  a
  .conference-slide__item--live
  .conference-slide__image
  .category,
.conference-slide__item--live .conference-slide__image .course-listing__poll h2,
.course-listing__poll .conference-slide__item--live .conference-slide__image h2,
.conference-slide__item--live .conference-slide__image .course-detail__intro__title .type,
.course-detail__intro__title .conference-slide__item--live .conference-slide__image .type,
.conference-slide__item--live .conference-slide__image .course-detail__intro__title .credits,
.course-detail__intro__title .conference-slide__item--live .conference-slide__image .credits,
.conference-slide__item--live .conference-slide__image .course-detail__intro__side__countdown .text,
.course-detail__intro__side__countdown .conference-slide__item--live .conference-slide__image .text,
.conference-slide__item--live .conference-slide__image .course-class__title .category,
.course-class__title .conference-slide__item--live .conference-slide__image .category,
.conference-slide__item--live .conference-slide__image .course-class__next__activity .activity-tag,
.course-class__next__activity .conference-slide__item--live .conference-slide__image .activity-tag,
.conference-slide__item--live
  .conference-slide__image
  .course-class__next__activity__content
  .label,
.course-class__next__activity__content
  .conference-slide__item--live
  .conference-slide__image
  .label,
.conference-slide__item--live .conference-slide__image .blog__featured__carousel__slide__category,
.conference-slide__item--live
  .conference-slide__image
  .blog__featured__carousel__slide__detail
  .credits,
.blog__featured__carousel__slide__detail
  .conference-slide__item--live
  .conference-slide__image
  .credits,
.conference-slide__item--live .conference-slide__image .blog__resources__content a .category,
.blog__resources__content a .conference-slide__item--live .conference-slide__image .category,
.conference-slide__item--live .conference-slide__image .blog-landing .blog-tag,
.blog-landing .conference-slide__item--live .conference-slide__image .blog-tag,
.conference-slide__item--live .conference-slide__image .blog-landing .sponsored,
.blog-landing .conference-slide__item--live .conference-slide__image .sponsored,
.conference-slide__item--live
  .conference-slide__image
  .blog-landing__posts__item__copy
  .reading-time,
.blog-landing__posts__item__copy
  .conference-slide__item--live
  .conference-slide__image
  .reading-time,
.conference-slide__item--live .conference-slide__image .blog-landing__posts__item__copy .date,
.blog-landing__posts__item__copy .conference-slide__item--live .conference-slide__image .date,
.conference-slide__item--live .conference-slide__image .blog-detail__title__container .blog-label,
.blog-detail__title__container .conference-slide__item--live .conference-slide__image .blog-label,
.conference-slide__item--live .conference-slide__image .conference .type,
.conference .conference-slide__item--live .conference-slide__image .type,
.conference-slide__item--live .conference-slide__image .conference__banner__copy__container .info,
.conference__banner__copy__container .conference-slide__item--live .conference-slide__image .info,
.conference-slide__item--live .conference-slide__image .conference__share__container p,
.conference__share__container .conference-slide__item--live .conference-slide__image p,
.conference-slide__item--live
  .conference-slide__image
  .conference-overview__registration__stats__number
  .copy,
.conference-overview__registration__stats__number
  .conference-slide__item--live
  .conference-slide__image
  .copy,
.conference-slide__item--live
  .conference-slide__image
  .class-landing__resources__content
  a
  .category,
.class-landing__resources__content
  a
  .conference-slide__item--live
  .conference-slide__image
  .category,
.conference-slide__item--live
  .conference-slide__image
  .class-landing__carousel
  .slide-row
  .content-col
  .credits,
.class-landing__carousel
  .slide-row
  .content-col
  .conference-slide__item--live
  .conference-slide__image
  .credits {
  background-color: #003678;
  color: #fff;
}
.conference-slide__item--upcoming .conference-slide__image .tag,
.conference-slide__item--upcoming .conference-slide__image .blockquote-attr,
.conference-slide__item--upcoming .conference-slide__image .quote-name,
.conference-slide__item--upcoming .conference-slide__image .course-block__image .category,
.course-block__image .conference-slide__item--upcoming .conference-slide__image .category,
.conference-slide__item--upcoming .conference-slide__image .course-block__details .non-ce-tag,
.course-block__details .conference-slide__item--upcoming .conference-slide__image .non-ce-tag,
.conference-slide__item--upcoming .conference-slide__image .course-block__details .date,
.course-block__details .conference-slide__item--upcoming .conference-slide__image .date,
.conference-slide__item--upcoming .conference-slide__image .course-block__details .sponsored,
.course-block__details .conference-slide__item--upcoming .conference-slide__image .sponsored,
.conference-slide__item--upcoming .conference-slide__image .course-block__details .credits,
.course-block__details .conference-slide__item--upcoming .conference-slide__image .credits,
.conference-slide__item--upcoming .conference-slide__image .faculty-block__details .credits,
.faculty-block__details .conference-slide__item--upcoming .conference-slide__image .credits,
.conference-slide__item--upcoming .conference-slide__image .curriculum-block__title .curriculum,
.curriculum-block__title .conference-slide__item--upcoming .conference-slide__image .curriculum,
.conference-slide__item--upcoming .conference-slide__image .curriculum-block__title .count,
.curriculum-block__title .conference-slide__item--upcoming .conference-slide__image .count,
.conference-slide__item--upcoming .conference-slide__image .curriculum-block__title .credits,
.curriculum-block__title .conference-slide__item--upcoming .conference-slide__image .credits,
.conference-slide__item--upcoming .conference-slide__image .curriculum-block__body__course .credits,
.curriculum-block__body__course .conference-slide__item--upcoming .conference-slide__image .credits,
.conference-slide__item--upcoming .conference-slide__image .curriculum-block__body__course .status,
.curriculum-block__body__course .conference-slide__item--upcoming .conference-slide__image .status,
.conference-slide__item--upcoming .conference-slide__image .pagination__container p,
.pagination__container .conference-slide__item--upcoming .conference-slide__image p,
.conference-slide__item--upcoming
  .conference-slide__image
  .pagination__container
  .pagination-number,
.pagination__container
  .conference-slide__item--upcoming
  .conference-slide__image
  .pagination-number,
.conference-slide__item--upcoming .conference-slide__image h2,
.conference-slide__item--upcoming .conference-slide__image .general__title__container .subtitle,
.conference-slide__item--upcoming .general__title__container .conference-slide__image .subtitle,
.general__title__container .conference-slide__item--upcoming .conference-slide__image .subtitle,
.conference-slide__item--upcoming .conference-slide__image .faculty__banner__container .subtitle,
.conference-slide__item--upcoming .faculty__banner__container .conference-slide__image .subtitle,
.faculty__banner__container .conference-slide__item--upcoming .conference-slide__image .subtitle,
.conference-slide__item--upcoming .conference-slide__image .conference-slide__details .credits,
.conference-slide__details .conference-slide__item--upcoming .conference-slide__image .credits,
.conference-slide__item--upcoming .conference-slide__image .related-carousel__nav .count,
.related-carousel__nav .conference-slide__item--upcoming .conference-slide__image .count,
.conference-slide__item--upcoming .conference-slide__image .home__banner__carousel__image h2,
.home__banner__carousel__image .conference-slide__item--upcoming .conference-slide__image h2,
.conference-slide__item--upcoming
  .conference-slide__image
  .home__banner__carousel__details
  .credits,
.home__banner__carousel__details
  .conference-slide__item--upcoming
  .conference-slide__image
  .credits,
.conference-slide__item--upcoming
  .conference-slide__image
  .home__offerings__clinicians__item
  .category,
.home__offerings__clinicians__item
  .conference-slide__item--upcoming
  .conference-slide__image
  .category,
.conference-slide__item--upcoming
  .conference-slide__image
  .home__upcoming__carousel__slide__category,
.conference-slide__item--upcoming
  .conference-slide__image
  .home__upcoming__carousel__slide__detail
  .credits,
.home__upcoming__carousel__slide__detail
  .conference-slide__item--upcoming
  .conference-slide__image
  .credits,
.conference-slide__item--upcoming .conference-slide__image .about__leadership__member__toggle h3,
.about__leadership__member__toggle .conference-slide__item--upcoming .conference-slide__image h3,
.conference-slide__item--upcoming .conference-slide__image .search__recommendations__nav .count,
.search__recommendations__nav .conference-slide__item--upcoming .conference-slide__image .count,
.conference-slide__item--upcoming .conference-slide__image .search__resources__content a .category,
.search__resources__content a .conference-slide__item--upcoming .conference-slide__image .category,
.conference-slide__item--upcoming .conference-slide__image .search__poll h2,
.search__poll .conference-slide__item--upcoming .conference-slide__image h2,
.conference-slide__item--upcoming
  .conference-slide__image
  .dashboard__head__progress
  .progress-label,
.dashboard__head__progress
  .conference-slide__item--upcoming
  .conference-slide__image
  .progress-label,
.conference-slide__item--upcoming
  .conference-slide__image
  .dashboard-credits__goal__progress
  .credits-progress-label
  p,
.dashboard-credits__goal__progress
  .credits-progress-label
  .conference-slide__item--upcoming
  .conference-slide__image
  p,
.conference-slide__item--upcoming
  .conference-slide__image
  .dashboard-credits__results__item__title
  .date,
.dashboard-credits__results__item__title
  .conference-slide__item--upcoming
  .conference-slide__image
  .date,
.conference-slide__item--upcoming
  .conference-slide__image
  .dashboard-credits__results__item__credits
  .credits,
.dashboard-credits__results__item__credits
  .conference-slide__item--upcoming
  .conference-slide__image
  .credits,
.conference-slide__item--upcoming
  .conference-slide__image
  .dashboard-education__recommendations__nav
  .count,
.dashboard-education__recommendations__nav
  .conference-slide__item--upcoming
  .conference-slide__image
  .count,
.conference-slide__item--upcoming
  .conference-slide__image
  .course-listing__recommendations__nav
  .count,
.course-listing__recommendations__nav
  .conference-slide__item--upcoming
  .conference-slide__image
  .count,
.conference-slide__item--upcoming
  .conference-slide__image
  .course-listing__resources__content
  a
  .category,
.course-listing__resources__content
  a
  .conference-slide__item--upcoming
  .conference-slide__image
  .category,
.conference-slide__item--upcoming .conference-slide__image .course-listing__poll h2,
.course-listing__poll .conference-slide__item--upcoming .conference-slide__image h2,
.conference-slide__item--upcoming .conference-slide__image .course-detail__intro__title .type,
.course-detail__intro__title .conference-slide__item--upcoming .conference-slide__image .type,
.conference-slide__item--upcoming .conference-slide__image .course-detail__intro__title .credits,
.course-detail__intro__title .conference-slide__item--upcoming .conference-slide__image .credits,
.conference-slide__item--upcoming
  .conference-slide__image
  .course-detail__intro__side__countdown
  .text,
.course-detail__intro__side__countdown
  .conference-slide__item--upcoming
  .conference-slide__image
  .text,
.conference-slide__item--upcoming .conference-slide__image .course-class__title .category,
.course-class__title .conference-slide__item--upcoming .conference-slide__image .category,
.conference-slide__item--upcoming
  .conference-slide__image
  .course-class__next__activity
  .activity-tag,
.course-class__next__activity
  .conference-slide__item--upcoming
  .conference-slide__image
  .activity-tag,
.conference-slide__item--upcoming
  .conference-slide__image
  .course-class__next__activity__content
  .label,
.course-class__next__activity__content
  .conference-slide__item--upcoming
  .conference-slide__image
  .label,
.conference-slide__item--upcoming
  .conference-slide__image
  .blog__featured__carousel__slide__category,
.conference-slide__item--upcoming
  .conference-slide__image
  .blog__featured__carousel__slide__detail
  .credits,
.blog__featured__carousel__slide__detail
  .conference-slide__item--upcoming
  .conference-slide__image
  .credits,
.conference-slide__item--upcoming .conference-slide__image .blog__resources__content a .category,
.blog__resources__content a .conference-slide__item--upcoming .conference-slide__image .category,
.conference-slide__item--upcoming .conference-slide__image .blog-landing .blog-tag,
.blog-landing .conference-slide__item--upcoming .conference-slide__image .blog-tag,
.conference-slide__item--upcoming .conference-slide__image .blog-landing .sponsored,
.blog-landing .conference-slide__item--upcoming .conference-slide__image .sponsored,
.conference-slide__item--upcoming
  .conference-slide__image
  .blog-landing__posts__item__copy
  .reading-time,
.blog-landing__posts__item__copy
  .conference-slide__item--upcoming
  .conference-slide__image
  .reading-time,
.conference-slide__item--upcoming .conference-slide__image .blog-landing__posts__item__copy .date,
.blog-landing__posts__item__copy .conference-slide__item--upcoming .conference-slide__image .date,
.conference-slide__item--upcoming
  .conference-slide__image
  .blog-detail__title__container
  .blog-label,
.blog-detail__title__container
  .conference-slide__item--upcoming
  .conference-slide__image
  .blog-label,
.conference-slide__item--upcoming .conference-slide__image .conference .type,
.conference .conference-slide__item--upcoming .conference-slide__image .type,
.conference-slide__item--upcoming
  .conference-slide__image
  .conference__banner__copy__container
  .info,
.conference__banner__copy__container
  .conference-slide__item--upcoming
  .conference-slide__image
  .info,
.conference-slide__item--upcoming .conference-slide__image .conference__share__container p,
.conference__share__container .conference-slide__item--upcoming .conference-slide__image p,
.conference-slide__item--upcoming
  .conference-slide__image
  .conference-overview__registration__stats__number
  .copy,
.conference-overview__registration__stats__number
  .conference-slide__item--upcoming
  .conference-slide__image
  .copy,
.conference-slide__item--upcoming
  .conference-slide__image
  .class-landing__resources__content
  a
  .category,
.class-landing__resources__content
  a
  .conference-slide__item--upcoming
  .conference-slide__image
  .category,
.conference-slide__item--upcoming
  .conference-slide__image
  .class-landing__carousel
  .slide-row
  .content-col
  .credits,
.class-landing__carousel
  .slide-row
  .content-col
  .conference-slide__item--upcoming
  .conference-slide__image
  .credits {
  background-color: #b5e4e7;
  color: #000;
}
.conference-slide__item--soon .conference-slide__image .tag,
.conference-slide__item--soon .conference-slide__image .blockquote-attr,
.conference-slide__item--soon .conference-slide__image .quote-name,
.conference-slide__item--soon .conference-slide__image .course-block__image .category,
.course-block__image .conference-slide__item--soon .conference-slide__image .category,
.conference-slide__item--soon .conference-slide__image .course-block__details .non-ce-tag,
.course-block__details .conference-slide__item--soon .conference-slide__image .non-ce-tag,
.conference-slide__item--soon .conference-slide__image .course-block__details .date,
.course-block__details .conference-slide__item--soon .conference-slide__image .date,
.conference-slide__item--soon .conference-slide__image .course-block__details .sponsored,
.course-block__details .conference-slide__item--soon .conference-slide__image .sponsored,
.conference-slide__item--soon .conference-slide__image .course-block__details .credits,
.course-block__details .conference-slide__item--soon .conference-slide__image .credits,
.conference-slide__item--soon .conference-slide__image .faculty-block__details .credits,
.faculty-block__details .conference-slide__item--soon .conference-slide__image .credits,
.conference-slide__item--soon .conference-slide__image .curriculum-block__title .curriculum,
.curriculum-block__title .conference-slide__item--soon .conference-slide__image .curriculum,
.conference-slide__item--soon .conference-slide__image .curriculum-block__title .count,
.curriculum-block__title .conference-slide__item--soon .conference-slide__image .count,
.conference-slide__item--soon .conference-slide__image .curriculum-block__title .credits,
.curriculum-block__title .conference-slide__item--soon .conference-slide__image .credits,
.conference-slide__item--soon .conference-slide__image .curriculum-block__body__course .credits,
.curriculum-block__body__course .conference-slide__item--soon .conference-slide__image .credits,
.conference-slide__item--soon .conference-slide__image .curriculum-block__body__course .status,
.curriculum-block__body__course .conference-slide__item--soon .conference-slide__image .status,
.conference-slide__item--soon .conference-slide__image .pagination__container p,
.pagination__container .conference-slide__item--soon .conference-slide__image p,
.conference-slide__item--soon .conference-slide__image .pagination__container .pagination-number,
.pagination__container .conference-slide__item--soon .conference-slide__image .pagination-number,
.conference-slide__item--soon .conference-slide__image h2,
.conference-slide__item--soon .conference-slide__image .general__title__container .subtitle,
.conference-slide__item--soon .general__title__container .conference-slide__image .subtitle,
.general__title__container .conference-slide__item--soon .conference-slide__image .subtitle,
.conference-slide__item--soon .conference-slide__image .faculty__banner__container .subtitle,
.conference-slide__item--soon .faculty__banner__container .conference-slide__image .subtitle,
.faculty__banner__container .conference-slide__item--soon .conference-slide__image .subtitle,
.conference-slide__item--soon .conference-slide__image .conference-slide__details .credits,
.conference-slide__details .conference-slide__item--soon .conference-slide__image .credits,
.conference-slide__item--soon .conference-slide__image .related-carousel__nav .count,
.related-carousel__nav .conference-slide__item--soon .conference-slide__image .count,
.conference-slide__item--soon .conference-slide__image .home__banner__carousel__image h2,
.home__banner__carousel__image .conference-slide__item--soon .conference-slide__image h2,
.conference-slide__item--soon .conference-slide__image .home__banner__carousel__details .credits,
.home__banner__carousel__details .conference-slide__item--soon .conference-slide__image .credits,
.conference-slide__item--soon .conference-slide__image .home__offerings__clinicians__item .category,
.home__offerings__clinicians__item .conference-slide__item--soon .conference-slide__image .category,
.conference-slide__item--soon .conference-slide__image .home__upcoming__carousel__slide__category,
.conference-slide__item--soon
  .conference-slide__image
  .home__upcoming__carousel__slide__detail
  .credits,
.home__upcoming__carousel__slide__detail
  .conference-slide__item--soon
  .conference-slide__image
  .credits,
.conference-slide__item--soon .conference-slide__image .about__leadership__member__toggle h3,
.about__leadership__member__toggle .conference-slide__item--soon .conference-slide__image h3,
.conference-slide__item--soon .conference-slide__image .search__recommendations__nav .count,
.search__recommendations__nav .conference-slide__item--soon .conference-slide__image .count,
.conference-slide__item--soon .conference-slide__image .search__resources__content a .category,
.search__resources__content a .conference-slide__item--soon .conference-slide__image .category,
.conference-slide__item--soon .conference-slide__image .search__poll h2,
.search__poll .conference-slide__item--soon .conference-slide__image h2,
.conference-slide__item--soon .conference-slide__image .dashboard__head__progress .progress-label,
.dashboard__head__progress .conference-slide__item--soon .conference-slide__image .progress-label,
.conference-slide__item--soon
  .conference-slide__image
  .dashboard-credits__goal__progress
  .credits-progress-label
  p,
.dashboard-credits__goal__progress
  .credits-progress-label
  .conference-slide__item--soon
  .conference-slide__image
  p,
.conference-slide__item--soon
  .conference-slide__image
  .dashboard-credits__results__item__title
  .date,
.dashboard-credits__results__item__title
  .conference-slide__item--soon
  .conference-slide__image
  .date,
.conference-slide__item--soon
  .conference-slide__image
  .dashboard-credits__results__item__credits
  .credits,
.dashboard-credits__results__item__credits
  .conference-slide__item--soon
  .conference-slide__image
  .credits,
.conference-slide__item--soon
  .conference-slide__image
  .dashboard-education__recommendations__nav
  .count,
.dashboard-education__recommendations__nav
  .conference-slide__item--soon
  .conference-slide__image
  .count,
.conference-slide__item--soon .conference-slide__image .course-listing__recommendations__nav .count,
.course-listing__recommendations__nav .conference-slide__item--soon .conference-slide__image .count,
.conference-slide__item--soon
  .conference-slide__image
  .course-listing__resources__content
  a
  .category,
.course-listing__resources__content
  a
  .conference-slide__item--soon
  .conference-slide__image
  .category,
.conference-slide__item--soon .conference-slide__image .course-listing__poll h2,
.course-listing__poll .conference-slide__item--soon .conference-slide__image h2,
.conference-slide__item--soon .conference-slide__image .course-detail__intro__title .type,
.course-detail__intro__title .conference-slide__item--soon .conference-slide__image .type,
.conference-slide__item--soon .conference-slide__image .course-detail__intro__title .credits,
.course-detail__intro__title .conference-slide__item--soon .conference-slide__image .credits,
.conference-slide__item--soon .conference-slide__image .course-detail__intro__side__countdown .text,
.course-detail__intro__side__countdown .conference-slide__item--soon .conference-slide__image .text,
.conference-slide__item--soon .conference-slide__image .course-class__title .category,
.course-class__title .conference-slide__item--soon .conference-slide__image .category,
.conference-slide__item--soon .conference-slide__image .course-class__next__activity .activity-tag,
.course-class__next__activity .conference-slide__item--soon .conference-slide__image .activity-tag,
.conference-slide__item--soon
  .conference-slide__image
  .course-class__next__activity__content
  .label,
.course-class__next__activity__content
  .conference-slide__item--soon
  .conference-slide__image
  .label,
.conference-slide__item--soon .conference-slide__image .blog__featured__carousel__slide__category,
.conference-slide__item--soon
  .conference-slide__image
  .blog__featured__carousel__slide__detail
  .credits,
.blog__featured__carousel__slide__detail
  .conference-slide__item--soon
  .conference-slide__image
  .credits,
.conference-slide__item--soon .conference-slide__image .blog__resources__content a .category,
.blog__resources__content a .conference-slide__item--soon .conference-slide__image .category,
.conference-slide__item--soon .conference-slide__image .blog-landing .blog-tag,
.blog-landing .conference-slide__item--soon .conference-slide__image .blog-tag,
.conference-slide__item--soon .conference-slide__image .blog-landing .sponsored,
.blog-landing .conference-slide__item--soon .conference-slide__image .sponsored,
.conference-slide__item--soon
  .conference-slide__image
  .blog-landing__posts__item__copy
  .reading-time,
.blog-landing__posts__item__copy
  .conference-slide__item--soon
  .conference-slide__image
  .reading-time,
.conference-slide__item--soon .conference-slide__image .blog-landing__posts__item__copy .date,
.blog-landing__posts__item__copy .conference-slide__item--soon .conference-slide__image .date,
.conference-slide__item--soon .conference-slide__image .blog-detail__title__container .blog-label,
.blog-detail__title__container .conference-slide__item--soon .conference-slide__image .blog-label,
.conference-slide__item--soon .conference-slide__image .conference .type,
.conference .conference-slide__item--soon .conference-slide__image .type,
.conference-slide__item--soon .conference-slide__image .conference__banner__copy__container .info,
.conference__banner__copy__container .conference-slide__item--soon .conference-slide__image .info,
.conference-slide__item--soon .conference-slide__image .conference__share__container p,
.conference__share__container .conference-slide__item--soon .conference-slide__image p,
.conference-slide__item--soon
  .conference-slide__image
  .conference-overview__registration__stats__number
  .copy,
.conference-overview__registration__stats__number
  .conference-slide__item--soon
  .conference-slide__image
  .copy,
.conference-slide__item--soon
  .conference-slide__image
  .class-landing__resources__content
  a
  .category,
.class-landing__resources__content
  a
  .conference-slide__item--soon
  .conference-slide__image
  .category,
.conference-slide__item--soon
  .conference-slide__image
  .class-landing__carousel
  .slide-row
  .content-col
  .credits,
.class-landing__carousel
  .slide-row
  .content-col
  .conference-slide__item--soon
  .conference-slide__image
  .credits {
  background-color: #00969f;
  color: #111;
}
.conference-slide__item--on-demand .conference-slide__image .tag,
.conference-slide__item--on-demand .conference-slide__image .blockquote-attr,
.conference-slide__item--on-demand .conference-slide__image .quote-name,
.conference-slide__item--on-demand .conference-slide__image .course-block__image .category,
.course-block__image .conference-slide__item--on-demand .conference-slide__image .category,
.conference-slide__item--on-demand .conference-slide__image .course-block__details .non-ce-tag,
.course-block__details .conference-slide__item--on-demand .conference-slide__image .non-ce-tag,
.conference-slide__item--on-demand .conference-slide__image .course-block__details .date,
.course-block__details .conference-slide__item--on-demand .conference-slide__image .date,
.conference-slide__item--on-demand .conference-slide__image .course-block__details .sponsored,
.course-block__details .conference-slide__item--on-demand .conference-slide__image .sponsored,
.conference-slide__item--on-demand .conference-slide__image .course-block__details .credits,
.course-block__details .conference-slide__item--on-demand .conference-slide__image .credits,
.conference-slide__item--on-demand .conference-slide__image .faculty-block__details .credits,
.faculty-block__details .conference-slide__item--on-demand .conference-slide__image .credits,
.conference-slide__item--on-demand .conference-slide__image .curriculum-block__title .curriculum,
.curriculum-block__title .conference-slide__item--on-demand .conference-slide__image .curriculum,
.conference-slide__item--on-demand .conference-slide__image .curriculum-block__title .count,
.curriculum-block__title .conference-slide__item--on-demand .conference-slide__image .count,
.conference-slide__item--on-demand .conference-slide__image .curriculum-block__title .credits,
.curriculum-block__title .conference-slide__item--on-demand .conference-slide__image .credits,
.conference-slide__item--on-demand
  .conference-slide__image
  .curriculum-block__body__course
  .credits,
.curriculum-block__body__course
  .conference-slide__item--on-demand
  .conference-slide__image
  .credits,
.conference-slide__item--on-demand .conference-slide__image .curriculum-block__body__course .status,
.curriculum-block__body__course .conference-slide__item--on-demand .conference-slide__image .status,
.conference-slide__item--on-demand .conference-slide__image .pagination__container p,
.pagination__container .conference-slide__item--on-demand .conference-slide__image p,
.conference-slide__item--on-demand
  .conference-slide__image
  .pagination__container
  .pagination-number,
.pagination__container
  .conference-slide__item--on-demand
  .conference-slide__image
  .pagination-number,
.conference-slide__item--on-demand .conference-slide__image h2,
.conference-slide__item--on-demand .conference-slide__image .general__title__container .subtitle,
.conference-slide__item--on-demand .general__title__container .conference-slide__image .subtitle,
.general__title__container .conference-slide__item--on-demand .conference-slide__image .subtitle,
.conference-slide__item--on-demand .conference-slide__image .faculty__banner__container .subtitle,
.conference-slide__item--on-demand .faculty__banner__container .conference-slide__image .subtitle,
.faculty__banner__container .conference-slide__item--on-demand .conference-slide__image .subtitle,
.conference-slide__item--on-demand .conference-slide__image .conference-slide__details .credits,
.conference-slide__details .conference-slide__item--on-demand .conference-slide__image .credits,
.conference-slide__item--on-demand .conference-slide__image .related-carousel__nav .count,
.related-carousel__nav .conference-slide__item--on-demand .conference-slide__image .count,
.conference-slide__item--on-demand .conference-slide__image .home__banner__carousel__image h2,
.home__banner__carousel__image .conference-slide__item--on-demand .conference-slide__image h2,
.conference-slide__item--on-demand
  .conference-slide__image
  .home__banner__carousel__details
  .credits,
.home__banner__carousel__details
  .conference-slide__item--on-demand
  .conference-slide__image
  .credits,
.conference-slide__item--on-demand
  .conference-slide__image
  .home__offerings__clinicians__item
  .category,
.home__offerings__clinicians__item
  .conference-slide__item--on-demand
  .conference-slide__image
  .category,
.conference-slide__item--on-demand
  .conference-slide__image
  .home__upcoming__carousel__slide__category,
.conference-slide__item--on-demand
  .conference-slide__image
  .home__upcoming__carousel__slide__detail
  .credits,
.home__upcoming__carousel__slide__detail
  .conference-slide__item--on-demand
  .conference-slide__image
  .credits,
.conference-slide__item--on-demand .conference-slide__image .about__leadership__member__toggle h3,
.about__leadership__member__toggle .conference-slide__item--on-demand .conference-slide__image h3,
.conference-slide__item--on-demand .conference-slide__image .search__recommendations__nav .count,
.search__recommendations__nav .conference-slide__item--on-demand .conference-slide__image .count,
.conference-slide__item--on-demand .conference-slide__image .search__resources__content a .category,
.search__resources__content a .conference-slide__item--on-demand .conference-slide__image .category,
.conference-slide__item--on-demand .conference-slide__image .search__poll h2,
.search__poll .conference-slide__item--on-demand .conference-slide__image h2,
.conference-slide__item--on-demand
  .conference-slide__image
  .dashboard__head__progress
  .progress-label,
.dashboard__head__progress
  .conference-slide__item--on-demand
  .conference-slide__image
  .progress-label,
.conference-slide__item--on-demand
  .conference-slide__image
  .dashboard-credits__goal__progress
  .credits-progress-label
  p,
.dashboard-credits__goal__progress
  .credits-progress-label
  .conference-slide__item--on-demand
  .conference-slide__image
  p,
.conference-slide__item--on-demand
  .conference-slide__image
  .dashboard-credits__results__item__title
  .date,
.dashboard-credits__results__item__title
  .conference-slide__item--on-demand
  .conference-slide__image
  .date,
.conference-slide__item--on-demand
  .conference-slide__image
  .dashboard-credits__results__item__credits
  .credits,
.dashboard-credits__results__item__credits
  .conference-slide__item--on-demand
  .conference-slide__image
  .credits,
.conference-slide__item--on-demand
  .conference-slide__image
  .dashboard-education__recommendations__nav
  .count,
.dashboard-education__recommendations__nav
  .conference-slide__item--on-demand
  .conference-slide__image
  .count,
.conference-slide__item--on-demand
  .conference-slide__image
  .course-listing__recommendations__nav
  .count,
.course-listing__recommendations__nav
  .conference-slide__item--on-demand
  .conference-slide__image
  .count,
.conference-slide__item--on-demand
  .conference-slide__image
  .course-listing__resources__content
  a
  .category,
.course-listing__resources__content
  a
  .conference-slide__item--on-demand
  .conference-slide__image
  .category,
.conference-slide__item--on-demand .conference-slide__image .course-listing__poll h2,
.course-listing__poll .conference-slide__item--on-demand .conference-slide__image h2,
.conference-slide__item--on-demand .conference-slide__image .course-detail__intro__title .type,
.course-detail__intro__title .conference-slide__item--on-demand .conference-slide__image .type,
.conference-slide__item--on-demand .conference-slide__image .course-detail__intro__title .credits,
.course-detail__intro__title .conference-slide__item--on-demand .conference-slide__image .credits,
.conference-slide__item--on-demand
  .conference-slide__image
  .course-detail__intro__side__countdown
  .text,
.course-detail__intro__side__countdown
  .conference-slide__item--on-demand
  .conference-slide__image
  .text,
.conference-slide__item--on-demand .conference-slide__image .course-class__title .category,
.course-class__title .conference-slide__item--on-demand .conference-slide__image .category,
.conference-slide__item--on-demand
  .conference-slide__image
  .course-class__next__activity
  .activity-tag,
.course-class__next__activity
  .conference-slide__item--on-demand
  .conference-slide__image
  .activity-tag,
.conference-slide__item--on-demand
  .conference-slide__image
  .course-class__next__activity__content
  .label,
.course-class__next__activity__content
  .conference-slide__item--on-demand
  .conference-slide__image
  .label,
.conference-slide__item--on-demand
  .conference-slide__image
  .blog__featured__carousel__slide__category,
.conference-slide__item--on-demand
  .conference-slide__image
  .blog__featured__carousel__slide__detail
  .credits,
.blog__featured__carousel__slide__detail
  .conference-slide__item--on-demand
  .conference-slide__image
  .credits,
.conference-slide__item--on-demand .conference-slide__image .blog__resources__content a .category,
.blog__resources__content a .conference-slide__item--on-demand .conference-slide__image .category,
.conference-slide__item--on-demand .conference-slide__image .blog-landing .blog-tag,
.blog-landing .conference-slide__item--on-demand .conference-slide__image .blog-tag,
.conference-slide__item--on-demand .conference-slide__image .blog-landing .sponsored,
.blog-landing .conference-slide__item--on-demand .conference-slide__image .sponsored,
.conference-slide__item--on-demand
  .conference-slide__image
  .blog-landing__posts__item__copy
  .reading-time,
.blog-landing__posts__item__copy
  .conference-slide__item--on-demand
  .conference-slide__image
  .reading-time,
.conference-slide__item--on-demand .conference-slide__image .blog-landing__posts__item__copy .date,
.blog-landing__posts__item__copy .conference-slide__item--on-demand .conference-slide__image .date,
.conference-slide__item--on-demand
  .conference-slide__image
  .blog-detail__title__container
  .blog-label,
.blog-detail__title__container
  .conference-slide__item--on-demand
  .conference-slide__image
  .blog-label,
.conference-slide__item--on-demand .conference-slide__image .conference .type,
.conference .conference-slide__item--on-demand .conference-slide__image .type,
.conference-slide__item--on-demand
  .conference-slide__image
  .conference__banner__copy__container
  .info,
.conference__banner__copy__container
  .conference-slide__item--on-demand
  .conference-slide__image
  .info,
.conference-slide__item--on-demand .conference-slide__image .conference__share__container p,
.conference__share__container .conference-slide__item--on-demand .conference-slide__image p,
.conference-slide__item--on-demand
  .conference-slide__image
  .conference-overview__registration__stats__number
  .copy,
.conference-overview__registration__stats__number
  .conference-slide__item--on-demand
  .conference-slide__image
  .copy,
.conference-slide__item--on-demand
  .conference-slide__image
  .class-landing__resources__content
  a
  .category,
.class-landing__resources__content
  a
  .conference-slide__item--on-demand
  .conference-slide__image
  .category,
.conference-slide__item--on-demand
  .conference-slide__image
  .class-landing__carousel
  .slide-row
  .content-col
  .credits,
.class-landing__carousel
  .slide-row
  .content-col
  .conference-slide__item--on-demand
  .conference-slide__image
  .credits {
  background-color: #f36c45;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .conference-slide__item {
    height: 100%;
    padding-left: 30px;
  }
}
.conference-slide__image {
  max-height: 105px;
  overflow: hidden;
  padding: 10px 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-slide__image {
    max-height: none;
    overflow: visible;
    padding: 0;
  }
}
.conference-slide__image .tag,
.conference-slide__image .blockquote-attr,
.conference-slide__image .quote-name,
.conference-slide__image .course-block__image .category,
.course-block__image .conference-slide__image .category,
.conference-slide__image .course-block__details .non-ce-tag,
.course-block__details .conference-slide__image .non-ce-tag,
.conference-slide__image .course-block__details .date,
.course-block__details .conference-slide__image .date,
.conference-slide__image .course-block__details .sponsored,
.course-block__details .conference-slide__image .sponsored,
.conference-slide__image .course-block__details .credits,
.course-block__details .conference-slide__image .credits,
.conference-slide__image .faculty-block__details .credits,
.faculty-block__details .conference-slide__image .credits,
.conference-slide__image .curriculum-block__title .curriculum,
.curriculum-block__title .conference-slide__image .curriculum,
.conference-slide__image .curriculum-block__title .count,
.curriculum-block__title .conference-slide__image .count,
.conference-slide__image .curriculum-block__title .credits,
.curriculum-block__title .conference-slide__image .credits,
.conference-slide__image .curriculum-block__body__course .credits,
.curriculum-block__body__course .conference-slide__image .credits,
.conference-slide__image .curriculum-block__body__course .status,
.curriculum-block__body__course .conference-slide__image .status,
.conference-slide__image .pagination__container p,
.pagination__container .conference-slide__image p,
.conference-slide__image .pagination__container .pagination-number,
.pagination__container .conference-slide__image .pagination-number,
.conference-slide__image h2,
.conference-slide__image .general__title__container .subtitle,
.general__title__container .conference-slide__image .subtitle,
.conference-slide__image .faculty__banner__container .subtitle,
.faculty__banner__container .conference-slide__image .subtitle,
.conference-slide__image .conference-slide__details .credits,
.conference-slide__details .conference-slide__image .credits,
.conference-slide__image .related-carousel__nav .count,
.related-carousel__nav .conference-slide__image .count,
.conference-slide__image .home__banner__carousel__image h2,
.home__banner__carousel__image .conference-slide__image h2,
.conference-slide__image .home__banner__carousel__details .credits,
.home__banner__carousel__details .conference-slide__image .credits,
.conference-slide__image .home__offerings__clinicians__item .category,
.home__offerings__clinicians__item .conference-slide__image .category,
.conference-slide__image .home__upcoming__carousel__slide__category,
.conference-slide__image .home__upcoming__carousel__slide__detail .credits,
.home__upcoming__carousel__slide__detail .conference-slide__image .credits,
.conference-slide__image .about__leadership__member__toggle h3,
.about__leadership__member__toggle .conference-slide__image h3,
.conference-slide__image .search__recommendations__nav .count,
.search__recommendations__nav .conference-slide__image .count,
.conference-slide__image .search__resources__content a .category,
.search__resources__content a .conference-slide__image .category,
.conference-slide__image .search__poll h2,
.search__poll .conference-slide__image h2,
.conference-slide__image .dashboard__head__progress .progress-label,
.dashboard__head__progress .conference-slide__image .progress-label,
.conference-slide__image .dashboard-credits__goal__progress .credits-progress-label p,
.dashboard-credits__goal__progress .credits-progress-label .conference-slide__image p,
.conference-slide__image .dashboard-credits__results__item__title .date,
.dashboard-credits__results__item__title .conference-slide__image .date,
.conference-slide__image .dashboard-credits__results__item__credits .credits,
.dashboard-credits__results__item__credits .conference-slide__image .credits,
.conference-slide__image .dashboard-education__recommendations__nav .count,
.dashboard-education__recommendations__nav .conference-slide__image .count,
.conference-slide__image .course-listing__recommendations__nav .count,
.course-listing__recommendations__nav .conference-slide__image .count,
.conference-slide__image .course-listing__resources__content a .category,
.course-listing__resources__content a .conference-slide__image .category,
.conference-slide__image .course-listing__poll h2,
.course-listing__poll .conference-slide__image h2,
.conference-slide__image .course-detail__intro__title .type,
.course-detail__intro__title .conference-slide__image .type,
.conference-slide__image .course-detail__intro__title .credits,
.course-detail__intro__title .conference-slide__image .credits,
.conference-slide__image .course-detail__intro__side__countdown .text,
.course-detail__intro__side__countdown .conference-slide__image .text,
.conference-slide__image .course-class__title .category,
.course-class__title .conference-slide__image .category,
.conference-slide__image .course-class__next__activity .activity-tag,
.course-class__next__activity .conference-slide__image .activity-tag,
.conference-slide__image .course-class__next__activity__content .label,
.course-class__next__activity__content .conference-slide__image .label,
.conference-slide__image .blog__featured__carousel__slide__category,
.conference-slide__image .blog__featured__carousel__slide__detail .credits,
.blog__featured__carousel__slide__detail .conference-slide__image .credits,
.conference-slide__image .blog__resources__content a .category,
.blog__resources__content a .conference-slide__image .category,
.conference-slide__image .blog-landing .blog-tag,
.blog-landing .conference-slide__image .blog-tag,
.conference-slide__image .blog-landing .sponsored,
.blog-landing .conference-slide__image .sponsored,
.conference-slide__image .blog-landing__posts__item__copy .reading-time,
.blog-landing__posts__item__copy .conference-slide__image .reading-time,
.conference-slide__image .blog-landing__posts__item__copy .date,
.blog-landing__posts__item__copy .conference-slide__image .date,
.conference-slide__image .blog-detail__title__container .blog-label,
.blog-detail__title__container .conference-slide__image .blog-label,
.conference-slide__image .conference .type,
.conference .conference-slide__image .type,
.conference-slide__image .conference__banner__copy__container .info,
.conference__banner__copy__container .conference-slide__image .info,
.conference-slide__image .conference__share__container p,
.conference__share__container .conference-slide__image p,
.conference-slide__image .conference-overview__registration__stats__number .copy,
.conference-overview__registration__stats__number .conference-slide__image .copy,
.conference-slide__image .class-landing__resources__content a .category,
.class-landing__resources__content a .conference-slide__image .category,
.conference-slide__image .class-landing__carousel .slide-row .content-col .credits,
.class-landing__carousel .slide-row .content-col .conference-slide__image .credits {
  background-color: #b5e4e7;
  color: #000;
  display: inline-block;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .conference-slide__image .tag,
  .conference-slide__image .blockquote-attr,
  .conference-slide__image .quote-name,
  .conference-slide__image .course-block__image .category,
  .course-block__image .conference-slide__image .category,
  .conference-slide__image .course-block__details .non-ce-tag,
  .course-block__details .conference-slide__image .non-ce-tag,
  .conference-slide__image .course-block__details .date,
  .course-block__details .conference-slide__image .date,
  .conference-slide__image .course-block__details .sponsored,
  .course-block__details .conference-slide__image .sponsored,
  .conference-slide__image .course-block__details .credits,
  .course-block__details .conference-slide__image .credits,
  .conference-slide__image .faculty-block__details .credits,
  .faculty-block__details .conference-slide__image .credits,
  .conference-slide__image .curriculum-block__title .curriculum,
  .curriculum-block__title .conference-slide__image .curriculum,
  .conference-slide__image .curriculum-block__title .count,
  .curriculum-block__title .conference-slide__image .count,
  .conference-slide__image .curriculum-block__title .credits,
  .curriculum-block__title .conference-slide__image .credits,
  .conference-slide__image .curriculum-block__body__course .credits,
  .curriculum-block__body__course .conference-slide__image .credits,
  .conference-slide__image .curriculum-block__body__course .status,
  .curriculum-block__body__course .conference-slide__image .status,
  .conference-slide__image .pagination__container p,
  .pagination__container .conference-slide__image p,
  .conference-slide__image .pagination__container .pagination-number,
  .pagination__container .conference-slide__image .pagination-number,
  .conference-slide__image h2,
  .conference-slide__image .general__title__container .subtitle,
  .general__title__container .conference-slide__image .subtitle,
  .conference-slide__image .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-slide__image .subtitle,
  .conference-slide__image .conference-slide__details .credits,
  .conference-slide__details .conference-slide__image .credits,
  .conference-slide__image .related-carousel__nav .count,
  .related-carousel__nav .conference-slide__image .count,
  .conference-slide__image .home__banner__carousel__image h2,
  .home__banner__carousel__image .conference-slide__image h2,
  .conference-slide__image .home__banner__carousel__details .credits,
  .home__banner__carousel__details .conference-slide__image .credits,
  .conference-slide__image .home__offerings__clinicians__item .category,
  .home__offerings__clinicians__item .conference-slide__image .category,
  .conference-slide__image .home__upcoming__carousel__slide__category,
  .conference-slide__image .home__upcoming__carousel__slide__detail .credits,
  .home__upcoming__carousel__slide__detail .conference-slide__image .credits,
  .conference-slide__image .about__leadership__member__toggle h3,
  .about__leadership__member__toggle .conference-slide__image h3,
  .conference-slide__image .search__recommendations__nav .count,
  .search__recommendations__nav .conference-slide__image .count,
  .conference-slide__image .search__resources__content a .category,
  .search__resources__content a .conference-slide__image .category,
  .conference-slide__image .search__poll h2,
  .search__poll .conference-slide__image h2,
  .conference-slide__image .dashboard__head__progress .progress-label,
  .dashboard__head__progress .conference-slide__image .progress-label,
  .conference-slide__image .dashboard-credits__goal__progress .credits-progress-label p,
  .dashboard-credits__goal__progress .credits-progress-label .conference-slide__image p,
  .conference-slide__image .dashboard-credits__results__item__title .date,
  .dashboard-credits__results__item__title .conference-slide__image .date,
  .conference-slide__image .dashboard-credits__results__item__credits .credits,
  .dashboard-credits__results__item__credits .conference-slide__image .credits,
  .conference-slide__image .dashboard-education__recommendations__nav .count,
  .dashboard-education__recommendations__nav .conference-slide__image .count,
  .conference-slide__image .course-listing__recommendations__nav .count,
  .course-listing__recommendations__nav .conference-slide__image .count,
  .conference-slide__image .course-listing__resources__content a .category,
  .course-listing__resources__content a .conference-slide__image .category,
  .conference-slide__image .course-listing__poll h2,
  .course-listing__poll .conference-slide__image h2,
  .conference-slide__image .course-detail__intro__title .type,
  .course-detail__intro__title .conference-slide__image .type,
  .conference-slide__image .course-detail__intro__title .credits,
  .course-detail__intro__title .conference-slide__image .credits,
  .conference-slide__image .course-detail__intro__side__countdown .text,
  .course-detail__intro__side__countdown .conference-slide__image .text,
  .conference-slide__image .course-class__title .category,
  .course-class__title .conference-slide__image .category,
  .conference-slide__image .course-class__next__activity .activity-tag,
  .course-class__next__activity .conference-slide__image .activity-tag,
  .conference-slide__image .course-class__next__activity__content .label,
  .course-class__next__activity__content .conference-slide__image .label,
  .conference-slide__image .blog__featured__carousel__slide__category,
  .conference-slide__image .blog__featured__carousel__slide__detail .credits,
  .blog__featured__carousel__slide__detail .conference-slide__image .credits,
  .conference-slide__image .blog__resources__content a .category,
  .blog__resources__content a .conference-slide__image .category,
  .conference-slide__image .blog-landing .blog-tag,
  .blog-landing .conference-slide__image .blog-tag,
  .conference-slide__image .blog-landing .sponsored,
  .blog-landing .conference-slide__image .sponsored,
  .conference-slide__image .blog-landing__posts__item__copy .reading-time,
  .blog-landing__posts__item__copy .conference-slide__image .reading-time,
  .conference-slide__image .blog-landing__posts__item__copy .date,
  .blog-landing__posts__item__copy .conference-slide__image .date,
  .conference-slide__image .blog-detail__title__container .blog-label,
  .blog-detail__title__container .conference-slide__image .blog-label,
  .conference-slide__image .conference .type,
  .conference .conference-slide__image .type,
  .conference-slide__image .conference__banner__copy__container .info,
  .conference__banner__copy__container .conference-slide__image .info,
  .conference-slide__image .conference__share__container p,
  .conference__share__container .conference-slide__image p,
  .conference-slide__image .conference-overview__registration__stats__number .copy,
  .conference-overview__registration__stats__number .conference-slide__image .copy,
  .conference-slide__image .class-landing__resources__content a .category,
  .class-landing__resources__content a .conference-slide__image .category,
  .conference-slide__image .class-landing__carousel .slide-row .content-col .credits,
  .class-landing__carousel .slide-row .content-col .conference-slide__image .credits {
    font-size: 0.875rem;
    height: 30px;
    left: -30px;
    letter-spacing: 2px;
    line-height: 1.71429;
    line-height: 30px;
    padding: 0 10px;
    top: 10px;
    transform: none;
  }
}
.conference-slide__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conference-slide__image img {
    border: 0;
  }
}
.conference-slide__details {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-top: 0;
  height: calc(100% - 105px);
  padding: 20px 0 60px 0;
}
@media screen and (min-width: 768px) {
  .conference-slide__details {
    border: 1px solid #d8d8d8;
    border-left: 0;
    height: 100%;
    padding: 60px 30px 110px 30px;
    position: relative;
  }
}
.conference-slide__details:hover {
  text-decoration: none !important;
}
.conference-slide__details h2,
.conference-slide__details .general__title__container .subtitle,
.general__title__container .conference-slide__details .subtitle,
.conference-slide__details .faculty__banner__container .subtitle,
.faculty__banner__container .conference-slide__details .subtitle,
.conference-slide__details h3,
.conference-slide__details p {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .conference-slide__details .subtitle {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.66667;
  }
}
@media screen and (min-width: 1200px) {
  .conference-slide__details .subtitle {
    margin-top: 5px;
  }
}
.conference-slide__details .subtitle::before {
  content: ':';
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .conference-slide__details .subtitle::before {
    display: none;
  }
}
.conference-slide__details .date {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.36364;
  margin: 0 0 10px 0;
  padding: 0 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .conference-slide__details .date {
    font-size: 0.875rem;
    letter-spacing: 2px;
    line-height: 1.71429;
    margin-bottom: 10px;
    padding: 0;
  }
}
.conference-slide__details .location {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857;
  margin: -15px 0 0 0;
  padding: 5px 15px 15px 15px;
}
@media screen and (min-width: 768px) {
  .conference-slide__details .location {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
  }
}
.conference-slide__details h2,
.conference-slide__details .general__title__container .subtitle,
.general__title__container .conference-slide__details .subtitle,
.conference-slide__details .faculty__banner__container .subtitle,
.faculty__banner__container .conference-slide__details .subtitle,
.conference-slide__details h3 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  padding: 0 15px 15px 15px;
}
@media screen and (min-width: 768px) {
  .conference-slide__details h2,
  .conference-slide__details .general__title__container .subtitle,
  .general__title__container .conference-slide__details .subtitle,
  .conference-slide__details .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-slide__details .subtitle,
  .conference-slide__details h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0;
  }
}
.conference-slide__details .credits {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .conference-slide__details .credits {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.71429;
    padding: 0;
  }
}
.conference-slide__details .link {
  background-color: #f8f8f8;
  bottom: 0;
  left: 0;
  margin: 15px 0 0 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conference-slide__details .link {
    background-color: transparent;
    bottom: 30px;
    left: 30px;
    margin: 30px 0 0 0;
    padding: 0;
    text-align: left;
  }
}
.conference-slide__details .arrow {
  margin: 0;
}
.conference-slide__controls {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .conference-slide__controls {
    margin-top: 0;
    padding-left: 30px;
  }
}
.conference-slide__controls .count {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
}
.education__bg {
  background-color: #f8f8f8;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .education__bg {
    height: 800px;
    left: 40px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .education__bg {
    left: 250px;
    width: calc(100% - 250px);
  }
}
@media screen and (min-width: 768px) {
  .education__head {
    margin-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .education__head {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .education__head {
    padding-top: 50px;
  }
}
.education__head__title {
  padding: 50px 30px 50px 30px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .education__head__title {
    padding: 50px 50px 50px 90px;
  }
}
@media screen and (min-width: 992px) {
  .education__head__title {
    padding: 50px;
    transform: translateY(-100px);
  }
}
@media screen and (min-width: 1200px) {
  .education__head__title {
    padding: 50px 50px 50px 75px;
    transform: translateY(0);
  }
}
.education__head__title h2,
.education__head__title .general__title__container .subtitle,
.general__title__container .education__head__title .subtitle,
.education__head__title .faculty__banner__container .subtitle,
.faculty__banner__container .education__head__title .subtitle {
  margin: 0 0 20px -35px;
}
@media screen and (min-width: 768px) {
  .education__head__title h2,
  .education__head__title .general__title__container .subtitle,
  .general__title__container .education__head__title .subtitle,
  .education__head__title .faculty__banner__container .subtitle,
  .faculty__banner__container .education__head__title .subtitle {
    margin: 0 0 50px -75px;
  }
}
.education__head__title p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 15px;
}
@media screen and (min-width: 768px) {
  .education__head__title p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.83333;
    margin-bottom: 50px;
  }
}
.education__head__image {
  position: relative;
  z-index: 1;
}
.education__head__image__container {
  border-radius: 50%;
  height: 220px;
  margin-left: auto;
  margin-right: -30px;
  overflow: hidden;
  position: relative;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .education__head__image__container {
    height: 360px;
    margin-left: -70px;
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .education__head__image__container {
    height: 610px;
    margin-left: -110px;
    width: 610px;
  }
}
.education__head__image__container::before {
  background-image: linear-gradient(192deg, rgba(0, 54, 120, 0) 10%, #353946 81%);
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.71;
  position: absolute;
  top: 0;
  width: 100%;
}
.education__head__image__container img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.education__content {
  background-image: linear-gradient(132deg, #354c4d 0%, #353946 100%);
  color: #fff;
  margin-top: -140px;
  padding: 200px 35px 50px 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .education__content {
    margin-right: 40px;
    padding: 200px 90px 100px 130px;
  }
}
@media screen and (min-width: 992px) {
  .education__content {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .education__content {
    margin-right: 150px;
    padding: 275px 90px 150px 130px;
    transform: translateY(-75px);
  }
}
.education__content::before {
  background-color: #f8f8f8;
  border-radius: 0 0 30px 0;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - (220px - 35px));
}
@media screen and (min-width: 768px) {
  .education__content::before {
    width: calc(100% - (360px - 35px));
  }
}
@media screen and (min-width: 1200px) {
  .education__content::before {
    border-radius: 0 0 0 50px;
    height: 50px;
    width: calc(100% - (610px - 83px));
  }
}
.education__content__intro {
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .education__content__intro {
    margin-bottom: 0;
  }
}
.education__content__intro h2,
.education__content__intro .general__title__container .subtitle,
.general__title__container .education__content__intro .subtitle,
.education__content__intro .faculty__banner__container .subtitle,
.faculty__banner__container .education__content__intro .subtitle {
  margin: 0 0 20px -35px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .education__content__intro h2,
  .education__content__intro .general__title__container .subtitle,
  .general__title__container .education__content__intro .subtitle,
  .education__content__intro .faculty__banner__container .subtitle,
  .faculty__banner__container .education__content__intro .subtitle {
    margin: 0 0 50px -75px;
  }
}
.education__content__intro p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .education__content__intro p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.83333;
    margin-bottom: 50px;
  }
}
.education__content__intro .cta {
  margin-left: 15px;
}
@media screen and (min-width: 992px) {
  .education__content__detail {
    padding-left: 90px;
  }
}
.education__content__detail ul {
  margin: 0;
  padding: 0;
}
.education__content__detail li {
  margin-bottom: 30px;
  position: relative;
}
.education__content__detail li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .education__content__detail li {
    padding-left: 80px;
  }
}
.education__content__detail svg {
  height: auto;
  margin-right: 12px;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .education__content__detail svg {
    left: 0;
    position: absolute;
    top: 10px;
    width: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .education__content__detail svg {
    vertical-align: 15px;
  }
}
.education__content__detail h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .education__content__detail h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.education__content__detail p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
}
.subnav-tabs {
  background-color: #f8f8f8;
  padding: 50px 0 0 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .subnav-tabs {
    padding: 50px 0 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .subnav-tabs {
    padding-left: 0;
  }
}
.subnav-tabs::after {
  background-color: #d8d8d8;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.subnav-tabs__container {
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .subnav-tabs__container {
    margin: 0 auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .subnav-tabs__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.subnav-tabs__container li {
  margin: 0 30px 0 0;
}
@media screen and (min-width: 768px) {
  .subnav-tabs__container li {
    margin: 0;
  }
}
.subnav-tabs__container li a {
  color: #0f0f0f;
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  overflow: hidden;
  padding: 0 10px 10px 10px;
  position: relative;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .subnav-tabs__container li a {
    border-radius: 20px 20px 0 0;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin: 20px 25px 0 25px;
  }
}
@media screen and (min-width: 1200px) {
  .subnav-tabs__container li a {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 20px 0 0 0;
    padding: 30px 35px;
  }
}
.subnav-tabs__container li a::after {
  background-color: transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  transition: background-color 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .subnav-tabs__container li a::after {
    height: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .subnav-tabs__container li a::after {
    bottom: unset;
    top: 0;
  }
}
.subnav-tabs__container li a.active,
.subnav-tabs__container li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .subnav-tabs__container li a.active,
  .subnav-tabs__container li a:hover {
    background-color: #fff;
  }
}
.subnav-tabs__container li a.active:after,
.subnav-tabs__container li a:hover:after {
  background-color: #f36c45;
}
.subnav-tabs--bottom {
  padding: 0 0 50px 20px;
}
@media screen and (min-width: 768px) {
  .subnav-tabs--bottom {
    padding: 0 0 50px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .subnav-tabs--bottom {
    padding: 0 0 50px 0;
  }
}
.subnav-tabs--bottom::after {
  background-color: #d8d8d8;
  bottom: auto;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.subnav-tabs--bottom .subnav-tabs__container li a {
  border-radius: 0;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .subnav-tabs--bottom .subnav-tabs__container li a {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .subnav-tabs--bottom .subnav-tabs__container li a {
    border-radius: 0 0 20px 20px;
    padding: 30px 35px;
  }
}
.subnav-tabs--bottom .subnav-tabs__container li a::after {
  bottom: unset;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .subnav-tabs--bottom .subnav-tabs__container li a::after {
    bottom: 0;
    top: unset;
  }
}
.gallery__title {
  padding: 50px 20px 30px 20px;
}
@media screen and (min-width: 768px) {
  .gallery__title {
    padding: 100px 150px 50px 150px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery__title {
    padding-top: 150px;
  }
}
.gallery__container {
  margin: 0 auto;
  max-width: 2160px;
}
.gallery__container .modal-content {
  border-radius: 0;
}
.gallery__container .modal-body {
  padding: 5px;
  position: relative;
}
.gallery__container .modal-footer {
  border: 0;
  padding: 0 10px;
}
.gallery__image {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  padding: 0;
  position: relative;
}
.gallery__image:hover {
  cursor: pointer;
}
.gallery__image__container:hover::before {
  background-color: rgba(33, 36, 45, 0.9);
}
.gallery__image__container::before {
  background-color: rgba(33, 36, 45, 0);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: 1;
}
.gallery__image__container::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.gallery__image__container img {
  -o-object-fit: cover;
  -o-object-position: center;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.accordion {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .accordion__container {
    margin: 0 auto;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 768px) {
  .accordion__container {
    max-width: 950px;
    width: calc(100% - 100px);
  }
}
.accordion__container h2,
.accordion__container .general__title__container .subtitle,
.general__title__container .accordion__container .subtitle,
.accordion__container .faculty__banner__container .subtitle,
.faculty__banner__container .accordion__container .subtitle {
  margin: 0 20px 30px 20px;
}
@media screen and (min-width: 768px) {
  .accordion__container h2,
  .accordion__container .general__title__container .subtitle,
  .general__title__container .accordion__container .subtitle,
  .accordion__container .faculty__banner__container .subtitle,
  .faculty__banner__container .accordion__container .subtitle {
    margin: 0 0 50px 0;
  }
}
.accordion__item:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.accordion__item .accordion-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  padding: 0;
  padding: 15px 20px;
  width: 100%;
}
.accordion__item .accordion-btn:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .accordion__item .accordion-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 25px 50px;
  }
}
.accordion__item .accordion-btn[aria-expanded='true'] {
  color: #003678;
}
.accordion__item .accordion-btn svg {
  right: 20px;
}
@media screen and (min-width: 768px) {
  .accordion__item .accordion-btn svg {
    right: 50px;
  }
}
.accordion__item .accordion-copy {
  padding: 10px 20px 30px 20px;
}
@media screen and (min-width: 768px) {
  .accordion__item .accordion-copy {
    padding: 15px 50px 50px 50px;
  }
}
.accordion-faculty {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .accordion-faculty {
    margin-bottom: 150px;
  }
}
.accordion-faculty__list {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1040px;
}
.accordion-faculty__list .no-results {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1441px) {
  .accordion-faculty__list {
    max-width: 1340px;
  }
}
.accordion-faculty__person {
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .accordion-faculty__person {
    padding: 20px 50px;
  }
}
@media screen and (min-width: 992px) {
  .accordion-faculty__person {
    padding: 20px 50px;
  }
}
.accordion-faculty__person:nth-of-type(even) {
  background-color: #f8f8f8;
}
.accordion-faculty__person .remove-faculty {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 15px 0 0;
  padding: 0;
  vertical-align: 4px;
}
.accordion-faculty__person .remove-faculty:hover {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .accordion-faculty__person .remove-faculty {
    margin-right: 30px;
  }
}
.accordion-faculty__person .remove-faculty:hover svg .star {
  fill: #00969f;
}
.accordion-faculty__person .remove-faculty svg .star {
  fill: #003678;
  transition: fill 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.accordion-faculty__person .name {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .accordion-faculty__person .name {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-faculty__person .name {
    margin: 0;
  }
}
.accordion-faculty__person__toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.accordion-faculty__person__toggle:hover {
  cursor: pointer;
}
.accordion-faculty__person__toggle[aria-expanded='false'] .expand-svg {
  display: block;
}
.accordion-faculty__person__toggle[aria-expanded='false'] .collapse-svg {
  display: none;
}
.accordion-faculty__person__toggle[aria-expanded='true'] .expand-svg {
  display: none;
}
.accordion-faculty__person__toggle[aria-expanded='true'] .collapse-svg {
  display: block;
}
.accordion-faculty__person__toggle:hover svg circle {
  stroke: #00969f;
}
.accordion-faculty__person__toggle:hover svg path {
  fill: #00969f;
}
.accordion-faculty__person__toggle svg {
  display: block;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .accordion-faculty__person__toggle svg {
    height: 50px;
    width: 50px;
  }
}
.accordion-faculty__person__toggle svg circle {
  stroke: #003678;
  transition: stroke 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.accordion-faculty__person__toggle svg path {
  fill: #003678;
  transition: fill 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.accordion-faculty__person__info {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .accordion-faculty__person__info {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-faculty__person__info {
    padding: 50px 90px 0 90px;
  }
}
.accordion-faculty__person__info h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .accordion-faculty__person__info h4 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .accordion-faculty__person__info h4 {
    margin: 50px 0 30px 0;
  }
}
.accordion-faculty__person__info p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 auto 25px auto;
  max-width: 670px;
}
.accordion-faculty__person__info .course-block__details {
  background-color: transparent;
}
.accordion-faculty__person__info .link {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 0;
}
.accordion-faculty__person__info .link:hover {
  cursor: pointer;
}
.accordion-faculty__person__info__image {
  border-radius: 15px;
  height: 150px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  width: 150px;
}
@media screen and (min-width: 1200px) {
  .accordion-faculty__person__info__image {
    margin-bottom: 50px;
  }
}
.accordion-faculty__person__info__image img {
  -o-object-fit: cover;
  -o-object-position: top;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.accordion-faculty__person__footer {
  margin-bottom: 30px;
}
.accordion-faculty__person__footer .cta {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .accordion-faculty__person__footer .cta {
    margin-right: 25px;
  }
}
.accordion-faculty__person__footer .arrow {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .accordion-faculty__person__footer .arrow {
    margin-left: 25px;
  }
}
.related-carousel {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .related-carousel::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
  }
}
.related-carousel__title h2,
.related-carousel__title .general__title__container .subtitle,
.general__title__container .related-carousel__title .subtitle,
.related-carousel__title .faculty__banner__container .subtitle,
.faculty__banner__container .related-carousel__title .subtitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .related-carousel__title h2,
  .related-carousel__title .general__title__container .subtitle,
  .general__title__container .related-carousel__title .subtitle,
  .related-carousel__title .faculty__banner__container .subtitle,
  .faculty__banner__container .related-carousel__title .subtitle {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .related-carousel__container {
    width: calc(100% - 90px);
  }
}
@media screen and (min-width: 992px) {
  .related-carousel__container {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 1200px) {
  .related-carousel__container {
    margin: 0;
    max-width: 100%;
    padding-left: 70px;
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .related-carousel__container {
    padding-left: 100px;
  }
}
.related-carousel__container h2,
.related-carousel__container .general__title__container .subtitle,
.general__title__container .related-carousel__container .subtitle,
.related-carousel__container .faculty__banner__container .subtitle,
.faculty__banner__container .related-carousel__container .subtitle {
  margin-bottom: 30px;
}
.related-carousel__container .swiper-slide {
  height: auto;
}
@media screen and (min-width: 992px) {
  .related-carousel__container .swiper-slide {
    padding: 0 15px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .related-carousel__container .swiper-slide {
    padding: 0 30px;
    width: 45%;
  }
}
@media screen and (min-width: 1921px) {
  .related-carousel__container .swiper-slide {
    width: calc(50% - 15px);
  }
}
.related-carousel__nav {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .related-carousel__nav {
    margin: 0 0 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .related-carousel__nav {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .related-carousel__nav {
    margin: 0;
    width: calc(45% - 30px);
  }
}
@media screen and (min-width: 1921px) {
  .related-carousel__nav {
    width: calc(50% - 45px);
  }
}
.related-carousel__nav .count {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.71429;
}
@media screen and (min-width: 1200px) {
  .related-carousel__nav .count {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .related-carousel__nav .next {
    margin-left: 2px;
  }
}
.survey__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .survey__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .survey__container {
    margin: 0 auto;
    max-width: 750px;
    padding: 0;
  }
}
.survey__container .survey-head {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 25px 0;
}
@media screen and (min-width: 768px) {
  .survey__container .question-head {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.survey__container .question p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 15px 0;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .survey__container .question p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.survey__options {
  max-width: 290px;
  width: 100%;
}
.survey__options .form-field-option {
  margin-right: 10px;
  position: relative;
}
.survey__options .form-field-option:last-of-type {
  margin-right: 0;
}
.survey__options .form-field-option.checked input[type='radio'] + label {
  background-color: #d8e5f0;
}
.survey__options .form-field-option.checked input[type='radio'] + label::before {
  content: url('/presentation/images/courses/star-survey-checked.svg');
}
.survey__options .form-field-option.checked input[type='radio'] + label::after {
  display: none;
}
.survey__options .form-field-option input[type='radio'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.survey__options .form-field-option input[type='radio']:hover {
  cursor: pointer;
}
.survey__options .form-field-option input[type='radio']:checked + label,
.survey__options .form-field-option input[type='radio']:hover + label {
  background-color: #d8e5f0;
}
.survey__options .form-field-option input[type='radio']:checked + label::before,
.survey__options .form-field-option input[type='radio']:hover + label::before {
  content: url('/presentation/images/courses/star-survey-checked.svg');
}
.survey__options .form-field-option input[type='radio']:checked + label::after,
.survey__options .form-field-option input[type='radio']:hover + label::after {
  display: none;
}
.survey__options .form-field-option input[type='radio'] + label {
  border: 2px solid #d8e5f0;
  color: transparent;
  height: 50px;
  margin: 0;
  padding: 0;
  position: relative;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 50px;
}
.survey__options .form-field-option input[type='radio'] + label::before {
  border: 0;
  content: url('/presentation/images/courses/star-survey.svg');
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.survey__range {
  margin: 15px 0 50px 0;
  max-width: 290px;
}
.survey__range p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .survey__range p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.625;
  }
}
@media screen and (min-width: 768px) {
  .survey__optional {
    margin-top: 100px;
  }
}
.survey__optional textarea {
  border: 2px solid #d8d8d8;
  min-height: 350px;
  width: 100%;
}
.survey__submit {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .survey__submit {
    margin-bottom: 100px;
  }
}
.survey__success {
  background-color: #f8f8f8;
  margin: 0 auto 100px auto;
  overflow: hidden;
  padding: 30px;
  position: relative;
  width: 100%;
}
.survey__success p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .survey__success p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0;
  }
}
.survey__success svg {
  bottom: 0;
  position: absolute;
  right: 0;
}
.survey .form-field {
  margin-bottom: 50px;
}
.account h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 30px 0;
}
.account p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0;
}
.account__logo {
  border-bottom: 2px solid #d8d8d8;
  margin: 0 auto 30px auto;
  max-width: 1140px;
  padding: 50px 0 30px 0;
  width: 100%;
}
.account__logo svg {
  display: block;
  margin: 0 auto;
  max-width: 225px;
  width: 100%;
}
.account__container {
  border-bottom: 2px solid #d8d8d8;
  margin: 0 auto 30px auto;
  max-width: 1140px;
  padding: 0 20px 30px 20px;
  width: 100%;
}
.account__copy {
  margin: 0 auto;
  max-width: 550px;
}
.account__form {
  margin: 50px auto 30px auto;
  max-width: 550px;
}
.account__form .form-field,
.account__form .form-field-checkbox {
  margin: 30px 0 0 0;
}
.account__form .form-field-confirm {
  display: none;
}
.account__form label,
.account__form input {
  display: block;
}
.account__form input[type='text'],
.account__form input[type='email'],
.account__form input[type='password'],
.account__form .dropdown-toggle,
.account__form .dropdown-menu {
  width: 100%;
}
.account__form .zip {
  max-width: 200px;
}
.account__form .npi-field {
  display: none;
}
.account__form__btns {
  align-items: center;
  display: flex;
  margin: 50px 0 0 0;
}
.account__form__btns div {
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .account__form__btns div {
    margin-right: 50px;
  }
}
.account__footer {
  margin: 20px auto 50px auto;
  max-width: 550px;
  text-align: center;
}
.account__footer p {
  margin-bottom: 20px;
}
.home__banner__image {
  background-color: #003678;
}
@media screen and (min-width: 768px) {
  .home__banner__image {
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .home__banner__image {
    height: 600px;
  }
}
.home__banner__image img {
  -webkit-animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
  height: auto;
  transform: scale(1);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home__banner__image img {
    -o-object-fit: cover;
    -o-object-position: center;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.home__banner__container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .home__banner__container {
    margin: 0 auto;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .home__banner__container {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .home__banner__container {
    max-width: 1620px;
    width: calc(100% - 300px);
  }
}
.home__banner__copy {
  background-image: linear-gradient(132deg, #354c4d 0%, #353946 100%);
  height: auto;
  padding: 20px 30px 30px 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home__banner__copy {
    background-image: none;
    min-height: 500px;
    padding: 50px 0 125px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home__banner__copy {
    min-height: 600px;
    padding: 100px 0;
  }
}
.home__banner__copy__block {
  -webkit-animation: fade-in-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: fade-in-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (min-width: 768px) {
  .home__banner__copy__block {
    -webkit-animation: fade-in-up forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: fade-in-up forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateY(-30px);
  }
}
.home__banner__copy__block h1 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
  margin: 0 0 30px 0;
  max-width: 510px;
}
@media screen and (min-width: 768px) {
  .home__banner__copy__block h1 {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 1200px) {
  .home__banner__copy__block h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.23333;
    max-width: 535px;
  }
}
.home__banner__copy__block p {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
  max-width: 510px;
}
@media screen and (min-width: 768px) {
  .home__banner__copy__block p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.83333;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .home__banner__copy__block p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.8;
    max-width: 535px;
  }
}
.home__banner__carousel {
  padding: 60px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home__banner__carousel {
    margin: -85px 0 0 auto;
    max-width: 585px;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home__banner__carousel {
    margin: -200px 0 0 auto;
    padding: 60px 0 60px 0;
  }
}
@media screen and (min-width: 1441px) {
  .home__banner__carousel {
    max-width: 750px;
  }
}
.home__banner__carousel .swiper-container {
  margin: 0;
}
.home__banner__carousel .swiper-slide {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .home__banner__carousel .swiper-slide {
    height: auto;
    padding-top: 0;
  }
}
.home__banner__carousel .swiper-slide a {
  visibility: hidden;
}
.home__banner__carousel .swiper-slide-active a {
  visibility: visible;
}
.home__banner__carousel .swiper-slide-active a:focus {
  border: 2px solid #5091cd;
}
.home__banner__carousel__container {
  -webkit-animation: fade-in-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
  animation: fade-in-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;
  opacity: 0;
  transform: translateY(30px);
}
.home__banner__carousel__item:hover {
  text-decoration: none;
}
.home__banner__carousel__item:hover .arrow::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .home__banner__carousel__item {
    padding-left: 30px;
  }
}
.home__banner__carousel__image {
  max-height: 105px;
  padding-top: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home__banner__carousel__image {
    max-height: none;
    padding: 0;
  }
}
.home__banner__carousel__image h2,
.home__banner__carousel__image .general__title__container .subtitle,
.general__title__container .home__banner__carousel__image .subtitle,
.home__banner__carousel__image .faculty__banner__container .subtitle,
.faculty__banner__container .home__banner__carousel__image .subtitle {
  background-color: #b5e4e7;
  color: #000;
  display: inline-block;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .home__banner__carousel__image h2,
  .home__banner__carousel__image .general__title__container .subtitle,
  .general__title__container .home__banner__carousel__image .subtitle,
  .home__banner__carousel__image .faculty__banner__container .subtitle,
  .faculty__banner__container .home__banner__carousel__image .subtitle {
    font-size: 0.875rem;
    height: 30px;
    left: -30px;
    letter-spacing: 2px;
    line-height: 1.71429;
    line-height: 30px;
    padding: 0 10px;
    top: 10px;
    transform: none;
  }
}
.home__banner__carousel__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home__banner__carousel__image img {
    border: 0;
  }
}
.home__banner__carousel__details {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-top: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .home__banner__carousel__details {
    border: 1px solid #d8d8d8;
    border-left: 0;
    padding: 60px 30px 40px 30px;
  }
}
.home__banner__carousel__details .date {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.36364;
  margin: 0;
  padding: 15px 15px 10px 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .home__banner__carousel__details .date {
    font-size: 0.875rem;
    letter-spacing: 2px;
    line-height: 1.71429;
    margin-bottom: 10px;
    padding: 0;
  }
}
.home__banner__carousel__details h3 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0;
  padding: 0 15px 15px 15px;
}
@media screen and (min-width: 768px) {
  .home__banner__carousel__details h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 20px;
    padding: 0;
  }
}
.home__banner__carousel__details .credits {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .home__banner__carousel__details .credits {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.71429;
    padding: 0;
  }
}
.home__banner__carousel__details .link {
  background-color: #f8f8f8;
  margin: 15px 0 0 0;
  padding: 5px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home__banner__carousel__details .link {
    background-color: transparent;
    margin: 30px 0 0 0;
    padding: 0;
    text-align: left;
  }
}
.home__banner__carousel__details .arrow {
  margin: 0;
}
.home__banner__carousel__controls {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .home__banner__carousel__controls {
    margin-top: 0;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home__banner__carousel__controls .carousel-nav {
    margin-left: 1px;
  }
}
.home__banner__carousel__controls .count {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
}
@media screen and (min-width: 1200px) {
  .home__banner__carousel__controls .count {
    margin-right: 20px;
  }
}
.home__conferences {
  margin-bottom: 75px;
  padding: 30px 0 50px 0;
  position: relative;
}
.home__conferences__bg {
  background-color: #f8f8f8;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home__conferences__bg {
    top: -200px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 992px) {
  .home__conferences__bg {
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .home__conferences__bg {
    width: calc(1440px + ((100% - 1440px) / 2) - 150px);
  }
}
@media screen and (min-width: 1441px) {
  .home__conferences__bg {
    width: calc(1920px + ((100% - 1920px) / 2) - 150px);
  }
}
.home__conferences__title {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .home__conferences__title {
    margin-bottom: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .home__conferences__title {
    margin-bottom: -75px;
  }
}
.home__conferences__title h2,
.home__conferences__title .general__title__container .subtitle,
.general__title__container .home__conferences__title .subtitle,
.home__conferences__title .faculty__banner__container .subtitle,
.faculty__banner__container .home__conferences__title .subtitle {
  margin: 0 0 15px 0;
  max-width: 385px;
}
@media screen and (min-width: 768px) {
  .home__conferences__title h2,
  .home__conferences__title .general__title__container .subtitle,
  .general__title__container .home__conferences__title .subtitle,
  .home__conferences__title .faculty__banner__container .subtitle,
  .faculty__banner__container .home__conferences__title .subtitle {
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .home__conferences__title h2,
  .home__conferences__title .general__title__container .subtitle,
  .general__title__container .home__conferences__title .subtitle,
  .home__conferences__title .faculty__banner__container .subtitle,
  .faculty__banner__container .home__conferences__title .subtitle {
    max-width: 850px;
  }
}
.home__conferences__list {
  -webkit-mask-image: url('/presentation/images/conference/education-mask.svg');
  -webkit-mask-position: top right;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background-image: url('/presentation/images/home/conferences-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mask-image: url('/presentation/images/conference/education-mask.svg');
  mask-position: top right;
  mask-repeat: no-repeat;
  mask-size: cover;
}
@media screen and (min-width: 768px) {
  .home__conferences__list {
    background-size: cover;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .home__conferences__list {
    -webkit-mask-size: 120%;
    margin-left: 150px;
    mask-size: 120%;
    padding: 0 0 100px 0;
  }
}
.home__conferences__list::before {
  background: #21242d;
  background-image: linear-gradient(188deg, #003678 0%, #353946 61%);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
.home__conferences__list__container {
  padding: 70px 20px 30px 20px;
}
@media screen and (min-width: 768px) {
  .home__conferences__list__container {
    padding: 50px 30px 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .home__conferences__list__container {
    padding: 90px 30px 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home__conferences__list__container {
    max-width: calc(100% - 150px);
    padding: 130px 0 0 30px;
  }
}
@media screen and (min-width: 1441px) {
  .home__conferences__list__container {
    padding-top: 200px;
  }
}
.home__conferences__list__item {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  display: block;
  height: 60px;
  margin: 0 0 15px 0;
  overflow: hidden;
  padding: 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home__conferences__list__item {
    border: 0;
    height: auto;
    margin: 60px 15px;
    width: 33.33%;
  }
  .home__conferences__list__item::after {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
}
.home__conferences__list__item:first-of-type .title {
  transition: color 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .home__conferences__list__item:first-of-type:hover .title {
    color: #fff;
  }
}
.home__conferences__list__item:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .home__conferences__list__item:hover svg {
    transform: scale(5.2);
    transform-origin: center;
  }
}
.home__conferences__list__item:hover .arrow::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.home__conferences__list__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home__conferences__list__item:last-of-type {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .home__conferences__list__item div {
    bottom: 0;
    left: 0;
    padding: 20px 20px 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home__conferences__list__item div {
    padding: 40px 50px;
  }
}
.home__conferences__list__item .title {
  color: #0f0f0f;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home__conferences__list__item .title {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .home__conferences__list__item .title {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
    margin-bottom: 200px;
  }
}
.home__conferences__list__item .arrow {
  bottom: 20px;
  margin: 0;
  position: absolute;
  right: 20px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .home__conferences__list__item .arrow {
    bottom: 50px;
    right: 75px;
  }
}
.home__conferences__list__item svg {
  height: 35px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 35px;
}
@media screen and (min-width: 768px) {
  .home__conferences__list__item svg {
    bottom: 0;
    height: auto;
    right: 0;
    top: auto;
    transform: translateY(0);
    width: 85%;
  }
}
@media screen and (min-width: 992px) {
  .home__conferences__list__item svg {
    width: 75%;
  }
}
.home__offerings {
  margin-bottom: 100px;
}
.home__offerings h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .home__offerings h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .home__offerings__title {
    margin: 0 auto;
    max-width: 1620px;
    width: calc(100% - 300px);
  }
}
.home__offerings__title h2,
.home__offerings__title .general__title__container .subtitle,
.general__title__container .home__offerings__title .subtitle,
.home__offerings__title .faculty__banner__container .subtitle,
.faculty__banner__container .home__offerings__title .subtitle {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1200px) {
  .home__offerings__title h2,
  .home__offerings__title .general__title__container .subtitle,
  .general__title__container .home__offerings__title .subtitle,
  .home__offerings__title .faculty__banner__container .subtitle,
  .faculty__banner__container .home__offerings__title .subtitle {
    margin-left: -105px;
  }
}
.home__offerings__title .intro {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0;
}
.home__offerings__trending {
  margin: 0 0 100px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .home__offerings__trending {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .home__offerings__trending {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .home__offerings__trending {
    flex: 0 0 65%;
    padding-right: 90px;
  }
}
.home__offerings__trending__title {
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .home__offerings__trending__title {
    height: 150px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home__offerings__trending__container {
    height: calc(100% - 250px);
  }
}
@media screen and (min-width: 768px) {
  .home__offerings__trending__container .course-block {
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home__offerings__trending__container .course-block {
    margin-left: 0;
  }
}
.home__offerings__trending__link {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .home__offerings__trending__link {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .home__offerings__trending__link {
    margin-bottom: 50px;
  }
}
.home__offerings__clinicians {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .home__offerings__clinicians {
    flex: 0 0 35%;
    margin: 0;
  }
}
.home__offerings__clinicians__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home__offerings__clinicians__title {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home__offerings__clinicians__title {
    height: 150px;
    margin-bottom: 0;
  }
}
.home__offerings__clinicians__container {
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (min-width: 1200px) {
  .home__offerings__clinicians__container {
    height: calc(100% - 300px);
    margin-bottom: 150px;
    padding: 50px 30px;
  }
}
.home__offerings__clinicians__item {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 30px;
  padding: 0 0 30px 0;
}
.home__offerings__clinicians__item:hover {
  text-decoration: none;
}
.home__offerings__clinicians__item:hover h4 {
  color: #003678;
  text-decoration: underline;
}
.home__offerings__clinicians__item .category {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 5px 0;
}
.home__offerings__clinicians__item h4 {
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .home__offerings__clinicians__item h4 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.home__upcoming {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .home__upcoming {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home__upcoming {
    margin-left: 150px;
  }
}
@media screen and (min-width: 1921px) {
  .home__upcoming--virtual {
    margin: 0 auto 100px auto;
    max-width: 1520px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home__upcoming--virtual .swiper-container {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1441px) {
  .home__upcoming--virtual .swiper-container {
    margin-right: -24px;
  }
}
.home__upcoming--virtual .home__upcoming__carousel__slide:hover .image-border::before {
  -webkit-animation-name: draw-border-navy-1;
  animation-name: draw-border-navy-1;
}
.home__upcoming--virtual .home__upcoming__carousel__slide:hover .image-border::after {
  -webkit-animation-name: draw-border-navy-2;
  animation-name: draw-border-navy-2;
}
.home__upcoming--virtual .home__upcoming__carousel__slide__category {
  background-color: #003678;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .home__upcoming--virtual .month {
    border-top: 2px solid #003678;
  }
}
@media screen and (min-width: 768px) {
  .home__upcoming--person {
    margin: 0 40px 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home__upcoming--person {
    margin: 0 150px 100px 0;
  }
}
@media screen and (min-width: 1921px) {
  .home__upcoming--person {
    margin: 0 auto 100px auto;
    max-width: 1520px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home__upcoming--person .swiper-container {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .home__upcoming--person .swiper-container {
    margin-left: -24px;
  }
}
.home__upcoming--person .home__upcoming__carousel__slide:hover .image-border::before {
  -webkit-animation-name: draw-border-green-1;
  animation-name: draw-border-green-1;
}
.home__upcoming--person .home__upcoming__carousel__slide:hover .image-border::after {
  -webkit-animation-name: draw-border-green-2;
  animation-name: draw-border-green-2;
}
@media screen and (min-width: 768px) {
  .home__upcoming--person .home__upcoming__title {
    padding: 0 0 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .home__upcoming--person .home__upcoming__title {
    padding: 0 0 0 125px;
  }
}
.home__upcoming--person .home__upcoming__controls {
  left: unset;
  right: 0;
}
@media screen and (min-width: 768px) {
  .home__upcoming--person .home__upcoming__controls {
    padding: 0 0 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .home__upcoming--person .home__upcoming__controls {
    padding: 0 0 0 75px;
  }
}
@media screen and (min-width: 1921px) {
  .home__upcoming--person .home__upcoming__controls {
    padding: 0 40px 0 35px;
  }
}
.home__upcoming--person .home__upcoming__carousel__slide__category {
  background-color: #b5e4e7;
  color: #000;
}
@media screen and (min-width: 768px) {
  .home__upcoming--person .month {
    border-top: 2px solid #00969f;
  }
}
.home__upcoming__title {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .home__upcoming__title {
    margin: 0;
    padding-right: 50px;
    width: 260px;
  }
}
@media screen and (min-width: 992px) {
  .home__upcoming__title {
    margin-top: 30px;
    width: 385px;
  }
}
@media screen and (min-width: 1200px) {
  .home__upcoming__title {
    padding-right: 125px;
  }
}
.home__upcoming__title h2,
.home__upcoming__title .general__title__container .subtitle,
.general__title__container .home__upcoming__title .subtitle,
.home__upcoming__title .faculty__banner__container .subtitle,
.faculty__banner__container .home__upcoming__title .subtitle {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .home__upcoming__carousel {
    width: calc(100% - 260px);
  }
}
@media screen and (min-width: 1200px) {
  .home__upcoming__carousel {
    width: calc(100% - 385px);
  }
}
.home__upcoming__carousel .swiper-slide {
  padding: 12px 12px 35px 12px;
}
@media screen and (min-width: 768px) {
  .home__upcoming__carousel .swiper-slide {
    padding: 12px 12px 110px 12px;
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .home__upcoming__carousel .swiper-slide {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .home__upcoming__carousel .swiper-slide {
    width: 43%;
  }
}
@media screen and (min-width: 1921px) {
  .home__upcoming__carousel .swiper-slide {
    width: 50%;
  }
}
.home__upcoming__carousel__slide {
  color: #000;
  display: block;
  margin: 0 auto;
  padding: 15px 4px 0 4px;
  position: relative;
  width: 100%;
}
.home__upcoming__carousel__slide:hover {
  color: #000;
}
.home__upcoming__carousel__slide:hover .image-border::before {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0.6s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.home__upcoming__carousel__slide:hover .image-border::after {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.home__upcoming__carousel__slide__category {
  color: #fff;
  display: inline-block;
  height: 20px;
  left: 50%;
  line-height: 20px;
  padding: 0 10px;
  position: absolute;
  top: -2px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.no__user__select {
  user-select: none;
}
@media screen and (min-width: 768px) {
  .home__upcoming__carousel__slide__category {
    height: 30px;
    line-height: 30px;
  }
}
.home__upcoming__carousel__slide__image {
  position: relative;
  width: 100%;
}
.home__upcoming__carousel__slide__image::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.home__upcoming__carousel__slide__image .image-border {
  height: calc(100% + 20px);
  left: -10px;
  position: absolute;
  top: -10px;
  width: calc(100% + 20px);
  z-index: -1;
}
.home__upcoming__carousel__slide__image .image-border::before {
  border: 2px solid transparent;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home__upcoming__carousel__slide__image .image-border::after {
  border: 2px solid transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}
.home__upcoming__carousel__slide__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.home__upcoming__carousel__slide__detail {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  left: 4px;
  padding: 20px 50px;
  position: absolute;
  text-align: center;
  top: 50px;
  width: calc(100% - 8px);
}
.home__upcoming__carousel__slide__detail .title {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .home__upcoming__carousel__slide__detail .title {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin: 0 0 15px 0;
  }
}
.home__upcoming__carousel__slide__detail .credits {
  margin: 0;
}
.home__upcoming__carousel__slide__detail [data-toggle='tooltip'] {
  color: #fff;
}
.home__upcoming__carousel__slide__date {
  background-color: #f8f8f8;
  bottom: -35px;
  display: inline-block;
  left: 50%;
  min-width: 170px;
  padding: 20px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home__upcoming__carousel__slide__date {
    bottom: -110px;
    padding: 50px 20px 20px 20px;
  }
}
.home__upcoming__carousel__slide__date .days {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  line-height: 1;
  margin: 0 0 0 15px;
  margin-left: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .home__upcoming__carousel__slide__date .days {
    margin: 0 0 50px 0;
  }
}
.home__upcoming__carousel__slide__date .month {
  border-right: 2px solid #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.83333;
  line-height: 1;
  margin: 0;
  padding: 0 15px 0 0;
}
@media screen and (min-width: 768px) {
  .home__upcoming__carousel__slide__date .month {
    border-right: 0;
    font-size: 3.4375rem;
    letter-spacing: 0;
    line-height: 1.27273;
    padding: 10px 0 0 0;
  }
}
.home__upcoming__controls {
  margin: 30px 30px 0 30px;
}
@media screen and (min-width: 768px) {
  .home__upcoming__controls {
    bottom: 115px;
    left: 0;
    margin: 0;
    padding-right: 50px;
    position: absolute;
    width: 260px;
  }
}
@media screen and (min-width: 992px) {
  .home__upcoming__controls {
    width: 335px;
  }
}
@media screen and (min-width: 1200px) {
  .home__upcoming__controls {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1441px) {
  .home__upcoming__controls {
    padding: 0 30px 0 40px;
  }
}
.home__upcoming__controls .swiper-pagination-fraction {
  bottom: unset;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  left: unset;
  letter-spacing: 2px;
  line-height: 1.71429;
  width: auto;
}
.home__education {
  margin: 0 auto 50px auto;
  max-width: 1620px;
}
@media screen and (min-width: 992px) {
  .home__education {
    margin-top: 100px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .home__education {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.home__education__bg {
  background-color: #f8f8f8;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home__education__bg {
    height: 800px;
    left: 40px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .home__education__bg {
    left: 250px;
    width: calc(100% - 250px);
  }
}
@media screen and (min-width: 768px) {
  .home__education__head {
    margin-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .home__education__head {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .home__education__head {
    padding-top: 50px;
  }
}
.home__education__head__title {
  padding: 30px 30px 50px 30px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .home__education__head__title {
    padding: 50px 50px 50px 90px;
  }
}
@media screen and (min-width: 992px) {
  .home__education__head__title {
    padding: 50px;
    transform: translateY(-100px);
  }
}
@media screen and (min-width: 1200px) {
  .home__education__head__title {
    padding: 50px 50px 50px 75px;
    transform: translateY(0);
  }
}
.home__education__head__title h2,
.home__education__head__title .general__title__container .subtitle,
.general__title__container .home__education__head__title .subtitle,
.home__education__head__title .faculty__banner__container .subtitle,
.faculty__banner__container .home__education__head__title .subtitle {
  margin: 0 0 30px 0;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .home__education__head__title h2,
  .home__education__head__title .general__title__container .subtitle,
  .general__title__container .home__education__head__title .subtitle,
  .home__education__head__title .faculty__banner__container .subtitle,
  .faculty__banner__container .home__education__head__title .subtitle {
    max-width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .home__education__head__title h2,
  .home__education__head__title .general__title__container .subtitle,
  .general__title__container .home__education__head__title .subtitle,
  .home__education__head__title .faculty__banner__container .subtitle,
  .faculty__banner__container .home__education__head__title .subtitle {
    max-width: 650px;
  }
}
.home__education__head__title p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0;
}
.home__education__head__title .cta {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .home__education__head__title .cta:first-of-type {
    margin-right: 50px;
  }
}
.home__education__head__image {
  position: relative;
  z-index: 1;
}
.home__education__head__image__container {
  border-radius: 50%;
  height: 220px;
  margin-left: -30px;
  overflow: hidden;
  position: relative;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .home__education__head__image__container {
    height: 360px;
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .home__education__head__image__container {
    height: 610px;
    width: 610px;
  }
}
.home__education__head__image__container::before {
  background-image: linear-gradient(192deg, rgba(0, 54, 120, 0) 10%, #353946 81%);
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.71;
  position: absolute;
  top: 0;
  width: 100%;
}
.home__education__head__image__container img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.home__education__content {
  background-image: linear-gradient(132deg, #354c4d 0%, #353946 100%);
  color: #fff;
  margin-top: -140px;
  padding: 200px 35px 50px 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home__education__content {
    margin-right: 40px;
    padding: 200px 90px 100px 130px;
  }
}
@media screen and (min-width: 992px) {
  .home__education__content {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .home__education__content {
    margin-right: 150px;
    padding: 275px 90px 150px 130px;
    transform: translateY(-75px);
  }
}
@media screen and (min-width: 1441px) {
  .home__education__content {
    margin-right: 100px;
  }
}
.home__education__content::before {
  background-color: #f8f8f8;
  border-radius: 0 0 0 30px;
  content: '';
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - (220px - 35px));
}
@media screen and (min-width: 768px) {
  .home__education__content::before {
    width: calc(100% - (360px - 35px));
  }
}
@media screen and (min-width: 1200px) {
  .home__education__content::before {
    border-radius: 0 0 0 50px;
    height: 50px;
    width: calc(100% - (610px - 83px));
  }
}
.home__education__content__intro {
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .home__education__content__intro {
    margin-bottom: 0;
  }
}
.home__education__content__intro h2,
.home__education__content__intro .general__title__container .subtitle,
.general__title__container .home__education__content__intro .subtitle,
.home__education__content__intro .faculty__banner__container .subtitle,
.faculty__banner__container .home__education__content__intro .subtitle {
  margin: 0 0 20px -35px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home__education__content__intro h2,
  .home__education__content__intro .general__title__container .subtitle,
  .general__title__container .home__education__content__intro .subtitle,
  .home__education__content__intro .faculty__banner__container .subtitle,
  .faculty__banner__container .home__education__content__intro .subtitle {
    margin: 0 0 50px -75px;
  }
}
.home__education__content__intro p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .home__education__content__intro p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.83333;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .home__education__content__intro .cta {
    margin-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .home__education__content__detail {
    padding-left: 90px;
  }
}
.home__education__content__detail ul {
  margin: 0;
  padding: 0;
}
.home__education__content__detail li {
  margin-bottom: 30px;
  position: relative;
}
.home__education__content__detail li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home__education__content__detail li {
    margin-bottom: 50px;
    padding-left: 80px;
  }
}
.home__education__content__detail svg {
  height: auto;
  left: 0;
  position: absolute;
  top: 10px;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .home__education__content__detail svg {
    width: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .home__education__content__detail svg {
    vertical-align: 15px;
  }
}
.home__education__content__detail h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  padding-left: 37px;
}
@media screen and (min-width: 768px) {
  .home__education__content__detail h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    padding-left: 0;
  }
}
.home__education__content__detail p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0;
}
.about__banner {
  position: relative;
}
@media screen and (min-width: 992px) {
  .about__banner__image {
    margin-right: 250px;
  }
}
@media screen and (min-width: 1441px) {
  .about__banner__image {
    margin-right: 300px;
    max-width: 1560px;
  }
}
.about__banner__image img {
  -webkit-animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scale(1);
  width: 100%;
}
.about__banner__container {
  -webkit-animation: fade-in-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
  animation: fade-in-down forwards 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (min-width: 1441px) {
  .about__banner__container {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0;
  }
}
.about__banner__copy {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .about__banner__copy {
    margin: -125px 0 0 100px;
    padding: 50px 50px 0 50px;
  }
}
@media screen and (min-width: 992px) {
  .about__banner__copy {
    margin: -200px 0 0 400px;
  }
}
@media screen and (min-width: 1200px) {
  .about__banner__copy {
    margin: -300px 0 0 540px;
    max-width: 900px;
    padding: 100px 100px 50px 100px;
  }
}
@media screen and (min-width: 1441px) {
  .about__banner__copy {
    margin-top: -300px;
  }
}
.about__banner__copy__svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 145px;
}
@media screen and (min-width: 768px) {
  .about__banner__copy__svg {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .about__banner__copy__svg {
    width: 400px;
  }
}
.about__banner__copy__svg svg {
  height: auto;
  width: 100%;
}
.about__banner__copy__container {
  position: relative;
  z-index: 2;
}
.about__banner__copy__container h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .about__banner__copy__container h1 {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 992px) {
  .about__banner__copy__container h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.about__banner__copy__container p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .about__banner__copy__container p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.83333;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .about__banner__copy__container p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .about__banner__copy__container .link {
    display: inline-block;
    margin-right: 50px;
  }
}
.about__education {
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (min-width: 768px) {
  .about__education {
    margin-top: -55px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .about__education {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.about__education__bg {
  background-color: #f8f8f8;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__education__bg {
    height: 800px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .about__education__bg {
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 1441px) {
  .about__education__bg {
    width: calc(1620px + ((100% - 1620px) / 2) - 150px);
  }
}
@media screen and (min-width: 768px) {
  .about__education__head {
    margin-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .about__education__head {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .about__education__head {
    max-width: 1620px;
    padding-top: 50px;
  }
}
.about__education__head__title {
  padding: 30px 30px 50px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about__education__head__title {
    padding: 50px 90px 50px 50px;
  }
}
@media screen and (min-width: 992px) {
  .about__education__head__title {
    padding: 50px 50px 50px 0;
    transform: translateY(-75px);
  }
}
@media screen and (min-width: 1200px) {
  .about__education__head__title {
    padding: 50px 50px 50px 120px;
    transform: translateY(0);
  }
}
.about__education__head__title h2,
.about__education__head__title .general__title__container .subtitle,
.general__title__container .about__education__head__title .subtitle,
.about__education__head__title .faculty__banner__container .subtitle,
.faculty__banner__container .about__education__head__title .subtitle {
  margin: 0 0 30px 0;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .about__education__head__title h2,
  .about__education__head__title .general__title__container .subtitle,
  .general__title__container .about__education__head__title .subtitle,
  .about__education__head__title .faculty__banner__container .subtitle,
  .faculty__banner__container .about__education__head__title .subtitle {
    max-width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .about__education__head__title h2,
  .about__education__head__title .general__title__container .subtitle,
  .general__title__container .about__education__head__title .subtitle,
  .about__education__head__title .faculty__banner__container .subtitle,
  .faculty__banner__container .about__education__head__title .subtitle {
    max-width: 650px;
  }
}
.about__education__head__title p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 0 50px;
}
@media screen and (min-width: 768px) {
  .about__education__head__title p {
    margin: 0 0 0 90px;
  }
}
@media screen and (min-width: 992px) {
  .about__education__head__title p {
    padding-bottom: 50px;
  }
}
.about__education__head__title .cta {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .about__education__head__title .cta:first-of-type {
    margin-right: 50px;
  }
}
.about__education__head__image {
  position: relative;
  z-index: 1;
}
.about__education__head__image__container {
  border-radius: 50%;
  height: 220px;
  margin: 0 -30px 0 auto;
  overflow: hidden;
  position: relative;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .about__education__head__image__container {
    height: 360px;
    width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .about__education__head__image__container {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1200px) {
  .about__education__head__image__container {
    height: 610px;
    width: 610px;
  }
}
.about__education__head__image__container::before {
  background-image: linear-gradient(192deg, rgba(0, 54, 120, 0) 10%, #353946 81%);
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.71;
  position: absolute;
  top: 0;
  width: 100%;
}
.about__education__head__image__container img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.about__education__content {
  background-image: linear-gradient(132deg, #354c4d 0%, #353946 100%);
  color: #fff;
  margin-top: -140px;
  padding: 200px 20px 50px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__education__content {
    margin-left: 40px;
    padding: 200px 130px 100px 90px;
  }
}
@media screen and (min-width: 992px) {
  .about__education__content {
    margin-top: -155px;
    padding: 150px 130px 150px 90px;
  }
}
@media screen and (min-width: 1200px) {
  .about__education__content {
    margin-left: 150px;
    padding: 275px 90px 150px 130px;
    transform: translateY(-75px);
  }
}
.about__education__content::before {
  background-color: #f8f8f8;
  border-radius: 0 0 30px 0;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - (220px - 35px));
}
@media screen and (min-width: 768px) {
  .about__education__content::before {
    width: calc(100% - (360px - 75px));
  }
}
@media screen and (min-width: 1200px) {
  .about__education__content::before {
    border-radius: 0 0 50px 0;
    height: 50px;
    width: calc(100% - (610px - 190px));
  }
}
.about__education__content__list {
  max-width: 1140px;
}
@media screen and (min-width: 992px) {
  .about__education__content__list ul {
    -moz-column-gap: 60px;
    -moz-columns: 2;
    column-gap: 60px;
    columns: 2;
  }
}
.about__education__content__list li {
  margin-bottom: 50px;
  position: relative;
}
.about__education__content__list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about__education__content__list li {
    padding-left: 80px;
  }
}
@media screen and (min-width: 992px) {
  .about__education__content__list li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
.about__education__content__list svg {
  height: auto;
  left: 0;
  margin-right: 12px;
  position: absolute;
  top: 10px;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .about__education__content__list svg {
    width: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about__education__content__list svg {
    vertical-align: 15px;
  }
}
.about__education__content__list h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  padding-left: 37px;
}
@media screen and (min-width: 768px) {
  .about__education__content__list h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 0;
  }
}
.about__education__content__list p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
}
.about__join {
  padding: 50px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__join {
    padding: 100px 100px 50px 100px;
  }
}
@media screen and (min-width: 992px) {
  .about__join {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about__join {
    margin-left: 0;
    margin-right: 150px;
    padding-bottom: 100px;
    padding-left: 250px;
  }
}
.about__join__bg {
  background-color: #f8f8f8;
  display: block;
  height: calc(100% + 200px);
  left: 0;
  max-width: 1300px;
  position: absolute;
  top: -200px;
  width: 100%;
  z-index: -1;
}
.about__join__container {
  background-color: #fff;
  overflow: hidden;
  padding: 30px 30px 50px 30px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .about__join__container {
    margin-top: -250px;
    padding: 100px;
    z-index: 2;
  }
}
.about__join__container h2,
.about__join__container .general__title__container .subtitle,
.general__title__container .about__join__container .subtitle,
.about__join__container .faculty__banner__container .subtitle,
.faculty__banner__container .about__join__container .subtitle {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .about__join__container h2,
  .about__join__container .general__title__container .subtitle,
  .general__title__container .about__join__container .subtitle,
  .about__join__container .faculty__banner__container .subtitle,
  .faculty__banner__container .about__join__container .subtitle {
    margin-bottom: 50px;
  }
}
.about__join__svg {
  bottom: -25px;
  position: absolute;
  right: 0;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .about__join__svg {
    width: 225px;
  }
}
@media screen and (min-width: 1200px) {
  .about__join__svg {
    width: 300px;
  }
}
.about__join__svg svg {
  display: block;
  width: 100%;
}
.aboutuspage .gallery {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .aboutuspage .gallery {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .aboutuspage .gallery {
    padding-bottom: 300px;
  }
}
.about__board {
  background-color: #f8f8f8;
  padding: 0 0 50px 0;
}
@media screen and (min-width: 1200px) {
  .about__board {
    padding-bottom: 100px;
  }
}
.about__board__caduceus-top {
  position: absolute;
  right: -25px;
  top: -45px;
  width: 160px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about__board__caduceus-top {
    right: -75px;
    top: -100px;
    width: 310px;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .about__board__caduceus-top {
    right: -100px;
    top: -150px;
    width: 525px;
    z-index: 2;
  }
}
.about__board__caduceus-top svg {
  display: block;
  height: auto;
  width: 100%;
}
.about__board__title {
  padding: 50px 20px 35px 20px;
}
.about__board__list {
  background-color: #f8f8f8;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .about__board__list {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about__board__list {
    margin: 0 auto;
    max-width: 1140px;
  }
}
.about__board__member {
  background-color: #fff;
  padding: 25px 20px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .about__board__member {
    padding: 25px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about__board__member {
    padding: 50px 100px;
  }
}
.about__board__member:first-of-type {
  border-top: 5px solid #00969f;
}
@media screen and (min-width: 768px) {
  .about__board__member:first-of-type {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about__board__member:first-of-type {
    padding-top: 100px;
  }
}
.about__board__member__image {
  margin-bottom: 30px;
}
.about__board__member__image .image-container {
  border-radius: 50%;
  height: 110px;
  margin: 0 auto;
  position: relative;
  width: 110px;
}
.board_member_circle_image {
  border-radius: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  width: 180px;
}
@media screen and (min-width: 768px) {
  .about__board__member__image .image-container {
    height: 180px;
    margin-right: 40px;
    width: 180px;
  }
}
@media screen and (min-width: 992px) {
  .about__board__member__image .image-container {
    height: 210px;
    width: 210px;
  }
}
.about__board__member__image .image-container::before {
  background-image: linear-gradient(192deg, rgba(0, 54, 120, 0) 10%, #353946 95%);
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.71;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.about__board__member__image .image-container img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.about__board__member__detail .name {
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .about__board__member__detail .name {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .about__board__member__detail .name {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.about__board__member__detail .affiliation {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.about__board__member__detail .info {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
}
.about__board__caduceus-bottom {
  bottom: -75px;
  left: -50px;
  position: absolute;
  width: 160px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about__board__caduceus-bottom {
    left: -125px;
    width: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .about__board__caduceus-bottom {
    bottom: -150px;
    left: -100px;
    width: 525px;
  }
}
.about__board__caduceus-bottom svg {
  display: block;
  height: auto;
  width: 100%;
}
.about__leadership {
  margin-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .about__leadership {
    margin-bottom: 200px;
  }
}
.about__leadership__container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .about__leadership__container {
    margin: 0 auto;
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1441px) {
  .about__leadership__container {
    max-width: 1620px;
  }
}
.about__leadership__title {
  padding: 100px 50px 50px 20px;
}
@media screen and (min-width: 768px) {
  .about__leadership__title {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 992px) {
  .about__leadership__title {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .about__leadership__title {
    padding: 100px 0 50px 30px;
  }
}
.about__leadership__title h2,
.about__leadership__title .general__title__container .subtitle,
.general__title__container .about__leadership__title .subtitle,
.about__leadership__title .faculty__banner__container .subtitle,
.faculty__banner__container .about__leadership__title .subtitle {
  margin: 0;
}
.about__leadership__video {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .about__leadership__video {
    padding: 0 130px;
  }
}
@media screen and (min-width: 992px) {
  .about__leadership__video {
    padding: 0 100px 0 90px;
  }
}
@media screen and (min-width: 1200px) {
  .about__leadership__video {
    margin-bottom: 50px;
    padding: 0 150px;
  }
}
.about__leadership__video__vid {
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__leadership__video__vid {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about__leadership__video__vid {
    margin: 0 50px 0 0;
  }
}
.about__leadership__video__vid video {
  width: 100%;
  z-index: 0;
}
.about__leadership__video__vid .video-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  fill: #fff;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: fill 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 2;
}
.about__leadership__video__vid .video-btn:hover {
  cursor: pointer;
}
.about__leadership__video__vid .video-btn:hover {
  fill: #00969f;
}
.about__leadership__video__vid .video-image {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.about__leadership__video__copy {
  padding: 0 0 50px 0;
}
@media screen and (min-width: 1200px) {
  .about__leadership__video__copy {
    padding: 0;
  }
}
.about__leadership__video__copy p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .about__leadership__video__copy p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .about__leadership__list {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about__leadership__list {
    margin: 0 auto;
    max-width: 1040px;
  }
}
@media screen and (min-width: 1441px) {
  .about__leadership__list {
    max-width: 1320px;
  }
}
.about__leadership__member {
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .about__leadership__member {
    padding: 20px 50px;
  }
}
@media screen and (min-width: 992px) {
  .about__leadership__member {
    padding: 20px 50px;
  }
}
.about__leadership__member:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.about__leadership__member__toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.about__leadership__member__toggle:hover {
  cursor: pointer;
}
.about__leadership__member__toggle h3 {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 10px 0;
}
@media screen and (min-width: 1200px) {
  .about__leadership__member__toggle h3 {
    margin: 0 50px 0 0;
    width: 225px;
  }
}
.about__leadership__member__toggle p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about__leadership__member__toggle p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .about__leadership__member__toggle p {
    margin: 0;
  }
}
.about__leadership__member__toggle[aria-expanded='true'] .name {
  color: #003678;
}
.about__leadership__member__info {
  padding: 50px 0;
}
.about__leadership__member__info__image {
  border-radius: 15px;
  height: 150px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  width: 150px;
}
@media screen and (min-width: 1200px) {
  .about__leadership__member__info__image {
    margin-bottom: 50px;
  }
}
.about__leadership__member__info__image img {
  -o-object-fit: cover;
  -o-object-position: top;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.about__leadership__member__info p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 auto;
  max-width: 670px;
}
.about__careers {
  position: relative;
}
.about__careers__container {
  background-color: #f8f8f8;
  max-width: 2160px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .about__careers__container {
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 1441px) {
  .about__careers__container {
    width: calc(1620px + ((100% - 1620px) / 2) - 150px);
  }
}
.about__careers__title {
  background-color: #fff;
  margin: 0;
  padding: 0 0 15px 0;
}
@media screen and (min-width: 992px) {
  .about__careers__title {
    background-color: transparent;
    left: 350px;
    padding: 0;
    position: absolute;
    top: 15px;
    z-index: 5;
  }
}
@media screen and (min-width: 1200px) {
  .about__careers__title {
    left: 450px;
    top: 25px;
  }
}
@media screen and (min-width: 1441px) {
  .about__careers__title {
    left: 650px;
    top: 35px;
  }
}
.about__careers__benefits {
  background-color: #fff;
  position: relative;
}
.about__careers__benefits__image {
  left: 0;
  max-height: 800px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.about__careers__benefits__image::before {
  background-color: #fff;
  border-radius: 0 0 0 30px;
  content: '';
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__careers__benefits__image::before {
    border-radius: 0 0 0 60px;
    height: 75px;
  }
}
@media screen and (min-width: 992px) {
  .about__careers__benefits__image::before {
    border-radius: 0 0 0 90px;
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .about__careers__benefits__image::before {
    height: 125px;
  }
}
@media screen and (min-width: 768px) {
  .about__careers__benefits__image::after {
    background-color: #fff;
    bottom: -250px;
    content: '';
    display: block;
    height: 250px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .about__careers__benefits__image::after {
    display: none;
  }
}
.about__careers__benefits__image img {
  display: block;
  width: 100%;
}
.about__careers__benefits__copy {
  background-color: #fff;
  margin: 0 20px 200px 20px;
  padding: 20px;
  position: relative;
  top: 150px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__careers__benefits__copy {
    margin: 0 40px 325px 40px;
    padding: 50px;
    top: 225px;
  }
}
@media screen and (min-width: 992px) {
  .about__careers__benefits__copy {
    margin: 0 150px 325px 150px;
  }
}
@media screen and (min-width: 1200px) {
  .about__careers__benefits__copy {
    margin: 0 0 325px 345px;
    padding: 100px 200px 100px 100px;
    top: 360px;
  }
}
.about__careers__benefits__copy p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .about__careers__benefits__copy p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.about__careers__benefits__copy ul {
  margin: 0;
  max-width: 750px;
  padding: 0;
}
@media screen and (min-width: 1441px) {
  .about__careers__benefits__copy ul {
    -moz-column-gap: 50px;
    -moz-columns: 2;
    column-gap: 50px;
    columns: 2;
    max-width: none;
  }
}
.about__careers__benefits__copy li {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  list-style: none;
  margin: 0 0 15px 20px;
}
@media screen and (min-width: 768px) {
  .about__careers__benefits__copy li {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1441px) {
  .about__careers__benefits__copy li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
.about__careers__benefits__copy li:last-of-type {
  margin-bottom: 0;
}
.about__careers__benefits__copy li::before {
  background-color: #00969f;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  margin: 0 15px 0 -20px;
  vertical-align: 4px;
  width: 5px;
}
.about__careers__culture {
  margin-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .about__careers__culture {
    min-height: 550px;
    padding-top: 100px;
  }
}
.about__careers__culture::after {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__careers__culture::after {
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .about__careers__culture::after {
    height: 25px;
  }
}
@media screen and (min-width: 1441px) {
  .about__careers__culture::after {
    height: 75px;
  }
}
.about__careers__culture__quote {
  margin: 30px 20px 30px 20px;
}
@media screen and (min-width: 768px) {
  .about__careers__culture__quote {
    margin: 0 40px 50px 40px;
  }
}
@media screen and (min-width: 992px) {
  .about__careers__culture__quote {
    margin: 100px 150px 50px 150px;
  }
}
@media screen and (min-width: 1200px) {
  .about__careers__culture__quote {
    margin: 0 50px 0 150px;
    width: calc(100% - 600px);
  }
}
.about__careers__culture__image {
  border: 0;
  border-radius: 50%;
  display: block;
  height: 215px;
  margin: 0 -20px 50px auto;
  overflow: hidden;
  position: relative;
  width: 215px;
  z-index: 2;
}
.about__careers__culture__image::before {
  background-image: linear-gradient(192deg, rgba(0, 54, 120, 0) 10%, #353946 81%);
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.71;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__careers__culture__image {
    height: 360px;
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .about__careers__culture__image {
    height: 550px;
    margin-right: -300px;
    width: 550px;
  }
}
.about__careers__culture__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.about__jobs {
  margin-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .about__jobs__title {
    margin: 0 250px;
  }
}
.about__jobs__title h2,
.about__jobs__title .general__title__container .subtitle,
.general__title__container .about__jobs__title .subtitle,
.about__jobs__title .faculty__banner__container .subtitle,
.faculty__banner__container .about__jobs__title .subtitle {
  margin: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
  .about__jobs__list {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about__jobs__list {
    margin: 0 250px;
  }
}
.about__jobs__item {
  background-color: #f8f8f8;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__jobs__item {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about__jobs__item {
    margin-bottom: 50px;
  }
}
.about__jobs__item:hover {
  text-decoration: none;
}
.about__jobs__item:hover h3,
.about__jobs__item:hover .apply {
  color: #fff;
}
.about__jobs__item:hover .apply svg {
  fill: #fff;
}
.about__jobs__item:hover .about__jobs__item__svg svg {
  transform: scale(15);
  transform-origin: center;
}
.about__jobs__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about__jobs__item:nth-of-type(odd) .about__jobs__item__svg svg {
    margin-top: -100%;
  }
}
@media screen and (min-width: 768px) {
  .about__jobs__item:nth-of-type(even) .about__jobs__item__svg svg {
    margin-top: -65%;
  }
}
.about__jobs__item__copy {
  position: relative;
  z-index: 1;
}
.about__jobs__item__copy h3 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 30px 0;
  transition: color 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .about__jobs__item__copy h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin: 0;
  }
}
.about__jobs__item__copy .apply {
  color: #003678;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0;
  transition: color 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .about__jobs__item__copy .apply {
    color: #fff;
  }
}
.about__jobs__item__copy .apply svg {
  fill: #003678;
  transition: fill 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .about__jobs__item__copy .apply svg {
    fill: #fff;
  }
}
.about__jobs__item__svg {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .about__jobs__item__svg {
    height: auto;
    width: 270px;
  }
}
.about__jobs__item__svg svg {
  display: block;
  height: 100%;
  transform: scale(1);
  transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: auto;
}
@media screen and (min-width: 768px) {
  .about__jobs__item__svg svg {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contact {
    border-top: 1px solid #696b73;
  }
}
.contact__title {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact__title {
    background-color: #fafafa;
  }
}
.contact__title svg {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .contact__title svg {
    height: calc(100% - 75px);
    top: 75px;
  }
}
.contact__title__container {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .contact__title__container {
    padding: 100px 0 125px 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact__title__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 125px 0 200px 50px;
  }
}
@media screen and (min-width: 1441px) {
  .contact__title__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .contact__title__container {
    max-width: 1620px;
  }
}
.contact__title__container h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .contact__title__container h1 {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .contact__title__container h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .contact__content {
    transform: translateY(-65px);
  }
}
@media screen and (min-width: 1200px) {
  .contact__content {
    transform: translateY(-100px);
  }
}
@media screen and (min-width: 768px) {
  .contact__content__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__content__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 0 0 50px;
  }
}
@media screen and (min-width: 1441px) {
  .contact__content__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .contact__content__container {
    max-width: 1620px;
  }
}
.contact__content__map {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .contact__content__map {
    flex: 0 0 calc(35% - 50px);
  }
}
.contact__content__map__image {
  height: 210px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__content__map__image {
    height: 375px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__content__map__image {
    height: 400px;
  }
}
.contact__content__map__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.contact__content__map__address {
  padding: 50px 20px 100px 20px;
}
@media screen and (min-width: 768px) {
  .contact__content__map__address {
    padding: 30px 0 100px 0;
  }
}
.contact__content__map__address div {
  margin-bottom: 50px;
}
.contact__content__map__address div:last-of-type {
  margin-bottom: 0;
}
.contact__content__map__address p {
  margin: 0;
  padding: 0;
}
.contact__content__map__address .bold {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 10px 0;
}
.contact__content__form {
  background-color: #fff;
  border-top: 4px solid #00969f;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .contact__content__form {
    border: 1px solid #f8f8f8;
    flex: 0 0 calc(65% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .contact__content__form::before {
    background-color: #00969f;
    content: '';
    display: block;
    height: 4px;
    margin: 50px 0;
    width: 100%;
  }
}
.contact__content__form__container {
  padding: 40px 30px;
}
@media screen and (min-width: 768px) {
  .contact__content__form__container {
    margin: 0 auto;
    max-width: 475px;
    padding: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact__content__form__container {
    max-width: none;
    padding: 0 100px 50px 100px;
  }
}
.contact__content__form h2,
.contact__content__form .general__title__container .subtitle,
.general__title__container .contact__content__form .subtitle,
.contact__content__form .faculty__banner__container .subtitle,
.faculty__banner__container .contact__content__form .subtitle {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .contact__content__form h2,
  .contact__content__form .general__title__container .subtitle,
  .general__title__container .contact__content__form .subtitle,
  .contact__content__form .faculty__banner__container .subtitle,
  .faculty__banner__container .contact__content__form .subtitle {
    margin-bottom: 50px;
  }
}
.contact__content__form .form-group {
  margin: 0;
}
.contact__content__form .form-group--name .form-field {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contact__content__form .form-group--name .form-field:nth-of-type(odd) {
    padding: 0 15px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .contact__content__form .form-group--name .form-field:nth-of-type(even) {
    padding: 0 0 0 15px;
  }
}
.contact__content__form .form-field {
  margin: 0 0 30px 0;
}
.contact__content__form label {
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
}
.contact__content__form input,
.contact__content__form textarea,
.contact__content__form .dropdown-toggle,
.contact__content__form .dropdown-menu {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__content__form button[type='submit'] {
    margin-top: 20px;
  }
}
.contact__help {
  position: relative;
}
.contact__help__container {
  padding: 100px 0 150px 0;
}
@media screen and (min-width: 768px) {
  .contact__help__container {
    padding: 100px 0 150px 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact__help__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 0 150px 50px;
  }
}
@media screen and (min-width: 1441px) {
  .contact__help__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .contact__help__container {
    max-width: 1620px;
  }
}
.contact__help__container h2,
.contact__help__container .general__title__container .subtitle,
.general__title__container .contact__help__container .subtitle,
.contact__help__container .faculty__banner__container .subtitle,
.faculty__banner__container .contact__help__container .subtitle,
.contact__help__container p {
  margin: 0 0 30px 0;
  max-width: 750px;
}
@media screen and (min-width: 1200px) {
  .contact__help__container p {
    font-size: 1.5625rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.contact__help__caduceus {
  height: 240px;
  position: absolute;
  right: 0;
  top: 60px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .contact__help__caduceus {
    height: 400px;
  }
}
.contact__help__caduceus svg {
  display: block;
  height: 100%;
  width: auto;
}
.general__title {
  background-color: #fafafa;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  position: relative;
}
.general__title svg {
  bottom: 0;
  position: absolute;
  right: 0;
}
.general__title__container {
  padding: 90px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .general__title__container {
    padding: 95px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .general__title__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 125px 0;
  }
}
@media screen and (min-width: 1441px) {
  .general__title__container {
    max-width: 1320px;
  }
}
.general__title__container h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .general__title__container h1 {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
  }
}
@media screen and (min-width: 1200px) {
  .general__title__container h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.general__title__container .subtitle {
  margin: 10px 0 0 0;
}
.general__breadcrumbs {
  color: #0f0f0f;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  padding: 30px 20px 50px 20px;
}
@media screen and (min-width: 768px) {
  .general__breadcrumbs {
    padding: 30px 40px 50px 40px;
  }
}
@media screen and (min-width: 992px) {
  .general__breadcrumbs {
    padding: 30px 50px 50px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .general__breadcrumbs {
    margin: 30px auto 100px auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .general__breadcrumbs {
    max-width: 1320px;
  }
}
.general__breadcrumbs svg {
  display: inline-block;
  margin-right: 15px;
  vertical-align: 1px;
}
.general__breadcrumbs a {
  color: #0f0f0f;
}
.general__breadcrumbs a::before {
  background-image: url('/presentation/images/icons/arrow-left-small.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 12px;
  margin-right: 15px;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .general__breadcrumbs a::before {
    display: none;
  }
}
.general__breadcrumbs a::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .general__breadcrumbs a::after {
    background-image: url('/presentation/images/icons/arrow-right-small.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 20px;
    width: 8px;
  }
}
.general__content {
  margin-bottom: 100px;
}
.general__content__intro {
  padding: 0 20px 100px 20px;
}
@media screen and (min-width: 768px) {
  .general__content__intro {
    padding: 0 40px 100px 40px;
  }
}
@media screen and (min-width: 992px) {
  .general__content__intro {
    padding: 0 50px 100px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .general__content__intro {
    margin: 0 auto 100px auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .general__content__intro {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .general__content__intro {
    max-width: 1620px;
  }
}
.general__content__intro__image {
  margin-bottom: 30px;
  max-height: 500px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .general__content__intro__image {
    max-height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .general__content__intro__image {
    flex: 0 0 calc(46% - 50px);
    margin-bottom: 0;
    max-height: none;
  }
}
.general__content__intro__image .intro-image {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .general__content__intro__copy {
    flex: 0 0 calc(54% - 50px);
  }
}
.general__content__intro__copy .intro-head {
  margin-top: 0;
}
.general__content__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .general__content__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .general__content__container {
    margin: 0 auto;
    max-width: 750px;
    padding: 0;
  }
}
.general__content h2,
.general__content .general__title__container .subtitle,
.general__title__container .general__content .subtitle,
.general__content .faculty__banner__container .subtitle,
.faculty__banner__container .general__content .subtitle {
  margin: 20px 0 30px 0;
}
.general__content h3 {
  margin: 0 0 30px 0;
}
.general__content p,
.general__content li {
  margin: 0 0 30px 0;
}
.general__content ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
}
.general__content li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.general__content li:last-of-type {
  margin-bottom: 0;
}
.general__content li::before {
  background-color: #00969f;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  margin-right: 15px;
  position: absolute;
  top: 12px;
  width: 5px;
}
.general__content img {
  display: block;
  padding: 0 0 30px 0;
  width: 100%;
}
.general__content button + button {
  margin-left: 50px;
}
.general__content blockquote {
  margin: 0 0 30px 0;
}
.general__content .blockquote-attr {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .general__content .blockquote-attr {
    margin-bottom: 50px;
  }
}
.general__content figcaption {
  margin: 0 0 50px 0;
}
.general__content small {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
}
.general__content__optional {
  padding: 0 20px 100px 20px;
}
@media screen and (min-width: 768px) {
  .general__content__optional {
    padding: 0 40px 100px 40px;
  }
}
@media screen and (min-width: 992px) {
  .general__content__optional {
    padding: 0 50px 100px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .general__content__optional {
    margin: 0 auto 100px auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .general__content__optional {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .general__content__optional {
    max-width: 1620px;
  }
}
.general__content__optional__title {
  margin-bottom: 70px;
}
.general__content__optional__boxes {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.general__content__optional__boxes > div {
  margin-bottom: 60px;
}
.general__content__optional__boxes .box {
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.19);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 405px;
  padding-bottom: 30px;
}
.general__content__optional__boxes .box__image {
  position: relative;
}
.general__content__optional__boxes .box__image .cat--name {
  background-color: #d8e5f0;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  left: 0;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin: 15px;
  padding: 3px 15px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: auto;
}
.general__content__optional__boxes .box__image .cat--name--green {
  background-color: #628e4a;
}
.general__content__optional__boxes .box__image .cat--name--light-blue {
  background-color: #b5e4e7;
}
.general__content__optional__boxes .box__image .cat--name--blue {
  background-color: #003678;
  color: #fff;
}
.general__content__optional__boxes .box__copy {
  padding: 0 15px;
}
.general__content__optional__boxes .box__copy .date {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.general__content__optional__boxes .box__copy .title {
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66667;
}
@media screen and (min-width: 768px) {
  .general__content__optional__boxes .box__copy .title {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.general__content__optional__boxes .box__copy .location {
  color: #696b73;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
}
.general__content__optional__boxes .box__bottom {
  margin-top: auto;
  padding: 30px 15px 0;
}
.general__content__optional__boxes .box__bottom__info {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  min-height: 42px;
  text-transform: uppercase;
}
.general__content__optional__boxes .box__bottom__info span {
  display: block;
}
.general__content__optional__boxes .box__bottom .buttons {
  display: flex;
  padding: 30px 0 0;
}
.general__content__optional__boxes .box__bottom .buttons .cta--save {
  background: url(../images/icons/star-blue.svg) no-repeat center right;
  margin-left: auto;
  padding-left: 0;
}
.search__banner {
  background-color: #fafafa;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .search__banner {
    margin-bottom: 100px;
  }
}
.search__banner__bg {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .search__banner__bg {
    bottom: 0;
    top: auto;
  }
}
.search__banner__bg svg {
  display: block;
  height: auto;
  width: 170px;
}
@media screen and (min-width: 768px) {
  .search__banner__bg svg {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .search__banner__bg svg {
    width: 280px;
  }
}
.search__banner__container {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .search__banner__container {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 992px) {
  .search__banner__container {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .search__banner__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 50px 0;
  }
}
.search__banner__form .search-label {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 992px) {
  .search__banner__form .search-label {
    margin-bottom: 40px;
  }
}
.search__banner__form .search-group {
  position: relative;
}
.search__banner__form .search-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #003678;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
  padding: 5px 0 0 0;
  width: 100%;
}
.search__banner__form input[type='search']::-webkit-search-decoration,
.search__banner__form input[type='search']::-webkit-search-cancel-button,
.search__banner__form input[type='search']::-webkit-search-results-button,
.search__banner__form input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .search__banner__form .search-input {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
  }
}
@media screen and (min-width: 1200px) {
  .search__banner__form .search-input {
    font-size: 3.75rem;
    height: 70px;
    letter-spacing: 0;
    line-height: 1.25;
    line-height: 70px;
    padding: 5px 0 20px 0;
  }
}
.search__banner__form .search-input::-moz-placeholder {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
}
.search__banner__form .search-input:-ms-input-placeholder {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
}
.search__banner__form .search-input::placeholder {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
}
@media screen and (min-width: 768px) {
  .search__banner__form .search-input::-moz-placeholder {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
  }
  .search__banner__form .search-input:-ms-input-placeholder {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
  }
  .search__banner__form .search-input::placeholder {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
  }
}
@media screen and (min-width: 1200px) {
  .search__banner__form .search-input::-moz-placeholder {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
  .search__banner__form .search-input:-ms-input-placeholder {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
  .search__banner__form .search-input::placeholder {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.search__banner__form .search-submit {
  bottom: 0;
  padding: 0 0 20px 0;
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 1200px) {
  .search__banner__form .search-submit {
    right: 5px;
  }
}
.search__banner__form .search-submit::before {
  display: none;
}
.search__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .search__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .search__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .search__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
  }
}
.search__filter {
  padding-left: 0;
}
.search__filter .results {
  margin: 50px 0 0 0;
}
.search__filter__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100vw;
  z-index: 998;
}
.search__filter__overlay.open {
  opacity: 1;
  transform: translateX(0);
}
.search__filter__exit {
  height: 60px;
}
.search__filter__container {
  background-color: #fff;
  height: 100vh;
  left: 0;
  overflow: hidden;
  padding: 30px 20px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 90vw;
  z-index: 999;
}
.search__filter__container.open {
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .search__filter__container {
    height: auto;
    padding: 0;
    position: relative;
    transform: translateX(0);
    transition: none;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .search__filter__container {
    padding-right: 100px;
  }
}
.search__filter__form {
  height: calc(100% - 60px);
}
@media screen and (min-width: 992px) {
  .search__filter__form {
    height: auto;
  }
}
.search__filter__form__container {
  overflow: scroll;
}
@media screen and (min-width: 992px) {
  .search__filter__form__container {
    overflow: auto;
    padding-bottom: 25vh;
  }
}
.search__filter__form__container .form-group {
  margin-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .search__filter__form__container .form-group {
    padding-bottom: 20px;
  }
}
.search__filter__form__container .form-filters {
  display: none;
  margin-bottom: 30px;
}
.search__filter__form__container .form-filters .filter-btn,
.search__filter__form__container .form-filters .dropdown-menu {
  width: 250px;
}
.search__filter__form__container .form-filters .dropdown-menu {
  background-color: #fff;
  left: -5px !important;
  padding: 0 !important;
}
.search__filter__form__container .form-filters .dropdown-menu li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.42857;
}
.search__filter__form__container .form-filters .form-filter-group {
  margin: 15px 0;
}
.search__filter__form__container .form-filters .form-field {
  margin-bottom: 20px;
}
.search__filter__form__container .form-filters .form-field:last-of-type {
  margin-bottom: 0;
}
.search__filter__form__container .form-field-search {
  margin: 0 0 30px 0;
  width: 100%;
}
.search__filter__form__container .form-field-search input[type='search'] {
  width: 100%;
}
.search__filter__form__container .form-field .dropdown-toggle span {
  position: relative;
  top: 0;
}
.search__filter__form__container .filter-toggle-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-top: 2px solid #d8d8d8;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.search__filter__form__container .filter-toggle-btn:hover {
  cursor: pointer;
}
.search__filter__form__container .filter-toggle-btn:last-of-type {
  border-bottom: 2px solid #d8d8d8;
}
.search__filter__form__container .filter-toggle-btn::after {
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.search__filter__form__container .filter-toggle-btn[aria-expanded='false']::after {
  background-image: url('/presentation/images/icons/arrow-link-open.svg');
}
.search__filter__form__container .filter-toggle-btn[aria-expanded='true']::after {
  background-image: url('/presentation/images/icons/arrow-link-close.svg');
}
.search__filter__submit {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .search__filter__submit {
    margin-top: -25vh;
    padding-bottom: 25vh;
  }
}
@media screen and (min-width: 992px) {
  .search__filter__submit .reset-filters-btn {
    margin-bottom: 30px;
  }
}
.search__courses {
  padding: 40px 0 0 0;
}
@media screen and (min-width: 768px) {
  .search__courses {
    margin-bottom: 50px;
    padding: 60px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .search__courses {
    margin-bottom: 100px;
    padding: 0;
  }
}
.search__courses .results {
  margin: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
  .search__courses .course-block {
    padding: 0 0 50px 60px;
  }
}
.search__recommendations {
  background-color: #fafafa;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .search__recommendations::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
  }
}
.search__recommendations__title h2,
.search__recommendations__title .general__title__container .subtitle,
.general__title__container .search__recommendations__title .subtitle,
.search__recommendations__title .faculty__banner__container .subtitle,
.faculty__banner__container .search__recommendations__title .subtitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .search__recommendations__title h2,
  .search__recommendations__title .general__title__container .subtitle,
  .general__title__container .search__recommendations__title .subtitle,
  .search__recommendations__title .faculty__banner__container .subtitle,
  .faculty__banner__container .search__recommendations__title .subtitle {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .search__recommendations__container {
    width: calc(100% - 90px);
  }
}
@media screen and (min-width: 992px) {
  .search__recommendations__container {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 1200px) {
  .search__recommendations__container {
    margin: 0;
    max-width: 100%;
    padding-left: 70px;
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .search__recommendations__container {
    padding-left: 100px;
  }
}
.search__recommendations__container h2,
.search__recommendations__container .general__title__container .subtitle,
.general__title__container .search__recommendations__container .subtitle,
.search__recommendations__container .faculty__banner__container .subtitle,
.faculty__banner__container .search__recommendations__container .subtitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .search__recommendations__container .swiper-slide {
    padding: 0 15px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .search__recommendations__container .swiper-slide {
    padding: 0 30px;
    width: 45%;
  }
}
@media screen and (min-width: 1921px) {
  .search__recommendations__container .swiper-slide {
    width: calc(50% - 15px);
  }
}
.search__recommendations__nav {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .search__recommendations__nav {
    margin: 0 0 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .search__recommendations__nav {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .search__recommendations__nav {
    margin: 0;
    width: calc(45% - 30px);
  }
}
@media screen and (min-width: 1921px) {
  .search__recommendations__nav {
    width: calc(50% - 45px);
  }
}
.search__recommendations__nav .count {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.71429;
}
@media screen and (min-width: 1200px) {
  .search__recommendations__nav .count {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .search__recommendations__nav .next {
    margin-left: 2px;
  }
}
.search__education {
  background-image: linear-gradient(132deg, #354c4d 0%, #353946 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search__education {
    margin-left: 40px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 992px) {
  .search__education {
    margin: 125px 0 0 100px;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1441px) {
  .search__education {
    margin: 125px 0 0 175px;
    width: calc(100% - 175px);
  }
}
.search__education__title {
  background-color: #fff;
  padding: 100px 20px 30px 10px;
}
@media screen and (min-width: 768px) {
  .search__education__title {
    padding: 100px 40px 30px 40px;
  }
}
@media screen and (min-width: 992px) {
  .search__education__title {
    border-radius: 0 0 125px 0;
    min-height: 125px;
    min-width: 850px;
    padding: 0 75px 50px 0;
  }
}
.search__education__title h2,
.search__education__title .general__title__container .subtitle,
.general__title__container .search__education__title .subtitle,
.search__education__title .faculty__banner__container .subtitle,
.faculty__banner__container .search__education__title .subtitle {
  margin: 0;
  max-width: 650px;
}
@media screen and (min-width: 1200px) {
  .search__education__title h2,
  .search__education__title .general__title__container .subtitle,
  .general__title__container .search__education__title .subtitle,
  .search__education__title .faculty__banner__container .subtitle,
  .faculty__banner__container .search__education__title .subtitle {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
    max-width: 850px;
  }
}
.search__education__content {
  color: #fff;
  padding: 80px 20px 50px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search__education__content {
    padding: 125px 100px 50px 125px;
  }
}
@media screen and (min-width: 992px) {
  .search__education__content {
    padding: 100px 100px 0 100px;
  }
}
.search__education__content::before {
  background-color: #fff;
  border-radius: 0 0 30px 0;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 62%;
}
@media screen and (min-width: 768px) {
  .search__education__content::before {
    border-radius: 0 0 65px 0;
    height: 65px;
  }
}
@media screen and (min-width: 992px) {
  .search__education__content::before {
    display: none;
  }
}
.search__education__content ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .search__education__content ul {
    -moz-column-gap: 60px;
    -moz-columns: 2;
    column-gap: 60px;
    columns: 2;
  }
}
@media screen and (min-width: 1200px) {
  .search__education__content ul {
    max-width: 1040px;
  }
}
@media screen and (min-width: 1441px) {
  .search__education__content ul {
    -moz-columns: 3;
    columns: 3;
    max-width: 1420px;
  }
}
.search__education__content li {
  margin-bottom: 30px;
  position: relative;
}
.search__education__content li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .search__education__content li {
    padding-left: 80px;
  }
}
@media screen and (min-width: 992px) {
  .search__education__content li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
.search__education__content svg {
  height: auto;
  margin-right: 12px;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .search__education__content svg {
    left: 0;
    position: absolute;
    top: 10px;
    width: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .search__education__content svg {
    vertical-align: 15px;
  }
}
.search__education__content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .search__education__content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.search__education__content p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
}
.search__resources {
  margin: 50px 0 100px 0;
}
@media screen and (min-width: 768px) {
  .search__resources {
    margin: 100px 0;
  }
}
@media screen and (min-width: 992px) {
  .search__resources {
    margin: 100px auto;
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .search__resources {
    max-width: 1440px;
  }
}
.search__resources__title {
  padding: 50px 20px 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search__resources__title {
    padding: 0 0 50px 0;
  }
}
.search__resources__title::before {
  background-color: #b5e4e7;
  border-radius: 50%;
  content: '';
  display: block;
  height: 150px;
  left: 2px;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .search__resources__title::before {
    height: 375px;
    width: 375px;
  }
}
@media screen and (min-width: 1200px) {
  .search__resources__title::before {
    height: 475px;
    width: 475px;
  }
}
.search__resources__content {
  background-color: #fafafa;
  border-radius: 30px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .search__resources__content {
    margin: 0 40px;
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .search__resources__content {
    margin: 0 auto;
    max-width: 1140px;
    padding: 50px 0;
  }
}
.search__resources__content a {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 30px;
  padding: 0 0 30px 0;
}
@media screen and (min-width: 1200px) {
  .search__resources__content a {
    border: 0;
    margin-bottom: 0;
    padding: 0 30px;
  }
}
.search__resources__content a:first-of-type h4::before {
  display: none;
}
.search__resources__content a:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search__resources__content a:hover {
  text-decoration: none;
}
.search__resources__content a:hover h4 {
  color: #003678;
  text-decoration: underline;
}
.search__resources__content a .category {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 10px 0;
}
.search__resources__content a h4 {
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search__resources__content a h4 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1200px) {
  .search__resources__content a h4::before {
    background-color: #d8d8d8;
    content: '';
    display: block;
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 2px;
  }
}
.search__resources__link {
  padding: 30px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .search__resources__link {
    padding: 50px 0 0 0;
  }
}
.search__poll {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .search__poll {
    margin-bottom: 100px;
  }
}
.search__poll h2,
.search__poll .general__title__container .subtitle,
.general__title__container .search__poll .subtitle,
.search__poll .faculty__banner__container .subtitle,
.faculty__banner__container .search__poll .subtitle {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .search__poll h2,
  .search__poll .general__title__container .subtitle,
  .general__title__container .search__poll .subtitle,
  .search__poll .faculty__banner__container .subtitle,
  .faculty__banner__container .search__poll .subtitle {
    margin-bottom: 20px;
  }
}
.search__poll h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .search__poll h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .search__poll__container {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .search__poll__container {
    margin: 0 auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .search__poll__container {
    max-width: 1620px;
  }
}
.search__poll__survey {
  background-color: #fafafa;
  border-radius: 30px;
  margin: 0 0 30px 0;
  padding: 30px 20px;
}
@media screen and (min-width: 992px) {
  .search__poll__survey {
    margin: 0;
  }
}
@media screen and (min-width: 1441px) {
  .search__poll__survey {
    margin-right: 15px;
  }
}
.search__poll__survey .form-field-radio {
  margin: 0 0 30px 0;
}
.search__poll__survey button[type='submit'] {
  margin: 20px 0 0 0;
}
.search__poll__resources {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .search__poll__resources {
    padding: 0 50px;
  }
}
@media screen and (min-width: 992px) {
  .search__poll__resources {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1441px) {
  .search__poll__resources {
    margin-left: 15px;
  }
}
.search__poll__resources a {
  border: 2px solid #d8d8d8;
  border-radius: 30px;
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 20px 0;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .search__poll__resources a {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.search__poll__resources a:last-of-type {
  margin-bottom: 0;
}
.search__prefooter {
  padding: 50px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search__prefooter {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 992px) {
  .search__prefooter {
    padding: 100px 50px;
  }
}
.search__prefooter__bg {
  background-color: #fafafa;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 120px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .search__prefooter__bg {
    width: 430px;
  }
}
@media screen and (min-width: 992px) {
  .search__prefooter__bg {
    width: calc(100% - 250px);
  }
}
@media screen and (min-width: 1200px) {
  .search__prefooter__bg {
    max-width: 70%;
    width: calc(100% - 350px);
  }
}
@media screen and (min-width: 1200px) {
  .search__prefooter__container {
    margin: 0 auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .search__prefooter__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.search__prefooter__image__container {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search__prefooter__image__container {
    margin: 0 auto 100px auto;
    width: 485px;
  }
}
@media screen and (min-width: 992px) {
  .search__prefooter__image__container {
    height: 100%;
    margin: 0;
    padding-right: 50px;
    width: 100%;
  }
}
.search__prefooter__image__container::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media screen and (min-width: 992px) {
  .search__prefooter__image__container::after {
    display: none;
  }
}
.search__prefooter__image__container img {
  -o-object-fit: cover;
  -o-object-position: center;
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .search__prefooter__image__container img {
    bottom: unset;
    left: unset;
    position: relative;
    right: unset;
    top: unset;
  }
}
@media screen and (min-width: 1200px) {
  .search__prefooter__content {
    padding-left: 50px;
  }
}
.search__prefooter__content h2,
.search__prefooter__content .general__title__container .subtitle,
.general__title__container .search__prefooter__content .subtitle,
.search__prefooter__content .faculty__banner__container .subtitle,
.faculty__banner__container .search__prefooter__content .subtitle {
  margin: 0 0 30px 0;
}
.search__prefooter__content p {
  margin: 0;
}
.search__prefooter__content .cta {
  margin: 30px 0 0 50px;
}
@media screen and (min-width: 768px) {
  .search__prefooter__content .cta {
    margin: 50px 0 0 50px;
  }
}
.search__prefooter__content .cta:first-of-type {
  margin-left: 0;
}
.dashboard__subnav::after {
  display: none;
}
.dashboard__head {
  border: 1px solid #d8d8d8;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .dashboard__head {
    padding: 50px 40px;
  }
}
.dashboard__head h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .dashboard__head h1 {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
  }
}
@media screen and (min-width: 768px) {
  .dashboard__head h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.dashboard__head__container {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .dashboard__head__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.dashboard__head__progress .progress-label {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 10px 0;
}
.dashboard__head__progress .progress {
  background-color: #d8d8d8;
  border-radius: 0;
  margin: 0 0 30px 0;
}
.dashboard__head__progress .progress-bar {
  background-image: linear-gradient(90deg, #006d74 0%, #00969f 100%);
}
@media screen and (min-width: 1200px) {
  .dashboard__head__links {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.dashboard__head__links p {
  margin: 0 0 30px;
}
.dashboard__head__links p:last-of-type {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .dashboard__head__links p {
    display: inline-block;
    margin: 0 50px 0 0;
  }
}
.dashboard__head__bg {
  bottom: 0;
  position: absolute;
  right: 0;
  transform: translateX(50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .dashboard__head__bg {
    transform: translateX(35%);
  }
}
@media screen and (min-width: 1200px) {
  .dashboard__head__bg {
    transform: translateX(0);
  }
}
.dashboard__nav {
  background-color: #f8f8f8;
  padding: 50px 0 0 10px;
}
@media screen and (min-width: 768px) {
  .dashboard__nav {
    padding-left: 0;
  }
}
.dashboard__nav__container {
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .dashboard__nav__container {
    margin: 0 auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .dashboard__nav__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.dashboard-credits {
  max-width: none;
}
.dashboard-credits__goal {
  background-color: #f8f8f8;
}
.dashboard-credits__goal__container {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1140px;
  padding: 50px 20px;
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__goal__container {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1441px) {
  .dashboard-credits__goal__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.dashboard-credits__goal__progress {
  margin-bottom: 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__goal__progress {
    flex: 0 0 270px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__goal__progress {
    flex: 0 0 525px;
  }
}
.dashboard-credits__goal__progress .credits-progress {
  background-image: linear-gradient(0deg, #003678 16%, #5091cd 57%, #00969f 95%);
  border-radius: 50%;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 240px;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__goal__progress .credits-progress {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__goal__progress .credits-progress {
    height: 400px;
    width: 400px;
  }
}
.dashboard-credits__goal__progress .credits-progress.lesser::before {
  background-color: #d8d8d8;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 1;
}
.dashboard-credits__goal__progress .credits-progress.greater::before {
  background-image: linear-gradient(0deg, #003678 16%, #5091cd 57%, #00969f 95%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
.dashboard-credits__goal__progress .credits-progress-bar {
  background-color: #d8d8d8;
  height: 100%;
}
.dashboard-credits__goal__progress .credits-progress-bar.lesser {
  border-radius: 0 100% 100% 0/50%;
  margin-left: 50%;
  transform-origin: left;
}
.dashboard-credits__goal__progress .credits-progress-bar.greater {
  border-radius: 100% 0 0 100%/50%;
  margin-right: 50%;
  transform-origin: right;
}
.dashboard-credits__goal__progress .credits-progress-label {
  background-color: #fff;
  border-radius: 50%;
  height: 200px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 200px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__goal__progress .credits-progress-label {
    height: 340px;
    left: 30px;
    top: 30px;
    width: 340px;
  }
}
.dashboard-credits__goal__progress .credits-progress-label p {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.dashboard-credits__goal__progress .credits-progress-label .number {
  color: #00969f;
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__goal__progress .credits-progress-label .number {
    font-size: 3.4375rem;
    letter-spacing: 0;
    line-height: 1.27273;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-credits__goal__detail {
    flex: 0 0 calc(100% - 270px);
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__goal__detail {
    flex: 0 0 calc(100% - 525px);
  }
}
.dashboard-credits__goal__detail h2,
.dashboard-credits__goal__detail .general__title__container .subtitle,
.general__title__container .dashboard-credits__goal__detail .subtitle,
.dashboard-credits__goal__detail .faculty__banner__container .subtitle,
.faculty__banner__container .dashboard-credits__goal__detail .subtitle {
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__goal__detail h2,
  .dashboard-credits__goal__detail .general__title__container .subtitle,
  .general__title__container .dashboard-credits__goal__detail .subtitle,
  .dashboard-credits__goal__detail .faculty__banner__container .subtitle,
  .faculty__banner__container .dashboard-credits__goal__detail .subtitle {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.dashboard-credits__goal__detail__goal {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__goal__detail__goal {
    padding-bottom: 50px;
  }
}
.dashboard-credits__goal__detail__goal p {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__goal__detail__goal p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.dashboard-credits__goal__detail__interests h2,
.dashboard-credits__goal__detail__interests .general__title__container .subtitle,
.general__title__container .dashboard-credits__goal__detail__interests .subtitle,
.dashboard-credits__goal__detail__interests .faculty__banner__container .subtitle,
.faculty__banner__container .dashboard-credits__goal__detail__interests .subtitle {
  margin-bottom: 10px;
}
.dashboard-credits__goal__detail__interests ul {
  margin: 0 0 10px 0;
}
.dashboard-credits__goal__detail__interests li {
  margin: 0 0 5px 0;
}
.dashboard-credits__goal__detail__interests li a {
  -webkit-text-decoration-color: transparent;
  color: #003678;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}
.dashboard-credits__goal__detail__interests li a:hover {
  -webkit-text-decoration-color: #003678;
  text-decoration-color: #003678;
}
.dashboard-credits__filter {
  background-color: #f8f8f8;
}
.dashboard-credits__filter__container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__container {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__filter__container {
    padding: 55px 0;
  }
}
@media screen and (min-width: 1441px) {
  .dashboard-credits__filter__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.dashboard-credits__filter__head {
  margin-bottom: 50px;
}
.dashboard-credits__filter__head h2,
.dashboard-credits__filter__head .general__title__container .subtitle,
.general__title__container .dashboard-credits__filter__head .subtitle,
.dashboard-credits__filter__head .faculty__banner__container .subtitle,
.faculty__banner__container .dashboard-credits__filter__head .subtitle {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__head h2,
  .dashboard-credits__filter__head .general__title__container .subtitle,
  .general__title__container .dashboard-credits__filter__head .subtitle,
  .dashboard-credits__filter__head .faculty__banner__container .subtitle,
  .faculty__banner__container .dashboard-credits__filter__head .subtitle {
    font-size: 1.5625rem;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0;
  }
}
.dashboard-credits__filter__head .credits-toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.dashboard-credits__filter__head .credits-toggle:hover {
  cursor: pointer;
}
.dashboard-credits__filter__head .credits-toggle[aria-expanded='false'] .collapse-open {
  display: inline-block;
}
.dashboard-credits__filter__head .credits-toggle[aria-expanded='false'] .collapse-close {
  display: none;
}
.dashboard-credits__filter__head .credits-toggle[aria-expanded='true'] .collapse-open {
  display: none;
}
.dashboard-credits__filter__head .credits-toggle[aria-expanded='true'] .collapse-close {
  display: inline-block;
}
.dashboard-credits__filter__head .credits-toggle svg {
  display: inline-block;
  height: 30px;
  margin-left: 15px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__head .credits-toggle svg {
    height: 50px;
    width: 50px;
  }
}
.dashboard-credits__filter__head .credits-toggle svg:hover circle {
  fill: #00969f;
}
.dashboard-credits__filter__head .credits-toggle svg circle {
  fill: #003678;
  transition: fill 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dashboard-credits__filter__head .credits-toggle svg path {
  fill: #fff;
}
.dashboard-credits__filter__head form {
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 0 50px 0;
}
.dashboard-credits__filter__head form label {
  display: block;
  margin: 0 0 5px 0;
}
.dashboard-credits__filter__head form input,
.dashboard-credits__filter__head form .dropdown-toggle,
.dashboard-credits__filter__head form .dropdown-menu {
  width: 100%;
}
.dashboard-credits__filter__head form input[type='submit'] {
  display: block;
  margin: 0 auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__head form .field-container {
    margin: 0 -15px;
  }
}
.dashboard-credits__filter__head form .form-field {
  margin-bottom: 35px;
}
.dashboard-credits__filter__head form .form-field.col-md-6 {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__head form .form-field.col-md-6 {
    padding: 0 15px;
  }
}
.dashboard-credits__filter__head form .uploaded-file {
  margin-bottom: 30px;
}
.dashboard-credits__filter__head form .cta {
  display: block;
  margin: 35px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__head form .cta {
    margin: 0 0 0 auto;
  }
}
.dashboard-credits__filter__filters__type {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__filters__type {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__filter__filters__type {
    margin: 0;
    padding: 0 15px 0 0;
  }
}
.dashboard-credits__filter__filters__dates {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__filter__filters__dates {
    padding: 0 0 0 15px;
  }
}
.dashboard-credits__filter__filters h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 -10px 0;
}
.dashboard-credits__filter__filters form .form-field {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__filters form .form-field {
    display: inline-block;
    margin: 0 30px 30px 0;
  }
}
.dashboard-credits__filter__filters form .form-field.wide {
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__filters form .form-field.wide:nth-of-type(odd) {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__filters form .form-field.wide:nth-of-type(even) {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__filters form .form-field.wide {
    margin: 0;
    width: 100%;
  }
}
.dashboard-credits__filter__filters form .form-field.narrow {
  padding: 0;
}
.dashboard-credits__filter__filters form .form-field.narrow:nth-of-type(odd) {
  padding-right: 15px;
}
.dashboard-credits__filter__filters form .form-field.narrow:nth-of-type(even) {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__filters form .form-field.narrow {
    width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__filter__filters form .form-field.narrow {
    margin: 0;
    width: 100%;
  }
}
.dashboard-credits__filter__filters form label {
  display: block;
}
.dashboard-credits__filter__filters form input,
.dashboard-credits__filter__filters form .dropdown-toggle,
.dashboard-credits__filter__filters form .dropdown-menu {
  width: 100%;
}
.dashboard-credits__filter__filters form .dropdown-menu {
  max-height: 25vh;
  overflow: scroll;
}
.dashboard-credits__filter__filters form .reset-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration-color: transparent;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #003678;
  margin-left: auto;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}
.dashboard-credits__filter__filters form .reset-btn:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__filter__filters form .reset-btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__filter__filters form .reset-btn {
    margin-top: 30px;
  }
}
.dashboard-credits__filter__filters form .reset-btn:hover {
  -webkit-text-decoration-color: #003678;
  cursor: pointer;
  text-decoration-color: #003678;
}
.dashboard-credits__results {
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 0;
}
@media screen and (min-width: 1441px) {
  .dashboard-credits__results {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.dashboard-credits__results__head {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__results__head {
    padding: 0 40px 50px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__results__head {
    padding: 0 0 30px 0;
  }
}
.dashboard-credits__results__head__print .print-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.dashboard-credits__results__head__print .print-btn:hover {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__results__head__print .print-btn {
    margin-right: 30px;
  }
}
.dashboard-credits__results__head__print .print-btn:hover svg .circle {
  fill: #00969f;
}
.dashboard-credits__results__head__print .print-btn svg {
  display: inline-block;
  margin-right: 15px;
}
.dashboard-credits__results__head__print .print-btn svg .circle {
  fill: #003678;
  transition: fill 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dashboard-credits__results__head__print .print {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
  margin: 10px 0 50px 0;
}
.dashboard-credits__results__head__sort .total {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__results__head__sort .total {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__results__head__sort .total {
    margin-top: 50px;
  }
}
.dashboard-credits__results__head__sort .dropdown-toggle {
  display: block;
}
.dashboard-credits__results__head__sort .dropdown-toggle,
.dashboard-credits__results__head__sort .dropdown-menu {
  width: 250px;
}
.dashboard-credits__results__no-results {
  margin: 0 auto;
  max-width: 1040px;
  padding: 20px 20px;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__results__no-results {
    padding: 20px 40px;
  }
}
.dashboard-credits__results__no-results p {
  border-top: 2px solid #d8d8d8;
  margin: 0;
  padding-top: 30px;
}
.dashboard-credits__results__list {
  padding: 0 10px;
}
.dashboard-credits__results__item {
  margin-bottom: 15px;
  padding: 15px 10px;
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__results__item {
    padding: 10px;
  }
}
.dashboard-credits__results__item:last-of-type {
  margin-bottom: 0;
}
.dashboard-credits__results__item:nth-of-type(even) {
  background-color: #fafafa;
}
.dashboard-credits__results__item__title {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__results__item__title {
    margin-bottom: 0;
  }
}
.dashboard-credits__results__item__title .date {
  margin: 0 0 5px 0;
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__results__item__title .date {
    margin: 0;
    min-width: 120px;
  }
}
.dashboard-credits__results__item__title h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__results__item__title h3 {
    margin: -3px 40px 5px 40px;
    width: 340px;
  }
}
@media screen and (min-width: 1441px) {
  .dashboard-credits__results__item__title h3 {
    width: 400px;
  }
}
.dashboard-credits__results__item__title .course-type {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__results__item__title .course-type {
    margin: 0 40px;
    width: 300px;
  }
}
.dashboard-credits__results__item__credits .credit-type {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__results__item__credits .credit-type {
    min-width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__results__item__credits .credit-type {
    min-width: auto;
    width: 150px;
  }
}
.dashboard-credits__results__item__credits .credits {
  margin: 0;
}
.dashboard-credits__results__item__btns {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__results__item__btns {
    margin-top: 0;
    min-width: 210px;
  }
}
.dashboard-credits__results__item__btns .course-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #003678;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 15px;
  padding: 0;
  padding: 0;
  text-align: center;
  transition: border-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dashboard-credits__results__item__btns .course-btn:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__results__item__btns .course-btn {
    background-color: #fff;
    border: 2px solid #003678;
    border-radius: 50%;
    height: 50px;
    margin: 0 0 0 20px;
    width: 50px;
  }
}
.dashboard-credits__results__item__btns .course-btn:hover {
  border-color: #00969f;
}
.dashboard-credits__results__item__btns .course-btn:hover svg {
  fill: #00969f;
}
.dashboard-credits__results__item__btns .course-btn svg {
  fill: #003678;
  margin-left: 5px;
  transition: fill 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .dashboard-credits__results__item__btns .course-btn svg {
    margin-left: 0;
  }
}
.dashboard-credits__resources {
  background-color: #fafafa;
  margin-bottom: 100px;
}
.dashboard-credits__resources__list {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__resources__list {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__resources__list {
    margin: 0 auto;
    max-width: 750px;
    padding: 50px 0 150px 0;
  }
}
@media screen and (min-width: 1441px) {
  .dashboard-credits__resources__list {
    max-width: 1040px;
  }
}
.dashboard-credits__resources__list h2,
.dashboard-credits__resources__list .general__title__container .subtitle,
.general__title__container .dashboard-credits__resources__list .subtitle,
.dashboard-credits__resources__list .faculty__banner__container .subtitle,
.faculty__banner__container .dashboard-credits__resources__list .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 35px 0;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__resources__list h2,
  .dashboard-credits__resources__list .general__title__container .subtitle,
  .general__title__container .dashboard-credits__resources__list .subtitle,
  .dashboard-credits__resources__list .faculty__banner__container .subtitle,
  .faculty__banner__container .dashboard-credits__resources__list .subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-credits__resources__list h2,
  .dashboard-credits__resources__list .general__title__container .subtitle,
  .general__title__container .dashboard-credits__resources__list .subtitle,
  .dashboard-credits__resources__list .faculty__banner__container .subtitle,
  .faculty__banner__container .dashboard-credits__resources__list .subtitle {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
.dashboard-credits__resources__item {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__resources__item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.dashboard-credits__resources__item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.dashboard-credits__resources__item p,
.dashboard-credits__resources__item ul {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 30px 0 15px 0;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__resources__item p,
  .dashboard-credits__resources__item ul {
    max-width: 600px;
  }
}
.dashboard-credits__resources__item li {
  margin: 0 0 30px 0;
}
.dashboard-credits__resources__item li:last-of-type {
  margin-bottom: 0;
}
.dashboard-credits__resources__item .resources-toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.dashboard-credits__resources__item .resources-toggle:hover {
  cursor: pointer;
}
.dashboard-credits__resources__item .resources-toggle[aria-expanded='false'] .collapse-open {
  display: inline-block;
}
.dashboard-credits__resources__item .resources-toggle[aria-expanded='false'] .collapse-close {
  display: none;
}
.dashboard-credits__resources__item .resources-toggle[aria-expanded='true'] .collapse-open {
  display: none;
}
.dashboard-credits__resources__item .resources-toggle[aria-expanded='true'] .collapse-close {
  display: inline-block;
}
.dashboard-credits__resources__item .resources-toggle span {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  max-width: calc(100% - 80px);
}
@media screen and (min-width: 768px) {
  .dashboard-credits__resources__item .resources-toggle span {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    max-width: 600px;
  }
}
.dashboard-credits__resources__item .resources-toggle svg {
  border: 2px solid #003678;
  border-radius: 50%;
  height: 30px;
  transition: border-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 30px;
}
@media screen and (min-width: 768px) {
  .dashboard-credits__resources__item .resources-toggle svg {
    height: 50px;
    width: 50px;
  }
}
.dashboard-credits__resources__item .resources-toggle svg:hover {
  border: 2px solid #00969f;
}
.dashboard-credits__resources__item .resources-toggle svg:hover path {
  fill: #00969f;
}
.dashboard-credits__resources__item .resources-toggle svg circle {
  fill: #fff;
}
.dashboard-credits__resources__item .resources-toggle svg path {
  fill: #003678;
  transition: fill 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dashboard-education {
  background-color: #fafafa;
  margin-bottom: 100px;
  max-width: none;
}
.dashboard-education__container {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1140px;
}
@media screen and (min-width: 992px) {
  .dashboard-education__container {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-education__container {
    padding: 70px 50px;
  }
}
@media screen and (min-width: 1441px) {
  .dashboard-education__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.dashboard-education__filter {
  padding: 30px 20px 0 30px;
}
@media screen and (min-width: 768px) {
  .dashboard-education__filter {
    padding-left: 100px;
  }
}
@media screen and (min-width: 992px) {
  .dashboard-education__filter {
    padding: 0 50px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-education__filter {
    padding: 0 100px 0 0;
  }
}
.dashboard-education__filter__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100vw;
  z-index: 998;
}
.dashboard-education__filter__overlay.open {
  opacity: 1;
  transform: translateX(0);
}
.dashboard-education__filter__container {
  background-color: #fff;
  height: 100vh;
  left: 0;
  overflow: auto;
  padding: 30px 20px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 90vw;
  z-index: 999;
}
.dashboard-education__filter__container.open {
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .dashboard-education__filter__container {
    height: auto;
    padding: 0;
    position: relative;
    transform: translateX(0);
    transition: none;
    width: 100%;
  }
}
.dashboard-education__filter__form {
  height: 100%;
}
.dashboard-education__filter__form .form-group {
  border-bottom: 2px solid #d8d8d8;
  margin: 40px 0 30px 0;
  padding: 0 0 30px 0;
}
.dashboard-education__filter__form .form-group.first {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .dashboard-education__filter__form button {
    margin-bottom: 30px;
  }
}
.dashboard-education__filter__form .label,
.dashboard-education__filter__form .account p.label,
.account .dashboard-education__filter__form p.label {
  margin: 0 0 30px 0;
}
.dashboard-education__filter__form .form-field-checkbox {
  margin: 0 0 20px 0;
}
.dashboard-education__filter__form .form-field-checkbox:last-of-type {
  margin: 0;
}
.dashboard-education__filter__submit {
  border-top: 2px solid #d8d8d8;
  margin-top: 30px;
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .dashboard-education__filter__submit {
    border: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.dashboard-education__courses {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .dashboard-education__courses {
    padding: 40px 70px;
  }
}
@media screen and (min-width: 992px) {
  .dashboard-education__courses {
    padding: 0;
  }
}
.dashboard-education__courses__container .no-results p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .dashboard-education__courses__container .no-results p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-education__courses__container .course-block {
    padding: 0 0 50px 60px;
  }
}
.dashboard-education__recommendations {
  background-color: #fafafa;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}
.dashboard-education__recommendations__title h2,
.dashboard-education__recommendations__title .general__title__container .subtitle,
.general__title__container .dashboard-education__recommendations__title .subtitle,
.dashboard-education__recommendations__title .faculty__banner__container .subtitle,
.faculty__banner__container .dashboard-education__recommendations__title .subtitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .dashboard-education__recommendations__title h2,
  .dashboard-education__recommendations__title .general__title__container .subtitle,
  .general__title__container .dashboard-education__recommendations__title .subtitle,
  .dashboard-education__recommendations__title .faculty__banner__container .subtitle,
  .faculty__banner__container .dashboard-education__recommendations__title .subtitle {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-education__recommendations__container {
    width: calc(100% - 90px);
  }
}
@media screen and (min-width: 992px) {
  .dashboard-education__recommendations__container {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-education__recommendations__container {
    margin: 0;
    max-width: 100%;
    padding-left: 70px;
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .dashboard-education__recommendations__container {
    padding-left: 100px;
  }
}
.dashboard-education__recommendations__container h2,
.dashboard-education__recommendations__container .general__title__container .subtitle,
.general__title__container .dashboard-education__recommendations__container .subtitle,
.dashboard-education__recommendations__container .faculty__banner__container .subtitle,
.faculty__banner__container .dashboard-education__recommendations__container .subtitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .dashboard-education__recommendations__container .swiper-slide {
    height: auto;
    padding: 0 15px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-education__recommendations__container .swiper-slide {
    padding: 0 30px;
    width: 45%;
  }
}
@media screen and (min-width: 1921px) {
  .dashboard-education__recommendations__container .swiper-slide {
    width: calc(50% - 15px);
  }
}
.dashboard-education__recommendations__nav {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .dashboard-education__recommendations__nav {
    margin: 0 0 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .dashboard-education__recommendations__nav {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-education__recommendations__nav {
    margin: 0;
    width: calc(45% - 30px);
  }
}
@media screen and (min-width: 1921px) {
  .dashboard-education__recommendations__nav {
    width: calc(50% - 45px);
  }
}
.dashboard-education__recommendations__nav .count {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.71429;
}
@media screen and (min-width: 1200px) {
  .dashboard-education__recommendations__nav .count {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-education__recommendations__nav .next {
    margin-left: 2px;
  }
}
.dashboard-favorites {
  max-width: none;
}
.dashboard-favorites__filter {
  margin: 40px 20px;
}
.dashboard-favorites__filter__container {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .dashboard-favorites__filter__container {
    border-bottom: 2px solid #d8d8d8;
  }
}
.dashboard-favorites__filter__search {
  margin: 0 auto 50px auto;
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .dashboard-favorites__filter__search {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
}
.dashboard-favorites__filter__search__field {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .dashboard-favorites__filter__search__field {
    margin-bottom: 0;
    width: calc(100% - 200px);
  }
}
.dashboard-favorites__filter__search__field label {
  display: block;
}
.dashboard-favorites__filter__search__field .search input {
  width: 100%;
}
.dashboard-favorites__filter__search .cta {
  height: 50px;
}
.dashboard-favorites__no-results .no-results {
  margin-bottom: 40px;
}
.dashboard-favorites__search-results .search__container {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 50px;
}
.dashboard-account {
  background-color: #fafafa;
  max-width: none;
}
@media screen and (min-width: 1200px) {
  .dashboard-account {
    padding-bottom: 150px;
  }
}
.dashboard-account__container {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1140px;
}
@media screen and (min-width: 1200px) {
  .dashboard-account__container {
    padding: 70px 50px;
  }
}
@media screen and (min-width: 1441px) {
  .dashboard-account__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.dashboard-account__subnav {
  margin: 0;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .dashboard-account__subnav {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-account__subnav {
    padding: 0 100px 0 0;
  }
}
.dashboard-account__subnav__container {
  border-bottom: 2px solid #d8d8d8;
  padding: 30px 0 50px 0;
}
@media screen and (min-width: 768px) {
  .dashboard-account__subnav__container {
    padding: 0 0 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-account__subnav__container {
    border: 0;
  }
}
.dashboard-account__subnav__container .dropdown-toggle::after,
.dashboard-account__subnav__container .subnav-link::after {
  background-image: url(/presentation/images/dashboard/subnav-incomplete.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  content: '';
  display: inline-block;
  height: 24px;
  vertical-align: -6px;
  width: 24px;
}
.dashboard-account__subnav__container .dropdown-toggle.complete::after,
.dashboard-account__subnav__container .subnav-link.complete::after {
  background-image: url(/presentation/images/dashboard/subnav-complete.svg);
  vertical-align: -6px;
}
.dashboard-account__subnav__container .dropdown-toggle a,
.dashboard-account__subnav__container .subnav-link a {
  display: inline-block;
  padding: 10px 10px 10px 20px;
}
.dashboard-account__subnav__mobile .dropdown-toggle,
.dashboard-account__subnav__mobile .dropdown-menu {
  width: 100%;
}
.dashboard-account__subnav__mobile .dropdown-toggle {
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  padding-left: 50px;
  text-transform: none;
}
.dashboard-account__subnav__mobile .dropdown-toggle::before {
  background-image: url(/presentation/images/dashboard/subnav-arrow.svg);
}
.dashboard-account__subnav__mobile .dropdown-toggle::after {
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-account__subnav__mobile .subnav-link {
  padding-left: 30px;
  position: relative;
}
.dashboard-account__subnav__mobile .subnav-link::after {
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-account__subnav__desktop .subnav-link {
  background-color: transparent;
  border: 0;
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.dashboard-account__subnav__desktop .subnav-link::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-account__subnav__desktop .subnav-link a {
  color: #0f0f0f;
}
.dashboard-account__subnav__desktop .subnav-link.current {
  background-color: transparent;
  border: 0;
}
.dashboard-account__subnav__desktop .subnav-link.current a {
  color: #0f0f0f;
}
@media screen and (min-width: 1200px) {
  .dashboard-account__subnav__desktop .subnav-link.current a {
    color: #003678;
  }
}
.dashboard-account__subnav__desktop .subnav-link a {
  padding: 0 10px 0 0;
}
@media screen and (min-width: 1200px) {
  .dashboard-account__subnav__desktop .subnav-link a {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.dashboard-account__subnav__desktop__profile {
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .dashboard-account__subnav__desktop__profile {
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-account__subnav__desktop__profile ul {
    margin: 0 20px 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .dashboard-account__subnav__desktop__profile ul {
    margin: 0 0 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-account__subnav__desktop__profile ul {
    border-bottom: 2px solid #d8d8d8;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
  }
}
.dashboard-account__subnav__desktop__preferences {
  overflow: hidden;
  white-space: nowrap;
}
.dashboard-account__subnav__desktop__preferences__container {
  overflow: scroll;
}
@media screen and (min-width: 992px) {
  .dashboard-account__subnav__desktop__preferences__container {
    overflow: auto;
  }
}
.dashboard-account__content {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .dashboard-account__content {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .dashboard-account__content {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-account__content {
    padding: 0;
  }
}
.dashboard-account__search {
  margin: 0 auto 50px auto;
  max-width: 450px;
}
@media screen and (min-width: 1200px) {
  .dashboard-account__search {
    margin: 0 0 50px 0;
  }
}
.dashboard-account__search__container {
  position: relative;
}
.dashboard-account__search__container label {
  display: block;
}
.dashboard-account__search__container .search {
  height: 50px;
}
.dashboard-account__search__container .search input {
  width: 100%;
}
.dashboard-account__search__container .search.show .dropdown-menu {
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(0, 79px, 0);
  will-change: transform;
}
.dashboard-account__search__container .search-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-color: #fff;
  border: 0;
  border: 2px solid #d8d8d8;
  border-radius: 0;
  color: #003678;
  display: none;
  font-size: 1.875rem;
  height: 50px;
  letter-spacing: 0;
  line-height: 1.66667;
  line-height: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 60px;
}
.dashboard-account__search__container .search-close:hover {
  cursor: pointer;
}
.dashboard-account__search__container .search-close:hover {
  background-color: #d8d8d8;
}
.dashboard-account__search__container .search-results {
  max-width: 450px;
  width: 100%;
}
.dashboard-account__search__container .search-results.show {
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(0, 79px, 0);
  will-change: transform;
}
.dashboard-account__search__container .drop-down-btn {
  position: relative;
}
.dashboard-account__search__container .drop-down-btn::after {
  color: transparent;
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dashboard-account__search__container .drop-down-btn:hover::after {
  color: #111;
}
.dashboard-account__form {
  padding: 0 0 100px 0;
}
@media screen and (min-width: 768px) {
  .dashboard-account__form {
    padding-bottom: 150px;
  }
}
.dashboard-account__form .uncheck {
  margin: 0 0 25px 37px;
}
.dashboard-account__form .npi-group {
  display: none;
}
.dashboard-account__form .label,
.dashboard-account__form .account p.label,
.account .dashboard-account__form p.label {
  display: block;
  margin: 0 0 5px 0;
}
.dashboard-account__form .table-label {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  text-transform: uppercase;
}
.dashboard-account__form .value {
  color: #0f0f0f;
}
.dashboard-account__form .form-field-confirm {
  display: none;
}
.dashboard-account__form .password-invalid {
  display: none;
}
.dashboard-account__form label {
  display: block;
}
.dashboard-account__form input[type='text'],
.dashboard-account__form input[type='number'],
.dashboard-account__form input[type='email'],
.dashboard-account__form input[type='password'],
.dashboard-account__form input[type='date'],
.dashboard-account__form input[type='tel'],
.dashboard-account__form .dropdown-toggle,
.dashboard-account__form .dropdown-menu,
.dashboard-account__form .form-field-checkbox {
  max-width: 400px;
  width: 100%;
}
.dashboard-account__form table th,
.dashboard-account__form table td {
  padding: 0 40px 20px 0;
}
.dashboard-account__form table td {
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.dashboard-account__form table td.state {
  padding-left: 30px;
}
.dashboard-account__form table svg.primary {
  fill: rgba(0, 0, 0, 0.7);
  left: 0;
  position: absolute;
}
.dashboard-account__form .form-group-specialty {
  padding-bottom: 0 !important;
}
.dashboard-account__form #add-specialty-container .subspecialties {
  margin-bottom: 0;
}
.dashboard-account__form #add-specialty-btn {
  margin: 0 0 50px 0;
}
.dashboard-account__form .specialty-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.dashboard-account__form .specialty-dropdown {
  order: 1;
}
@media screen and (min-width: 768px) {
  .dashboard-account__form .specialty-dropdown {
    flex: 0 0 400px;
    order: 1;
  }
}
.dashboard-account__form .remove-specialty-btn {
  margin: -25px 0 0 0 !important;
  order: 3;
}
@media screen and (min-width: 768px) {
  .dashboard-account__form .remove-specialty-btn {
    margin: 0 0 0 25px !important;
    order: 2;
  }
}
.dashboard-account__form .subspecialties {
  display: none;
  margin: 50px 0;
  order: 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dashboard-account__form .subspecialties {
    order: 3;
  }
}
.dashboard-account__form .subspecialty-list {
  -moz-column-break-inside: avoid;
  -moz-column-fill: 0;
  -moz-columns: 1;
  break-inside: avoid;
  column-fill: 0;
  columns: 1;
}
@media screen and (min-width: 992px) {
  .dashboard-account__form .subspecialty-list {
    -moz-column-fill: 20px;
    -moz-columns: 2;
    column-fill: 20px;
    columns: 2;
  }
}
.dashboard-account__form .form-group {
  border-bottom: 2px solid #d8d8d8;
  margin: 0 0 50px 0;
  padding: 0 0 50px 5px;
}
.dashboard-account__form .form-group.interests .form-field-checkbox,
.dashboard-account__form .form-group.regions .form-field-checkbox {
  margin: 0 0 30px 0;
}
.dashboard-account__form .form-group.regions {
  -moz-column-fill: 60px;
  -moz-columns: 2;
  column-fill: 60px;
  columns: 2;
}
.dashboard-account__form .form-group.regions .form-field-checkbox {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
  padding-bottom: 30px;
}
.dashboard-account__form .form-group.ce .label {
  margin-bottom: 20px;
}
.dashboard-account__form .form-group.ce .link {
  margin-top: 10px;
}
.dashboard-account__form .form-group.affiliations input[type='search'] {
  display: block;
  margin: 0 0 30px 0;
  max-width: 400px;
  width: 100%;
}
.dashboard-account__form .form-group.affiliations input[type='text'] {
  display: block;
  margin: 0 0 30px 0;
  max-width: 100%;
  width: 100%;
}
.dashboard-account__form .form-group.affiliations .form-results {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  height: 50px;
  letter-spacing: 0;
  line-height: 1.9375;
  line-height: 50px;
  padding: 0 15px;
}
.dashboard-account__form .form-field {
  margin: 0 0 50px 0;
  position: relative;
}
.dashboard-account__form .form-field:last-of-type {
  margin-bottom: 0;
}
.dashboard-account__form .form-field .link {
  margin: 10px 0 0 0;
}
.dashboard-account__form .form-field-radio {
  margin-right: 50px;
}
.dashboard-account__form .arrow + .form-field-checkbox {
  margin: 30px 0 0 0;
}
.dashboard-account__form .degrees,
.dashboard-account__form .degree {
  display: none;
}
.dashboard-account__form .degrees {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .dashboard-account__form .degrees-list {
    -moz-column-break-inside: avoid;
    -moz-column-gap: 30px;
    -moz-columns: 2;
    break-inside: avoid;
    column-gap: 30px;
    columns: 2;
  }
  .dashboard-account__form .subspecialties-list {
    -moz-column-break-inside: avoid;
    -moz-column-gap: 20px;
    -moz-columns: 3;
    break-inside: avoid;
    column-gap: 20px;
    columns: 3;
    padding-bottom: 30px;
  }
}
.dashboard-account__update {
  margin-bottom: 10px;
}
.dashboard-account__update p {
  margin: 0;
}
.dashboard-account__map svg {
  display: block;
  height: auto;
  margin: 50px 0;
  width: 100%;
}
.dashboard-account__map .selected {
  fill: #003678 !important;
  stroke: #003678 !important;
}
.dashboard-account__map svg .region {
  transition: stroke 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dashboard-account__map svg .region:hover {
  cursor: pointer;
}
.dashboard-account__map svg text {
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.dashboard-account__map svg text:hover {
  cursor: pointer;
}
.course__next {
  margin-bottom: 100px;
  margin-top: 100px;
  padding-top: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course__next {
    margin-bottom: 150px;
    padding-top: 0;
  }
}
.course__next__bg {
  background-color: #f8f8f8;
  height: 100%;
  position: absolute;
  right: 0;
  top: -50px;
  width: 75%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .course__next__bg {
    top: 0;
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .course__next__bg {
    height: calc(100% - 90px);
    width: 65%;
  }
}
.course__next__copy-bg {
  -webkit-mask-image: url('/presentation/images/courses/course-detail-begin-mask.svg');
  -webkit-mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  height: 100%;
  left: 0;
  mask-image: url('/presentation/images/courses/course-detail-begin-mask.svg');
  mask-position: top left;
  mask-repeat: no-repeat;
  mask-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .course__next__copy-bg {
    width: 75%;
  }
}
@media screen and (min-width: 1441px) {
  .course__next__copy-bg {
    width: 85%;
  }
}
.course__next__container {
  padding: 170px 20px 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .course__next__container {
    padding: 150px 40px 50px 140px;
  }
}
@media screen and (min-width: 992px) {
  .course__next__container {
    max-width: 890px;
    padding: 150px 50px 50px 150px;
  }
}
@media screen and (min-width: 1200px) {
  .course__next__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 250px 0 100px 0;
  }
}
.course__next__container h2,
.course__next__container .general__title__container .subtitle,
.general__title__container .course__next__container .subtitle,
.course__next__container .faculty__banner__container .subtitle,
.faculty__banner__container .course__next__container .subtitle,
.course__next__container p,
.course__next__container .save,
.course__next__container .remove {
  color: #fff;
}
.course__next__container h2,
.course__next__container .general__title__container .subtitle,
.general__title__container .course__next__container .subtitle,
.course__next__container .faculty__banner__container .subtitle,
.faculty__banner__container .course__next__container .subtitle {
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .course__next__container h2,
  .course__next__container .general__title__container .subtitle,
  .general__title__container .course__next__container .subtitle,
  .course__next__container .faculty__banner__container .subtitle,
  .faculty__banner__container .course__next__container .subtitle {
    font-size: 1.5625rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .course__next__container h2,
  .course__next__container .general__title__container .subtitle,
  .general__title__container .course__next__container .subtitle,
  .course__next__container .faculty__banner__container .subtitle,
  .faculty__banner__container .course__next__container .subtitle {
    max-width: 750px;
  }
}
.course__next__container p {
  margin: 30px 0 0 0;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .course__next__container p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.9375;
    padding-left: 105px;
  }
}
.course__next__btns {
  margin-top: 30px;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .course__next__btns {
    margin-top: 50px;
    padding-left: 105px;
  }
}
.course__next__btns .cta {
  margin-right: 50px;
}
.course__claim-credit {
  margin: 40px auto;
  max-width: 750px;
  overflow: hidden;
  position: relative;
  width: calc(100% - 40px);
}
.course__claim-credit p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 10px 0;
}
.course__claim-credit__content {
  max-width: 650px;
}
.course__claim-credit__content h2,
.course__claim-credit__content .general__title__container .subtitle,
.general__title__container .course__claim-credit__content .subtitle,
.course__claim-credit__content .faculty__banner__container .subtitle,
.faculty__banner__container .course__claim-credit__content .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .course__claim-credit__content h2,
  .course__claim-credit__content .general__title__container .subtitle,
  .general__title__container .course__claim-credit__content .subtitle,
  .course__claim-credit__content .faculty__banner__container .subtitle,
  .faculty__banner__container .course__claim-credit__content .subtitle {
    font-size: 1.5625rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.course__claim-credit__footer {
  margin-top: 40px;
  max-width: 450px;
  padding-top: 40px;
  position: relative;
}
.course__claim-credit__footer::before {
  background-color: #d8d8d8;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 450px;
}
.course__claim-credit__footer .form-field {
  margin-bottom: 20px;
}
.course__claim-credit__footer label {
  display: block;
}
.course__claim-credit__footer input,
.course__claim-credit__footer .dropdown-toggle,
.course__claim-credit__footer .dropdown-menu {
  width: 100%;
}
.course__claim-credit__footer .cta {
  margin-top: 20px;
}
.course__claim-credit__svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .course__claim-credit__svg {
    bottom: -25px;
    display: block;
    position: absolute;
    right: 0;
    width: 250px;
    z-index: -1;
  }
}
.course__claim-credit__svg svg {
  display: block;
  width: 100%;
}
.course-listing {
  margin: 0 auto 100px auto;
  max-width: 2160px;
}
.course-listing__banner {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .course-listing__banner {
    margin-bottom: 100px;
  }
}
.course-listing__banner__container {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .course-listing__banner__container {
    padding: 150px 0 0 125px;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__banner__container {
    padding: 50px 0 0 0;
  }
}
.course-listing__banner__image {
  height: 160px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .course-listing__banner__image {
    height: calc(100% - 150px);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__banner__image {
    height: calc(100% - 125px);
    width: 52%;
  }
}
@media screen and (min-width: 1441px) {
  .course-listing__banner__image {
    width: 60%;
  }
}
.course-listing__banner__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  -webkit-animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  width: 100%;
}
.course-listing__banner__copy {
  background-color: #fafafa;
  padding: 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-listing__banner__copy {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__banner__copy {
    padding: 125px 100px;
    width: 900px;
  }
}
.course-listing__banner__copy h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
  margin: 0 0 30px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-listing__banner__copy h1 {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__banner__copy h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.course-listing__banner__copy p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-listing__banner__copy p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.83333;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__banner__copy p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.course-listing__banner__copy svg {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.course-listing__container {
  background-color: #fff;
}
.course-listing__filter {
  padding: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .course-listing__filter {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__filter {
    padding: 0 50px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__filter {
    padding: 0 100px 0 0;
  }
}
.course-listing__filter .results {
  margin: 50px 0 0 0;
}
.course-listing__filter__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100vw;
  z-index: 998;
}
.course-listing__filter__overlay.open {
  opacity: 1;
  transform: translateX(0);
}
.course-listing__filter__exit {
  height: 60px;
}
.course-listing__filter__container {
  background-color: #fff;
  height: 100vh;
  left: 0;
  overflow: hidden;
  padding: 30px 20px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 90vw;
  z-index: 999;
}
.course-listing__filter__container.open {
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .course-listing__filter__container {
    height: auto;
    padding: 0;
    position: relative;
    transform: translateX(0);
    transition: none;
    width: 100%;
  }
}
.course-listing__filter__form {
  height: calc(100% - 60px);
}
.course-listing__filter__form__container {
  overflow: scroll;
}
@media screen and (min-width: 992px) {
  .course-listing__filter__form__container {
    overflow: auto;
    padding-bottom: 25vh;
  }
}
.course-listing__filter__form__container .form-group {
  padding: 15px 0 0 0;
}
.course-listing__filter__form__container .form-field-search {
  margin: 0 0 30px 0;
  width: 100%;
}
.course-listing__filter__form__container .form-field-search input[type='search'] {
  width: 100%;
}
.course-listing__filter__form__container .filter-toggle-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-top: 2px solid #d8d8d8;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.course-listing__filter__form__container .filter-toggle-btn:hover {
  cursor: pointer;
}
.course-listing__filter__form__container .filter-toggle-btn:last-of-type {
  border-bottom: 2px solid #d8d8d8;
}
.course-listing__filter__form__container .filter-toggle-btn::after {
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.course-listing__filter__form__container .filter-toggle-btn[aria-expanded='false']::after {
  background-image: url('/presentation/images/icons/arrow-link-open.svg');
}
.course-listing__filter__form__container .filter-toggle-btn[aria-expanded='true']::after {
  background-image: url('/presentation/images/icons/arrow-link-close.svg');
}
.course-listing__filter__submit {
  margin-top: -25vh;
  padding-bottom: 25vh;
}
@media screen and (min-width: 992px) {
  .course-listing__filter__submit .reset-filters-btn {
    margin-bottom: 30px;
  }
}
.course-listing__courses {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .course-listing__courses {
    padding: 0;
  }
}
.course-listing__courses .results {
  margin: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
  .course-listing__courses .course-block {
    padding: 0 0 50px 60px;
  }
}
.course-listing__recommendations {
  background-color: #fafafa;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .course-listing__recommendations::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
  }
}
.course-listing__recommendations__title h2,
.course-listing__recommendations__title .general__title__container .subtitle,
.general__title__container .course-listing__recommendations__title .subtitle,
.course-listing__recommendations__title .faculty__banner__container .subtitle,
.faculty__banner__container .course-listing__recommendations__title .subtitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .course-listing__recommendations__title h2,
  .course-listing__recommendations__title .general__title__container .subtitle,
  .general__title__container .course-listing__recommendations__title .subtitle,
  .course-listing__recommendations__title .faculty__banner__container .subtitle,
  .faculty__banner__container .course-listing__recommendations__title .subtitle {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .course-listing__recommendations__container {
    width: calc(100% - 90px);
  }
}
@media screen and (min-width: 992px) {
  .course-listing__recommendations__container {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__recommendations__container {
    margin: 0;
    max-width: 100%;
    padding-left: 70px;
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .course-listing__recommendations__container {
    padding-left: 100px;
  }
}
.course-listing__recommendations__container h2,
.course-listing__recommendations__container .general__title__container .subtitle,
.general__title__container .course-listing__recommendations__container .subtitle,
.course-listing__recommendations__container .faculty__banner__container .subtitle,
.faculty__banner__container .course-listing__recommendations__container .subtitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .course-listing__recommendations__container .swiper-slide {
    padding: 0 15px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__recommendations__container .swiper-slide {
    padding: 0 30px;
    width: 45%;
  }
}
@media screen and (min-width: 1921px) {
  .course-listing__recommendations__container .swiper-slide {
    width: calc(50% - 15px);
  }
}
.course-listing__recommendations__nav {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .course-listing__recommendations__nav {
    margin: 0 0 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__recommendations__nav {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__recommendations__nav {
    margin: 0;
    width: calc(45% - 30px);
  }
}
@media screen and (min-width: 1921px) {
  .course-listing__recommendations__nav {
    width: calc(50% - 45px);
  }
}
.course-listing__recommendations__nav .count {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.71429;
}
@media screen and (min-width: 1200px) {
  .course-listing__recommendations__nav .count {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__recommendations__nav .next {
    margin-left: 2px;
  }
}
.course-listing__education {
  background-image: linear-gradient(132deg, #354c4d 0%, #353946 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .course-listing__education {
    margin-left: 40px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 992px) {
  .course-listing__education {
    margin: 125px 0 0 100px;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1441px) {
  .course-listing__education {
    margin: 125px 0 0 175px;
    width: calc(100% - 175px);
  }
}
.course-listing__education__title {
  background-color: #fff;
  padding: 100px 20px 30px 10px;
}
@media screen and (min-width: 768px) {
  .course-listing__education__title {
    padding: 100px 40px 30px 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__education__title {
    border-radius: 0 0 125px 0;
    min-height: 125px;
    min-width: 850px;
    padding: 0 75px 50px 0;
  }
}
.course-listing__education__title h2,
.course-listing__education__title .general__title__container .subtitle,
.general__title__container .course-listing__education__title .subtitle,
.course-listing__education__title .faculty__banner__container .subtitle,
.faculty__banner__container .course-listing__education__title .subtitle {
  margin: 0;
  max-width: 650px;
}
@media screen and (min-width: 1200px) {
  .course-listing__education__title h2,
  .course-listing__education__title .general__title__container .subtitle,
  .general__title__container .course-listing__education__title .subtitle,
  .course-listing__education__title .faculty__banner__container .subtitle,
  .faculty__banner__container .course-listing__education__title .subtitle {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
    max-width: 850px;
  }
}
.course-listing__education__content {
  color: #fff;
  padding: 80px 20px 50px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-listing__education__content {
    padding: 125px 100px 50px 125px;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__education__content {
    padding: 100px 100px 0 100px;
  }
}
.course-listing__education__content::before {
  background-color: #fff;
  border-radius: 0 0 30px 0;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 62%;
}
@media screen and (min-width: 768px) {
  .course-listing__education__content::before {
    border-radius: 0 0 65px 0;
    height: 65px;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__education__content::before {
    display: none;
  }
}
.course-listing__education__content ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .course-listing__education__content ul {
    -moz-column-gap: 60px;
    -moz-columns: 2;
    column-gap: 60px;
    columns: 2;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__education__content ul {
    max-width: 1040px;
  }
}
@media screen and (min-width: 1441px) {
  .course-listing__education__content ul {
    -moz-columns: 3;
    columns: 3;
    max-width: 1420px;
  }
}
.course-listing__education__content li {
  margin-bottom: 30px;
  position: relative;
}
.course-listing__education__content li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .course-listing__education__content li {
    padding-left: 80px;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__education__content li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
.course-listing__education__content svg {
  height: auto;
  margin-right: 12px;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .course-listing__education__content svg {
    left: 0;
    position: absolute;
    top: 10px;
    width: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__education__content svg {
    vertical-align: 15px;
  }
}
.course-listing__education__content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .course-listing__education__content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.course-listing__education__content p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
}
.course-listing__resources {
  margin: 50px 0 100px 0;
}
@media screen and (min-width: 768px) {
  .course-listing__resources {
    margin: 100px 0;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__resources {
    margin: 100px auto;
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__resources {
    max-width: 1440px;
  }
}
.course-listing__resources__title {
  padding: 50px 20px 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-listing__resources__title {
    padding: 0 0 50px 0;
  }
}
.course-listing__resources__title::before {
  background-color: #b5e4e7;
  border-radius: 50%;
  content: '';
  display: block;
  height: 150px;
  left: 2px;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .course-listing__resources__title::before {
    height: 375px;
    width: 375px;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__resources__title::before {
    height: 475px;
    width: 475px;
  }
}
.course-listing__resources__content {
  background-color: #fafafa;
  border-radius: 30px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .course-listing__resources__content {
    margin: 0 40px;
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__resources__content {
    margin: 0 auto;
    max-width: 1140px;
    padding: 50px 0;
  }
}
.course-listing__resources__content a {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 30px;
  padding: 0 0 30px 0;
}
@media screen and (min-width: 1200px) {
  .course-listing__resources__content a {
    border: 0;
    margin-bottom: 0;
    padding: 0 30px;
  }
}
.course-listing__resources__content a:first-of-type h4::before {
  display: none;
}
.course-listing__resources__content a:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.course-listing__resources__content a:hover {
  text-decoration: none;
}
.course-listing__resources__content a:hover h4 {
  color: #003678;
  text-decoration: underline;
}
.course-listing__resources__content a .category {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 10px 0;
}
.course-listing__resources__content a h4 {
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-listing__resources__content a h4 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__resources__content a h4::before {
    background-color: #d8d8d8;
    content: '';
    display: block;
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 2px;
  }
}
.course-listing__resources__link {
  padding: 30px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .course-listing__resources__link {
    padding: 50px 0 0 0;
  }
}
.course-listing__poll {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .course-listing__poll {
    margin-bottom: 100px;
  }
}
.course-listing__poll h2,
.course-listing__poll .general__title__container .subtitle,
.general__title__container .course-listing__poll .subtitle,
.course-listing__poll .faculty__banner__container .subtitle,
.faculty__banner__container .course-listing__poll .subtitle {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .course-listing__poll h2,
  .course-listing__poll .general__title__container .subtitle,
  .general__title__container .course-listing__poll .subtitle,
  .course-listing__poll .faculty__banner__container .subtitle,
  .faculty__banner__container .course-listing__poll .subtitle {
    margin-bottom: 20px;
  }
}
.course-listing__poll h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .course-listing__poll h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__poll__container {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__poll__container {
    margin: 0 auto;
    max-width: 1140px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1441px) {
  .course-listing__poll__container {
    max-width: 1620px;
  }
}
.course-listing__poll__survey {
  background-color: #fafafa;
  border-radius: 30px;
  margin: 0 0 30px 0;
  padding: 30px 20px;
}
@media screen and (min-width: 992px) {
  .course-listing__poll__survey {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__poll__survey {
    padding: 50px;
  }
}
@media screen and (min-width: 1441px) {
  .course-listing__poll__survey {
    margin-right: 15px;
  }
}
.course-listing__poll__survey .form-field-radio {
  margin: 0 0 30px 0;
}
.course-listing__poll__survey button[type='submit'] {
  margin: 20px 0 0 0;
}
.course-listing__poll__resources {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .course-listing__poll__resources {
    padding: 0 50px;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__poll__resources {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1441px) {
  .course-listing__poll__resources {
    margin-left: 15px;
  }
}
.course-listing__poll__resources a {
  border: 2px solid #d8d8d8;
  border-radius: 30px;
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 20px 0;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-listing__poll__resources a {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.course-listing__poll__resources a:hover {
  text-decoration: underline;
}
.course-listing__poll__resources a:last-of-type {
  margin-bottom: 0;
}
.course-listing__prefooter {
  padding: 50px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-listing__prefooter {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__prefooter {
    padding: 100px 50px;
  }
}
.course-listing__prefooter__bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 120px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .course-listing__prefooter__bg {
    width: 430px;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__prefooter__bg {
    width: calc(100% - 250px);
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__prefooter__bg {
    max-width: 70%;
    width: calc(100% - 350px);
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__prefooter__container {
    margin: 0 auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .course-listing__prefooter__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.course-listing__prefooter__image__container {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .course-listing__prefooter__image__container {
    margin: 0 auto 100px auto;
    width: 485px;
  }
}
@media screen and (min-width: 992px) {
  .course-listing__prefooter__image__container {
    height: 100%;
    margin: 0;
    padding-right: 50px;
    width: 100%;
  }
}
.course-listing__prefooter__image__container::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media screen and (min-width: 992px) {
  .course-listing__prefooter__image__container::after {
    display: none;
  }
}
.course-listing__prefooter__image__container img {
  -o-object-fit: cover;
  -o-object-position: center;
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .course-listing__prefooter__image__container img {
    bottom: unset;
    left: unset;
    position: relative;
    right: unset;
    top: unset;
  }
}
@media screen and (min-width: 1200px) {
  .course-listing__prefooter__content {
    padding-left: 50px;
  }
}
.course-listing__prefooter__content h2,
.course-listing__prefooter__content .general__title__container .subtitle,
.general__title__container .course-listing__prefooter__content .subtitle,
.course-listing__prefooter__content .faculty__banner__container .subtitle,
.faculty__banner__container .course-listing__prefooter__content .subtitle {
  margin: 0 0 30px 0;
}
.course-listing__prefooter__content p {
  margin: 0;
}
.course-listing__prefooter__content .cta:first-of-type {
  margin-left: 0;
}
.course-detail__intro {
  margin: 30px 0 50px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-detail__intro {
    background-color: #f8f8f8;
    margin: 0 0 50px 0;
  }
}
.course-detail__intro__back {
  flex: 0 0 100%;
  margin-bottom: 20px;
}
.course-detail__intro__back a {
  color: #0f0f0f;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  position: relative;
  text-decoration: none;
}
.course-detail__intro__back a:hover {
  text-decoration: none;
}
.course-detail__intro__back a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.course-detail__intro__back a.active::after {
  display: none;
}
.course-detail__intro__back a::before {
  content: url('/presentation/images/icons/arrow-left-small.svg');
  margin-right: 15px;
  vertical-align: -1px;
}
.course-detail__intro__back a::after {
  background-color: #f36c45;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  width: 100%;
}
.course-detail__intro__bg {
  bottom: 70px;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .course-detail__intro__bg {
    bottom: -200px;
  }
}
.course-detail__intro__bg svg {
  height: auto;
  width: 300px;
}
@media screen and (min-width: 1200px) {
  .course-detail__intro__bg svg {
    width: 375px;
  }
}
.course-detail__intro__container {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__container {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-detail__intro__container {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__intro__container {
    margin: 0 auto;
    max-width: 960px;
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .course-detail__intro__title {
    margin-left: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__intro__title {
    max-width: 750px;
  }
}
.course-detail__intro__title h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__title h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.course-detail__intro__title .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__title .subtitle {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.75;
    margin: 10px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__intro__title .subtitle {
    margin-top: 30px;
  }
}
.course-detail__intro__title .subtitle::before {
  content: ':';
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__title .subtitle::before {
    display: none;
  }
}
.course-detail__intro__title .type {
  background-color: #b5e4e7;
  color: #000;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
  padding: 0 5px;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__title .type {
    font-size: 0.875rem;
    height: 30px;
    letter-spacing: 2px;
    line-height: 1.71429;
    line-height: 30px;
    padding: 0 10px;
    transform: none;
  }
}
.course-detail__intro__title .credits {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1200px) {
  .course-detail__intro__title .credits {
    margin: 0 0 0 30px;
  }
}
.course-detail__intro__title .overview {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
}
.course-detail__intro__side {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__side {
    float: left;
    height: 300px;
    margin: 0 30px 30px 0;
    width: 350px;
  }
}
.course-detail__intro__side__detail {
  border-top: 5px solid #00969f;
  margin: 40px 0;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__side__detail {
    background-color: #fff;
    padding: 20px 40px;
  }
}
.course-detail__intro__side__detail .title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.72222;
  margin: 0 0 10px 0;
}
.course-detail__intro__side__detail .desc {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 2;
}
.course-detail__intro__side__detail .desc a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.course-detail__intro__side__countdown {
  order: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__side__countdown {
    margin-left: -10px;
    order: 2;
    width: 100%;
  }
}
.course-detail__intro__side__countdown__container {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__side__countdown__container {
    justify-content: space-between;
    order: 2;
  }
}
.course-detail__intro__side__countdown .counter-head {
  color: #696c79;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 5px 0;
}
.course-detail__intro__side__countdown .counter {
  min-width: 80px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__side__countdown .counter {
    flex: 0 0 25%;
    min-width: auto;
    padding: 0 5px;
  }
}
.course-detail__intro__side__countdown .counter:last-of-type::after {
  display: none;
}
.course-detail__intro__side__countdown .counter::after {
  color: #696c79;
  content: ':';
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 992px) {
  .course-detail__intro__side__countdown .counter::after {
    top: 4px;
  }
}
.course-detail__intro__side__countdown .number {
  color: #111;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 992px) {
  .course-detail__intro__side__countdown .number {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.course-detail__intro__side__countdown .text {
  color: #696c79;
}
.course-detail__intro__side__image {
  height: 200px;
  margin: 30px 0 0 0;
  order: 2;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__side__image {
    margin: 0 0 30px 0;
    order: 1;
  }
}
.course-detail__intro__side__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__btns {
    margin-left: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__intro__btns {
    max-width: 750px;
  }
}
.course-detail__intro__callout {
  background-color: #f8f8f8;
  margin-top: 50px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .course-detail__intro__callout {
    background-color: #fff;
  }
}
.course-detail__intro__callout p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
}
.course-detail__intro__callout .head {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.course-detail__intro__callout .copy:last-of-type {
  margin-bottom: 0;
}
.course-detail__intro__callout .form-field-checkbox {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .course-detail__intro__callout .form-field-checkbox {
    margin-bottom: 0;
  }
}
.course-detail__intro__callout .cta {
  margin-left: 35px;
}
@media screen and (min-width: 992px) {
  .course-detail__intro__callout .cta {
    margin-left: 0;
  }
}
.course-detail__back {
  margin: 0 0 100px 0;
}
.course-detail__back__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .course-detail__back__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-detail__back__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__back__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .course-detail__back__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .course-detail__back__container {
    max-width: 1620px;
  }
}
.course-detail__back a {
  color: #0f0f0f;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  position: relative;
  text-decoration: none;
}
.course-detail__back a:hover {
  text-decoration: none;
}
.course-detail__back a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.course-detail__back a.active::after {
  display: none;
}
.course-detail__back a::before {
  content: url('/presentation/images/icons/arrow-left-small.svg');
  margin-right: 15px;
  vertical-align: -1px;
}
.course-detail__back a::after {
  background-color: #f36c45;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  width: 100%;
}
.course-detail__highlights {
  margin-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .course-detail__highlights {
    margin-bottom: 200px;
  }
}
.course-detail__highlights__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .course-detail__highlights__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-detail__highlights__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__highlights__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .course-detail__highlights__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .course-detail__highlights__container {
    max-width: 1620px;
  }
}
.course-detail__highlights__item {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 768px) {
  .course-detail__highlights__item {
    flex: 0 0 calc(50% - 25px);
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__highlights__item {
    flex: 0 0 calc(33.33% - 25px);
  }
}
.course-detail__highlights__item:last-of-type {
  margin-bottom: 0;
}
.course-detail__highlights__item h2,
.course-detail__highlights__item .general__title__container .subtitle,
.general__title__container .course-detail__highlights__item .subtitle,
.course-detail__highlights__item .faculty__banner__container .subtitle,
.faculty__banner__container .course-detail__highlights__item .subtitle {
  border-bottom: 2px solid #00969f;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
}
.course-detail__highlights__item p,
.course-detail__highlights__item li {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .course-detail__highlights__item p,
  .course-detail__highlights__item li {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.9375;
  }
}
.course-detail__highlights__item p:last-of-type,
.course-detail__highlights__item li:last-of-type {
  margin-bottom: 0;
}
.course-detail__highlights__item ul {
  margin: 0;
  padding: 0;
}
.course-detail__highlights__item li {
  list-style: none;
}
.course-detail__overview {
  margin-bottom: 100px;
  position: relative;
}
.course-detail__overview__caduceus {
  position: absolute;
  right: 0;
  top: -100px;
  width: 55%;
}
@media screen and (min-width: 1200px) {
  .course-detail__overview__caduceus {
    right: -150px;
    top: -150px;
    width: 535px;
  }
}
.course-detail__overview__caduceus svg {
  display: block;
  height: auto;
  width: 100%;
}
.course-detail__overview__bg {
  background-color: #f8f8f8;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  z-index: -1;
}
.course-detail__overview__container {
  padding: 0 20px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-detail__overview__container {
    padding: 80px 40px 40px 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-detail__overview__container {
    padding: 100px 50px 50px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__overview__container {
    margin: 0 auto;
    max-width: 1040px;
    padding: 50px 0;
  }
}
.course-detail__overview__item h2,
.course-detail__overview__item .general__title__container .subtitle,
.general__title__container .course-detail__overview__item .subtitle,
.course-detail__overview__item .faculty__banner__container .subtitle,
.faculty__banner__container .course-detail__overview__item .subtitle,
.course-detail__overview__item p,
.course-detail__overview__item ul {
  max-width: 750px;
}
.course-detail__overview__item h2,
.course-detail__overview__item .general__title__container .subtitle,
.general__title__container .course-detail__overview__item .subtitle,
.course-detail__overview__item .faculty__banner__container .subtitle,
.faculty__banner__container .course-detail__overview__item .subtitle {
  margin: 0 0 30px 0;
}
.course-detail__overview__item p {
  margin: 0 0 30px 50px;
}
@media screen and (min-width: 768px) {
  .course-detail__overview__item p {
    margin-left: 90px;
  }
}
.course-detail__overview__item ul {
  margin: 0 0 30px 50px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .course-detail__overview__item ul {
    margin-left: 90px;
  }
}
.course-detail__overview__item li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.course-detail__overview__item li:last-of-type {
  margin-bottom: 0;
}
.course-detail__overview__item li::before {
  background-color: #00969f;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  margin-right: 15px;
  position: absolute;
  top: 12px;
  width: 5px;
}
.course-detail__faculty {
  background-color: #f8f8f8;
  margin-bottom: 100px;
  padding: 50px 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-detail__faculty {
    padding: 175px 40px 85px 40px;
  }
}
.course-detail__faculty__caduceus {
  left: -200px;
  position: absolute;
  top: -25px;
  width: 525px;
}
@media screen and (min-width: 1200px) {
  .course-detail__faculty__caduceus {
    left: -100px;
  }
}
.course-detail__faculty__caduceus svg {
  display: block;
  height: auto;
  width: 100%;
}
.course-detail__faculty__container {
  background-color: #fff;
  border-top: 6px solid #00969f;
  padding: 30px 20px 50px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-detail__faculty__container {
    padding: 80px 50px 50px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__faculty__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 100px 200px;
  }
}
.course-detail__faculty__title h2,
.course-detail__faculty__title .general__title__container .subtitle,
.general__title__container .course-detail__faculty__title .subtitle,
.course-detail__faculty__title .faculty__banner__container .subtitle,
.faculty__banner__container .course-detail__faculty__title .subtitle {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .course-detail__faculty__title h2,
  .course-detail__faculty__title .general__title__container .subtitle,
  .general__title__container .course-detail__faculty__title .subtitle,
  .course-detail__faculty__title .faculty__banner__container .subtitle,
  .faculty__banner__container .course-detail__faculty__title .subtitle {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__faculty__title h2,
  .course-detail__faculty__title .general__title__container .subtitle,
  .general__title__container .course-detail__faculty__title .subtitle,
  .course-detail__faculty__title .faculty__banner__container .subtitle,
  .faculty__banner__container .course-detail__faculty__title .subtitle {
    margin-left: -100px;
  }
}
.course-detail__faculty__item {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .course-detail__faculty__item {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.course-detail__faculty__item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.course-detail__faculty__item__image {
  height: 165px;
  margin: 0 0 30px 0;
  position: relative;
  width: 165px;
}
@media screen and (min-width: 768px) {
  .course-detail__faculty__item__image {
    flex: 0 0 165px;
  }
}
.course-detail__faculty__item__image img {
  -o-object-fit: cover;
  -o-object-position: top;
  border-radius: 15px;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.course-detail__faculty__item__image .favorite-star {
  align-items: center;
  background-color: #003678;
  border-radius: 50%;
  bottom: 5px;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 0;
  position: absolute;
  right: 5px;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 50px;
}
@media screen and (min-width: 768px) {
  .course-detail__faculty__item__image .favorite-star {
    margin-right: 0;
  }
}
.course-detail__faculty__item__image .favorite-star:hover {
  background-color: #00969f;
  text-decoration: none;
}
.course-detail__faculty__item__image .favorite-star:hover svg {
  fill: transparent;
  stroke: #fff;
}
.course-detail__faculty__item__image .favorite-star svg {
  display: block;
  fill: transparent;
  margin-left: 0;
  stroke: #fff;
  transition: fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    stroke 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .course-detail__faculty__item__image .favorite-star svg {
    height: 20px;
    width: 20px;
  }
}
.course-detail__faculty__item__image .favorite-star.starred:hover {
  text-decoration: none;
}
.course-detail__faculty__item__image .favorite-star.starred:hover svg {
  fill: #fff;
  stroke: #fff;
}
.course-detail__faculty__item__image .favorite-star.starred svg {
  fill: #fff;
}
.course-detail__faculty__item__image .favorite-star.starred.active svg {
  fill: #fff;
  stroke: #fff;
}
.course-detail__faculty__item__image .favorite-star.active svg {
  fill: #003678;
  stroke: #fff;
}
@media screen and (min-width: 768px) {
  .course-detail__faculty__item__copy {
    padding-left: 30px;
  }
}
.course-detail__faculty__item__copy h3 {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .course-detail__faculty__item__copy h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.course-detail__faculty__item__copy p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
}
.course-detail__faculty__item__disclosures {
  background-color: #fff;
  margin-top: 30px;
}
.course-detail__accreditation {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .course-detail__accreditation {
    margin-bottom: 150px;
  }
}
.course-detail__accreditation__title {
  padding: 0 20px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-detail__accreditation__title {
    padding: 80px 40px 40px 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-detail__accreditation__title {
    padding: 100px 50px 50px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__accreditation__title {
    margin: 0 auto;
    max-width: 1040px;
    padding: 50px 0;
  }
}
.course-detail__accreditation__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .course-detail__accreditation__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-detail__accreditation__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__accreditation__container {
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
  }
}
.course-detail__accreditation__container h2,
.course-detail__accreditation__container .general__title__container .subtitle,
.general__title__container .course-detail__accreditation__container .subtitle,
.course-detail__accreditation__container .faculty__banner__container .subtitle,
.faculty__banner__container .course-detail__accreditation__container .subtitle {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .course-detail__accreditation__container h2,
  .course-detail__accreditation__container .general__title__container .subtitle,
  .general__title__container .course-detail__accreditation__container .subtitle,
  .course-detail__accreditation__container .faculty__banner__container .subtitle,
  .faculty__banner__container .course-detail__accreditation__container .subtitle {
    margin-bottom: 50px;
  }
}
.course-detail__accreditation__item {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .course-detail__accreditation__item {
    margin-bottom: 75px;
  }
}
.course-detail__accreditation__item .accordion__container {
  margin: 30px 0;
  max-width: none;
  width: 100%;
}
.course-detail__accreditation__item .accordion-btn {
  margin: 0;
  padding: 30px 15px;
}
.course-detail__accreditation__item .accordion-btn svg {
  right: 15px;
}
.course-detail__accreditation__item .accordion-copy {
  padding: 0 15px 30px 15px;
}
.course-detail__accreditation__item h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .course-detail__accreditation__item h3 {
    font-size: 1.5625rem;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0 0 20px 0;
  }
}
.course-detail__accreditation__item h4,
.course-detail__accreditation__item .accordion-btn {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9375;
}
@media screen and (min-width: 768px) {
  .course-detail__accreditation__item h4,
  .course-detail__accreditation__item .accordion-btn {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.course-detail__accreditation__item h4 {
  margin: 0 0 5px 0;
}
@media screen and (min-width: 768px) {
  .course-detail__accreditation__item h4 {
    margin: 0 0 10px 0;
  }
}
.course-detail__accreditation__item p {
  margin: 0 0 30px 0;
}
.course-detail__accreditation__item__logos {
  flex: 0 0 100%;
  height: 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .course-detail__accreditation__item__logos {
    flex: 0 0 calc(50% - 25px);
  }
}
.course-detail__accreditation__item__logos img {
  -o-object-fit: contain;
  -o-object-position: left;
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: left;
  width: 100%;
}
.course-detail__partners {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .course-detail__partners {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-detail__partners {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__partners {
    padding: 0;
  }
}
.course-detail__partners__container {
  background-color: #f8f8f8;
  border-radius: 30px;
  margin-bottom: 100px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .course-detail__partners__container {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 992px) {
  .course-detail__partners__container {
    margin: 0 auto 150px auto;
    max-width: 950px;
  }
}
.course-detail__partners__item {
  border-top: 2px solid #d8d8d8;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .course-detail__partners__item {
    border-left: 2px solid #d8d8d8;
    border-top: 0;
    flex: 1;
    margin: 0 0 0 50px;
    padding: 0 0 0 50px;
  }
}
.course-detail__partners__item:first-of-type {
  border: 0;
  margin: 0;
  padding: 0;
}
.course-detail__partners__item h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.course-detail__partners__item p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0;
}
.course-detail__resources h2,
.course-detail__resources .general__title__container .subtitle,
.general__title__container .course-detail__resources .subtitle,
.course-detail__resources .faculty__banner__container .subtitle,
.faculty__banner__container .course-detail__resources .subtitle {
  margin: 0 auto 50px auto;
  text-align: center;
}
.course-detail .related-carousel {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .course-detail .related-carousel {
    margin-bottom: 150px;
  }
}
.course-detail__related-grid {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .course-detail__related-grid {
    margin-bottom: 150px;
  }
}
.course-detail__related-grid__container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .course-detail__related-grid__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-detail__related-grid__container {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-detail__related-grid__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
  }
}
.course-detail__related-grid__container h2,
.course-detail__related-grid__container .general__title__container .subtitle,
.general__title__container .course-detail__related-grid__container .subtitle,
.course-detail__related-grid__container .faculty__banner__container .subtitle,
.faculty__banner__container .course-detail__related-grid__container .subtitle {
  margin: 0 auto 50px auto;
  text-align: center;
}
.course-detail__related-grid__container .course-block {
  border: 0 !important;
  flex: 0 0 100%;
  padding: 0 0 0 30px !important;
}
@media screen and (min-width: 992px) {
  .course-detail__related-grid__container .course-block {
    flex: 0 0 calc(50% - 60px);
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1441px) {
  .course-detail__related-grid__container .course-block__image {
    flex: 0 0 250px !important;
  }
}
.course-detail__related-grid__container .course-block__details {
  flex: 0 0 calc(100% - 250px) !important;
}
.course-class {
  padding-top: 55px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .course-class {
    padding-top: 0;
  }
}
.course-class__header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .course-class__header {
    position: relative;
  }
}
.course-class__header__top {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .course-class__header__top {
    margin: 0 auto;
    max-width: 1140px;
  }
}
.course-class__header__exit {
  padding: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  .course-class__header__exit {
    left: 40px;
    padding: 0;
    position: absolute;
    top: 37px;
  }
}
.course-class__header__exit svg {
  display: inline-block;
  height: 12px;
  width: 12px;
}
.course-class__header__logo {
  padding: 25px;
}
.course-class__header__logo svg {
  display: block;
  height: auto;
  width: 175px;
}
.course-class__header__nav {
  background-color: #003678;
}
.course-class__header__nav__container {
  color: #fff;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .course-class__header__nav__container {
    padding: 15px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .course-class__header__nav__container {
    margin: 0 auto;
    max-width: 1140px;
  }
}
.course-class__header__nav__container p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0;
}
.course-class__header__nav__container a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.course-class__header__nav__prev a svg {
  margin-right: 15px;
  vertical-align: 0.5px;
}
.course-class__header__nav__logo svg {
  display: block;
  height: 25px;
  width: auto;
}
.course-class__header__nav__exit a svg {
  margin-left: 15px;
}
.course-class__progress {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  top: -100%;
  transition: top 0.15s ease;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .course-class__progress {
    border-radius: 50%;
    height: 110px;
    margin: 0;
    padding: 10px;
    right: 25px;
    top: 200px;
    transition: right 0.15s ease, width 0.15s ease, padding 0.15s ease, border-radius 0.15s ease;
    width: 110px;
    z-index: 2;
  }
}
.course-class__progress.open {
  top: 55px;
}
@media screen and (min-width: 1200px) {
  .course-class__progress.open {
    border-radius: 60px 0 0 0;
    height: auto;
    padding: 15px;
    right: 0;
    top: 200px;
    width: 200px;
  }
}
.course-class__progress.open .course-class__progress__links {
  display: block;
}
.course-class__progress__toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  margin: 0;
  padding: 0;
  padding: 0;
}
.course-class__progress__toggle:hover {
  cursor: pointer;
}
.course-class__progress__toggle .course-progress {
  background-image: linear-gradient(0deg, #003678 16%, #5091cd 57%, #00969f 95%);
  border-radius: 50%;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 90px;
}
.course-class__progress__toggle .course-progress.lesser::before {
  background-color: #d8d8d8;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 1;
}
.course-class__progress__toggle .course-progress.greater::before {
  background-image: linear-gradient(0deg, #003678 16%, #5091cd 57%, #00969f 95%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
.course-class__progress__toggle .course-progress-bar {
  background-color: #d8d8d8;
  height: 100%;
}
.course-class__progress__toggle .course-progress-bar.lesser {
  border-radius: 0 100% 100% 0/50%;
  margin-left: 50%;
  transform-origin: left;
}
.course-class__progress__toggle .course-progress-bar.greater {
  border-radius: 100% 0 0 100%/50%;
  margin-right: 50%;
  transform-origin: right;
}
.course-class__progress__toggle .course-progress-label {
  background-color: #fff;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.8);
  height: 70px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 70px;
  z-index: 1;
}
.course-class__progress__toggle .course-progress-label p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.16667;
  margin: 0;
  padding: 5px;
  text-transform: none;
}
.course-class__progress__toggle .course-progress-label .current {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.875;
  vertical-align: -1px;
}
.course-class__progress__links {
  padding: 30px 20px;
}
@media screen and (min-width: 1200px) {
  .course-class__progress__links {
    display: none;
    padding: 20px 10px 10px 10px;
  }
}
.course-class__progress__links li {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
}
.course-class__progress__links li:last-of-type {
  padding: 0;
}
.course-class__progress__links .number {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 20px 0;
}
.course-class__progress__links .links {
  margin: 0;
  padding: 0 0 0 10px;
}
.course-class__progress__links .links li::before {
  background-color: #5091cd;
  content: '';
  display: block;
  height: 100%;
  left: -10px;
  position: absolute;
  top: 4px;
  width: 1px;
}
.course-class__progress__links .links li::after {
  background-color: #5091cd;
  border-radius: 50%;
  content: '';
  display: block;
  height: 5px;
  left: -12px;
  position: absolute;
  top: 4px;
  width: 5px;
}
.course-class__progress__links .links li:last-of-type {
  padding: 0;
}
.course-class__progress__links .links li.active::before {
  background-color: #d8d8d8;
}
.course-class__progress__links .links li.active::after {
  background-color: #fff;
  border: 1px solid #5091cd;
}
.course-class__progress__links .links li.disabled::before,
.course-class__progress__links .links li.disabled::after {
  background-color: #d8d8d8;
}
.course-class__progress__links .sublinks {
  padding-left: 20px;
  padding-top: 20px;
}
.course-class__progress__links .sublinks li::before {
  display: none;
}
.course-class__progress__links .sublinks li::after {
  background-color: #5091cd;
  border-radius: 0;
  content: '';
  display: block;
  height: 1px;
  left: -30px;
  position: absolute;
  top: 5px;
  width: 15px;
}
.course-class__progress__links .sublinks li.disabled::after {
  background-color: #d8d8d8;
}
.course-class__title__container {
  border-bottom: 2px solid #d8d8d8;
  margin: 50px 0 30px 0;
  padding: 0 20px 30px 20px;
}
@media screen and (min-width: 768px) {
  .course-class__title__container {
    margin: 50px auto;
    max-width: 750px;
    padding: 0 40px 50px 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-class__title__container {
    max-width: 750px;
    padding: 0 0 50px 0;
  }
}
.course-class__title .category {
  background-color: #b5e4e7;
  color: #000;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0 5px;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .course-class__title .category {
    font-size: 0.875rem;
    height: 30px;
    left: -30px;
    letter-spacing: 2px;
    line-height: 1.71429;
    line-height: 30px;
    padding: 0 10px;
    top: 10px;
  }
}
.course-class__title h2,
.course-class__title .general__title__container .subtitle,
.general__title__container .course-class__title .subtitle,
.course-class__title .faculty__banner__container .subtitle,
.faculty__banner__container .course-class__title .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .course-class__title h2,
  .course-class__title .general__title__container .subtitle,
  .general__title__container .course-class__title .subtitle,
  .course-class__title .faculty__banner__container .subtitle,
  .faculty__banner__container .course-class__title .subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.course-class__title .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .course-class__title .subtitle {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1200px) {
  .course-class__title .subtitle {
    margin-top: 10px;
  }
}
.course-class__title .subtitle::before {
  content: ':';
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .course-class__title .subtitle::before {
    display: none;
  }
}
.course-class__content__container {
  margin: 0 auto 50px auto;
  max-width: 750px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .course-class__content__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-class__content__container {
    padding: 0;
  }
}
.course-class__content__credits {
  background-color: #fafafa;
  margin: 0 0 50px 0;
  padding: 20px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-class__content__credits {
    padding: 50px 30px;
  }
}
.course-class__content__credits__copy {
  position: relative;
  z-index: 1;
}
.course-class__content__credits__copy .checkmark {
  display: block;
  height: auto;
  margin: 0 auto 30px auto;
  width: 50px;
}
.course-class__content__credits__copy .greeting {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .course-class__content__credits__copy .greeting {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0 0 30px 0;
  }
}
.course-class__content__credits__copy .credits-earned {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .course-class__content__credits__copy .credits-earned {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.9375;
  }
}
.course-class__content__credits__copy .score {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .course-class__content__credits__copy .score {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.9375;
  }
}
.course-class__content__credits__copy .certificate {
  margin-bottom: 50px;
}
.course-class__content__credits__bg {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .course-class__content__credits__bg {
    width: 33%;
  }
}
.course-class__content__credits__bg svg {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .course-class__content__btns {
    margin: 50px 0 100px 0;
  }
}
.course-class__content__share {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .course-class__content__share {
    margin: 0;
  }
}
.course-class__content__share .share-text {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin: 0 15px 0 0;
  text-transform: uppercase;
}
.course-class__content .intro {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.625;
  margin: 0 0 50px 0;
}
.course-class__content .thanks {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 30px 0;
}
.course-class__content .download {
  margin: 0 0 30px 0;
}
.course-class__content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 100px 0 30px 0;
}
.course-class__content h3 + h4 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .course-class__content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.0625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.45455;
    margin: 100px 0 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .course-class__content h3 {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
.course-class__content h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .course-class__content h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 100px 0 30px 0;
  }
}
.course-class__content h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 20px 0;
}
.course-class__content p,
.course-class__content li {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .course-class__content p,
  .course-class__content li {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.course-class__content ul {
  margin: 0 0 50px 0;
  padding: 0 0 0 10px;
}
.course-class__content li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.course-class__content li:last-of-type {
  margin-bottom: 0;
}
.course-class__content li::before {
  background-color: #00969f;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  margin-right: 15px;
  position: absolute;
  top: 12px;
  width: 5px;
}
.course-class__content img {
  display: block;
  max-width: 100%;
}
.course-class__content figure {
  margin: 50px 0;
}
.course-class__content figure img {
  display: block;
  width: 100%;
}
.course-class__content figure figcaption {
  margin: 30px 0 0 0;
}
.course-class__next {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .course-class__next {
    margin: 50px 0 100px 0;
    width: 100vw;
    left: calc(-50vw + 50%);
  }
}
.course-class__next__title {
  margin: 0 auto 30px auto;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .course-class__next__title {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .course-class__next__title {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .course-class__next__title {
    max-width: 1140px;
    width: calc(100% - 150px);
  }
}
@media (min-width: 992px) {
  .course-class__content__container .media-wrapper {
    width: 100vw !important;
    margin-left: -30% !important;
  }
}
.course-class__next__container {
  margin: 0 auto;
  max-width: 100%;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .course-class__next__container {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .course-class__next__container {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .course-class__next__container {
    max-width: 1190px;
    width: calc(100% - 150px);
  }
}
.course-class__next__activity {
  background-color: #fafafa;
  border-top: 15px solid #fff;
  margin: 0 auto 30px auto;
  max-width: 375px;
  padding: 40px 20px 60px 20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .course-class__next__activity {
    flex: 0 0 calc(33.33% - 25px);
    margin: 0 25px;
  }
}
.course-class__next__activity--ce .activity-tag {
  background-color: #b5e4e7;
  color: #000;
}
.course-class__next__activity--ce .course-class__next__activity__bg svg {
  fill: rgba(181, 228, 231, 0.5);
}
.course-class__next__activity--non-ce .activity-tag {
  background-color: #5ea83e;
  color: #000;
}
.course-class__next__activity--non-ce .course-class__next__activity__bg svg {
  fill: rgba(94, 168, 62, 0.2);
}
.course-class__next__activity .activity-tag {
  display: inline-block;
  left: 50%;
  margin-top: -15px;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}
.course-class__next__activity__content {
  height: 100%;
  position: relative;
  z-index: 1;
}
.course-class__next__activity__content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .course-class__next__activity__content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.course-class__next__activity__content .program {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
  .course-class__next__activity__content .program {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.9375;
  }
}
.course-class__next__activity__content .start {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 50px 0 20px 0;
  text-transform: uppercase;
}
.course-class__next__activity__content .time {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.47059;
  position: relative;
}
.course-class__next__activity__content .time:last-of-type {
  margin-right: 20px;
}
.course-class__next__activity__content .label,
.course-class__next__activity__content .account p.label,
.account .course-class__next__activity__content p.label {
  display: block;
  margin: 10px 0 40px 0;
}
.course-class__next__activity__bg {
  bottom: 0;
  position: absolute;
  right: 0;
}
.course-class__quiz__container {
  margin: 0 auto 50px auto;
  max-width: 750px;
  padding: 0 20px 20px 20px;
}
.course-class__quiz__container .survey-head {
  font-size: 1.5625rem;
  line-height: 1.6;
  margin: 50px 0 25px 0;
}
.course-class__quiz__container .survey-question,
.course-class__quiz__container .survey-question p {
  font-weight: 700 !important;
  text-transform: none !important;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .course-class__quiz__container {
    padding: 0 40px 40px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .course-class__quiz__container {
    padding: 0 0 50px 0;
  }
}
.course-class__quiz .intro {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
}
.course-class__quiz .form-field {
  margin-bottom: 50px;
}
.course-class__quiz .form-field.incorrect .alert-incorrect,
.course-class__quiz .form-field.incorrect .incorrect-msg {
  display: block;
}
.course-class__quiz .form-field.correct .alert-correct {
  display: block;
}
.course-class__quiz .form-field .alert-correct,
.course-class__quiz .form-field .alert-incorrect,
.course-class__quiz .form-field .alert-required {
  display: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .course-class__quiz .form-field .alert-correct,
  .course-class__quiz .form-field .alert-incorrect {
    left: -195px;
    position: absolute;
    top: 5px;
    width: 145px;
  }
  .course-class__quiz .form-field .alert-required {
    left: -205px;
    position: absolute;
    top: 5px;
    width: 155px;
  }
}
.course-class__quiz .form-field .alert-correct::after,
.course-class__quiz .form-field .alert-incorrect::after,
.course-class__quiz .form-field .alert-required::after {
  background-image: url(/presentation/images/dashboard/subnav-incomplete.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 5px;
  vertical-align: -8px;
  width: 24px;
}
.course-class__quiz .form-field .alert-correct {
  color: #00969f;
}
.course-class__quiz .form-field .alert-correct::after {
  background-image: url(/presentation/images/dashboard/subnav-complete.svg);
}
.course-class__quiz .form-field .alert-correct + .question-head {
  margin-top: 5px;
}
.course-class__quiz .form-field .alert-correct-option {
  background-image: url(/presentation/images/dashboard/subnav-complete.svg);
  background-repeat: no-repeat;
  height: 15px;
  margin-bottom: -25px;
  margin-left: -21px;
  width: 20px;
}
.course-class__quiz .form-field .alert-incorrect,
.course-class__quiz .form-field .alert-required {
  color: #e52a08;
}
.course-class__quiz .form-field .alert-incorrect::after,
.course-class__quiz .form-field .alert-required ::after {
  background-image: url(/presentation/images/dashboard/subnav-incomplete.svg);
}
.course-class__quiz .form-field .alert-incorrect + .question-head,
.course-class__quiz .form-field .alert-required + .question-head {
  margin-top: 5px;
}
.course-class__quiz .form-field .incorrect-msg {
  display: none;
}
.course-class__quiz .form-field-checkbox,
.course-class__quiz .form-field-radio {
  margin: 0 0 20px 0;
}
.course-class__quiz .question-head {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 50px 0 25px 0;
}
@media screen and (min-width: 768px) {
  .course-class__quiz .question-head {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.course-class__quiz .question p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .course-class__quiz .question p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.course-class__quiz .quiz-image {
  overflow-x: auto;
}
.course-class__quiz .quiz-image img {
  display: block;
}
@media screen and (min-width: 768px) {
  .course-class__quiz .quiz-image img {
    width: 100%;
  }
}
.course-class__credits {
  margin: 100px 0 50px;
}
@media screen and (min-width: 1200px) {
  .course-class__credits {
    margin: 100px 0;
  }
}
.course-class__credits__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .course-class__credits__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-class__credits__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .course-class__credits__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .course-class__credits .dashboard-credits__goal__progress {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .course-class__credits .dashboard-credits__goal__progress .credits-progress {
    height: 385px;
    width: 385px;
  }
}
@media screen and (min-width: 1200px) {
  .course-class__credits .dashboard-credits__goal__progress .credits-progress {
    height: 400px;
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .course-class__credits .dashboard-credits__goal__progress .credits-progress-label {
    height: 325px;
    left: 30px;
    top: 30px;
    width: 325px;
  }
}
@media screen and (min-width: 1200px) {
  .course-class__credits .dashboard-credits__goal__progress .credits-progress-label {
    height: 340px;
    left: 30px;
    top: 30px;
    width: 340px;
  }
}
@media screen and (min-width: 768px) {
  .course-class__credits__btns {
    padding-left: 50px;
  }
}
.course-class__credits__btns .cta {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 992px) {
  .course-class__credits__btns .cta {
    margin-right: 50px;
  }
}
.course-class__refs {
  background-color: #fff;
  padding: 50px 0 100px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .course-class__refs {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .course-class__refs__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-class__refs__container {
    margin: 100px auto;
    max-width: 800px;
  }
}
.course-class__refs__item {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .course-class__refs__item {
    padding: 30px 60px;
  }
}
.course-class__refs__item:nth-of-type(odd) {
  background-color: #fafafa;
}
.course-class__refs__item__button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  padding: 0;
  position: relative;
  width: 100%;
}
.course-class__refs__item__button:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .course-class__refs__item__button {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.course-class__refs__item__content {
  padding-top: 30px;
}
.course-class__refs__item__content ol {
  padding: 0 0 0 20px;
}
.course-class__refs__item__content li {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 2;
  margin: 0 0 30px 0;
}
.faculty__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .faculty__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .faculty__container {
    margin: 0 auto;
    max-width: 750px;
    padding: 0;
  }
}
.faculty__banner {
  background-color: #fafafa;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  position: relative;
}
.faculty__banner svg {
  bottom: 0;
  position: absolute;
  right: 0;
}
.faculty__banner__container {
  padding: 50px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .faculty__banner__container {
    margin: 0 auto;
    max-width: 750px;
    padding: 95px 40px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .faculty__banner__container {
    padding: 75px 0;
  }
}
.faculty__banner__container h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .faculty__banner__container h1 {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
  }
}
@media screen and (min-width: 1200px) {
  .faculty__banner__container h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.faculty__banner__container .subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.faculty__title {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .faculty__title {
    margin: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .faculty__title {
    margin: 50px auto 25px auto;
    max-width: 750px;
  }
}
.faculty__title__image {
  height: 150px;
  margin-right: 25px;
  width: 150px;
}
.faculty__title__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  width: 150px;
}
.faculty__title__detail p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0;
}
.faculty__title__detail .course-star {
  margin: 25px 0 0 0;
}
.faculty__bio {
  margin-bottom: 50px;
}
.faculty__bio p,
.faculty__bio li {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
}
.faculty__bio ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
}
.faculty__bio li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.faculty__bio li:last-of-type {
  margin-bottom: 0;
}
.faculty__bio li::before {
  background-color: #00969f;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  margin-right: 15px;
  position: absolute;
  top: 12px;
  width: 5px;
}
.faculty__courses {
  margin-bottom: 100px;
}
.faculty__courses h2,
.faculty__courses .general__title__container .subtitle,
.general__title__container .faculty__courses .subtitle,
.faculty__courses .faculty__banner__container .subtitle,
.faculty__banner__container .faculty__courses .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 20px 0;
}
.blog {
  margin: 0 auto 100px auto;
  max-width: 2160px;
}
.blog__banner {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog__banner {
    margin-bottom: 100px;
  }
}
.blog__banner__container {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog__banner__container {
    padding: 150px 0 0 125px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__banner__container {
    padding: 50px 0 0 0;
  }
}
.blog__banner__image {
  height: 160px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .blog__banner__image {
    height: calc(100% - 150px);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .blog__banner__image {
    height: calc(100% - 125px);
    width: 52%;
  }
}
@media screen and (min-width: 1441px) {
  .blog__banner__image {
    width: 60%;
  }
}
.blog__banner__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  -webkit-animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  width: 100%;
}
.blog__banner__copy {
  background-color: #fafafa;
  padding: 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog__banner__copy {
    padding: 50px;
  }
}
@media screen and (min-width: 992px) {
  .blog__banner__copy {
    width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__banner__copy {
    padding: 125px 100px;
    width: 900px;
  }
}
.blog__banner__copy h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
  margin: 0 0 30px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog__banner__copy h1 {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 992px) {
  .blog__banner__copy h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.blog__banner__copy p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog__banner__copy p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.83333;
  }
}
@media screen and (min-width: 992px) {
  .blog__banner__copy p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.blog__banner__copy svg {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.blog__featured {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .blog__featured {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__featured {
    margin-left: 150px;
  }
}
@media screen and (min-width: 1921px) {
  .blog__featured {
    margin: 0 auto 100px auto;
    max-width: 1520px;
  }
}
.blog__featured__title {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .blog__featured__title {
    margin: 0;
    padding-right: 50px;
    width: 260px;
  }
}
@media screen and (min-width: 992px) {
  .blog__featured__title {
    margin-top: 30px;
    width: 385px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__featured__title {
    padding-right: 125px;
  }
}
.blog__featured__title h2,
.blog__featured__title .general__title__container .subtitle,
.general__title__container .blog__featured__title .subtitle,
.blog__featured__title .faculty__banner__container .subtitle,
.faculty__banner__container .blog__featured__title .subtitle {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .blog__featured__carousel {
    width: calc(100% - 260px);
  }
}
@media screen and (min-width: 1200px) {
  .blog__featured__carousel {
    width: calc(100% - 385px);
  }
}
.blog__featured__carousel .swiper-slide {
  padding: 12px 12px 35px 12px;
}
@media screen and (min-width: 768px) {
  .blog__featured__carousel .swiper-slide {
    padding: 12px 12px 110px 12px;
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .blog__featured__carousel .swiper-slide {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .blog__featured__carousel .swiper-slide {
    width: 47%;
  }
}
@media screen and (min-width: 1441px) {
  .blog__featured__carousel .swiper-slide {
    width: 43%;
  }
}
@media screen and (min-width: 1921px) {
  .blog__featured__carousel .swiper-slide {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .blog__featured__carousel .swiper-container {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1441px) {
  .blog__featured__carousel .swiper-container {
    margin-right: -24px;
  }
}
.blog__featured__carousel__slide {
  color: #000;
  display: block;
  margin: 0 auto;
  padding: 15px 4px 0 4px;
  position: relative;
  width: 100%;
}
.blog__featured__carousel__slide:hover {
  color: #000;
}
.blog__featured__carousel__slide:hover .image-border::before {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: draw-border-navy-1;
  animation-delay: 0.6s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-name: draw-border-navy-1;
}
.blog__featured__carousel__slide:hover .image-border::after {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: draw-border-navy-2;
  animation-delay: 0.2s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-name: draw-border-navy-2;
}
.blog__featured__carousel__slide__category {
  background-color: #003678;
  color: #fff;
  display: inline-block;
  height: 20px;
  left: 50%;
  line-height: 20px;
  padding: 0 10px;
  position: absolute;
  top: 5px;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .blog__featured__carousel__slide__category {
    height: 30px;
    line-height: 30px;
  }
}
.blog__featured__carousel__slide__image {
  position: relative;
  width: 100%;
}
.blog__featured__carousel__slide__image::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.blog__featured__carousel__slide__image .image-border {
  height: calc(100% + 20px);
  left: -10px;
  position: absolute;
  top: -10px;
  width: calc(100% + 20px);
  z-index: -1;
}
.blog__featured__carousel__slide__image .image-border::before {
  border: 2px solid transparent;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog__featured__carousel__slide__image .image-border::after {
  border: 2px solid transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}
.blog__featured__carousel__slide__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.blog__featured__carousel__slide__detail {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  left: 4px;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 50px;
  width: calc(100% - 8px);
}
.blog__featured__carousel__slide__detail .title {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .blog__featured__carousel__slide__detail .title {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin: 0 0 15px 0;
  }
}
.blog__featured__carousel__slide__detail .credits {
  margin: 0;
}
.blog__featured__carousel__slide__detail [data-toggle='tooltip'] {
  color: #fff;
}
.blog__featured__carousel__slide__date {
  background-color: #f8f8f8;
  bottom: -35px;
  display: inline-block;
  left: 50%;
  min-width: 170px;
  padding: 20px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .blog__featured__carousel__slide__date {
    bottom: -110px;
    padding: 50px 20px 20px 20px;
  }
}
.blog__featured__carousel__slide__date .days {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  line-height: 1;
  margin: 0 0 0 15px;
  margin-left: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .blog__featured__carousel__slide__date .days {
    margin: 0 0 50px 0;
  }
}
.blog__featured__carousel__slide__date .month {
  border-right: 2px solid #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.83333;
  line-height: 1;
  margin: 0;
  padding: 0 15px 0 0;
}
@media screen and (min-width: 768px) {
  .blog__featured__carousel__slide__date .month {
    border-right: 0;
    border-top: 2px solid #003678;
    font-size: 3.4375rem;
    letter-spacing: 0;
    line-height: 1.27273;
    padding: 10px 0 0 0;
  }
}
.blog__featured__carousel__slide__start {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  display: inline-block;
  left: 50%;
  padding: 10px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: calc(100% - 8px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .blog__featured__carousel__slide__start {
    padding: 15px;
  }
}
.blog__featured__controls {
  margin: 30px 30px 0 30px;
}
@media screen and (min-width: 768px) {
  .blog__featured__controls {
    bottom: 115px;
    left: 0;
    margin: 0;
    padding-right: 50px;
    position: absolute;
    width: 260px;
  }
}
@media screen and (min-width: 992px) {
  .blog__featured__controls {
    width: 335px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__featured__controls {
    padding-right: 90px;
  }
}
.blog__featured__controls .swiper-pagination-fraction {
  bottom: unset;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  left: unset;
  letter-spacing: 2px;
  line-height: 1.71429;
  width: auto;
}
.blog__resources {
  margin: 50px 0 100px 0;
}
@media screen and (min-width: 768px) {
  .blog__resources {
    margin: 100px 0;
  }
}
@media screen and (min-width: 992px) {
  .blog__resources {
    margin: 100px auto;
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .blog__resources {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1441px) {
  .blog__resources {
    margin: 150px auto;
  }
}
.blog__resources__title {
  padding: 50px 20px 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog__resources__title {
    padding: 0 0 50px 0;
  }
}
.blog__resources__title::before {
  background-color: #b5e4e7;
  border-radius: 50%;
  content: '';
  display: block;
  height: 150px;
  left: 2px;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .blog__resources__title::before {
    height: 375px;
    width: 375px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__resources__title::before {
    height: 475px;
    width: 475px;
  }
}
.blog__resources__content {
  background-color: #fafafa;
  border-radius: 30px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .blog__resources__content {
    margin: 0 40px;
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__resources__content {
    margin: 0 auto;
    max-width: 1140px;
    padding: 50px 0;
  }
}
.blog__resources__content a {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 30px;
  padding: 0 0 30px 0;
}
@media screen and (min-width: 1200px) {
  .blog__resources__content a {
    border: 0;
    margin-bottom: 0;
    padding: 0 30px;
  }
}
.blog__resources__content a:first-of-type h4::before {
  display: none;
}
.blog__resources__content a:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog__resources__content a:hover {
  text-decoration: none;
}
.blog__resources__content a:hover h4 {
  color: #003678;
  text-decoration: underline;
}
.blog__resources__content a .category {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 10px 0;
}
.blog__resources__content a h4 {
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog__resources__content a h4 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1200px) {
  .blog__resources__content a h4::before {
    background-color: #d8d8d8;
    content: '';
    display: block;
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 2px;
  }
}
.blog__resources__link {
  padding: 30px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .blog__resources__link {
    padding: 50px 0 0 0;
  }
}
.blog__prefooter {
  padding: 50px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog__prefooter {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 992px) {
  .blog__prefooter {
    padding: 100px 50px;
  }
}
.blog__prefooter__bg {
  background-color: #fafafa;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 120px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .blog__prefooter__bg {
    width: 430px;
  }
}
@media screen and (min-width: 992px) {
  .blog__prefooter__bg {
    width: calc(100% - 250px);
  }
}
@media screen and (min-width: 1200px) {
  .blog__prefooter__bg {
    max-width: 70%;
    width: calc(100% - 350px);
  }
}
@media screen and (min-width: 1200px) {
  .blog__prefooter__container {
    margin: 0 auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .blog__prefooter__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.blog__prefooter__image__container {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog__prefooter__image__container {
    margin: 0 auto 100px auto;
    width: 485px;
  }
}
@media screen and (min-width: 992px) {
  .blog__prefooter__image__container {
    height: 100%;
    margin: 0;
    padding-right: 50px;
    width: 100%;
  }
}
.blog__prefooter__image__container::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media screen and (min-width: 992px) {
  .blog__prefooter__image__container::after {
    display: none;
  }
}
.blog__prefooter__image__container img {
  -o-object-fit: cover;
  -o-object-position: center;
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .blog__prefooter__image__container img {
    bottom: unset;
    left: unset;
    position: relative;
    right: unset;
    top: unset;
  }
}
@media screen and (min-width: 1200px) {
  .blog__prefooter__content {
    padding-left: 50px;
  }
}
.blog__prefooter__content h2,
.blog__prefooter__content .general__title__container .subtitle,
.general__title__container .blog__prefooter__content .subtitle,
.blog__prefooter__content .faculty__banner__container .subtitle,
.faculty__banner__container .blog__prefooter__content .subtitle {
  margin: 0 0 30px 0;
}
.blog__prefooter__content p {
  margin: 0;
}
.blog__prefooter__content .cta {
  margin: 30px 0 0 50px;
}
@media screen and (min-width: 768px) {
  .blog__prefooter__content .cta {
    margin: 50px 0 0 50px;
  }
}
.blog__prefooter__content .cta:first-of-type {
  margin-left: 0;
}
.blog-taxonomy {
  margin: 0 auto 100px auto;
  max-width: 2160px;
}
.blog-taxonomy__container {
  background-color: #fff;
}
.blog-taxonomy__filter {
  padding: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .blog-taxonomy__filter {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .blog-taxonomy__filter {
    padding: 0 50px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .blog-taxonomy__filter {
    padding: 0 100px 0 0;
  }
}
.blog-taxonomy__filter .results {
  margin: 50px 0 0 0;
}
.blog-taxonomy__filter__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100vw;
  z-index: 998;
}
.blog-taxonomy__filter__overlay.open {
  opacity: 1;
  transform: translateX(0);
}
.blog-taxonomy__filter__exit {
  height: 60px;
}
.blog-taxonomy__filter__container {
  background-color: #fff;
  height: 100vh;
  left: 0;
  overflow: hidden;
  padding: 30px 20px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 90vw;
  z-index: 999;
}
.blog-taxonomy__filter__container.open {
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .blog-taxonomy__filter__container {
    height: auto;
    padding: 0;
    position: relative;
    transform: translateX(0);
    transition: none;
    width: 100%;
  }
}
.blog-taxonomy__filter__form {
  height: calc(100% - 60px);
}
.blog-taxonomy__filter__form__container {
  overflow: scroll;
}
@media screen and (min-width: 992px) {
  .blog-taxonomy__filter__form__container {
    overflow: auto;
  }
}
.blog-taxonomy__filter__form__container .form-group {
  padding: 15px 0 0 0;
}
.blog-taxonomy__filter__form__container .form-field-search {
  margin: 0 0 30px 0;
  width: 100%;
}
.blog-taxonomy__filter__form__container .form-field-search input[type='search'] {
  width: 100%;
}
.blog-taxonomy__filter__form__container .filter-toggle-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-top: 2px solid #d8d8d8;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.blog-taxonomy__filter__form__container .filter-toggle-btn:hover {
  cursor: pointer;
}
.blog-taxonomy__filter__form__container .filter-toggle-btn:last-of-type {
  border-bottom: 2px solid #d8d8d8;
}
.blog-taxonomy__filter__form__container .filter-toggle-btn::after {
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.blog-taxonomy__filter__form__container .filter-toggle-btn[aria-expanded='false']::after {
  background-image: url('/presentation/images/icons/arrow-link-open.svg');
}
.blog-taxonomy__filter__form__container .filter-toggle-btn[aria-expanded='true']::after {
  background-image: url('/presentation/images/icons/arrow-link-close.svg');
}
.blog-taxonomy__filter__submit {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .blog-taxonomy__filter__submit .reset-filters-btn {
    margin-bottom: 30px;
  }
}
.blog-taxonomy__courses {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .blog-taxonomy__courses {
    padding: 0;
  }
}
.blog-taxonomy__courses .results {
  margin: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
  .blog-taxonomy__courses .course-block {
    padding: 0 0 50px 60px;
  }
}
.blog-taxonomy .accordion {
  margin: 100px 0;
}
@media screen and (min-width: 768px) {
  .blog-taxonomy .accordion {
    margin: 150px 0;
  }
}
.blog-landing .blog-tag {
  display: inline-block;
}
.blog-landing .blog-tag::before {
  background-color: #00969f;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 15px 0 10px;
  vertical-align: -1px;
  width: 2px;
}
@media screen and (min-width: 768px) {
  .blog-landing .blog-tag::before {
    height: 12px;
  }
}
.blog-landing .blog-tag:first-of-type {
  padding-left: 0;
}
.blog-landing .blog-tag:first-of-type::before {
  display: none;
}
.blog-landing .sponsored {
  display: inline-block;
}
.blog-landing .sponsored::before {
  background-color: #00969f;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 15px 0 10px;
  vertical-align: -1px;
  width: 2px;
}
@media screen and (min-width: 768px) {
  .blog-landing .sponsored::before {
    height: 12px;
  }
}
.blog-landing .sponsored::after {
  content: url('/presentation/images/icons/sponsored.svg');
  display: inline-block;
  margin-left: 5px;
}
.blog-landing__banner {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-landing__banner {
    margin-bottom: 100px;
  }
}
.blog-landing__banner__container {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-landing__banner__container {
    padding: 150px 0 0 125px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-landing__banner__container {
    padding: 150px 0 0 0;
  }
}
.blog-landing__banner__image {
  height: 160px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .blog-landing__banner__image {
    height: calc(100% - 50px);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .blog-landing__banner__image {
    width: 75%;
  }
}
.blog-landing__banner__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  -webkit-animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  width: 100%;
}
.blog-landing__banner__copy {
  background-color: #fafafa;
  padding: 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-landing__banner__copy {
    min-width: 75%;
    padding: 50px;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__banner__copy {
    width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-landing__banner__copy {
    width: 900px;
  }
}
.blog-landing__banner__copy h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-landing__banner__copy h1 {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__banner__copy h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.blog-landing__banner__copy p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-landing__banner__copy p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.83333;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__banner__copy p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.blog-landing__banner__copy svg {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.blog-landing__sponsored {
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-landing__sponsored {
    border-top: 5px solid #00969f;
    padding: 75px 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__sponsored {
    border-bottom: 50px solid #f8f8f8;
    border-top: 5px solid #00969f;
    margin-bottom: 100px;
    padding: 50px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .blog-landing__sponsored {
    border-bottom: 100px solid #f8f8f8;
    padding: 100px 0 50px 0;
  }
}
.blog-landing__sponsored::after {
  background-color: #f8f8f8;
  bottom: 200px;
  content: '';
  display: none;
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -5;
}
@media screen and (min-width: 768px) {
  .blog-landing__sponsored::after {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__sponsored::after {
    display: none;
  }
}
.blog-landing__sponsored__title {
  position: relative;
}
.blog-landing__sponsored__title__container {
  margin-bottom: 30px;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-landing__sponsored__title__container {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-landing__sponsored__title__container {
    margin: 0 auto 50px auto;
    max-width: 1440px;
    padding: 0 0 0 60px;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1921px) {
  .blog-landing__sponsored__title__container {
    max-width: 1620px;
  }
}
.blog-landing__sponsored__title__container h2,
.blog-landing__sponsored__title__container .general__title__container .subtitle,
.general__title__container .blog-landing__sponsored__title__container .subtitle,
.blog-landing__sponsored__title__container .faculty__banner__container .subtitle,
.faculty__banner__container .blog-landing__sponsored__title__container .subtitle {
  margin: 10px 0 0 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .blog-landing__sponsored__title__container h2,
  .blog-landing__sponsored__title__container .general__title__container .subtitle,
  .general__title__container .blog-landing__sponsored__title__container .subtitle,
  .blog-landing__sponsored__title__container .faculty__banner__container .subtitle,
  .faculty__banner__container .blog-landing__sponsored__title__container .subtitle {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-landing__sponsored__title__container h2,
  .blog-landing__sponsored__title__container .general__title__container .subtitle,
  .general__title__container .blog-landing__sponsored__title__container .subtitle,
  .blog-landing__sponsored__title__container .faculty__banner__container .subtitle,
  .faculty__banner__container .blog-landing__sponsored__title__container .subtitle {
    max-width: calc(100% - 500px);
    padding-left: 105px;
  }
}
.blog-landing__sponsored__title__container h2::before,
.blog-landing__sponsored__title__container .general__title__container .subtitle::before,
.general__title__container .blog-landing__sponsored__title__container .subtitle::before,
.blog-landing__sponsored__title__container .faculty__banner__container .subtitle::before,
.faculty__banner__container .blog-landing__sponsored__title__container .subtitle::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .blog-landing__sponsored__title__container h2::before,
  .blog-landing__sponsored__title__container .general__title__container .subtitle::before,
  .general__title__container .blog-landing__sponsored__title__container .subtitle::before,
  .blog-landing__sponsored__title__container .faculty__banner__container .subtitle::before,
  .faculty__banner__container .blog-landing__sponsored__title__container .subtitle::before {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .blog-landing__sponsored__title__links {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-landing__sponsored__title__links {
    padding-left: 105px;
  }
}
.blog-landing__sponsored__content {
  padding-bottom: 200px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-landing__sponsored__content {
    padding-bottom: 375px;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__sponsored__content {
    padding-bottom: 0;
  }
}
.blog-landing__sponsored__content__container {
  overflow: hidden;
  padding: 0 20px 50px 20px;
}
@media screen and (min-width: 1200px) {
  .blog-landing__sponsored__content__container {
    margin: 0 auto;
    max-width: 1440px;
    overflow: visible;
    padding: 0 0 50px 0;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1921px) {
  .blog-landing__sponsored__content__container {
    max-width: 1620px;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__sponsored__content__copy {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .blog-landing__sponsored__content__copy .arrow {
    padding-left: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-landing__sponsored__content__copy .arrow {
    padding-left: 165px;
  }
}
.blog-landing__sponsored__content__image {
  bottom: 25px;
  padding: 0 15px 15px 0;
  position: absolute;
  right: -50px;
}
@media screen and (min-width: 768px) {
  .blog-landing__sponsored__content__image {
    bottom: 50px;
    margin-right: 60px;
    padding: 0 30px 30px 0;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__sponsored__content__image {
    bottom: auto;
    margin-right: -50px;
    position: relative;
    right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .blog-landing__sponsored__content__image {
    margin: 0 -75px 0 0;
  }
}
@media screen and (min-width: 1441px) {
  .blog-landing__sponsored__content__image {
    margin: 0 20px 0 0;
  }
}
.blog-landing__sponsored__content__image::after {
  background-color: #d8e5f0;
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.blog-landing__sponsored__content__image__container {
  border-radius: 50%;
  height: 220px;
  overflow: hidden;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .blog-landing__sponsored__content__image__container {
    height: 340px;
    width: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-landing__sponsored__content__image__container {
    height: 550px;
    margin-top: -50px;
    width: 550px;
  }
}
.blog-landing__sponsored__content__image__container img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.blog-landing__categories {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .blog-landing__categories {
    margin-bottom: 100px;
  }
}
.blog-landing__categories h2,
.blog-landing__categories .general__title__container .subtitle,
.general__title__container .blog-landing__categories .subtitle,
.blog-landing__categories .faculty__banner__container .subtitle,
.faculty__banner__container .blog-landing__categories .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 25px 0;
  text-align: center;
}
.blog-landing__categories__container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .blog-landing__categories__container {
    margin: 0 auto 50px auto;
    max-width: 950px;
    width: calc(100% - 100px);
  }
}
.blog-landing__categories__container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.blog-landing__categories__container ul li {
  list-style: none;
  margin: 0 10px 20px 10px;
  width: 100%;
}
.blog-landing__categories__container ul li a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-landing__categories__container ul li a {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .blog-landing__categories__container ul li {
    width: auto;
  }
}
.blog-landing__posts {
  margin-bottom: 100px;
}
.blog-landing__posts__title {
  margin-bottom: 30px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .blog-landing__posts__title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__posts__title {
    margin: 0 auto 50px auto;
    max-width: 950px;
    width: calc(100% - 100px);
  }
}
.blog-landing__posts__title h2,
.blog-landing__posts__title .general__title__container .subtitle,
.general__title__container .blog-landing__posts__title .subtitle,
.blog-landing__posts__title .faculty__banner__container .subtitle,
.faculty__banner__container .blog-landing__posts__title .subtitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .blog-landing__posts__title h2,
  .blog-landing__posts__title .general__title__container .subtitle,
  .general__title__container .blog-landing__posts__title .subtitle,
  .blog-landing__posts__title .faculty__banner__container .subtitle,
  .faculty__banner__container .blog-landing__posts__title .subtitle {
    margin-left: -105px;
  }
}
.blog-landing__posts__title p {
  margin-left: 20px;
}
@media screen and (min-width: 992px) {
  .blog-landing__posts__title p {
    margin-left: 0;
  }
}
.blog-landing__posts__container {
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .blog-landing__posts__container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__posts__container {
    max-width: 950px;
    width: calc(100% - 100px);
  }
}
.blog-landing__posts__item {
  border-bottom: 2px solid #d8d8d8;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .blog-landing__posts__item {
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
  }
}
.blog-landing__posts__item--featured {
  border-bottom: 0;
}
.blog-landing__posts__item:nth-of-type(even) .blog-landing__posts__item__image {
  order: 2;
}
.blog-landing__posts__item:nth-of-type(even) .blog-landing__posts__item__copy {
  order: 1;
}
@media screen and (min-width: 768px) {
  .blog-landing__posts__item:nth-of-type(even) .blog-landing__posts__item__copy {
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__posts__item:nth-of-type(even) .blog-landing__posts__item__copy {
    padding: 0;
  }
}
.blog-landing__posts__item__image {
  height: 115px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-landing__posts__item__image {
    flex: 0 0 calc(45% - 25px);
    height: auto;
    margin: 0;
  }
}
.blog-landing__posts__item__image__container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-landing__posts__item__image__container img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-landing__posts__item__copy {
    flex: 0 0 calc(55% - 25px);
    padding: 0 40px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__posts__item__copy {
    padding: 0;
  }
}
.blog-landing__posts__item__copy .blog-tag {
  color: rgba(0, 0, 0, 0.7);
}
.blog-landing__posts__item__copy h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.blog-landing__posts__item__copy h3 a {
  color: #003678;
}
.blog-landing__posts__item__copy h3 a:hover {
  color: #003678;
}
.blog-landing__posts__item__copy .author {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .blog-landing__posts__item__copy .author {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
.blog-landing__posts__item__copy .reading-time {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 5px 0;
}
@media screen and (min-width: 992px) {
  .blog-landing__posts__item__copy .reading-time {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .blog-landing__posts__item__copy .reading-time::after {
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
    width: 1px;
  }
}
.blog-landing__posts__item__copy .date {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 20px 0;
}
@media screen and (min-width: 992px) {
  .blog-landing__posts__item__copy .date {
    margin-bottom: 20px;
  }
}
.blog-landing__posts__item__copy .desc {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .blog-landing__posts__item__copy .desc {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.9375;
  }
}
.blog-detail__title {
  background-color: #fafafa;
  border: 1px solid #d8d8d8;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .blog-detail__title {
    margin-bottom: 100px;
  }
}
.blog-detail__title svg {
  bottom: 0;
  position: absolute;
  right: 0;
}
.blog-detail__title__container {
  padding: 90px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .blog-detail__title__container {
    padding: 95px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail__title__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 125px 0;
  }
}
@media screen and (min-width: 1441px) {
  .blog-detail__title__container {
    max-width: 1320px;
  }
}
.blog-detail__title__container .blog-label {
  background-color: #f36c45;
  color: #000;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
  padding: 0 5px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .blog-detail__title__container .blog-label {
    font-size: 0.875rem;
    height: 30px;
    letter-spacing: 2px;
    line-height: 1.71429;
    line-height: 30px;
    padding: 0 10px;
  }
}
.blog-detail__title__container h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .blog-detail__title__container h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.1875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.42857;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail__title__container h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.blog-detail__title__container .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .blog-detail__title__container .subtitle {
    font-size: 1.5625rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.blog-detail__content {
  margin-bottom: 100px;
}
.blog-detail__content__intro {
  padding: 0 20px 100px 20px;
}
@media screen and (min-width: 768px) {
  .blog-detail__content__intro {
    padding: 0 40px 100px 40px;
  }
}
@media screen and (min-width: 992px) {
  .blog-detail__content__intro {
    padding: 0 50px 100px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail__content__intro {
    margin: 0 auto 100px auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .blog-detail__content__intro {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .blog-detail__content__intro {
    max-width: 1620px;
  }
}
.blog-detail__content__intro__image {
  margin-bottom: 30px;
  max-height: 500px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .blog-detail__content__intro__image {
    max-height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-detail__content__intro__image {
    flex: 0 0 calc(46% - 50px);
    margin-bottom: 0;
    max-height: none;
  }
}
.blog-detail__content__intro__image .intro-image {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .blog-detail__content__intro__copy {
    flex: 0 0 calc(54% - 50px);
  }
}
.blog-detail__content__intro__copy .blog-author {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  margin: 0 0 25px 0;
}
@media screen and (min-width: 768px) {
  .blog-detail__content__intro__copy .blog-author {
    font-size: 1.5625rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.blog-detail__content__intro__copy .blog-date {
  margin: 0;
}
.blog-detail__content__intro__copy .blog-reading-time {
  margin: 0 0 50px 0;
}
.blog-detail__content__intro__copy .a2a_kit a {
  margin-right: 10px;
}
.blog-detail__content__intro__copy .a2a_kit .a2a_svg {
  background-color: #f36c45 !important;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.blog-detail__content__intro__copy .a2a_kit .a2a_svg:hover {
  background-color: #003678 !important;
  opacity: 1;
}
.blog-detail__content__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .blog-detail__content__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .blog-detail__content__container {
    margin: 0 auto;
    max-width: 750px;
    padding: 0;
  }
}
.blog-detail__content h2,
.blog-detail__content .general__title__container .subtitle,
.general__title__container .blog-detail__content .subtitle,
.blog-detail__content .faculty__banner__container .subtitle,
.faculty__banner__container .blog-detail__content .subtitle {
  margin: 20px 0 30px 0;
}
.blog-detail__content h3 {
  margin: 0 0 30px 0;
}
.blog-detail__content p,
.blog-detail__content li {
  margin: 0 0 30px 0;
}
.blog-detail__content ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
}
.blog-detail__content li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.blog-detail__content li:last-of-type {
  margin-bottom: 0;
}
.blog-detail__content li::before {
  background-color: #00969f;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  margin-right: 15px;
  position: absolute;
  top: 12px;
  width: 5px;
}
.blog-detail__content img {
  display: block;
  padding: 0 0 30px 0;
  width: 100%;
}
.blog-detail__content button + button {
  margin-left: 50px;
}
.blog-detail__content blockquote {
  margin: 0 0 30px 0;
}
.blog-detail__content .blockquote-attr {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .blog-detail__content .blockquote-attr {
    margin-bottom: 50px;
  }
}
.blog-detail__content figcaption {
  margin: 0 0 50px 0;
}
.blog-detail__content small {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1200px) {
  .conference .subnav-tabs {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .conference .subnav-tabs--bottom {
    padding-left: 0;
    padding-top: 0;
  }
}
.conference .type {
  border: 2px solid;
  color: #000;
  display: inline-block;
  margin: 0 15px 10px 0;
  padding: 5px 10px;
}
.conference .type.ce {
  border-color: #003678;
}
.conference .type.ticketed {
  border-color: #5ea83e;
}
.conference .type.break {
  border-color: #696b73;
}
.conference .callout__container {
  background-image: linear-gradient(132deg, #354c4d 0%, #353946 100%);
  color: #fff;
  margin: 0 0 100px 0;
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .conference .callout__container {
    margin: 0 40px 100px 40px;
    padding: 100px 50px;
  }
}
@media screen and (min-width: 992px) {
  .conference .callout__container {
    margin: 0 auto 100px;
    max-width: 950px;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .conference .callout__container {
    padding: 100px;
  }
}
.conference .callout__container h2,
.conference .callout__container .general__title__container .subtitle,
.general__title__container .conference .callout__container .subtitle,
.conference .callout__container .faculty__banner__container .subtitle,
.faculty__banner__container .conference .callout__container .subtitle {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .conference .callout__container h2,
  .conference .callout__container .general__title__container .subtitle,
  .general__title__container .conference .callout__container .subtitle,
  .conference .callout__container .faculty__banner__container .subtitle,
  .faculty__banner__container .conference .callout__container .subtitle {
    margin: 0 0 50px 0;
  }
}
.conference__banner {
  background-color: #f8f8f8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference__banner {
    padding-top: 275px;
  }
}
.conference__banner__image {
  height: 160px;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .conference__banner__image {
    height: calc(100% - 270px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .conference__banner__image {
    height: calc(100% - 100px);
    max-width: 85%;
  }
}
.conference__banner__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.conference__banner__copy {
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference__banner__copy {
    background-color: #fff;
    margin: 0 0 0 100px;
  }
}
@media screen and (min-width: 992px) {
  .conference__banner__copy {
    margin-left: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .conference__banner__copy {
    margin-left: auto;
    max-width: 60%;
  }
}
@media screen and (min-width: 1441px) {
  .conference__banner__copy {
    margin-left: auto;
    max-width: 850px;
  }
}
@media screen and (min-width: 768px) {
  .conference__banner__copy .alert {
    margin: 0;
    width: 100%;
    z-index: 2;
  }
}
.conference__banner__copy .alert p,
.conference__banner__copy .alert a {
  color: rgba(255, 255, 255, 0.9);
}
.conference__banner__copy .alert .msg {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.75;
}
.conference__banner__copy .alert .close {
  opacity: 0.9;
}
.conference__banner__copy__svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .conference__banner__copy__svg {
    width: 220px;
  }
}
@media screen and (min-width: 992px) {
  .conference__banner__copy__svg {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .conference__banner__copy__svg {
    width: 400px;
  }
}
.conference__banner__copy__svg svg {
  display: block;
  fill: #d8e5f0;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .conference__banner__copy__svg svg {
    fill: #f8f8f8;
  }
}
.conference__banner__copy__container {
  max-width: 670px;
  padding: 50px 20px 40px 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .conference__banner__copy__container {
    padding: 80px 50px 50px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference__banner__copy__container {
    max-width: 900px;
    padding: 100px;
  }
}
.conference__banner__copy__container h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .conference__banner__copy__container h1 {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
.conference__banner__copy__container .divider {
  color: transparent;
  display: block;
  line-height: 10px;
}
@media screen and (min-width: 768px) {
  .conference__banner__copy__container .divider {
    color: #00969f;
    display: inline;
    margin: 0 30px;
  }
}
.conference__banner__copy__container .info {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .conference__banner__copy__container .info {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference__banner__copy__container .info {
    margin-bottom: 20px;
  }
}
.conference__banner__copy__container .link {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .conference__banner__copy__container .link {
    margin-right: 50px;
  }
}
.conference__banner__copy__container .link:last-of-type {
  margin-bottom: 0;
}
.conference__banner__link {
  background-color: #fff;
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .conference__banner__link {
    background-color: #f8f8f8;
    padding: 30px 0 20px 100px;
  }
}
@media screen and (min-width: 992px) {
  .conference__banner__link {
    padding-left: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .conference__banner__link {
    background-color: transparent;
    bottom: 0;
    left: 50%;
    max-width: 1140px;
    padding-left: 35px;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1441px) {
  .conference__banner__link {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1921px) {
  .conference__banner__link {
    max-width: 1620px;
  }
}
.conference__share {
  margin-bottom: 100px;
}
.conference__share__container {
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .conference__share__container {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 1200px) {
  .conference__share__container {
    max-width: 950px;
  }
}
.conference__share__container .arrow::after {
  background-image: url('/presentation/images/icons/arrow-link-up-navy.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.conference__share__container p {
  margin: 0 15px 0 0;
}
.conference__share__back {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .conference__share__back {
    margin-top: 0;
  }
}
.conference-overview__registration__title {
  background-color: #fff;
  padding: 80px 20px 20px 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-overview__registration__title {
    border-radius: 0 0 0 50px;
    height: 125px;
    margin-left: auto;
    padding: 0 80px;
    transform: translateY(100px);
    width: calc(100% - 125px);
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__registration__title {
    width: calc(1140px + ((100% - 1140px) / 2));
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__registration__title {
    width: calc(1440px + ((100% - 1440px) / 2));
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__registration__title {
    width: calc(1620px + ((100% - 1620px) / 2));
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__registration__title h2,
  .conference-overview__registration__title .general__title__container .subtitle,
  .general__title__container .conference-overview__registration__title .subtitle,
  .conference-overview__registration__title .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-overview__registration__title .subtitle {
    padding-left: 150px;
  }
}
.conference-overview__registration__info {
  background-image: linear-gradient(-52deg, #353946 13%, rgba(0, 54, 120, 0) 77%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 120px 20px 40px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-overview__registration__info {
    padding: 200px 40px 100px 40px;
  }
}
.conference-overview__registration__info::before {
  background-color: #21242d;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .conference-overview__registration__info__container {
    margin: 0 auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__registration__info__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__registration__info__container {
    max-width: 1620px;
    padding: 0;
  }
}
.conference-overview__registration__info__curve {
  background-color: #fff;
  border-radius: 0 0 0 30px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  width: 83%;
}
.conference-overview__registration__info__copy {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .conference-overview__registration__info__copy {
    max-width: 60%;
    padding-right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__registration__info__copy {
    max-width: 500px;
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__registration__info__copy {
    max-width: 700px;
  }
}
.conference-overview__registration__info__copy p {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .conference-overview__registration__info__copy p {
    margin-bottom: 70px;
  }
}
.conference-overview__registration__stats {
  margin-top: -25px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .conference-overview__registration__stats {
    margin: 0 auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__registration__stats {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__registration__stats {
    max-width: 1620px;
  }
}
@media screen and (min-width: 768px) {
  .conference-overview__registration__stats__container {
    margin: -500px 0 0 auto;
    margin-left: auto;
    max-width: 60%;
    padding: 0 15px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__registration__stats__container {
    padding: 0 40px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__registration__stats__container {
    max-width: 50%;
    padding: 0;
  }
}
.conference-overview__registration__stats__number {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 185px;
  width: 185px;
}
@media screen and (min-width: 768px) {
  .conference-overview__registration__stats__number {
    height: 250px;
    margin-bottom: 50px;
    width: 250px;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__registration__stats__number {
    height: 285px;
    width: 285px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__registration__stats__number {
    margin-bottom: 35px;
  }
}
.conference-overview__registration__stats__number:nth-of-type(odd) {
  align-self: flex-end;
  background-image: url('/presentation/images/conference/numbers-odd.svg');
}
.conference-overview__registration__stats__number:nth-of-type(even) {
  align-self: flex-start;
  background-image: url('/presentation/images/conference/numbers-even.svg');
}
.conference-overview__registration__stats__number p {
  margin: 0;
}
.conference-overview__registration__stats__number .number {
  color: #00969f;
  font-family: 'Roboto', sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .conference-overview__registration__stats__number .number {
    font-size: 2.75rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__registration__stats__number .number {
    font-size: 3.4375rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
.conference-overview__registration__stats__number .copy {
  margin: 0;
}
.conference-overview__registration__caduceus {
  height: 300px;
  margin-top: -35px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .conference-overview__registration__caduceus {
    height: 380px;
    margin-top: -275px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__registration__caduceus {
    height: 480px;
    margin-top: -325px;
  }
}
.conference-overview__registration__caduceus svg {
  display: block;
  height: auto;
  transform: translateX(-25%);
  width: 425px;
}
@media screen and (min-width: 768px) {
  .conference-overview__registration__caduceus svg {
    transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__registration__caduceus svg {
    width: 575px;
  }
}
.conference-overview__education {
  margin-top: -38px;
}
@media screen and (min-width: 768px) {
  .conference-overview__education {
    margin-top: -65px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__education {
    margin-top: -120px;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__education {
    margin-top: -160px;
  }
}
.conference-overview__education__image {
  -webkit-mask-image: url('/presentation/images/conference/education-mask.svg');
  -webkit-mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 210px;
  mask-image: url('/presentation/images/conference/education-mask.svg');
  mask-position: top left;
  mask-repeat: no-repeat;
  mask-size: 100%;
  position: relative;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .conference-overview__education__image {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__education__image {
    height: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__education__container {
    margin: 0 auto;
    max-width: 1140px;
    padding-left: 340px;
  }
}
.conference-overview__education__copy {
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .conference-overview__education__copy {
    margin: -175px 40px 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__education__copy {
    margin: -175px 50px 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__education__copy {
    margin: -175px 0 0 0;
  }
}
.conference-overview__education__copy__container {
  background-image: linear-gradient(132deg, #354c4d 0%, #353946 100%);
  color: #fff;
  padding: 50px 20px 20px 20px;
}
@media screen and (min-width: 768px) {
  .conference-overview__education__copy__container {
    padding: 100px 100px 100px 125px;
  }
}
.conference-overview__education__copy__container h2,
.conference-overview__education__copy__container .general__title__container .subtitle,
.general__title__container .conference-overview__education__copy__container .subtitle,
.conference-overview__education__copy__container .faculty__banner__container .subtitle,
.faculty__banner__container .conference-overview__education__copy__container .subtitle {
  margin: 0 0 30px -20px;
}
@media screen and (min-width: 768px) {
  .conference-overview__education__copy__container h2,
  .conference-overview__education__copy__container .general__title__container .subtitle,
  .general__title__container .conference-overview__education__copy__container .subtitle,
  .conference-overview__education__copy__container .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-overview__education__copy__container .subtitle {
    margin-left: -100px;
  }
}
.conference-overview__education__copy__container p {
  margin: 0 0 30px 0;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .conference-overview__education__copy__container p {
    margin-bottom: 50px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .conference-overview__education__copy__links p {
    margin: 0 25px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__education__copy__links p {
    margin: 0 50px 0 0;
  }
}
.conference-overview__carousel {
  background-color: #f8f8f8;
  margin: 200px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-overview__carousel {
    margin: 250px 0 200px 0;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__carousel {
    margin: 285px 0 350px 0;
  }
}
.conference-overview__carousel__image {
  border-radius: 50%;
  height: 165px;
  overflow: hidden;
  position: absolute;
  width: 165px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .conference-overview__carousel__image {
    height: 490px;
    width: 490px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__carousel__image {
    height: 600px;
    width: 600px;
  }
}
.conference-overview__carousel__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.conference-overview__carousel__image--top {
  left: -65px;
  top: -125px;
}
@media screen and (min-width: 768px) {
  .conference-overview__carousel__image--top {
    left: -200px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__carousel__image--top {
    left: -60px;
    top: -135px;
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__carousel__image--top {
    left: -25px;
  }
}
.conference-overview__carousel__image--bottom {
  bottom: -115px;
  right: -65px;
}
@media screen and (min-width: 768px) {
  .conference-overview__carousel__image--bottom {
    right: -200px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__carousel__image--bottom {
    bottom: -200px;
    right: -60px;
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__carousel__image--bottom {
    right: -25px;
  }
}
.conference-overview__carousel__title {
  padding: 75px 20px 25px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-overview__carousel__title {
    padding: 100px 40px 100px 340px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__carousel__title {
    padding: 100px 150px 50px 700px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__carousel__title h2,
  .conference-overview__carousel__title .general__title__container .subtitle,
  .general__title__container .conference-overview__carousel__title .subtitle,
  .conference-overview__carousel__title .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-overview__carousel__title .subtitle {
    max-width: 550px;
  }
}
.conference-overview__carousel__container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-overview__carousel__container {
    padding: 0;
    z-index: 5;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__carousel__container {
    padding-left: 150px;
  }
}
.conference-overview__carousel__container .swiper-slide {
  background-color: #fff;
  border-top: 5px solid;
  padding: 50px 20px;
  position: relative;
}
.conference-overview__carousel__container .swiper-slide.blue {
  border-color: #5091cd;
}
.conference-overview__carousel__container .swiper-slide.green {
  border-color: #00969f;
}
@media screen and (min-width: 768px) {
  .conference-overview__carousel__container .swiper-slide {
    height: auto;
    margin-left: 40px;
    padding: 90px 95px;
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__carousel__container .swiper-slide {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__carousel__container .swiper-slide {
    margin-left: 50px;
    width: 40%;
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__carousel__container .swiper-slide {
    width: 27%;
  }
}
.conference-overview__carousel__container .swiper-slide h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.71429;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.conference-overview__carousel__container .swiper-slide p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 auto;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .conference-overview__carousel__container .swiper-slide p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0;
    max-width: none;
  }
}
.conference-overview__carousel__container .swiper-slide strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .conference-overview__carousel__container .swiper-slide strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
  }
}
.conference-overview__carousel__controls__container {
  margin: 0 auto;
  padding: 30px 0 75px 0;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .conference-overview__carousel__controls__container {
    margin: 0 auto 0 40px;
    padding: 50px 0 70px 0;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__carousel__controls__container {
    margin: 0 auto;
    padding: 0 0 70px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__carousel__controls__container {
    margin-left: calc(21% + 40px);
    padding: 0 0 150px 0;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__carousel__controls__container {
    margin-left: calc(20% + 40px);
  }
}
.conference-overview__carousel__controls__container .swiper-pagination-fraction {
  bottom: unset;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  left: unset;
  letter-spacing: 2px;
  line-height: 1.71429;
  width: auto;
}
.conference-overview__deadlines {
  margin-bottom: 100px;
}
.conference-overview__deadlines__container {
  padding: 0 20px 0 0;
}
@media screen and (min-width: 768px) {
  .conference-overview__deadlines__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__deadlines__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__deadlines__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__deadlines__container {
    max-width: 1620px;
    padding: 0;
  }
}
.conference-overview__deadlines__container h2,
.conference-overview__deadlines__container .general__title__container .subtitle,
.general__title__container .conference-overview__deadlines__container .subtitle,
.conference-overview__deadlines__container .faculty__banner__container .subtitle,
.faculty__banner__container .conference-overview__deadlines__container .subtitle {
  margin: 0 0 30px 0;
}
.conference-overview__deadlines__container ul {
  margin: 0;
  padding: 0 0 0 40px;
}
@media screen and (min-width: 768px) {
  .conference-overview__deadlines__container ul {
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__deadlines__container ul {
    margin-left: 50px;
  }
}
.conference-overview__deadlines__container li {
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-overview__deadlines__container li {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.conference-overview__deadlines__container li.checked {
  color: rgba(15, 15, 15, 0.6);
}
.conference-overview__deadlines__container li.checked::before {
  content: url('/presentation/images/icons/file-check.svg');
  left: -20px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .conference-overview__deadlines__container li.checked::before {
    left: -40px;
  }
}
.conference-overview__deadlines__container li.checked .price::before {
  background-color: #00969f;
}
.conference-overview__deadlines__container li .price {
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .conference-overview__deadlines__container li .price::before {
    background-color: #0f0f0f;
    content: '';
    display: inline-block;
    height: 2px;
    margin-right: 30px;
    vertical-align: 5px;
    width: 50px;
  }
}
.conference-overview__deadlines__container li .pass-type {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 300;
  margin-left: 20px;
}
@media screen and (min-width: 992px) {
  .conference-overview__deadlines__container li .pass-type {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.625;
    margin-left: 30px;
  }
}
.conference-overview__credits {
  background-image: url('/presentation/images/conference/credits-circle-mobile.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 250px;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .conference-overview__credits {
    background-image: url('/presentation/images/conference/credits-circle-tablet.svg');
    background-size: 345px;
    margin-bottom: 120px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__credits {
    background-size: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__credits {
    background-image: url('/presentation/images/conference/credits-circle.svg');
    background-size: 615px;
    min-height: 955px;
    padding: 0 50px 225px 150px;
  }
}
.conference-overview__credits__container {
  -webkit-mask-image: url('/presentation/images/conference/credits-mask.svg');
  -webkit-mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background-image: url('/presentation/images/conference/credits-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mask-image: url('/presentation/images/conference/credits-mask.svg');
  mask-position: top left;
  mask-repeat: no-repeat;
  mask-size: cover;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .conference-overview__credits__container {
    width: calc(100% - 150px);
  }
}
.conference-overview__credits__container::before {
  background: #21242d;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
.conference-overview__credits__copy {
  color: #fff;
  padding: 130px 20px 80px 50px;
}
@media screen and (min-width: 768px) {
  .conference-overview__credits__copy {
    padding: 175px 40px 120px 135px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__credits__copy {
    max-width: 700px;
    padding: 225px 40px 135px 195px;
  }
}
@media screen and (min-width: 1440px) {
  .conference-overview__credits__copy__link {
    display: inline-block;
  }
}
.conference-overview__credits__copy h2,
.conference-overview__credits__copy .general__title__container .subtitle,
.general__title__container .conference-overview__credits__copy .subtitle,
.conference-overview__credits__copy .faculty__banner__container .subtitle,
.faculty__banner__container .conference-overview__credits__copy .subtitle {
  margin: 0 0 30px -50px;
}
@media screen and (min-width: 768px) {
  .conference-overview__credits__copy h2,
  .conference-overview__credits__copy .general__title__container .subtitle,
  .general__title__container .conference-overview__credits__copy .subtitle,
  .conference-overview__credits__copy .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-overview__credits__copy .subtitle {
    margin: 0 0 50px -95px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__credits__copy h2,
  .conference-overview__credits__copy .general__title__container .subtitle,
  .general__title__container .conference-overview__credits__copy .subtitle,
  .conference-overview__credits__copy .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-overview__credits__copy .subtitle {
    margin: 0 0 50px -105px;
  }
}
.conference-overview__credits__copy .cta {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1200px) {
  .conference-overview__credits__copy .cta {
    margin-right: 50px;
  }
}
.conference-overview__credits__list {
  padding: 0 5px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .conference-overview__credits__list {
    margin-left: auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__credits__list {
    max-width: 800px;
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__credits__list {
    margin-right: 300px;
  }
}
.conference-overview__credits__list__container {
  margin-top: -50px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .conference-overview__credits__list__container {
    margin: -50px auto 0 auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__credits__list__container {
    margin: -185px 100px 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__credits__list__container {
    margin: -400px 0 0 auto;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__credits__list__container {
    margin: -400px 0 0 auto;
    max-width: 600px;
  }
}
.conference-overview__credits__item {
  background-color: #fafafa;
  flex: 0 0 calc(50% - 5px);
  margin: 0 0 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-overview__credits__item {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__credits__item {
    flex: 0 0 calc(50% - 10px);
  }
}
.conference-overview__credits__item__content {
  padding: 40px 20px 20px 20px;
}
@media screen and (min-width: 768px) {
  .conference-overview__credits__item__content {
    padding: 50px 20px 20px 20px;
  }
}
.conference-overview__credits__item__content .credits {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.14286;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 768px) {
  .conference-overview__credits__item__content .credits {
    font-size: 1.25rem;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 0 60px 0;
  }
}
.conference-overview__credits__item__content .date {
  border-top: 2px solid #00969f;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  padding: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .conference-overview__credits__item__content .date {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__credits__item__content .date {
    font-size: 3.4375rem;
    letter-spacing: 0;
    line-height: 1.27273;
  }
}
.conference-overview__features {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) {
  .conference-overview__features {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__features {
    margin-top: -250px;
    z-index: 10;
  }
}
.conference-overview__features__bg {
  background-color: #f8f8f8;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .conference-overview__features__bg {
    top: 75px;
    width: 525px;
  }
}
@media screen and (min-width: 768px) {
  .conference-overview__features__bg {
    top: 75px;
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__features__bg {
    top: 125px;
    width: calc(100% - 350px);
  }
}
.conference-overview__features__title {
  padding: 50px 20px 30px 0;
}
@media screen and (min-width: 768px) {
  .conference-overview__features__title {
    padding: 0 40px 70px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__features__title {
    margin: 0 auto 150px auto;
    max-width: 1140px;
    padding: 0;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 768px) {
  .conference-overview__features__container {
    padding: 0 40px;
    width: 550px;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__features__container {
    padding: 0 50px;
    width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__features__container {
    margin: 0 auto;
    padding: 0 0 50px 0;
    width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__features__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__features__container {
    max-width: 1620px;
  }
}
.conference-overview__features__video {
  margin: 0 0 30px 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .conference-overview__features__video {
    flex: 0 0 500px;
    margin: 0;
  }
}
.conference-overview__features__video::after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.conference-overview__features__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.conference-overview__features__copy {
  padding: 0 20px 35px 20px;
}
@media screen and (min-width: 768px) {
  .conference-overview__features__copy {
    padding: 0 0 35px 0;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__features__copy {
    flex: 0 0 calc(100% - 550px);
    padding: 0 0 0 50px;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__features__copy {
    max-width: 750px;
  }
}
.conference-overview__features__copy h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 30px 0;
}
.conference-overview__features__list {
  background-color: #fff;
  margin: 0;
  padding: 50px 30px;
}
@media screen and (min-width: 992px) {
  .conference-overview__features__list {
    border-radius: 30px;
    margin: 0 auto 100px auto;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__features__list {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__features__list {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__features__list {
    max-width: 1620px;
  }
}
.conference-overview__features__list__item {
  border-bottom: 2px solid #d8d8d8;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .conference-overview__features__list__item {
    margin: 0 0 30px auto;
    max-width: 520px;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__features__list__item {
    border-bottom: 0;
    border-right: 2px solid #d8d8d8;
    flex: 1;
    margin: 0;
    max-width: none;
    padding: 0 20px;
  }
}
.conference-overview__features__list__item:last-of-type {
  border: 0;
}
.conference-overview__testimonials {
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .conference-overview__testimonials {
    margin-bottom: 150px;
  }
}
.conference-overview__testimonials__title {
  padding: 0 20px 30px 0;
}
@media screen and (min-width: 768px) {
  .conference-overview__testimonials__title {
    padding: 0 40px 90px 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__testimonials__title {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 0 50px 0;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__testimonials__title {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__testimonials__title {
    max-width: 1620px;
  }
}
.conference-overview__testimonials__title h2,
.conference-overview__testimonials__title .general__title__container .subtitle,
.general__title__container .conference-overview__testimonials__title .subtitle,
.conference-overview__testimonials__title .faculty__banner__container .subtitle,
.faculty__banner__container .conference-overview__testimonials__title .subtitle {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .conference-overview__testimonials__title h2,
  .conference-overview__testimonials__title .general__title__container .subtitle,
  .general__title__container .conference-overview__testimonials__title .subtitle,
  .conference-overview__testimonials__title .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-overview__testimonials__title .subtitle {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__testimonials__title h2,
  .conference-overview__testimonials__title .general__title__container .subtitle,
  .general__title__container .conference-overview__testimonials__title .subtitle,
  .conference-overview__testimonials__title .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-overview__testimonials__title .subtitle {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__testimonials__carousel {
    margin: 0 0 0 auto;
    padding: 0;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__testimonials__carousel {
    margin: 0 0 0 auto;
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-overview__testimonials__carousel {
    max-width: 1620px;
    width: calc(100% - 300px);
  }
}
.conference-overview__testimonials__carousel__container {
  padding: 0;
}
.conference-overview__testimonials__carousel__slide {
  overflow: hidden;
  padding: 0 20px 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-overview__testimonials__carousel__slide {
    padding: 0 0 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__testimonials__carousel__slide {
    min-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__testimonials__carousel__slide {
    min-height: 575px;
    padding: 0;
  }
}
.conference-overview__testimonials__carousel__slide .quote-image {
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 50px auto;
  position: relative;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .conference-overview__testimonials__carousel__slide .quote-image {
    height: 350px;
    position: absolute;
    right: -150px;
    top: calc(50% - 25px);
    transform: translateY(-50%);
    width: 350px;
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__testimonials__carousel__slide .quote-image {
    right: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__testimonials__carousel__slide .quote-image {
    height: 525px;
    right: -110px;
    width: 525px;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__testimonials__carousel__slide .quote-image {
    right: -25px;
  }
}
.conference-overview__testimonials__carousel__slide .quote-image::before {
  background-image: linear-gradient(192deg, rgba(0, 54, 120, 0) 10%, #353946 81%);
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.71;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.conference-overview__testimonials__carousel__slide .quote-image::after {
  background-color: #d8e5f0;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  left: 15px;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .conference-overview__testimonials__carousel__slide .quote-image::after {
    top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__testimonials__carousel__slide .quote-image::after {
    top: 40px;
  }
}
.conference-overview__testimonials__carousel__slide .quote-image img {
  -o-object-fit: cover;
  -o-object-position: center;
  border-radius: 50%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conference-overview__testimonials__carousel__slide .quote {
    margin-left: 40px;
    max-width: calc(100% - 300px);
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__testimonials__carousel__slide .quote {
    max-width: calc(100% - 515px);
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__testimonials__carousel__slide .quote {
    margin-left: 0;
  }
}
@media screen and (min-width: 1441px) {
  .conference-overview__testimonials__carousel__slide .quote {
    max-width: calc(100% - 550px);
  }
}
@media screen and (min-width: 768px) {
  .conference-overview__testimonials__carousel__slide .quote-name {
    margin-left: 40px;
    max-width: calc(100% - 300px);
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__testimonials__carousel__slide .quote-name {
    max-width: calc(100% - 515px);
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__testimonials__carousel__slide .quote-name {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .conference-overview__testimonials__carousel__slide .quote-title {
    margin-left: 40px;
    max-width: calc(100% - 300px);
  }
}
@media screen and (min-width: 992px) {
  .conference-overview__testimonials__carousel__slide .quote-title {
    max-width: calc(100% - 515px);
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__testimonials__carousel__slide .quote-title {
    margin-left: 0;
  }
}
.conference-overview__testimonials__carousel__controls {
  margin: 0 auto;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .conference-overview__testimonials__carousel__controls {
    margin-left: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview__testimonials__carousel__controls {
    margin-left: 165px;
  }
}
.conference-overview .gallery {
  margin-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .conference-overview .gallery {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-overview .gallery__title {
    padding-top: 0;
  }
}
.conference-agenda__title {
  margin: 75px 0;
}
.conference-agenda__title__container {
  padding: 0 20px 0 0;
}
@media screen and (min-width: 768px) {
  .conference-agenda__title__container {
    padding: 0 40px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .conference-agenda__title__container {
    padding: 0 50px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .conference-agenda__title__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .conference-agenda__title__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-agenda__title__container {
    max-width: 1620px;
  }
}
.conference-agenda__title__container h2,
.conference-agenda__title__container .general__title__container .subtitle,
.general__title__container .conference-agenda__title__container .subtitle,
.conference-agenda__title__container .faculty__banner__container .subtitle,
.faculty__banner__container .conference-agenda__title__container .subtitle {
  margin: 0 20px 30px 0;
}
@media screen and (min-width: 768px) {
  .conference-agenda__title__container h2,
  .conference-agenda__title__container .general__title__container .subtitle,
  .general__title__container .conference-agenda__title__container .subtitle,
  .conference-agenda__title__container .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-agenda__title__container .subtitle {
    margin: 0 40px 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .conference-agenda__title__container h2,
  .conference-agenda__title__container .general__title__container .subtitle,
  .general__title__container .conference-agenda__title__container .subtitle,
  .conference-agenda__title__container .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-agenda__title__container .subtitle {
    flex: 0 0 calc(45% - 50px);
    margin: 0;
  }
}
.conference-agenda__title__container p {
  margin: 0 20px 0 50px;
}
@media screen and (min-width: 768px) {
  .conference-agenda__title__container p {
    margin: 0 40px 0 90px;
  }
}
@media screen and (min-width: 992px) {
  .conference-agenda__title__container p {
    flex: 0 0 55%;
    margin: 0;
    max-width: 750px;
  }
}
.conference-agenda .related-carousel {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .conference-agenda .related-carousel .conference-slide__details {
    padding: 30px 30px 90px 30px;
  }
}
.conference-agenda .related-carousel .conference-slide__details .date {
  margin-bottom: 20px;
}
.conference-agenda__schedule {
  margin-bottom: 100px;
}
.conference-agenda__schedule__container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .conference-agenda__schedule__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-agenda__schedule__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .conference-agenda__schedule__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-agenda__schedule__container {
    max-width: 1620px;
  }
}
.conference-agenda__schedule__container .accordion__item .accordion-btn[aria-expanded='true'] {
  color: #000;
}
.conference-agenda__schedule__container .title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 768px) {
  .conference-agenda__schedule__container .title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0 10px 0 0;
  }
}
.conference-agenda__schedule__container .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66667;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .conference-agenda__schedule__container .subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .conference-agenda__schedule__container .subtitle {
    margin: 0 0 0 25px;
  }
}
@media screen and (min-width: 992px) {
  .conference-agenda__schedule__container .subtitle::before {
    background-color: #519136;
    content: '';
    display: inline-block;
    height: 18px;
    margin-right: 35px;
    width: 2px;
  }
}
@media screen and (min-width: 992px) {
  .conference-agenda__schedule .accordion__item .accordion-btn {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 992px) {
  .conference-agenda__schedule .accordion__item .accordion-btn svg {
    right: 20px;
  }
}
.conference-agenda__schedule .accordion__item .accordion-btn[aria-expanded='true'] .subtitle {
  color: #000;
}
.conference-agenda__schedule .accordion__item .accordion-copy {
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .conference-agenda__schedule .accordion__item .accordion-copy {
    padding: 15px 40px 50px 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-agenda__schedule .accordion__item .accordion-copy {
    padding: 25px 20px 50px 20px;
  }
}
.conference-agenda__schedule .accordion__item .arrow--collapse {
  margin: 30px auto 0 auto;
}
.conference-agenda__schedule__time {
  background-color: #f8f8f8;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .conference-agenda__schedule__time {
    padding: 0 15px 0 0;
  }
}
.conference-agenda__schedule__time h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.83333;
  margin: 0 0 10px 0;
}
.conference-agenda__schedule__list {
  padding: 0 !important;
}
@media screen and (min-width: 992px) {
  .conference-agenda__schedule__list {
    margin-bottom: 10px;
  }
}
.conference-agenda__schedule__event {
  background-color: #fff;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .conference-agenda__schedule__event {
    flex: 0 0 calc(33.33% - 10px);
    margin-bottom: 10px;
  }
}
.conference-agenda__schedule__event.virtual {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .conference-agenda__schedule__event.full {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 1200px) {
  .conference-agenda__schedule__event.half {
    flex: 0 0 calc(50% - 10px);
  }
}
.conference-agenda__schedule__event.ce {
  border-left: 8px solid #003678;
}
.conference-agenda__schedule__event.ce .type {
  border-color: #003678;
  color: #003678;
}
.conference-agenda__schedule__event.ticketed {
  border-left: 8px solid #519136;
}
.conference-agenda__schedule__event.ticketed .type {
  border-color: #519136;
  color: #519136;
}
.conference-agenda__schedule__event .type {
  border: 2px solid;
  border-radius: 30px;
  display: inline-block;
  margin: 0 0 10px 0;
}
.conference-agenda__schedule__event.break {
  background-color: #d8d8d8;
  padding: 20px;
}
.conference-agenda__schedule__event .event-title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0;
}
.conference-agenda__schedule__event .event-title a {
  -webkit-text-decoration-color: transparent;
  color: #000;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}
.conference-agenda__schedule__event .event-title a:hover {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
.conference-agenda__schedule__event .event-tags {
  background-color: #f8f8f8;
  color: #000;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin: 10px 0;
  padding: 3px 10px;
  text-transform: uppercase;
}
.conference-agenda__schedule__event .event-speaker {
  color: #111;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 10px 0 0 0;
}
.conference-agenda__schedule__event .event-speaker p {
  margin: 0;
}
.conference-agenda__schedule__event .cta {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .conference-agenda__schedule__event .cta {
    bottom: 0;
    left: 15px;
    position: absolute;
  }
}
.conference-detail__link {
  padding: 30px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .conference-detail__link {
    padding: 65px 40px 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-detail__link {
    padding: 65px 50px 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-detail__link {
    margin: 0 auto;
    max-width: 1140px;
    padding: 50px 0 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .conference-detail__link {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-detail__link {
    max-width: 1620px;
  }
}
.conference-detail__link a {
  color: #003678;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  text-decoration: none;
}
.conference-detail__link a::before {
  content: url('/presentation/images/icons/arrow-left-small.svg');
  margin-right: 15px;
  vertical-align: -1px;
}
.conference-detail__container {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .conference-detail__container {
    padding: 65px 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-detail__container {
    margin: 0 auto;
    max-width: 750px;
    padding: 65px 0 150px 0;
  }
}
.conference-detail__container h2,
.conference-detail__container .general__title__container .subtitle,
.general__title__container .conference-detail__container .subtitle,
.conference-detail__container .faculty__banner__container .subtitle,
.faculty__banner__container .conference-detail__container .subtitle,
.conference-detail__container h3,
.conference-detail__container h4,
.conference-detail__container p,
.conference-detail__container li {
  max-width: 750px;
}
.conference-detail__container h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .conference-detail__container h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.conference-detail__head h2,
.conference-detail__head .general__title__container .subtitle,
.general__title__container .conference-detail__head .subtitle,
.conference-detail__head .faculty__banner__container .subtitle,
.faculty__banner__container .conference-detail__head .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .conference-detail__head h2,
  .conference-detail__head .general__title__container .subtitle,
  .general__title__container .conference-detail__head .subtitle,
  .conference-detail__head .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-detail__head .subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 50px;
  }
}
.conference-detail__head h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .conference-detail__head h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.conference-detail__head .type {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .conference-detail__head .type {
    margin-bottom: 10px;
  }
}
.conference-detail__head .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.78571;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .conference-detail__head .subtitle {
    margin-bottom: 20px;
  }
}
.conference-detail__head .time {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0;
}
.conference-detail__body {
  border-top: 2px solid #d8d8d8;
  margin: 30px 0;
  padding: 30px 0 0 0;
}
.conference-detail__body ul {
  margin: 0;
  padding: 0;
}
.conference-detail__body li {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 0 0 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-detail__body li {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.9375;
  }
}
.conference-detail__body li::before {
  background-color: #000;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  left: 10px;
  position: absolute;
  top: 12px;
  width: 5px;
}
@media screen and (min-width: 768px) {
  .conference-detail__body li::before {
    background-color: #00969f;
  }
}
.conference-detail__faculty {
  border-top: 2px solid #d8d8d8;
  margin: 30px 0;
  padding: 30px 0 0 0;
}
.conference-detail__faculty ul {
  margin: 0;
  padding: 0;
}
.conference-detail__faculty ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  list-style: none;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .conference-detail__faculty ul li {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.conference-detail__faculty ul li .favorite-star {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 30px;
}
.conference-detail__faculty ul li .favorite-star svg {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .conference-detail__faculty ul li .favorite-star svg {
    margin-right: 0;
  }
}
.conference-speakers .accordion-faculty {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .conference-speakers .accordion-faculty {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-speakers .accordion-faculty__list {
    max-width: 1190px;
  }
}
.conference-speakers .accordion-faculty__person p {
  margin: 0 0 25px 0;
}
.conference-speakers .accordion-faculty__person__info__event {
  border-bottom: 2px solid #d8d8d8;
  padding: 30px 0;
}
.conference-speakers .accordion-faculty__person__info__event:last-of-type {
  border-bottom: 0;
}
.conference-speakers .accordion-faculty__person__info__event .date {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.71429;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.conference-speakers .accordion-faculty__person__info__event .time {
  margin-left: 15px;
}
.conference-speakers .accordion-faculty__person__info__event .time::before {
  background-color: #00969f;
  content: '';
  display: inline-block;
  height: 10px;
  margin-right: 15px;
  width: 2px;
}
.conference-speakers .accordion-faculty__person__info__event .title {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .conference-speakers .accordion-faculty__person__info__event .title {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.conference-ce__container {
  padding: 100px 20px;
}
@media screen and (min-width: 768px) {
  .conference-ce__container {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-ce__container {
    margin: 125px auto;
    max-width: 750px;
    padding: 0;
    width: 100%;
  }
}
.conference-ce__container p,
.conference-ce__container li {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 30px 0;
}
.conference-ce__intro p:last-of-type {
  margin-bottom: 0;
}
.conference-ce__intro .note {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.75;
}
.conference-ce__details h2,
.conference-ce__details .general__title__container .subtitle,
.general__title__container .conference-ce__details .subtitle,
.conference-ce__details .faculty__banner__container .subtitle,
.faculty__banner__container .conference-ce__details .subtitle {
  margin: 50px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .conference-ce__details h2,
  .conference-ce__details .general__title__container .subtitle,
  .general__title__container .conference-ce__details .subtitle,
  .conference-ce__details .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-ce__details .subtitle {
    margin-top: 100px;
  }
}
.conference-ce__details h3 {
  color: #5091cd;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .conference-ce__details h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.conference-ce__details ul {
  margin: 0;
  padding: 0;
}
.conference-ce__details li {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 0 0 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-ce__details li {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.9375;
  }
}
.conference-ce__details li::before {
  background-color: #000;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  left: 10px;
  position: absolute;
  top: 12px;
  width: 5px;
}
@media screen and (min-width: 768px) {
  .conference-ce__details li::before {
    background-color: #00969f;
  }
}
.conference-ce__details__logos {
  flex: 0 0 100%;
  height: 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .conference-ce__details__logos {
    flex: 0 0 calc(50% - 25px);
  }
}
.conference-ce__details__logos img {
  -o-object-fit: contain;
  -o-object-position: left;
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: left;
  width: 100%;
}
.conference-venue__info {
  margin: 70px 0 100px 0;
}
@media screen and (min-width: 768px) {
  .conference-venue__info--even .conference-venue__info__container {
    padding: 0 0 0 40px;
  }
}
.conference-venue__info__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .conference-venue__info__container {
    padding: 0 40px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .conference-venue__info__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__info__container {
    margin: 100px auto;
    max-width: 1140px;
    padding: 0;
  }
}
.conference-venue__info__image {
  height: 280px;
  margin: 0 0 30px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conference-venue__info__image {
    flex: 0 0 calc(50% - 25px);
    height: 485px;
    margin-bottom: 0;
  }
}
.conference-venue__info__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conference-venue__info__copy {
    flex: 0 0 calc(50% - 25px);
  }
}
.conference-venue__info__copy h2,
.conference-venue__info__copy .general__title__container .subtitle,
.general__title__container .conference-venue__info__copy .subtitle,
.conference-venue__info__copy .faculty__banner__container .subtitle,
.faculty__banner__container .conference-venue__info__copy .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .conference-venue__info__copy h2,
  .conference-venue__info__copy .general__title__container .subtitle,
  .general__title__container .conference-venue__info__copy .subtitle,
  .conference-venue__info__copy .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-venue__info__copy .subtitle {
    margin: 0 0 20px 0;
  }
}
.conference-venue__info__copy p {
  margin: 0 0 30px 0;
}
.conference-venue__info__copy .venue {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 20px 0;
}
.conference-venue__info__copy .tel {
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .conference-venue__info__copy .tel {
    margin-top: 0;
  }
}
.conference-venue__info__copy .tel a {
  color: #000;
  text-decoration: none;
}
.conference-venue__map {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .conference-venue__map {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .conference-venue__map {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .conference-venue__map__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-venue__map__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__map__container {
    margin: 100px auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .conference-venue__map__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-venue__map__container {
    max-width: 1620px;
  }
}
.conference-venue__map__google {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .conference-venue__map__google {
    margin: 0 0 50px 0;
  }
}
.conference-venue__map__link .cta {
  margin: 0 0 25px 0;
}
@media screen and (min-width: 768px) {
  .conference-venue__map__link .cta {
    margin: 0 25px 25px 25px;
  }
}
.conference-venue__logistics {
  margin: 100px 0;
}
.conference-venue__logistics__title {
  margin: 0 0 50px 0;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .conference-venue__logistics__title {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-venue__logistics__title {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__logistics__title {
    margin: 0 auto 50px auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .conference-venue__logistics__title {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-venue__logistics__title {
    max-width: 1620px;
  }
}
.conference-venue__logistics__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .conference-venue__logistics__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-venue__logistics__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__logistics__container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .conference-venue__logistics__container {
    max-width: 1500px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-venue__logistics__container {
    max-width: 1680px;
  }
}
.conference-venue__logistics__item {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .conference-venue__logistics__item {
    margin-bottom: 0;
  }
}
.conference-venue__logistics__item img {
  display: block;
  float: left;
  height: auto;
  margin: -12px 20px 0 0;
  width: 32px;
}
@media screen and (min-width: 768px) {
  .conference-venue__logistics__item img {
    margin: 0 20px 0 0;
  }
}
.conference-venue__logistics__item p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
}
.conference-venue__logistics__item a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.conference-venue__reservations__container {
  margin: 100px 0;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .conference-venue__reservations__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-venue__reservations__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__reservations__container {
    margin: 100px auto;
    max-width: 1140px;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  .conference-venue__reservations__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1921px) {
  .conference-venue__reservations__container {
    max-width: 1620px;
  }
}
.conference-venue__visiting {
  margin-bottom: 75px;
  padding: 30px 0 50px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__visiting {
    padding-top: 200px;
  }
}
.conference-venue__visiting__bg {
  background-color: #f8f8f8;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__bg {
    height: 64%;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 992px) {
  .conference-venue__visiting__bg {
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__visiting__bg {
    width: calc(1440px + ((100% - 1440px) / 2) - 150px);
  }
}
@media screen and (min-width: 1441px) {
  .conference-venue__visiting__bg {
    width: calc(1920px + ((100% - 1920px) / 2) - 150px);
  }
}
.conference-venue__visiting__title {
  padding: 0;
  position: relative;
  z-index: 20;
}
.conference-venue__visiting__title h2,
.conference-venue__visiting__title .general__title__container .subtitle,
.general__title__container .conference-venue__visiting__title .subtitle,
.conference-venue__visiting__title .faculty__banner__container .subtitle,
.faculty__banner__container .conference-venue__visiting__title .subtitle {
  margin: 0 0 30px 0;
  max-width: 385px;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__title h2,
  .conference-venue__visiting__title .general__title__container .subtitle,
  .general__title__container .conference-venue__visiting__title .subtitle,
  .conference-venue__visiting__title .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-venue__visiting__title .subtitle {
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__visiting__title h2,
  .conference-venue__visiting__title .general__title__container .subtitle,
  .general__title__container .conference-venue__visiting__title .subtitle,
  .conference-venue__visiting__title .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-venue__visiting__title .subtitle {
    margin-bottom: 0;
    max-width: 850px;
  }
}
.conference-venue__visiting__list {
  background-image: url('/presentation/images/conference/visiting.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list {
    background-size: cover;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__visiting__list {
    margin-left: 150px;
    padding: 0 0 20px 0;
    transform: translateY(-30px);
  }
}
.conference-venue__visiting__list::before {
  background-image: linear-gradient(-52deg, rgba(0, 54, 120, 0) 13%, #353946 77%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.conference-venue__visiting__list__container {
  padding: 60px 20px 30px 20px;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list__container {
    padding: 135px 30px 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__visiting__list__container {
    max-width: calc(100% - 150px);
    padding: 170px 0 0 30px;
  }
}
@media screen and (min-width: 1441px) {
  .conference-venue__visiting__list__container {
    max-width: 1440px;
    width: calc(100% - 150px);
  }
}
.conference-venue__visiting__list__container::before {
  background-color: #f8f8f8;
  border-radius: 0 0 30px 0;
  content: '';
  height: 31px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 75%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list__container::before {
    border-radius: 0 0 90px 0;
    height: 91px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__visiting__list__container::before {
    border-radius: 0 0 120px 0;
    height: 121px;
  }
}
.conference-venue__visiting__list__item {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  display: block;
  height: 60px;
  margin: 0 0 15px 0;
  overflow: hidden;
  padding: 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list__item {
    border: 0;
    flex: 0 0 calc(50% - 15px);
    height: auto;
    margin: 0 0 30px 0;
    padding: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__visiting__list__item {
    flex: 0 0 calc(33.33% - 15px);
  }
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list__item::after {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
}
.conference-venue__visiting__list__item:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list__item:hover svg {
    transform: scale(5.2);
    transform-origin: center;
  }
}
.conference-venue__visiting__list__item:hover .arrow::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.conference-venue__visiting__list__item.museum .arrow {
  color: #003678;
}
.conference-venue__visiting__list__item.museum .arrow:hover {
  color: #0f0f0f;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list__item.museum .arrow:hover {
    color: #003678;
  }
}
.conference-venue__visiting__list__item.museum .arrow::after {
  content: url('/presentation/images/icons/arrow-link-navy.svg');
  margin-left: 10px;
}
.conference-venue__visiting__list__item.museum circle {
  fill: #d8e5f0;
}
.conference-venue__visiting__list__item.tour .title {
  transition: color 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.conference-venue__visiting__list__item.tour:hover .title {
  color: #0f0f0f;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list__item.tour:hover .title {
    color: #fff;
  }
}
.conference-venue__visiting__list__item.tour .arrow {
  color: #fff;
}
.conference-venue__visiting__list__item.tour .arrow:hover {
  color: #fff;
}
.conference-venue__visiting__list__item.tour .arrow::after {
  content: url('/presentation/images/icons/arrow-link-white.svg');
  margin-left: 10px;
}
.conference-venue__visiting__list__item.tour circle {
  fill: #003678;
}
.conference-venue__visiting__list__item.other .arrow {
  color: #003678;
}
.conference-venue__visiting__list__item.other .arrow:hover {
  color: #0f0f0f;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list__item.other .arrow:hover {
    color: #003678;
  }
}
.conference-venue__visiting__list__item.other .arrow::after {
  content: url('/presentation/images/icons/arrow-link-navy.svg');
  margin-left: 10px;
}
.conference-venue__visiting__list__item.other svg circle {
  fill: #b5e4e7;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list__item div {
    bottom: 0;
    left: 0;
    padding: 20px 20px 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__visiting__list__item div {
    padding: 40px 50px;
  }
}
.conference-venue__visiting__list__item .title {
  color: #0f0f0f;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list__item .title {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-venue__visiting__list__item .title {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
    margin-bottom: 200px;
  }
}
.conference-venue__visiting__list__item .arrow {
  bottom: 20px;
  margin: 0;
  position: absolute;
  right: 20px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .conference-venue__visiting__list__item .arrow {
    bottom: 40px;
    right: 50px;
  }
}
.conference-venue__visiting__list__item svg {
  height: 35px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 35px;
}
@media screen and (min-width: 768px) {
  .conference-venue__visiting__list__item svg {
    bottom: 0;
    height: auto;
    right: 0;
    top: auto;
    transform: translateY(0);
    width: 85%;
  }
}
@media screen and (min-width: 992px) {
  .conference-venue__visiting__list__item svg {
    width: 75%;
  }
}
.conference-exhibits__schedule {
  margin: 70px 0 200px 0;
}
.conference-exhibits__schedule__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__schedule__container {
    padding: 0 40px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .conference-exhibits__schedule__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-exhibits__schedule__container {
    margin: 100px auto;
    max-width: 1140px;
    padding: 0;
  }
}
.conference-exhibits__schedule__image {
  height: 280px;
  margin: 0 0 30px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__schedule__image {
    flex: 0 0 calc(50% - 25px);
    height: 485px;
    margin-bottom: 0;
  }
}
.conference-exhibits__schedule__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__schedule__copy {
    flex: 0 0 calc(50% - 25px);
  }
}
.conference-exhibits__schedule__copy h2,
.conference-exhibits__schedule__copy .general__title__container .subtitle,
.general__title__container .conference-exhibits__schedule__copy .subtitle,
.conference-exhibits__schedule__copy .faculty__banner__container .subtitle,
.faculty__banner__container .conference-exhibits__schedule__copy .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__schedule__copy h2,
  .conference-exhibits__schedule__copy .general__title__container .subtitle,
  .general__title__container .conference-exhibits__schedule__copy .subtitle,
  .conference-exhibits__schedule__copy .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-exhibits__schedule__copy .subtitle {
    margin: 0 0 20px 0;
  }
}
.conference-exhibits__schedule__copy p {
  margin: 0 0 30px 0;
}
.conference-exhibits__schedule__copy table td {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
  padding: 0 30px 10px 0;
}
.conference-exhibits__highlights {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__highlights {
    margin-bottom: 150px;
  }
}
.conference-exhibits__highlights__bg {
  background-color: #f8f8f8;
  display: block;
  height: 60%;
  position: absolute;
  right: 0;
  top: -100px;
  width: 75%;
  z-index: -1;
}
.conference-exhibits__highlights__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__highlights__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-exhibits__highlights__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-exhibits__highlights__container {
    margin: 100px auto;
    max-width: 1140px;
    padding: 0;
  }
}
.conference-exhibits__highlights__item {
  margin-bottom: 50px;
}
.conference-exhibits__highlights__item:nth-of-type(even)
  .conference-exhibits__highlights__item__image {
  order: 2;
}
.conference-exhibits__highlights__item:nth-of-type(even)
  .conference-exhibits__highlights__item__copy {
  order: 1;
}
.conference-exhibits__highlights__item__image {
  height: 300px;
  margin: 0 0 30px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__highlights__item__image {
    flex: 0 0 calc(50% - 25px);
    margin-bottom: 0;
  }
}
.conference-exhibits__highlights__item__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__highlights__item__copy {
    flex: 0 0 calc(50% - 25px);
  }
}
.conference-exhibits__highlights__item__copy h2,
.conference-exhibits__highlights__item__copy .general__title__container .subtitle,
.general__title__container .conference-exhibits__highlights__item__copy .subtitle,
.conference-exhibits__highlights__item__copy .faculty__banner__container .subtitle,
.faculty__banner__container .conference-exhibits__highlights__item__copy .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 20px 0;
}
.conference-exhibits__highlights__item__copy .cta {
  margin-top: 20px;
}
.conference-exhibits__exhibitors {
  margin: 0 0 100px 0;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__exhibitors {
    margin-bottom: 150px;
  }
}
.conference-exhibits__exhibitors__title {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__exhibitors__title {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-exhibits__exhibitors__title {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-exhibits__exhibitors__title {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
  }
}
.conference-exhibits__exhibitors__title h2,
.conference-exhibits__exhibitors__title .general__title__container .subtitle,
.general__title__container .conference-exhibits__exhibitors__title .subtitle,
.conference-exhibits__exhibitors__title .faculty__banner__container .subtitle,
.faculty__banner__container .conference-exhibits__exhibitors__title .subtitle {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__exhibitors__title h2,
  .conference-exhibits__exhibitors__title .general__title__container .subtitle,
  .general__title__container .conference-exhibits__exhibitors__title .subtitle,
  .conference-exhibits__exhibitors__title .faculty__banner__container .subtitle,
  .faculty__banner__container .conference-exhibits__exhibitors__title .subtitle {
    margin-bottom: 50px;
  }
}
.conference-exhibits__exhibitors__container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .conference-exhibits__exhibitors__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .conference-exhibits__exhibitors__container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .conference-exhibits__exhibitors__container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
  }
}
.conference-exhibits__exhibitors__list {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .conference-exhibits__exhibitors__list {
    flex: 0 0 calc(50% - 15px);
  }
}
.conference-exhibits__exhibitors__list .accordion__item {
  border-bottom: 2px solid #d8d8d8;
}
.conference-exhibits__exhibitors__list .accordion__item:nth-of-type(odd) {
  background-color: #fff;
}
.conference-exhibits__exhibitors__list .accordion__item .accordion-btn {
  padding: 10px 0;
}
.conference-exhibits__exhibitors__list .accordion__item .accordion-btn svg {
  right: 10px;
}
.conference-exhibits__exhibitors__list .accordion__item .accordion-copy {
  padding: 20px 0 30px 0;
}
.conference-exhibits__exhibitors__list .accordion__item .exhibitor,
.conference-exhibits__exhibitors__list .accordion__item .booth {
  max-width: calc(100% - 90px);
}
.conference-exhibits__exhibitors__list .accordion__item .exhibitor {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0;
}
.conference-exhibits__exhibitors__list .accordion__item h4 {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.71429;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.conference-exhibits__exhibitors__list .accordion__item p {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1200px) {
  .conference-exhibits__exhibitors__list .accordion__item p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
.conference-exhibits__exhibitors__list .accordion__item p:last-of-type {
  margin-bottom: 0;
}
.conference-exhibits__exhibitors__list .accordion__item .booth {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin: 0;
}
.virtual.conference a.active:focus {
  box-shadow: 0 0 5px 3px #5091cd;
  outline: 0;
}
.virtual.conference .subnav-tabs {
  padding: 50px 0 0 15px;
}
.virtual.conference .subnav-tabs:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .virtual.conference .subnav-tabs:after {
    display: block;
  }
}
.virtual.conference .subnav-tabs li:hover:after {
  display: none;
}
.virtual.conference .subnav-tabs li a:after {
  bottom: 0;
  height: 5px;
  top: unset;
}
@media screen and (min-width: 1200px) {
  .virtual.conference .subnav-tabs li a:after {
    bottom: unset;
    height: 9px;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference .subnav-tabs {
    padding: 50px 0 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference .subnav-tabs {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference .subnav-tabs::before {
    background-color: #d8d8d8;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.virtual.conference .subnav-tabs--bottom .subnav-tabs__container li a.active:after {
  bottom: 0;
  top: unset;
}
.virtual.conference .subnav-tabs--bottom .subnav-tabs__container li a:after {
  bottom: 0;
  height: 5px;
  top: unset;
}
@media screen and (min-width: 1200px) {
  .virtual.conference .subnav-tabs--bottom .subnav-tabs__container li a:after {
    height: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference .subnav-tabs--bottom .subnav-tabs__container {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference .subnav-tabs--bottom {
    padding-top: 0;
  }
}
.virtual.conference .subnav-tabs__container li {
  margin: 0 12px 0 0;
}
@media screen and (min-width: 768px) {
  .virtual.conference .subnav-tabs__container li {
    margin: 0 30px 0 0;
  }
}
.virtual.conference .subnav-tabs__container li a {
  position: relative;
}
.virtual.conference .subnav-tabs__container li a.active-tab {
  text-decoration: none;
}
.virtual.conference .subnav-tabs__container li a.active-tab:after {
  background-color: #f36c45;
  height: 5px;
}
@media screen and (min-width: 1200px) {
  .virtual.conference .subnav-tabs__container li a.active-tab:after {
    height: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference .subnav-tabs__container li a.active-tab {
    background-color: #fff;
  }
}
.virtual.conference h1.title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .virtual.conference h1.title {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference h1.title {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
.virtual.conference h1.title span:first-child {
  position: relative;
}
.virtual.conference h1.title span:first-child:after {
  background: #d8d8d8;
  content: '';
  display: block;
  height: 2px;
  left: -50px;
  position: absolute;
  top: calc(50% - 2px);
  width: 35px;
}
@media screen and (min-width: 768px) {
  .virtual.conference h1.title span:first-child:after {
    display: none;
  }
}
.virtual.conference h2.title,
.virtual.conference .general__title__container .title.subtitle,
.general__title__container .virtual.conference .title.subtitle,
.virtual.conference .faculty__banner__container .title.subtitle,
.faculty__banner__container .virtual.conference .title.subtitle {
  position: relative;
}
.virtual.conference h2.title:after,
.virtual.conference .general__title__container .title.subtitle:after,
.general__title__container .virtual.conference .title.subtitle:after,
.virtual.conference .faculty__banner__container .title.subtitle:after,
.faculty__banner__container .virtual.conference .title.subtitle:after {
  background: #d8d8d8;
  content: '';
  display: block;
  height: 2px;
  left: -50px;
  position: absolute;
  top: calc(50% - 2px);
  width: 35px;
}
@media screen and (min-width: 768px) {
  .virtual.conference h2.title:after,
  .virtual.conference .general__title__container .title.subtitle:after,
  .general__title__container .virtual.conference .title.subtitle:after,
  .virtual.conference .faculty__banner__container .title.subtitle:after,
  .faculty__banner__container .virtual.conference .title.subtitle:after {
    display: none;
  }
}
.virtual.conference h2.dash-title,
.virtual.conference .general__title__container .dash-title.subtitle,
.general__title__container .virtual.conference .dash-title.subtitle,
.virtual.conference .faculty__banner__container .dash-title.subtitle,
.faculty__banner__container .virtual.conference .dash-title.subtitle {
  margin-left: 95px;
}
@media screen and (min-width: 768px) {
  .virtual.conference h2.dash-title,
  .virtual.conference .general__title__container .dash-title.subtitle,
  .general__title__container .virtual.conference .dash-title.subtitle,
  .virtual.conference .faculty__banner__container .dash-title.subtitle,
  .faculty__banner__container .virtual.conference .dash-title.subtitle {
    margin-left: 52px;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference h2.dash-title:after,
  .virtual.conference .general__title__container .dash-title.subtitle:after,
  .general__title__container .virtual.conference .dash-title.subtitle:after,
  .virtual.conference .faculty__banner__container .dash-title.subtitle:after,
  .faculty__banner__container .virtual.conference .dash-title.subtitle:after {
    background: #d8d8d8;
    content: '';
    display: block;
    height: 2px;
    left: -2px;
    position: absolute;
    top: calc(50% - 2px);
    width: 50px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference h2.dash-title:after,
  .virtual.conference .general__title__container .dash-title.subtitle:after,
  .general__title__container .virtual.conference .dash-title.subtitle:after,
  .virtual.conference .faculty__banner__container .dash-title.subtitle:after,
  .faculty__banner__container .virtual.conference .dash-title.subtitle:after {
    left: 0;
    width: 75px;
  }
}
.virtual.conference button svg {
  height: 35px;
  left: 18px;
  width: 35px;
}
@media screen and (min-width: 768px) {
  .virtual.conference button svg {
    height: 50px;
    left: -50px;
    width: 50px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference button svg {
    left: -70px;
  }
}
.virtual.conference button h2.dash-title,
.virtual.conference button .general__title__container .dash-title.subtitle,
.general__title__container .virtual.conference button .dash-title.subtitle,
.virtual.conference button .faculty__banner__container .dash-title.subtitle,
.faculty__banner__container .virtual.conference button .dash-title.subtitle {
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .virtual.conference button h2.dash-title,
  .virtual.conference button .general__title__container .dash-title.subtitle,
  .general__title__container .virtual.conference button .dash-title.subtitle,
  .virtual.conference button .faculty__banner__container .dash-title.subtitle,
  .faculty__banner__container .virtual.conference button .dash-title.subtitle {
    margin-left: 52px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference button h2.dash-title,
  .virtual.conference button .general__title__container .dash-title.subtitle,
  .general__title__container .virtual.conference button .dash-title.subtitle,
  .virtual.conference button .faculty__banner__container .dash-title.subtitle,
  .faculty__banner__container .virtual.conference button .dash-title.subtitle {
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference button h2.dash-title:after,
  .virtual.conference button .general__title__container .dash-title.subtitle:after,
  .general__title__container .virtual.conference button .dash-title.subtitle:after,
  .virtual.conference button .faculty__banner__container .dash-title.subtitle:after,
  .faculty__banner__container .virtual.conference button .dash-title.subtitle:after {
    background: #d8d8d8;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: calc(50% - 2px);
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference button h2.dash-title:after,
  .virtual.conference button .general__title__container .dash-title.subtitle:after,
  .general__title__container .virtual.conference button .dash-title.subtitle:after,
  .virtual.conference button .faculty__banner__container .dash-title.subtitle:after,
  .faculty__banner__container .virtual.conference button .dash-title.subtitle:after {
    left: -70px;
    width: 50px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference button h2.dash-title:after,
  .virtual.conference button .general__title__container .dash-title.subtitle:after,
  .general__title__container .virtual.conference button .dash-title.subtitle:after,
  .virtual.conference button .faculty__banner__container .dash-title.subtitle:after,
  .faculty__banner__container .virtual.conference button .dash-title.subtitle:after {
    left: -95px;
    width: 75px;
  }
}
.virtual.conference .conference-agenda__schedule__container button svg {
  height: 30px;
  left: unset;
  right: 20px;
  width: 30px;
}
@media screen and (min-width: 992px) {
  .virtual.conference .conference-agenda__schedule__container button svg {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference .conference-agenda__schedule__container svg {
    left: unset;
  }
}
.virtual.conference .conference-agenda__schedule__event {
  border: 1px solid #d8d8d8;
}
.virtual.conference__banner {
  background-color: transparent;
  position: relative;
}
@media screen and (min-width: 768px) {
  .virtual.conference__banner {
    margin-bottom: 130px;
  }
  .virtual.conference__banner:after {
    background-color: #f8f8f8;
    bottom: -130px;
    content: '';
    display: block;
    height: 300px;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference__banner {
    margin-bottom: 0;
  }
  .virtual.conference__banner:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference__banner__image {
    left: unset;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference__banner__image {
    height: 300px;
    max-width: 50%;
  }
}
@media screen and (min-width: 1441px) {
  .virtual.conference__banner__image {
    max-width: 60%;
  }
}
.virtual.conference__banner__copy {
  background-color: #f8f8f8;
  max-width: 900px;
}
@media screen and (min-width: 1200px) {
  .virtual.conference__banner__copy {
    margin: -200px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference__banner__copy {
    background-color: #fff;
    overflow: hidden;
    z-index: 3;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference__banner__copy__svg svg {
    fill: #d8e5f0;
  }
}
.virtual.conference__banner__copy__container {
  background-color: transparent;
  margin: 0;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .virtual.conference__banner__copy__container {
    margin: 15px 0 0 0;
    padding: 80px 10px 30px 50px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference__banner__copy__container {
    padding: 50px 100px 70px 100px;
  }
}
.virtual.conference__banner__copy__container .info {
  position: relative;
}
@media screen and (min-width: 768px) {
  .virtual.conference__banner__copy__container .info {
    margin-bottom: 0;
  }
  .virtual.conference__banner__copy__container .info:first-child {
    margin-right: 30px;
  }
  .virtual.conference__banner__copy__container .info:first-child:after {
    background-color: #00969f;
    content: '';
    display: block;
    height: 14px;
    position: absolute;
    right: -29px;
    top: 5px;
    width: 2px;
  }
  .virtual.conference__banner__copy__container .info:last-child {
    margin-left: 30px;
  }
}
.virtual.conference__banner__copy__container .pcn {
  height: 46.2px;
  margin: 40px auto 20px auto;
  width: 240px;
}
@media screen and (min-width: 768px) {
  .virtual.conference__banner__copy__container .pcn {
    margin: 40px 0 50px 0;
    width: 400px;
  }
}
.virtual.conference__banner__copy__container .pcn img {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .virtual.conference__banner__copy__container .pcn img {
    height: 77px;
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference__banner__link {
    left: 100px;
    padding-left: 35px;
    top: 0;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference__banner__link {
    background-color: transparent;
    bottom: -85px;
    left: 12px;
    position: absolute;
    z-index: 2;
  }
}
.virtual.conference .vc-help {
  background-color: #f8f8f8;
  margin: 60px 0 0 0;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .virtual.conference .vc-help {
    margin: 60px 0 100px 0;
  }
}
.virtual.conference .vc-help__caduceus {
  position: absolute;
  right: -84px;
  top: -15px;
  width: 211px;
}
@media screen and (min-width: 768px) {
  .virtual.conference .vc-help__caduceus {
    right: -275px;
    top: -22px;
    width: 525px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference .vc-help__caduceus {
    right: -200px;
    top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference .vc-help__caduceus {
    left: unset;
    right: -135px;
  }
}
.virtual.conference .vc-help__caduceus svg {
  display: block;
  height: 227px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .virtual.conference .vc-help__caduceus svg {
    height: 454px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference .vc-help__caduceus svg {
    height: 527px;
  }
}
.virtual.conference .vc-help h2,
.virtual.conference .vc-help .general__title__container .subtitle,
.general__title__container .virtual.conference .vc-help .subtitle,
.virtual.conference .vc-help .faculty__banner__container .subtitle,
.faculty__banner__container .virtual.conference .vc-help .subtitle {
  padding: 50px 20px 35px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .virtual.conference .vc-help h2,
  .virtual.conference .vc-help .general__title__container .subtitle,
  .general__title__container .virtual.conference .vc-help .subtitle,
  .virtual.conference .vc-help .faculty__banner__container .subtitle,
  .faculty__banner__container .virtual.conference .vc-help .subtitle {
    padding-bottom: 46px;
  }
}
.virtual.conference .vc-help__box {
  background-color: #fff;
  border-top: 5px solid #00969f;
  margin: 0 auto;
  padding: 40px 30px;
  position: relative;
  width: calc(100% - 40px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .virtual.conference .vc-help__box {
    padding: 50px 50px 80px 50px;
    width: 678px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference .vc-help__box {
    max-width: 1140px;
    padding: 50px;
    width: unset;
  }
  .virtual.conference .vc-help__box .chat-info {
    margin: auto;
    max-width: 485px;
  }
}
.virtual.conference .vc-help__box span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin-bottom: 22px;
}
.virtual.conference .vc-help__box span strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.virtual.conference .vc-help__box a {
  color: #000;
}
.virtual.conference-agenda__schedule {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule {
    margin-bottom: 100px;
  }
}
.virtual.conference-agenda__schedule .accordion__item:nth-of-type(even) .accordion-btn {
  background: transparent;
}
@media screen and (min-width: 992px) {
  .virtual.conference-agenda__schedule .accordion__item:nth-of-type(even) .accordion-btn {
    background: #f8f8f8;
  }
}
.virtual.conference-agenda__schedule .accordion__item:nth-of-type(even) .accordion-copy {
  background: transparent;
}
@media screen and (min-width: 992px) {
  .virtual.conference-agenda__schedule .accordion__item:nth-of-type(even) .accordion-copy {
    background: #f8f8f8;
  }
}
.virtual.conference-agenda__schedule
  .accordion__item:nth-of-type(even)
  .accordion-copy
  .conference-agenda__schedule__time {
  background: transparent;
}
@media screen and (min-width: 992px) {
  .virtual.conference-agenda__schedule
    .accordion__item:nth-of-type(even)
    .accordion-copy
    .conference-agenda__schedule__time {
    background: #f8f8f8;
  }
}
.virtual.conference-agenda__schedule .accordion__item .accordion-btn {
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule .accordion__item .accordion-btn {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-agenda__schedule .accordion__item .accordion-btn {
    border-top: 1px solid #d8d8d8;
  }
}
.virtual.conference-agenda__schedule .accordion__item .accordion-btn[aria-expanded='true'] {
  color: #003678;
}
.virtual.conference-agenda__schedule .accordion__item .accordion-copy {
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule .accordion__item .accordion-copy {
    padding: 15px 20px 50px 20px;
  }
}
.virtual.conference-agenda__schedule__time span {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.75;
}
.virtual.conference-agenda__schedule__container {
  margin-bottom: 0;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule__container {
    margin-bottom: 100px;
  }
}
.virtual.conference-agenda__schedule__container span.title::after {
  display: none;
}
.virtual.conference-agenda__schedule__event {
  border: none;
  padding-bottom: 15px;
  padding-top: 0;
  border-radius: 20px;
}
.virtual.conference-agenda__schedule__event .btn-row {
  padding: 0;
}
.virtual.conference-agenda__schedule__event.ticketed span.event-tags {
  margin: 15px 0 25px 0;
}
.virtual.conference-agenda__schedule__event.ticketed .sponsored-by {
  margin: 0;
}
.virtual.conference-agenda__schedule__event.ticketed .cta {
  margin-top: 20px;
}
.virtual.conference-agenda__schedule__event .type {
  border: none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin: 0 -20px 20px -20px;
  padding: 8px 5px 8px 17px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule__event .type {
    padding: 3px 3px 3px 10px;
  }
}
.virtual.conference-agenda__schedule__event .type.ce {
  background: #003678;
}
.virtual.conference-agenda__schedule__event .type.ticketed {
  background: #519136;
  color: #000;
}
.virtual.conference-agenda__schedule__event .sponsored-by {
  color: #626262;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.9375;
  margin-top: 15px;
}
.virtual.conference-agenda__schedule__event .event-title {
  text-decoration: none;
}
.virtual.conference-agenda__schedule__event .event-title:focus {
  box-shadow: none;
}
.virtual.conference-agenda__schedule__event .event-title:focus h3 {
  box-shadow: 0 0 5px 3px #5091cd;
  outline: 0;
}
.virtual.conference-agenda__schedule__event .event-title h3 {
  background-image: linear-gradient(#f36c45, #f36c45);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  position: relative;
  text-decoration: none;
  transition: background-size 0.75s;
}
.virtual.conference-agenda__schedule__event .event-title:hover h3 {
  background-size: 100% 2px;
}
.virtual.conference-agenda__schedule__event .event-info {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule__event .event-info {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule__event .event-info.left {
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-agenda__schedule__event .event-info.left {
    padding: 0 50px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule__event .event-info.right {
    margin-left: -5px;
    padding-right: 0;
  }
}
.virtual.conference-agenda__schedule__event span.event-tags {
  background-color: #f8f8f8;
  color: #000;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin-bottom: 20px;
  padding: 3px 10px;
  text-transform: uppercase;
}
.virtual.conference-agenda__schedule__event span.event-author {
  color: #626262;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9375;
}
.virtual.conference-agenda__schedule__event .cta {
  left: unset;
  margin-top: 30px;
  position: relative;
  transition: -webkit-text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule__event .cta {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-agenda__schedule__event .cta {
    margin-top: 0;
  }
}
.virtual.conference-agenda__schedule__event .cta--navy-border {
  transition: background-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.virtual.conference-agenda__schedule__event:hover .cta {
  -webkit-text-decoration-color: #003678;
  color: #003678;
  text-decoration-color: #003678;
}
.virtual.conference-agenda__schedule__event:hover .cta--navy {
  -webkit-text-decoration-color: #fff;
  color: #fff;
  text-decoration-color: #fff;
}
.virtual.conference-agenda__schedule__event:hover .cta--navy-border {
  background-color: #d8e5f0;
}
.virtual.conference-agenda__schedule__event [class*='col-'] {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule__list {
    margin: 0;
  }
  .virtual.conference-agenda__schedule__list.col-md-6 {
    margin: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.virtual.conference-agenda__schedule__list[class*='col-'] {
  display: flex;
}
@media screen and (min-width: 992px) {
  .virtual.conference-agenda__schedule__list[class*='col-'] {
    padding: 0 10px;
  }
  .virtual.conference-agenda__schedule__list[class*='col-']:first-child {
    padding-left: 15px;
  }
  .virtual.conference-agenda__schedule__list[class*='col-']:last-child {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule__list-group .virtual.conference-agenda__schedule__event {
    padding-bottom: 90px;
  }
  .virtual.conference-agenda__schedule__list-group .cta {
    bottom: 35px;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference-agenda__schedule__list-group .cta {
    bottom: 15px;
  }
}
.virtual.conference-agenda__schedule__list-group .row {
  margin-right: -35px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule__list-group .row {
    margin-right: -15px;
  }
}
.virtual.conference-agenda__schedule__list-group .conference-agenda__schedule__list {
  margin: 25px -10px 0 -10px;
}
.virtual.conference-agenda__schedule__list-group .conference-agenda__schedule__list:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .virtual.conference-agenda__schedule__list-group .conference-agenda__schedule__list {
    margin: 0;
  }
}
.virtual.conference-agenda__schedule__inner {
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.virtual.conference-agenda__schedule__inner:first-child {
  margin-top: -15px;
}
@media screen and (min-width: 992px) {
  .virtual.conference-agenda__schedule__inner:first-child {
    margin-top: -20px;
  }
}
.virtual.conference-exhibits .logo {
  margin: auto;
}
.virtual.conference-exhibits .logo img {
  width: 100%;
}
.virtual.conference-exhibits h1.title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits h1.title {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits h1.title {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
    margin-bottom: 25px;
  }
}
.virtual.conference-exhibits section#overview {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#overview {
    margin-top: 90px;
  }
}
.virtual.conference-exhibits section#overview .overview__container {
  background-color: #f8f8f8;
  border-top: 5px solid #003678;
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 20px 15px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#overview .overview__container {
    padding: 50px 20px 80px 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits section#overview .overview__container {
    padding: 50px 50px 55px 50px;
  }
}
.virtual.conference-exhibits section#overview .overview__container .cta-block {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#overview .overview__container .cta-block {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits section#overview .overview__container .cta-block {
    margin: 35px 0 0 0;
  }
}
.virtual.conference-exhibits section#overview .overview__container .cta {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits section#overview .overview__container .cta {
    margin-bottom: 1rem;
  }
}
.virtual.conference-exhibits section#overview .overview__container .cta--orange {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#overview .overview__container .cta--orange {
    margin-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits section#overview .overview__container .cta--orange {
    margin-right: 40px;
  }
}
.virtual.conference-exhibits section#overview .overview__container .logo {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#overview .overview__container .logo {
    width: 200px;
  }
}
.virtual.conference-exhibits section#overview .overview__container #button-block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#overview .overview__container #button-block {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits section#overview .overview__container #button-block {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#overview .video-embed {
    padding-left: 50px;
  }
}
.virtual.conference-exhibits section#overview .video-wrapper {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .virtual.conference-exhibits section#overview .video-wrapper {
    margin-right: 0;
  }
}
.virtual.conference-exhibits section#overview .video-wrapper::after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.virtual.conference-exhibits section#overview .video-wrapper iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.virtual.conference-exhibits section#overview .video-wrapper img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}
.virtual.conference-exhibits section#overview .video-info {
  margin: 5px 0 20px 0;
}
.virtual.conference-exhibits section#overview .video-info p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.625;
}
.virtual.conference-exhibits section#co-sponsors {
  margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  .virtual.conference-exhibits section#co-sponsors .container,
  .virtual.conference-exhibits section#co-sponsors .footer__container,
  .virtual.conference-exhibits section#co-sponsors .gallery__title,
  .virtual.conference-exhibits section#co-sponsors .related-carousel__title,
  .virtual.conference-exhibits section#co-sponsors .related-carousel__container,
  .virtual.conference-exhibits section#co-sponsors .home__conferences__title,
  .virtual.conference-exhibits section#co-sponsors .home__offerings__container,
  .virtual.conference-exhibits section#co-sponsors .about__jobs__container,
  .virtual.conference-exhibits section#co-sponsors .search__recommendations__title,
  .virtual.conference-exhibits section#co-sponsors .search__recommendations__container,
  .virtual.conference-exhibits section#co-sponsors .dashboard-education__recommendations__title,
  .virtual.conference-exhibits section#co-sponsors .dashboard-education__recommendations__container,
  .virtual.conference-exhibits section#co-sponsors .course-listing__container,
  .virtual.conference-exhibits section#co-sponsors .course-listing__recommendations__title,
  .virtual.conference-exhibits section#co-sponsors .course-listing__recommendations__container,
  .virtual.conference-exhibits section#co-sponsors .blog-taxonomy__container,
  .virtual.conference-exhibits section#co-sponsors .conference-venue__visiting__title,
  .virtual.conference-exhibits section#co-sponsors .class-landing__container {
    max-width: 1140px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#co-sponsors {
    margin-top: 125px;
  }
}
.virtual.conference-exhibits section#co-sponsors h2.dash-title,
.virtual.conference-exhibits section#co-sponsors .general__title__container .dash-title.subtitle,
.general__title__container .virtual.conference-exhibits section#co-sponsors .dash-title.subtitle,
.virtual.conference-exhibits section#co-sponsors .faculty__banner__container .dash-title.subtitle,
.faculty__banner__container .virtual.conference-exhibits section#co-sponsors .dash-title.subtitle {
  margin-left: 15px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .virtual.conference-exhibits section#co-sponsors h2.dash-title,
  .virtual.conference-exhibits section#co-sponsors .general__title__container .dash-title.subtitle,
  .general__title__container .virtual.conference-exhibits section#co-sponsors .dash-title.subtitle,
  .virtual.conference-exhibits section#co-sponsors .faculty__banner__container .dash-title.subtitle,
  .faculty__banner__container
    .virtual.conference-exhibits
    section#co-sponsors
    .dash-title.subtitle {
    margin-left: 100px;
  }
}
.virtual.conference-exhibits section#co-sponsors h2.dash-title:after,
.virtual.conference-exhibits
  section#co-sponsors
  .general__title__container
  .dash-title.subtitle:after,
.general__title__container
  .virtual.conference-exhibits
  section#co-sponsors
  .dash-title.subtitle:after,
.virtual.conference-exhibits
  section#co-sponsors
  .faculty__banner__container
  .dash-title.subtitle:after,
.faculty__banner__container
  .virtual.conference-exhibits
  section#co-sponsors
  .dash-title.subtitle:after {
  background: #d8d8d8;
  content: '';
  display: block;
  height: 2px;
  left: -50px;
  position: absolute;
  top: calc(50% - 2px);
  width: 35px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#co-sponsors h2.dash-title:after,
  .virtual.conference-exhibits
    section#co-sponsors
    .general__title__container
    .dash-title.subtitle:after,
  .general__title__container
    .virtual.conference-exhibits
    section#co-sponsors
    .dash-title.subtitle:after,
  .virtual.conference-exhibits
    section#co-sponsors
    .faculty__banner__container
    .dash-title.subtitle:after,
  .faculty__banner__container
    .virtual.conference-exhibits
    section#co-sponsors
    .dash-title.subtitle:after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits section#co-sponsors h2.dash-title:after,
  .virtual.conference-exhibits
    section#co-sponsors
    .general__title__container
    .dash-title.subtitle:after,
  .general__title__container
    .virtual.conference-exhibits
    section#co-sponsors
    .dash-title.subtitle:after,
  .virtual.conference-exhibits
    section#co-sponsors
    .faculty__banner__container
    .dash-title.subtitle:after,
  .faculty__banner__container
    .virtual.conference-exhibits
    section#co-sponsors
    .dash-title.subtitle:after {
    display: block;
    left: -115px;
    width: 75px;
  }
}
.virtual.conference-exhibits section#co-sponsors .row {
  margin: 0;
}
.virtual.conference-exhibits section#co-sponsors .row:first-child {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#co-sponsors .row:first-child {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits section#co-sponsors .row:first-child {
    margin-bottom: 50px;
  }
}
.virtual.conference-exhibits section#co-sponsors .logo {
  width: 171px;
}
.virtual.conference-exhibits section#co-sponsors .co-sponsors__container[class*='col-'] {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#co-sponsors .co-sponsors__container {
    padding: 0 70px 40px 70px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits
    section#co-sponsors
    .co-sponsors__container:first-child
    .co-sponsors__container__inner {
    margin-right: 15px;
  }
  .virtual.conference-exhibits
    section#co-sponsors
    .co-sponsors__container:last-child
    .co-sponsors__container__inner {
    margin-left: 15px;
  }
}
.virtual.conference-exhibits section#co-sponsors .co-sponsors__container__inner {
  border-top: 5px solid #00969f;
  padding: 35px 20px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#co-sponsors .co-sponsors__container__inner {
    padding: 35px;
  }
}
.virtual.conference-exhibits section#co-sponsors .co-sponsors__container p {
  margin: 30px 0;
}
.virtual.conference-exhibits section#sponsors {
  margin: 35px auto 50px auto;
  max-width: 1400px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#sponsors {
    margin: 110px auto 50px auto;
  }
}
.virtual.conference-exhibits section#sponsors .sponsor-site {
  margin-bottom: 52px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-exhibits section#sponsors .sponsor-site {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits section#sponsors .sponsor-site {
    margin-bottom: 0;
  }
}
.virtual.conference-exhibits section#sponsors .sponsors__indiv {
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits section#sponsors .sponsors__indiv {
    margin-bottom: 100px;
  }
}
.virtual.conference-exhibits section#sponsors .sponsors__indiv__inner {
  margin: auto;
  max-width: 139px;
}
@media screen and (min-width: 992px) {
  .virtual.conference-exhibits section#sponsors .sponsors__indiv__inner {
    max-width: 171px;
  }
}
.virtual.conference-exhibits section#sponsors .sponsors__indiv__inner img {
  margin-bottom: 30px;
  width: 100%;
}
.virtual.conference-exhibits section#sponsors .arrow:before {
  width: calc(100% - 107px);
}
.virtual.conference-overview .vc-intro {
  margin: 0 auto;
  max-width: 1140px;
}
.virtual.conference-overview .vc-intro__container {
  padding: 75px 30px 40px 50px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-intro__container {
    margin-right: -85px;
    padding: 100px 40px;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-overview .vc-intro__container {
    margin: 0;
    padding: 100px 20px;
    width: 100%;
  }
}
.virtual.conference-overview .vc-intro__container p,
.virtual.conference-overview .vc-intro__container li {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 20px 0;
}
.virtual.conference-overview .vc-intro .title-block {
  margin-bottom: 25px;
}
.virtual.conference-overview .vc-intro .cta {
  margin-top: 15px;
}
.virtual.conference-overview .vc-intro .cta--orange {
  margin: 15px 15px 0 0;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-intro .cta--orange {
    margin-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-overview .vc-intro .cta--orange {
    margin-right: 40px;
  }
}
.virtual.conference-overview .vc-intro .conference-overview__registration__caduceus {
  display: none;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-intro .conference-overview__registration__caduceus {
    display: block;
    margin: 50px -30px 0 -100px;
    overflow: visible;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-overview .vc-intro .conference-overview__registration__caduceus {
    margin: 85px -85px 0 0;
  }
}
.virtual.conference-overview .vc-intro .conference-overview__registration__caduceus svg {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-intro .conference-overview__registration__caduceus svg {
    width: 367px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-overview .vc-intro .conference-overview__registration__caduceus svg {
    width: 460px;
  }
}
.virtual.conference-overview .vc-accordion.main-accordion {
  margin: auto;
  margin-bottom: 20px;
  max-width: 1225px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-accordion.main-accordion {
    padding-left: 85px;
  }
}
@media screen and (min-width: 1440px) {
  .virtual.conference-overview .vc-accordion.main-accordion {
    margin-bottom: 45px;
  }
}
.virtual.conference-overview .vc-accordion.main-accordion .accordion__item {
  background-color: transparent;
  position: relative;
}
.virtual.conference-overview .vc-accordion.main-accordion .accordion__item::before {
  background-color: #d8d8d8;
  content: '';
  display: block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 200vw;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-accordion.main-accordion .accordion__item::before {
    left: -50vw;
  }
}
.virtual.conference-overview .vc-accordion.main-accordion .accordion__item .accordion-btn {
  padding: 50px 60px 50px 70px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-accordion.main-accordion .accordion__item .accordion-btn {
    padding: 65px 50px 55px 50px;
  }
}
.virtual.conference-overview
  .vc-accordion.main-accordion
  .accordion__item
  .accordion-btn[aria-expanded='true'] {
  color: #000;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview
    .vc-accordion.main-accordion
    .accordion__item
    .accordion-copy#cme-ce-accordion {
    margin-left: -85px;
    padding: 15px 0 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-overview
    .vc-accordion.main-accordion
    .accordion__item
    .accordion-copy#cme-ce-accordion {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference-overview
    .vc-accordion.main-accordion
    .accordion__item
    .accordion-copy#cme-ce-accordion {
    margin-left: 95px;
  }
}
.virtual.conference-overview .vc-accordion.main-accordion span.dash-title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-accordion.main-accordion span.dash-title {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-overview .vc-accordion.main-accordion span.dash-title {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
.virtual.conference-overview .vc-accordion #cme-ce {
  margin: 0 -20px;
}
.virtual.conference-overview .vc-accordion #cme-ce .accordion__container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-accordion #cme-ce .accordion__container {
    margin: auto;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-overview .vc-accordion #cme-ce .accordion__container {
    margin-left: 25px;
    width: 810px;
  }
}
.virtual.conference-overview .vc-accordion #cme-ce .accordion__item::before {
  display: none;
}
.virtual.conference-overview .vc-accordion #cme-ce .accordion__item .accordion-btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 25px 75px 25px 20px;
}
.virtual.conference-overview
  .vc-accordion
  #cme-ce
  .accordion__item
  .accordion-btn[aria-expanded='true'] {
  color: #003678;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-accordion #cme-ce .accordion__item .accordion-btn {
    padding: 25px 115px 25px 50px;
  }
}
.virtual.conference-overview .vc-accordion #cme-ce .accordion-copy {
  padding: 0 30px 35px 40px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-accordion #cme-ce .accordion-copy {
    padding: 15px 70px 50px 70px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-overview .vc-accordion #cme-ce .accordion-copy {
    padding: 15px 30px 50px 40px;
  }
}
.virtual.conference-overview .vc-accordion #cme-ce .accordion__item:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.virtual.conference-overview .vc-accordion #cme-ce p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
}
.virtual.conference-overview .vc-accordion #cme-ce button svg {
  left: unset;
}
.virtual.conference-overview .vc-accordion #cme-ce-faculty {
  margin: -35px 30px 0 30px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-accordion #cme-ce-faculty {
    margin: -30px -15px 0 -15px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .virtual.conference-overview .vc-accordion #cme-ce-faculty {
    margin: 0 -40px;
  }
}
.virtual.conference-overview .vc-accordion .cme-ce-faculty__indiv {
  margin: 0 auto 30px auto;
  width: 165px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-overview .vc-accordion .cme-ce-faculty__indiv {
    margin: 0 30px 32px 0;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-overview .vc-accordion .cme-ce-faculty__indiv {
    margin: 0 30px 45px 0;
  }
}
.virtual.conference-overview .vc-accordion .cme-ce-faculty__indiv__image {
  border-radius: 15px;
  height: 165px;
  overflow: hidden;
}
.virtual.conference-overview .vc-accordion .cme-ce-faculty__indiv__image img {
  width: 100%;
}
.virtual.conference-overview .vc-accordion .cme-ce-faculty__indiv__info {
  margin-top: 18px;
}
.virtual.conference-overview .vc-accordion .cme-ce-faculty__indiv__info a {
  text-decoration: none;
}
.virtual.conference-overview .vc-accordion .cme-ce-faculty__indiv__info a span {
  background-image: linear-gradient(#f36c45, #f36c45);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  color: #003678;
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.71429;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-size 0.75s;
}
.virtual.conference-overview .vc-accordion .cme-ce-faculty__indiv__info a:hover span {
  background-size: 100% 2px;
}
.virtual.conference-live-now .subnav-tabs#top-navigation {
  margin-top: 0;
  padding-top: 30px;
}
.virtual.conference-live-now section#live-now,
.virtual.conference-agenda section#live-now {
  background-color: #f8f8f8;
  padding: 40px 0 30px 0;
}
@media screen and (min-width: 768px) {
  .virtual.conference-live-now section#live-now,
  .virtual.conference-agenda section#live-now {
    margin-top: -170px;
    padding: 250px 0 50px 0;
  }
}
.virtual.conference-live-now section#live-now .title-box,
.virtual.conference-agenda section#live-now .title-box {
  display: flex;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 0 15px 0;
}
.virtual.conference-live-now section#live-now .title-box h2.title,
.virtual.conference-live-now section#live-now .title-box .general__title__container .title.subtitle,
.general__title__container .virtual.conference-live-now section#live-now .title-box .title.subtitle,
.virtual.conference-live-now
  section#live-now
  .title-box
  .faculty__banner__container
  .title.subtitle,
.faculty__banner__container
  .virtual.conference-live-now
  section#live-now
  .title-box
  .title.subtitle,
.virtual.conference-agenda section#live-now .title-box h2.title,
.virtual.conference-agenda section#live-now .title-box .general__title__container .title.subtitle,
.general__title__container .virtual.conference-agenda section#live-now .title-box .title.subtitle,
.virtual.conference-agenda section#live-now .title-box .faculty__banner__container .title.subtitle,
.faculty__banner__container .virtual.conference-agenda section#live-now .title-box .title.subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin-left: 50px;
}
.virtual.conference-live-now section#live-now .title-box h2.title:after,
.virtual.conference-live-now
  section#live-now
  .title-box
  .general__title__container
  .title.subtitle:after,
.general__title__container
  .virtual.conference-live-now
  section#live-now
  .title-box
  .title.subtitle:after,
.virtual.conference-live-now
  section#live-now
  .title-box
  .faculty__banner__container
  .title.subtitle:after,
.faculty__banner__container
  .virtual.conference-live-now
  section#live-now
  .title-box
  .title.subtitle:after,
.virtual.conference-agenda section#live-now .title-box h2.title:after,
.virtual.conference-agenda
  section#live-now
  .title-box
  .general__title__container
  .title.subtitle:after,
.general__title__container
  .virtual.conference-agenda
  section#live-now
  .title-box
  .title.subtitle:after,
.virtual.conference-agenda
  section#live-now
  .title-box
  .faculty__banner__container
  .title.subtitle:after,
.faculty__banner__container
  .virtual.conference-agenda
  section#live-now
  .title-box
  .title.subtitle:after {
  top: 50%;
}
@media screen and (min-width: 365px) {
  .virtual.conference-live-now section#live-now .title-box h2.title,
  .virtual.conference-live-now
    section#live-now
    .title-box
    .general__title__container
    .title.subtitle,
  .general__title__container
    .virtual.conference-live-now
    section#live-now
    .title-box
    .title.subtitle,
  .virtual.conference-live-now
    section#live-now
    .title-box
    .faculty__banner__container
    .title.subtitle,
  .faculty__banner__container
    .virtual.conference-live-now
    section#live-now
    .title-box
    .title.subtitle,
  .virtual.conference-agenda section#live-now .title-box h2.title,
  .virtual.conference-agenda section#live-now .title-box .general__title__container .title.subtitle,
  .general__title__container .virtual.conference-agenda section#live-now .title-box .title.subtitle,
  .virtual.conference-agenda
    section#live-now
    .title-box
    .faculty__banner__container
    .title.subtitle,
  .faculty__banner__container
    .virtual.conference-agenda
    section#live-now
    .title-box
    .title.subtitle {
    font-size: 1.5625rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .virtual.conference-live-now section#live-now .title-box h2.title,
  .virtual.conference-live-now
    section#live-now
    .title-box
    .general__title__container
    .title.subtitle,
  .general__title__container
    .virtual.conference-live-now
    section#live-now
    .title-box
    .title.subtitle,
  .virtual.conference-live-now
    section#live-now
    .title-box
    .faculty__banner__container
    .title.subtitle,
  .faculty__banner__container
    .virtual.conference-live-now
    section#live-now
    .title-box
    .title.subtitle,
  .virtual.conference-agenda section#live-now .title-box h2.title,
  .virtual.conference-agenda section#live-now .title-box .general__title__container .title.subtitle,
  .general__title__container .virtual.conference-agenda section#live-now .title-box .title.subtitle,
  .virtual.conference-agenda
    section#live-now
    .title-box
    .faculty__banner__container
    .title.subtitle,
  .faculty__banner__container
    .virtual.conference-agenda
    section#live-now
    .title-box
    .title.subtitle {
    font-size: 2.1875rem;
    letter-spacing: 0;
    line-height: 1.42857;
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-live-now section#live-now .title-box h2.title,
  .virtual.conference-live-now
    section#live-now
    .title-box
    .general__title__container
    .title.subtitle,
  .general__title__container
    .virtual.conference-live-now
    section#live-now
    .title-box
    .title.subtitle,
  .virtual.conference-live-now
    section#live-now
    .title-box
    .faculty__banner__container
    .title.subtitle,
  .faculty__banner__container
    .virtual.conference-live-now
    section#live-now
    .title-box
    .title.subtitle,
  .virtual.conference-agenda section#live-now .title-box h2.title,
  .virtual.conference-agenda section#live-now .title-box .general__title__container .title.subtitle,
  .general__title__container .virtual.conference-agenda section#live-now .title-box .title.subtitle,
  .virtual.conference-agenda
    section#live-now
    .title-box
    .faculty__banner__container
    .title.subtitle,
  .faculty__banner__container
    .virtual.conference-agenda
    section#live-now
    .title-box
    .title.subtitle {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
.virtual.conference-live-now section#live-now .title-box img,
.virtual.conference-agenda section#live-now .title-box img {
  height: auto;
  margin-left: 13px;
  width: 26px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-live-now section#live-now .title-box img,
  .virtual.conference-agenda section#live-now .title-box img {
    margin-left: 20px;
    width: 50px;
  }
}
.virtual.conference-live-now section#live-now .live-now-box,
.virtual.conference-agenda section#live-now .live-now-box {
  margin: 15px;
  max-width: 1400px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-live-now section#live-now .live-now-box,
  .virtual.conference-agenda section#live-now .live-now-box {
    margin: 0 auto;
    margin-bottom: -20px;
    width: calc(100% - 40px);
  }
}
.virtual.conference-live-now section#live-now .live-now-box .row,
.virtual.conference-agenda section#live-now .live-now-box .row {
  justify-content: center;
  margin: 0 -25px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-live-now section#live-now .live-now-box .row,
  .virtual.conference-agenda section#live-now .live-now-box .row {
    margin: 0 -15px;
  }
}
.virtual.conference-live-now section#live-now .live-now-box .row [class*='col-'],
.virtual.conference-agenda section#live-now .live-now-box .row [class*='col-'] {
  margin-bottom: 20px;
}
.virtual.conference-live-now section#live-now .live-now-box .row [class*='col-'] .live-now-inner,
.virtual.conference-agenda section#live-now .live-now-box .row [class*='col-'] .live-now-inner {
  background: #fff;
  border-top: 5px solid #00969f;
}
.virtual.conference-live-now section#live-now .live-now-box .live-now-btn,
.virtual.conference-agenda section#live-now .live-now-box .live-now-btn {
  -webkit-animation: live-now-float 1.5s forwards;
  animation: live-now-float 1.5s forwards;
  margin-top: -15px;
  transition: transform 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.virtual.conference-live-now section#live-now .live-now-box .live-now-btn span,
.virtual.conference-agenda section#live-now .live-now-box .live-now-btn span {
  background-color: #d8d8d8;
  border: 1px solid #003678;
  color: #003678;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  height: 30px;
  letter-spacing: 2px;
  line-height: 2.14286;
  padding: 0 10px;
  text-transform: uppercase;
}
@-webkit-keyframes live-now-float {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes live-now-float {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.virtual.conference-live-now section#live-now .live-now-inner,
.virtual.conference-agenda section#live-now .live-now-inner {
  margin: 0 6px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .virtual.conference-live-now section#live-now .live-now-inner,
  .virtual.conference-agenda section#live-now .live-now-inner {
    margin: 0 -5px;
    padding: 0 10px 40px 10px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-live-now section#live-now .live-now-inner,
  .virtual.conference-agenda section#live-now .live-now-inner {
    padding: 0 30px 40px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference-live-now section#live-now .live-now-inner,
  .virtual.conference-agenda section#live-now .live-now-inner {
    margin: 0 -10px;
    padding: 0 0 40px 0;
  }
}
@media screen and (min-width: 1440px) {
  .virtual.conference-live-now section#live-now .live-now-inner,
  .virtual.conference-agenda section#live-now .live-now-inner {
    margin: 0 -6px;
  }
}
.virtual.conference-live-now section#live-now .live-now-inner-text,
.virtual.conference-agenda section#live-now .live-now-inner-text {
  margin: 25px 12px 20px 12px;
}
@media screen and (min-width: 768px) {
  .virtual.conference-live-now section#live-now .live-now-inner-text,
  .virtual.conference-agenda section#live-now .live-now-inner-text {
    margin: 25px 0 20px 0;
    min-height: 362px;
  }
}
@media screen and (min-width: 992px) {
  .virtual.conference-live-now section#live-now .live-now-inner-text,
  .virtual.conference-agenda section#live-now .live-now-inner-text {
    min-height: 386px;
  }
}
@media screen and (min-width: 1200px) {
  .virtual.conference-live-now section#live-now .live-now-inner-text,
  .virtual.conference-agenda section#live-now .live-now-inner-text {
    min-height: 355px;
  }
}
@media screen and (min-width: 1440px) {
  .virtual.conference-live-now section#live-now .live-now-inner-text,
  .virtual.conference-agenda section#live-now .live-now-inner-text {
    min-height: 340px;
  }
}
.virtual.conference-live-now section#live-now .live-now-inner-text a:focus,
.virtual.conference-agenda section#live-now .live-now-inner-text a:focus {
  box-shadow: none;
}
.virtual.conference-live-now section#live-now .live-now-inner-text a:focus h3,
.virtual.conference-agenda section#live-now .live-now-inner-text a:focus h3 {
  box-shadow: 0 0 5px 3px #5091cd;
  outline: 0;
}
.virtual.conference-live-now section#live-now .live-now-inner-text img,
.virtual.conference-agenda section#live-now .live-now-inner-text img {
  margin-bottom: 25px;
  width: 100%;
}
.virtual.conference-live-now section#live-now .live-now-inner p.cta,
.virtual.conference-agenda section#live-now .live-now-inner p.cta {
  margin-bottom: 2px;
}
.virtual.conference-live-now section#live-now .live-now-inner a,
.virtual.conference-agenda section#live-now .live-now-inner a {
  color: #0f0f0f;
  text-decoration: none !important;
}
.virtual.conference-live-now section#live-now .live-now-inner a:hover,
.virtual.conference-agenda section#live-now .live-now-inner a:hover {
  color: #0f0f0f;
  text-decoration: none !important;
}
.virtual.conference-live-now section#live-now .live-now-inner a:hover .cta,
.virtual.conference-agenda section#live-now .live-now-inner a:hover .cta {
  text-decoration: underline;
  transition: -webkit-text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-text-decoration-color 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.virtual.conference-live-now section#live-now .live-now-inner a:hover .cta--orange,
.virtual.conference-agenda section#live-now .live-now-inner a:hover .cta--orange {
  -webkit-text-decoration-color: #003678;
  color: #003678;
  text-decoration-color: #003678;
}
.virtual.conference-live-now section#live-now .live-now-inner a:hover .cta--orange::after,
.virtual.conference-agenda section#live-now .live-now-inner a:hover .cta--orange::after {
  right: 0;
}
.virtual.conference-live-now section#live-now .live-now-inner .event-title,
.virtual.conference-agenda section#live-now .live-now-inner .event-title {
  text-decoration: none;
}
.virtual.conference-live-now section#live-now .live-now-inner .event-title:focus,
.virtual.conference-agenda section#live-now .live-now-inner .event-title:focus {
  box-shadow: none;
}
.virtual.conference-live-now section#live-now .live-now-inner .event-title:focus h3,
.virtual.conference-agenda section#live-now .live-now-inner .event-title:focus h3 {
  box-shadow: 0 0 5px 3px #5091cd;
  outline: 0;
}
.virtual.conference-live-now section#live-now .live-now-inner .event-title h3,
.virtual.conference-agenda section#live-now .live-now-inner .event-title h3 {
  background-image: linear-gradient(#f36c45, #f36c45);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  position: relative;
  text-decoration: none;
  transition: background-size 0.75s;
}
.virtual.conference-live-now section#live-now .live-now-inner .event-title:hover h3,
.virtual.conference-agenda section#live-now .live-now-inner .event-title:hover h3 {
  background-size: 100% 2px;
}
.virtual.conference-live-now section#live-now .live-now-inner .event-title-container,
.virtual.conference-agenda section#live-now .live-now-inner .event-title-container {
  padding: 0 12px;
}
.virtual.conference-live-now section#live-now h3,
.virtual.conference-agenda section#live-now h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}
.class-landing {
  margin: 0 auto 100px auto;
  max-width: 2160px;
}
.class-landing__banner {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .class-landing__banner {
    margin-bottom: 20px;
  }
}
.class-landing__banner__container {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .class-landing__banner__container {
    padding: 150px 0 0 125px;
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__banner__container {
    padding: 50px 0 0 0;
  }
}
.class-landing__banner__image {
  height: 160px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .class-landing__banner__image {
    height: calc(100% - 150px);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__banner__image {
    height: calc(100% - 125px);
    width: 52%;
  }
}
@media screen and (min-width: 1441px) {
  .class-landing__banner__image {
    width: 60%;
  }
}
.class-landing__banner__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  -webkit-animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: zoom forwards 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  width: 100%;
}
.class-landing__banner__copy {
  background-color: #fafafa;
  padding: 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .class-landing__banner__copy {
    padding: 50px;
  }
}
@media screen and (min-width: 992px) {
  .class-landing__banner__copy {
    width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__banner__copy {
    padding: 50px 100px;
    width: 900px;
  }
}
.class-landing__banner__copy h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45455;
  margin: 0 0 30px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .class-landing__banner__copy h1 {
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 992px) {
  .class-landing__banner__copy h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.class-landing__banner__copy p {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 0 0 25px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .class-landing__banner__copy p {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.83333;
  }
}
@media screen and (min-width: 992px) {
  .class-landing__banner__copy p {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.class-landing__banner__copy .btns-cnt {
  display: flex;
  flex-direction: column;
}
.class-landing__banner__copy .btns-cnt a:first-child {
  margin: 0 0 25px 0;
}
@media screen and (min-width: 768px) {
  .class-landing__banner__copy .btns-cnt {
    flex-direction: row;
  }
  .class-landing__banner__copy .btns-cnt a:first-child {
    margin: 0 25px 0 0;
  }
}
.class-landing__banner__copy svg {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.class-landing__featured {
  margin: 0 auto 0 auto;
  max-width: 520px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .class-landing__featured {
    margin: 0 auto 100px auto;
    max-width: 720px;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 992px) {
  .class-landing__featured {
    margin: 0 auto 100px auto;
    max-width: 960px;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__featured {
    margin: 0 auto 100px auto;
    max-width: 1620px;
    width: calc(100% - 300px);
  }
}
.class-landing__resources {
  margin: 50px 0 100px 0;
}
@media screen and (min-width: 768px) {
  .class-landing__resources {
    margin: 100px 0;
  }
}
@media screen and (min-width: 992px) {
  .class-landing__resources {
    margin: 100px auto;
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__resources {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1441px) {
  .class-landing__resources {
    margin: 150px auto;
  }
}
.class-landing__resources__title {
  padding: 50px 20px 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .class-landing__resources__title {
    padding: 0 0 50px 0;
  }
}
.class-landing__resources__title::before {
  background-color: #b5e4e7;
  border-radius: 50%;
  content: '';
  display: block;
  height: 150px;
  left: 2px;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .class-landing__resources__title::before {
    height: 375px;
    width: 375px;
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__resources__title::before {
    height: 475px;
    width: 475px;
  }
}
.class-landing__resources__content {
  background-color: #fafafa;
  border-radius: 30px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .class-landing__resources__content {
    margin: 0 40px;
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__resources__content {
    margin: 0 auto;
    max-width: 1140px;
    padding: 50px 0;
  }
}
.class-landing__resources__content a {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 30px;
  padding: 0 0 30px 0;
}
@media screen and (min-width: 1200px) {
  .class-landing__resources__content a {
    border: 0;
    margin-bottom: 0;
    padding: 0 30px;
  }
}
.class-landing__resources__content a:first-of-type h4::before {
  display: none;
}
.class-landing__resources__content a:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.class-landing__resources__content a:hover {
  text-decoration: none;
}
.class-landing__resources__content a:hover h4 {
  color: #003678;
  text-decoration: underline;
}
.class-landing__resources__content a .category {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 10px 0;
}
.class-landing__resources__content a h4 {
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .class-landing__resources__content a h4 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__resources__content a h4::before {
    background-color: #d8d8d8;
    content: '';
    display: block;
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 2px;
  }
}
.class-landing__resources__link {
  padding: 30px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .class-landing__resources__link {
    padding: 50px 0 0 0;
  }
}
.class-landing__prefooter {
  padding: 50px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .class-landing__prefooter {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 992px) {
  .class-landing__prefooter {
    padding: 100px 50px;
  }
}
.class-landing__prefooter__bg {
  background-color: #fafafa;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 120px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .class-landing__prefooter__bg {
    width: 430px;
  }
}
@media screen and (min-width: 992px) {
  .class-landing__prefooter__bg {
    width: calc(100% - 250px);
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__prefooter__bg {
    max-width: 70%;
    width: calc(100% - 350px);
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__prefooter__container {
    margin: 0 auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1441px) {
  .class-landing__prefooter__container {
    max-width: 1440px;
    width: calc(100% - 300px);
  }
}
.class-landing__prefooter__image__container {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .class-landing__prefooter__image__container {
    margin: 0 auto 100px auto;
    width: 485px;
  }
}
@media screen and (min-width: 992px) {
  .class-landing__prefooter__image__container {
    height: 100%;
    margin: 0;
    padding-right: 50px;
    width: 100%;
  }
}
.class-landing__prefooter__image__container::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media screen and (min-width: 992px) {
  .class-landing__prefooter__image__container::after {
    display: none;
  }
}
.class-landing__prefooter__image__container img {
  -o-object-fit: cover;
  -o-object-position: center;
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .class-landing__prefooter__image__container img {
    bottom: unset;
    left: unset;
    position: relative;
    right: unset;
    top: unset;
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__prefooter__content {
    padding-left: 50px;
  }
}
.class-landing__prefooter__content h2,
.class-landing__prefooter__content .general__title__container .subtitle,
.general__title__container .class-landing__prefooter__content .subtitle,
.class-landing__prefooter__content .faculty__banner__container .subtitle,
.faculty__banner__container .class-landing__prefooter__content .subtitle {
  margin: 0 0 30px 0;
}
.class-landing__prefooter__content p {
  margin: 0;
}
.class-landing__prefooter__content .cta {
  margin: 30px 0 0 50px;
}
@media screen and (min-width: 768px) {
  .class-landing__prefooter__content .cta {
    margin: 50px 0 0 50px;
  }
}
.class-landing__prefooter__content .cta:first-of-type {
  margin-left: 0;
}
.class-landing__container {
  background-color: #fff;
}
.class-landing__filter {
  padding: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .class-landing__filter {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .class-landing__filter {
    padding: 0 50px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .class-landing__filter {
    padding: 0 100px 0 0;
  }
}
.class-landing__filter .results {
  margin: 50px 0 0 0;
}
.class-landing__filter__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100vw;
  z-index: 998;
}
.class-landing__filter__overlay.open {
  opacity: 1;
  transform: translateX(0);
}
.class-landing__filter__exit {
  height: 60px;
}
.class-landing__filter__container {
  background-color: #fff;
  height: 100vh;
  left: 0;
  overflow: hidden;
  padding: 30px 20px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 90vw;
  z-index: 999;
}
.class-landing__filter__container.open {
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .class-landing__filter__container {
    height: auto;
    padding: 0;
    position: relative;
    transform: translateX(0);
    transition: none;
    width: 100%;
  }
}
.class-landing__filter__form {
  height: calc(100% - 60px);
}
.class-landing__filter__form__container {
  overflow: scroll;
}
@media screen and (min-width: 992px) {
  .class-landing__filter__form__container {
    overflow: auto;
  }
}
.class-landing__filter__form__container .form-group {
  padding: 15px 0 0 0;
}
.class-landing__filter__form__container .form-field-search {
  margin: 0 0 30px 0;
  width: 100%;
}
.class-landing__filter__form__container .form-field-search input[type='search'] {
  width: 100%;
}
.class-landing__filter__form__container .filter-toggle-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-top: 2px solid #d8d8d8;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.class-landing__filter__form__container .filter-toggle-btn:hover {
  cursor: pointer;
}
.class-landing__filter__form__container .filter-toggle-btn:last-of-type {
  border-bottom: 2px solid #d8d8d8;
}
.class-landing__filter__form__container .filter-toggle-btn::after {
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.class-landing__filter__form__container .filter-toggle-btn[aria-expanded='false']::after {
  background-image: url('/presentation/images/icons/arrow-link-open.svg');
}
.class-landing__filter__form__container .filter-toggle-btn[aria-expanded='true']::after {
  background-image: url('/presentation/images/icons/arrow-link-close.svg');
}
.class-landing__filter__submit {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .class-landing__filter__submit .reset-filters-btn {
    margin-bottom: 30px;
  }
}
.class-landing__courses {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .class-landing__courses {
    padding: 0;
  }
}
.class-landing__courses .results {
  margin: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
  .class-landing__courses .course-block {
    padding: 0 0 50px 60px;
  }
}
.class-landing .accordion {
  margin: 100px 0;
}
@media screen and (min-width: 768px) {
  .class-landing .accordion {
    margin: 150px 0;
  }
}
.class-landing__title h2,
.class-landing__title .general__title__container .subtitle,
.general__title__container .class-landing__title .subtitle,
.class-landing__title .faculty__banner__container .subtitle,
.faculty__banner__container .class-landing__title .subtitle {
  text-align: left;
}
.class-landing__title .col-lg-12 {
  padding: 0;
}
.class-landing__title .col-lg-12 .title-cnt {
  border-top: 5px solid #00969f;
  margin: 0 0 50px 0;
  padding-top: 75px;
}
.class-landing__carousel {
  margin-top: 50px;
}
.class-landing__carousel .swiper-wrapper {
  flex-direction: column;
}
.class-landing__carousel .swiper-wrapper .swiper-slide {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 50px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .class-landing__carousel .swiper-wrapper {
    flex-direction: row;
  }
  .class-landing__carousel .swiper-wrapper .swiper-slide {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.class-landing__carousel .slide-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .class-landing__carousel .slide-row {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .class-landing__carousel .slide-row {
    flex-direction: row;
  }
}
.class-landing__carousel .slide-row .image-col {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto 10px auto;
  min-width: 100%;
  padding-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .class-landing__carousel .slide-row .image-col {
    margin-bottom: 25px;
    margin-right: 50px;
    min-width: 350px;
    padding-left: 25px;
    width: 350px;
  }
}
@media screen and (min-width: 992px) {
  .class-landing__carousel .slide-row .image-col {
    margin-bottom: 0;
  }
}
.class-landing__carousel .slide-row .image-col .class-landing__slide__image {
  height: 20px;
  max-width: 350px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .class-landing__carousel .slide-row .image-col .class-landing__slide__image {
    height: 220px;
  }
}
.class-landing__carousel .slide-row .image-col .class-landing__slide__image p {
  left: 0;
  top: 0;
  transform: translate(0, 0);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .class-landing__carousel .slide-row .image-col .class-landing__slide__image p {
    left: -25px;
    top: 10px;
  }
}
.class-landing__carousel .slide-row .image-col .class-landing__slide__image img {
  -o-object-fit: cover;
  display: none;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .class-landing__carousel .slide-row .image-col .class-landing__slide__image img {
    display: block;
  }
}
.class-landing__carousel .slide-row .content-col {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.class-landing__carousel .slide-row .content-col .subject {
  color: #003678;
  font-size: 1rem;
  line-height: 1.5;
  margin: 20px 0 10px 0;
}
@media screen and (min-width: 768px) {
  .class-landing__carousel .slide-row .content-col .subject {
    margin: 0 0 10px 0;
  }
}
.class-landing__carousel .slide-row .content-col h4.title {
  margin: 0 0 25px 0;
}
.class-landing__carousel .slide-row .content-col .credits {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.class-landing__carousel .slide-row .content-col .toggle-list {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #003678;
  display: inline-flex;
  flex-direction: row;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9375;
  margin: 15px 0;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: auto;
}
.class-landing__carousel .slide-row .content-col .toggle-list svg {
  height: 26px;
  margin-left: 10px;
  width: 26px;
}
.class-landing__carousel .slide-row .content-col .toggle-list .collapse-svg {
  display: none;
}
.class-landing__carousel .slide-row .content-col .toggle-list.open .collapse-svg {
  display: block;
}
.class-landing__carousel .slide-row .content-col .toggle-list.open .expand-svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .class-landing__carousel .slide-row .content-col .toggle-list {
    display: none;
  }
}
.class-landing__carousel .slide-row .content-col ul {
  display: none;
  list-style: none;
  margin-top: 0;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .class-landing__carousel .slide-row .content-col ul {
    display: block;
    margin-top: 25px;
  }
}
.class-landing__carousel .slide-row .content-col ul li {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 10px 0;
  position: relative;
}
.class-landing__carousel .slide-row .content-col ul li:before {
  background: #00969f;
  border-radius: 100%;
  content: '';
  height: 3px;
  left: -25px;
  position: absolute;
  top: 10px;
  width: 3px;
}
.class-landing__carousel .slide-row .content-col .btns-cnt {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.class-landing__carousel .slide-row .content-col .btns-cnt a:first-child {
  margin: 0 50px 0 0;
}
.class-landing__carousel .slide-row .content-col .btns-cnt a.navy-link {
  font-weight: 500;
}
.class-landing__controls {
  align-items: center;
  display: none !important;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .class-landing__controls {
    display: flex !important;
  }
}
.class-landing__controls .count {
  bottom: unset;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  left: unset;
  letter-spacing: 2px;
  line-height: 1.71429;
  margin-right: 25px;
  width: auto;
}
.class-landing__controls .prev {
  margin-right: 2px;
}
.ellipsis {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.twitter-typeahead {
  width: 100%;
}
.tt-menu {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36);
  padding: 10px;
}
.tt-suggestion {
  cursor: pointer;
  padding-bottom: 5px;
}
.typeahead-results {
  border: 2px solid #ccc;
  min-height: 48px;
  overflow: hidden;
  padding: 0 4px 4px 0;
}
.typeahead-results .item {
  background: #ebebeb;
  border-radius: 4px;
  color: #373737;
  float: left;
  font-size: 16px;
  margin: 4px 0 0 4px;
  padding: 6px 12px;
}
.typeahead-results .item span {
  font-family: 'Avenir LT W01_95 Black';
  font-size: 22px;
  margin-right: 8px;
}
.faculty-name {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding-top: 10px;
}
.light-gray-container {
  background-color: #fafafa;
  padding: 50px 0 150px 0;
}
.light-gray-container .accordion__item {
  background-color: transparent;
}
.cta1-style {
  background-color: #003678;
  color: #fff;
}
.cta1-style:hover {
  -webkit-text-decoration-color: #fff;
  color: #fff;
  text-decoration-color: #fff;
}
.cta2-style {
  color: #003678;
}
.cta-margin {
  margin-bottom: 20px;
  margin-right: 50px;
}
.cta-margin2 {
  margin-bottom: 20px;
}
.remove-item {
  cursor: pointer;
}
.hide {
  display: none;
}
.bold-accordion .accordion__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d8d8d8;
}
.bold-accordion span {
  max-width: calc(100% - 80px);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .bold-accordion span {
    max-width: 600px;
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
}
.bold-accordion button {
  display: flex !important;
}
.edit-license {
  margin-top: -20% !important;
}
