@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
h1,
h2,
h3 {
  font-weight: 400;
}
h1 strong,
h2 strong,
h3 strong {
  font-weight: bold;
}

h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
}
@media screen and (min-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}

.website-collegecoach h1, .website-learningcenter h1, .website-brookfieldacademy h1, .js-focus-visible h1 {
  text-transform: uppercase;
}
.website-collegecoach h1.hero__headline, .website-learningcenter h1.hero__headline, .website-brookfieldacademy h1.hero__headline, .js-focus-visible h1.hero__headline {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 48px;
}

h2 {
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2rem;
}
@media screen and (min-width: 767px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  color: #1a475f;
  font-size: 1.6rem;
}

main p {
  line-height: 1.7;
  margin-top: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #464646;
  background-color: #fff;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  letter-spacing: 0.01rem;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.cc {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 330px) {
  html.cc {
    font-size: 15px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  color: #464646;
  position: relative;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  margin: 0;
}
body::before {
  content: "";
  opacity: 0;
}
body.-fixed {
  overflow: hidden;
}
body.-fixed::before {
  background-color: rgba(70, 70, 70, 0.5);
  content: "";
  position: absolute;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  width: 100%;
  z-index: 100;
}
body.overflow-hidden {
  position: fixed;
}

img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

::-moz-selection {
  background: #1a475f;
  color: white;
  text-shadow: none;
}

::selection {
  background: #1a475f;
  color: white;
  text-shadow: none;
}

a {
  color: #3c889e;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
a:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
a.focus-visible {
  outline: #f0bd1b solid 3px;
}

sup {
  font-size: 50%;
  line-height: inherit;
  position: relative;
  vertical-align: top;
  top: 4px;
}

br {
  line-height: 0;
}

table td {
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 0 !important;
  padding: 20px 24px !important;
  text-align: center !important;
  width: auto !important;
  outline: #1a475f solid 2px !important;
  background: white;
}
.sr-only:focus {
  clip: initial;
  -webkit-box-shadow: 0 0px 8px #f0bd1b;
          box-shadow: 0 0px 8px #f0bd1b;
  display: block;
  height: 30px;
  margin: 0;
  width: 200px;
  outline: #f0bd1b solid 1px;
  overflow: visible;
  z-index: 10;
}

@media print {
  * {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }

  pre,
blockquote,
tr,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
    page-break-inside: avoid;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  }

  thead {
    display: table-header-group;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
}
/* Foundation Modules to add to Global */
.standard-hero {
  position: relative;
}
.standard-hero .hero-content-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: auto;
  height: 0;
  position: relative;
  padding-bottom: 100%;
}
.standard-hero .hero-text-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.standard-hero .hero-text-wrap .txt-hero-title {
  color: #fff;
}

.homepage-hero .hero-content-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: auto;
  height: 0;
  position: relative;
  padding-bottom: 100%;
}
.homepage-hero .hero-text-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.homepage-hero .hero-text-wrap .txt-hero-title {
  color: #fff;
}

.standard-hero-with-blurb .hero-text-wrap-desktop {
  position: absolute;
  bottom: 70px;
  max-width: 820px;
}

.txt-hero-title {
  font-style: normal;
  font-weight: 300;
}

.txt-promo-detail {
  font-style: normal;
  font-weight: 300;
}

.feature-title-standard {
  font-style: normal;
  font-weight: 300;
  margin-top: -0.3em;
  margin-bottom: -0.27em;
  font-size: 36px;
  line-height: 1.333;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
}
.feature-title-standard strong {
  font-weight: 800;
}

.txt-feature-title {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.333;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.txt-feature-title strong {
  font-weight: 800;
}

.bg-white {
  background-color: #fff;
}

.bg-concrete {
  background-color: #f3f3f3;
}

.section-title-module .module-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-title-module .welcome-message {
  margin-top: -0.3em;
  margin-bottom: -0.27em;
  color: #1A475F;
  text-align: center;
}
.section-title-module .body-text-wrap {
  text-align: center;
  padding-top: 40px;
}

.prototype-index-module .welcome-message {
  margin-top: -0.3em;
  margin-bottom: -0.27em;
}

.about-bh-pillars-module .flex-module-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.about-bh-pillars-module .flex-intro-blurb-container {
  width: 100%;
}
.about-bh-pillars-module .flex-pillars-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-bh-pillars-module .feature-title-standard {
  color: #1a475f;
}
.about-bh-pillars-module .pillar-item {
  width: 100%;
  padding: 0;
  margin-bottom: 39px;
}
.about-bh-pillars-module .pillar-title {
  color: #1a475f;
  padding-bottom: 5px;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0em;
}

.txt-pillar-titles {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0em;
}

.bg-nileblue {
  background-color: #1a475f;
}

.module-padding-md.is-preceded-by-curve {
  padding-top: 50px;
}

.our-solutions-shared-module .feature-eyebrow-text {
  color: #1a475f;
  padding-bottom: 32px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.167;
  letter-spacing: 0em;
  color: #1a475f;
}

.txt-section-eyebrow {
  font-size: 2.4rem;
  line-height: 1.167;
  letter-spacing: 0em;
}

.testimonials-module .slider-main {
  padding-bottom: 31px;
}
.testimonials-module .slide-testimonial {
  padding-bottom: 12px;
  padding: 0 12%;
}
.testimonials-module .pullquote-wrap {
  text-align: center;
  padding-bottom: 18px;
}
.testimonials-module .txt-pullquote {
  color: #fff;
}
.testimonials-module .attribution-wrap {
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
.testimonials-module .quotation-marks {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 124px;
  z-index: -1;
  line-height: 0;
}
.testimonials-module .txt-quote-attribution {
  color: #fff;
}

.featured-news-module .slider-main {
  padding-bottom: 31px;
}
.featured-news-module .slide-testimonial {
  padding: 0 12%;
}
.featured-news-module .pullquote-wrap {
  text-align: center;
  padding-bottom: 18px;
}
.featured-news-module .txt-pullquote {
  color: #fff;
}
.featured-news-module .attribution-wrap {
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
.featured-news-module .quotation-marks {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 124px;
  z-index: -1;
  line-height: 0;
}
.featured-news-module .txt-quote-attribution {
  color: #fff;
}

@media (min-width: 768px) {
  .homepage-hero .hero-content-wrap {
    height: 400px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homepage-hero .hero-text-wrap {
    max-width: 80%;
    padding: 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    padding: 50px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .standard-hero .hero-content-wrap {
    height: 400px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .standard-hero .hero-text-wrap {
    max-width: 80%;
    padding: 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    padding: 50px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .section-title-module .module-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-title-module .welcome-message {
    margin-top: -0.18em;
    margin-bottom: -0.15em;
    margin-top: -0.18em;
    margin-bottom: -0.15em;
  }
  .section-title-module .body-text-wrap {
    padding-top: 32px;
  }

  .feature-title-standard {
    margin-top: -0.18em;
    margin-bottom: -0.15em;
    margin-top: -0.18em;
    margin-bottom: -0.15em;
    font-size: 34px;
    line-height: 1.042;
  }

  .prototype-index-module .welcome-message {
    margin-top: -0.18em;
    margin-bottom: -0.15em;
    margin-top: -0.18em;
    margin-bottom: -0.15em;
  }

  .txt-feature-title {
    font-size: 34px;
    line-height: 1.042;
  }

  .about-bh-pillars-module .flex-module-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .about-bh-pillars-module .flex-intro-blurb-container {
    width: 50%;
    width: 50%;
    width: 50%;
  }
  .about-bh-pillars-module .flex-pillars-container {
    width: 50%;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  .about-bh-pillars-module .pillar-item {
    padding: 0 15px;
    margin-bottom: 26px;
    width: 100%;
  }
  .about-bh-pillars-module .pillar-title {
    padding-bottom: 0;
    font-size: 1.8rem;
    padding-bottom: 0;
    font-size: 1.8rem;
  }

  .txt-pillar-titles {
    font-size: 1.8rem;
    font-size: 1.8rem;
  }

  .module-padding-md.is-preceded-by-curve {
    padding-top: 50px;
  }

  .our-solutions-shared-module .feature-eyebrow-text {
    padding-bottom: 20px;
    font-size: 3rem;
  }

  .txt-section-eyebrow {
    font-size: 3rem;
  }

  .testimonials-module .slider-w-arrows-wrap {
    margin-bottom: 0;
  }
  .testimonials-module .slider-main {
    padding-bottom: 63px;
  }
  .testimonials-module .pullquote-wrap {
    padding-bottom: 29px;
  }
  .testimonials-module .attribution-wrap {
    margin-bottom: 24px;
  }
  .testimonials-module .quotation-marks {
    width: 136px;
  }

  .featured-news-module .slider-w-arrows-wrap {
    margin-bottom: 0;
  }
  .featured-news-module .slider-main {
    padding-bottom: 63px;
  }
  .featured-news-module .pullquote-wrap {
    padding-bottom: 29px;
  }
  .featured-news-module .attribution-wrap {
    margin-bottom: 24px;
  }
  .featured-news-module .quotation-marks {
    width: 136px;
  }
}
@media (min-width: 992px) {
  .about-bh-pillars-module .flex-pillars-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-bh-pillars-module .pillar-item {
    width: 50%;
    padding: 0 15px 0 0;
    margin-bottom: 42px;
  }
}
.feature-header-wrap h4 {
  margin-top: 0;
}

button.nav__link, button.nav__link:hover, button.nav__link:focus {
  border: none;
  background: none;
  font-family: inherit;
}

button.vlcNav__user {
  background-color: transparent;
  text-align: left;
  border: none;
  text-transform: none;
}

@media (min-width: 768px) {
  .homepage-hero .hero-content-wrap, .standard-hero .hero-content-wrap {
    height: 56.25vw !important;
  }

  .about-bh-pillars-module .flex-intro-blurb-container .intro-blurb-wrap {
    padding-right: 30px;
  }
}
@media screen and (min-width: 975px) {
  .website-montessori .nav__menu {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .website-montessori .nav__menu li.nav__item {
    display: inline-block;
    margin: 12px 60px 0 0;
  }
}
.layer.-bottomSpace .sectionWithText {
  margin-bottom: 60px;
}

.testimonials-module-slider-wrap .carousel-inner > .item > img,
.testimonials-module-slider-wrap .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.testimonials-module-slider-wrap .carousel {
  position: relative;
}

.testimonials-module-slider-wrap .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.testimonials-module-slider-wrap .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

@media only screen and (max-width: 959px) {
  .testimonials-module-slider-wrap .carousel-inner > .item img {
    height: 45vw !important;
  }
}
@media only screen and (max-height: 768px) and (min-width: 960px) {
  .testimonials-module-slider-wrap .carousel-inner > .item img {
    height: 34vw !important;
  }
}
.testimonials-module-slider-wrap .carousel-inner > .item > img,
.testimonials-module-slider-wrap .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .testimonials-module-slider-wrap .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .testimonials-module-slider-wrap .carousel-inner > .item.next,
.testimonials-module-slider-wrap .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .testimonials-module-slider-wrap .carousel-inner > .item.prev,
.testimonials-module-slider-wrap .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .testimonials-module-slider-wrap .carousel-inner > .item.next.left,
.testimonials-module-slider-wrap .carousel-inner > .item.prev.right,
.testimonials-module-slider-wrap .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.testimonials-module-slider-wrap .carousel-inner > .active,
.testimonials-module-slider-wrap .carousel-inner > .next,
.testimonials-module-slider-wrap .carousel-inner > .prev {
  display: block;
}

.testimonials-module-slider-wrap .carousel-inner > .active {
  left: 0;
}

.testimonials-module-slider-wrap .carousel-inner > .next,
.testimonials-module-slider-wrap .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.testimonials-module-slider-wrap .carousel-inner > .next {
  left: 100%;
}

.testimonials-module-slider-wrap .carousel-inner > .prev {
  left: -100%;
}

.testimonials-module-slider-wrap .carousel-inner > .next.left,
.testimonials-module-slider-wrap .carousel-inner > .prev.right {
  left: 0;
}

.testimonials-module-slider-wrap .carousel-inner > .active.left {
  left: -100%;
}

.testimonials-module-slider-wrap .carousel-inner > .active.right {
  left: 100%;
}

.testimonials-module-slider-wrap .carousel-control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 48px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  height: 60px;
  width: 60px;
  top: calc(50% - 30px);
}

.testimonials-module-slider-wrap .carousel-control span {
  top: calc(50% - 35px);
  position: relative;
}

.testimonials-module-slider-wrap .carousel-control .sr-only {
  position: absolute;
}

.testimonials-module-slider-wrap .carousel-control.right {
  right: 0;
  left: auto;
}

.testimonials-module-slider-wrap .carousel-control:hover,
.testimonials-module-slider-wrap .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.testimonials-module-slider-wrap .carousel-control:focus {
  border: 3px solid #f0bd1b;
}

.testimonials-module-slider-wrap .carousel-control .icon-prev,
.testimonials-module-slider-wrap .carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.testimonials-module-slider-wrap .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.testimonials-module-slider-wrap .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.testimonials-module-slider-wrap .carousel-control .icon-prev,
.testimonials-module-slider-wrap .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.testimonials-module-slider-wrap .carousel-indicators {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 1;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.testimonials-module-slider-wrap .carousel-indicators li,
.testimonials-module-slider-wrap .carousel-indicators a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 8px;
}

.testimonials-module-slider-wrap .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #f0bd1b;
  border: 2px solid #f0bd1b;
}

.testimonials-module-slider-wrap .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.testimonials-module-slider-wrap .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .testimonials-module-slider-wrap .carousel-control .icon-prev,
.testimonials-module-slider-wrap .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .testimonials-module-slider-wrap .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .testimonials-module-slider-wrap .carousel-control .icon-next {
    margin-right: -15px;
  }

  .testimonials-module-slider-wrap .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .testimonials-module-slider-wrap .carousel-indicators {
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials-module-slider-wrap .carousel-control.left,
.testimonials-module-slider-wrap .carousel-control.right {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .testimonials-module-slider-wrap .carousel-indicators {
    bottom: 0px;
  }
}
.testimonials-module-slider-wrap .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.testimonials-module-slider-wrap .carousel-fade .carousel-inner .item,
.testimonials-module-slider-wrap .carousel-fade .carousel-inner .active.left,
.testimonials-module-slider-wrap .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.testimonials-module-slider-wrap .carousel-fade .carousel-inner .active,
.testimonials-module-slider-wrap .carousel-fade .carousel-inner .next.left,
.testimonials-module-slider-wrap .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.testimonials-module-slider-wrap .carousel-fade .carousel-inner .next,
.testimonials-module-slider-wrap .carousel-fade .carousel-inner .prev,
.testimonials-module-slider-wrap .carousel-fade .carousel-inner .active.left,
.testimonials-module-slider-wrap .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.testimonials-module-slider-wrap .carousel-fade .carousel-control {
  z-index: 2;
}

.testimonials-module-slider-wrap .carousel-inner {
  max-width: 700px;
  margin: 0 auto 30px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.testimonials-module-slider-wrap .pullquote-wrap {
  padding-bottom: 0;
}

.testimonials-module-slider-wrap .pullquote-wrap p {
  font-size: 20px;
  line-height: 24px;
}

.testimonials-module-slider-wrap p.txt-quote-attribution {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .testimonials-module-slider-wrap .pullquote-wrap p {
    font-size: 18px;
    line-height: 22px;
  }

  .testimonials-module-slider-wrap p.txt-quote-attribution {
    font-size: 16px;
    font-weight: 700;
  }
}
.bhc-home {
  font-size: 16px;
}
.bhc-home * {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.bhc-home .button {
  display: inline-block;
  width: auto;
  border-radius: 7px;
  padding: 10px 24px;
  margin: 30px 0;
}
@media screen and (min-width: 767px) {
  .bhc-home .button {
    width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .bhc-home .curve {
    margin-bottom: -8rem;
    margin-top: -3rem;
  }
}

.bhc-heading {
  font-size: 45px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.bhc-heading strong {
  font-weight: 800;
}

.bhc-subHeading {
  margin-bottom: 2rem;
}

.bhc-textLink {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.bhc-textLink:after {
  bottom: 1px;
  color: #f0bd1b;
  content: "▶";
  font-family: "bh-corporate";
  margin-left: 8px;
  position: relative;
  top: 1px;
  right: 0px;
  -webkit-transition: 0.15s right ease-out;
  transition: 0.15s right ease-out;
}
.bhc-textLink:hover {
  color: #1a475f;
}
.bhc-textLink:hover:after {
  right: -5px;
}

.button.-icon {
  font-size: 14px;
  background: #1a475f;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 10px;
  border-radius: 0;
  color: white;
  font-weight: 800;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
}
@media screen and (min-width: 767px) {
  .button.-icon {
    min-width: 250px;
    font-size: 18px;
  }
}
.button.-icon.-marker {
  background-image: url("/dist/images/corporate/icon_marker.png");
}
.button.-icon.-star {
  background-image: url("/dist/images/corporate/icon_star.png");
}
.button.-icon.-heart {
  background-image: url("/dist/images/corporate/icon_heart.png");
}
.button.-icon.-building {
  background-image: url("/dist/images/corporate/icon_building.png");
}
.button.-icon:before {
  margin-right: 0.5em;
  color: #dc6f1f;
  font-size: 1.5rem;
}
.button.-icon:after {
  color: #f0bd1b;
  content: "▶";
  font-family: "bh-corporate";
  right: 10px;
  padding-top: 2px;
  position: absolute;
}
.button.-icon:hover {
  border-color: #f0bd1b;
  background-color: #f0bd1b;
  color: #1a475f;
}

.-bbYellow {
  -o-border-image: linear-gradient(90deg, #f0bd1b 85%, transparent 85%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(85%, #f0bd1b), color-stop(85%, transparent)) 1;
     border-image: linear-gradient(90deg, #f0bd1b 85%, transparent 85%) 1;
}
@media screen and (min-width: 767px) {
  .-bbYellow {
    -o-border-image: linear-gradient(90deg, transparent 15%, #f0bd1b 15%) 1;
       border-image: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(15%, #f0bd1b)) 1;
       border-image: linear-gradient(90deg, transparent 15%, #f0bd1b 15%) 1;
  }
}

.-bbBlue {
  -o-border-image: linear-gradient(90deg, #54afcb 85%, transparent 85%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(85%, #54afcb), color-stop(85%, transparent)) 1;
     border-image: linear-gradient(90deg, #54afcb 85%, transparent 85%) 1;
}

.-bbOrange {
  -o-border-image: linear-gradient(90deg, #dc6f1f 85%, #eeeded 85%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(85%, #dc6f1f), color-stop(85%, #eeeded)) 1;
     border-image: linear-gradient(90deg, #dc6f1f 85%, #eeeded 85%) 1;
}

.-bbPurple {
  -o-border-image: linear-gradient(90deg, transparent 15%, #5b3570 15%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(15%, #5b3570)) 1;
     border-image: linear-gradient(90deg, transparent 15%, #5b3570 15%) 1;
}

.-bbGreen {
  -o-border-image: linear-gradient(90deg, transparent 15%, #048956 15%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(15%, #048956)) 1;
     border-image: linear-gradient(90deg, transparent 15%, #048956 15%) 1;
}

body.js-search a.nav-link-search {
  display: none !important;
}
body.js-search .feature-title-standard {
  text-transform: capitalize !important;
  font-size: 36px;
}
@media screen and (min-width: 767px) {
  body.js-search .feature-title-standard {
    font-size: 48px;
  }
}
body.js-search .nav-shared .subnav-drawer {
  opacity: 1 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
body.js-search #search-field {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.js-search #siteSearchBox, body.js-search #siteSearchBox::-webkit-input-placeholder {
  font-size: 18px;
}
body.js-search #siteSearchBox, body.js-search #siteSearchBox::-moz-placeholder {
  font-size: 18px;
}
body.js-search #siteSearchBox, body.js-search #siteSearchBox::-ms-input-placeholder {
  font-size: 18px;
}
body.js-search #siteSearchBox, body.js-search #siteSearchBox::placeholder {
  font-size: 18px;
}

.js-nav-search-form #search-field, .js-nav-search-form #search-field::-webkit-input-placeholder {
  font-size: 18px !important;
}

.js-nav-search-form #search-field, .js-nav-search-form #search-field::-moz-placeholder {
  font-size: 18px !important;
}

.js-nav-search-form #search-field, .js-nav-search-form #search-field::-ms-input-placeholder {
  font-size: 18px !important;
}

.js-nav-search-form #search-field, .js-nav-search-form #search-field::placeholder {
  font-size: 18px !important;
}

.nav-shared .btn-hamburger {
  background-color: transparent !important;
  border: none !important;
}

.-ccb .viewAll {
  text-align: center;
}
.-ccb .viewAll .button {
  font-size: 16px !important;
  color: #1a475f !important;
  letter-spacing: 0.025em;
}
.-ccb .pagination {
  margin: 30px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.-ccb .pagination .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .-ccb .pagination .button {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  .-ccb .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.-ccb .hero__headline:after {
  width: 230px;
}
.-ccb .-interiorListView {
  margin-top: 0;
}
.-ccb .layer.-bluePrimary .sectionWithText, .-ccb .layer.-bluePrimary .layer__subheadline {
  color: white !important;
}
.-ccb .layer.-bluePrimary a {
  color: #92d9e7;
}
.-ccb .nav__primary {
  z-index: 2002;
}
.-ccb .curve {
  z-index: 2000;
  position: relative;
}
.-ccb .curve svg {
  width: 100vw;
}
.-ccb .callout__action a {
  text-transform: capitalize;
}

.ccb__cards, .ccb__categories, .ccb__tagCloud {
  background-color: #eeeded;
}
.ccb__cards.-white, .ccb__categories.-white, .ccb__tagCloud.-white {
  background-color: white;
}

.ccb__cards {
  padding: 45px 0;
}
.ccb__cards .bhc-newsCard.-large {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .ccb__cards .bhc-newsCard.-large {
    margin-left: 16px;
  }
}
.ccb__cards .bhc-newsCard.-large .bhc-newsCard__image {
  background: -webkit-gradient(linear, left bottom, left top, from(#54afcb), to(#277389));
  background: linear-gradient(0deg, #54afcb 0%, #277389 100%);
  width: 100%;
  position: relative;
  height: 200px;
}
.ccb__cards .bhc-newsCard.-large .bhc-newsCard__image img {
  z-index: 2;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .ccb__cards .bhc-newsCard.-large .bhc-newsCard__image img {
    max-height: 200px;
  }
}
.ccb__cards .bhc-newsCard.-large .bhc-newsCard__image::before {
  content: "";
  background-image: url("/dist/images/college-coach/blog-icon.png");
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .ccb__cards .bhc-newsCard.-large .bhc-newsCard__image::before {
    background-size: 50%;
  }
}
.ccb__cards .bhc-newsCard__text {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ccb__cards .bhc-newsCard__date {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .ccb__cards .bhc-newsCard__date {
    margin-bottom: 0;
    min-height: 24px;
  }
}
.ccb__cards .bhc-newsCard__title {
  margin: 0;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .ccb__cards .bhc-newsCard__title {
    min-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .ccb__cards .bhc-newsCard__title {
    font-size: 24px;
  }
}
.ccb__cards .bhc-newsCard__cta, .ccb__cards .bhc-newsCard__title a {
  color: #1a475f !important;
}
@media (max-width: 1023px) {
  .ccb__cards .bhc-newsCards.row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ccb__cards.-fullWidth .bhc-newsCards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .ccb__cards.-fullWidth .bhc-newsCards .col-xs-12:nth-child(even) .bhc-newsCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.ccb__cards.-fullWidth .bhc-newsCard {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .ccb__cards.-fullWidth .bhc-newsCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ccb__cards.-fullWidth .bhc-newsCard .bhc-newsCard__image {
  max-height: 250px;
}
.ccb__cards.-fullWidth .bhc-newsCard .bhc-newsCard__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 100%;
  max-height: 250px;
}
@media screen and (min-width: 580px) {
  .ccb__cards.-fullWidth .bhc-newsCard .bhc-newsCard__image {
    max-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .ccb__cards.-fullWidth .bhc-newsCard .bhc-newsCard__image {
    height: unset;
    max-height: 500px;
    width: 66%;
  }
  .ccb__cards.-fullWidth .bhc-newsCard .bhc-newsCard__image img {
    min-height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .ccb__cards.-fullWidth .bhc-newsCard .bhc-newsCard__text {
    width: 33%;
  }
}
.ccb__cards.-fullWidth .bhc-newsCard .bhc-newsCard__date {
  min-height: unset;
}
.ccb__cards.-fullWidth .bhc-newsCard__title {
  min-height: unset;
  margin-bottom: 10px;
}
.ccb__cards.-fullWidth .bhc-newsCard__ribbon {
  background-color: #d5e4e8;
  margin: 0 0 60px;
  padding: 15px 20px;
  display: inline-block;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1a475f;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ccb__cards.-fullWidth .bhc-newsCard__ribbon {
    margin: 0 auto 60px;
    padding: 20px 20px 20px 40px;
    font-size: 16px;
  }
}
.ccb__cards.-fullWidth .bhc-newsCard__ribbon a {
  color: #1a475f !important;
  font-weight: bold;
  border-bottom: 3px solid #f0bd1b;
}
.ccb__cards.-fullWidth .bhc-newsCard__ribbon a:hover {
  padding-bottom: 3px;
  border-bottom: 1px solid #f0bd1b;
}
@media screen and (min-width: 1024px) {
  .ccb__cards.-fullWidth .bhc-newsCard__ribbon:before {
    position: absolute;
    content: "";
    right: -40px;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    top: 0;
    border-top: 30px solid #d5e4e8;
    border-bottom: 30px solid #d5e4e8;
    border-left: 30px solid #d5e4e8;
    border-right: 30px solid transparent;
  }
}

.sectionHeading.-doubleLine {
  overflow: hidden;
}

.doubleLine, .-doubleLine {
  margin-bottom: 30px !important;
  line-height: 0.5;
  text-align: center;
}
.doubleLine span, .-doubleLine span {
  display: inline-block;
  position: relative;
}
.doubleLine span:before,
.doubleLine span:after, .-doubleLine span:before,
.-doubleLine span:after {
  content: "";
  position: absolute;
  height: 8px;
  border-bottom: 1px solid #464646;
  border-top: 1px solid #464646;
  top: calc(50% - 4px);
  width: 300px;
  opacity: 0.25;
}
.doubleLine span:before, .-doubleLine span:before {
  right: 80%;
  margin-right: 15px;
}
@media (min-width: 418px) {
  .doubleLine span:before, .-doubleLine span:before {
    right: 100%;
  }
}
.doubleLine span:after, .-doubleLine span:after {
  left: 80%;
  margin-left: 15px;
}
@media (min-width: 418px) {
  .doubleLine span:after, .-doubleLine span:after {
    left: 100%;
  }
}

.doubleLine {
  position: relative;
}
.doubleLine span {
  position: relative;
  display: block;
  height: 30px;
  width: 100%;
}
.doubleLine span::before, .doubleLine span::after {
  width: 100%;
  left: 0;
  right: 0;
}
.doubleLine span::after {
  display: none;
}

.ccb__categories {
  padding-bottom: 30px;
}
.ccb__categories.-white .ccb__category {
  background-color: #eef7f3;
}

.ccb__categoriesList {
  list-style: none;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .ccb__categoriesList {
    margin: 0 0 30px;
  }
}
.ccb__categoriesList li {
  display: inline-block;
}

.ccb__category {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  color: #036640;
  background-color: #e4e9e7;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 4px 2px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .ccb__category {
    font-size: 12px;
  }
}
.ccb__category:hover {
  background-color: #048956;
  color: white;
}

.ccb__tagCloud {
  padding-bottom: 100px;
}
.ccb__tagCloud .locations__card.-articles {
  max-width: 100%;
  margin-left: 0;
}
.ccb__tagCloud ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ccb__tagCloud li {
  margin: 0 0 10px 0;
}
.ccb__tagCloud a {
  color: #1a475f;
  font-size: 14px;
}
.ccb__tagCloud a:hover {
  color: #3c889e;
}

.locations__card.-articles {
  padding: 30px 60px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 767px) {
  .locations__card.-articles {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 1024px) {
  .locations__card.-articles {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.locations__card.-articles .locations__title {
  background-image: url("/dist/images/college-coach/blog/icon_tag.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #3c889e;
  padding: 10px 0 0 60px;
  position: relative;
  right: 20px;
}

.ccb__search .container {
  padding: 0 !important;
}
.ccb__search .-submit {
  width: 55px;
  background-image: url("/dist/images/college-coach/blog/search-solid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
.ccb__search .-submit:hover, .ccb__search .-submit:active {
  border-color: #92d9e7;
  background-color: #92d9e7;
}

.ccb__blogFilters {
  position: relative;
  display: block;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: unset !important;
          flex-flow: unset !important;
  width: 100%;
}
.ccb__blogFilters .nav__menu {
  position: relative;
  background-color: transparent;
  border: none;
  right: unset;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.ccb__blogFilters .nav__item {
  position: relative;
  margin-right: 10px;
}
.ccb__blogFilters .nav__item.-dropdown {
  width: 98%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 1%;
  border: 2px solid #f0bd1b;
  padding: 10px 45px 5px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  height: 60px;
}
@media screen and (min-width: 767px) {
  .ccb__blogFilters .nav__item.-dropdown:nth-child(2) {
    margin-right: 125px;
  }
  .ccb__blogFilters .nav__item.-dropdown:last-child {
    max-width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .ccb__blogFilters .nav__item.-dropdown {
    height: unset;
    margin-bottom: 30px;
  }
  .ccb__blogFilters .nav__item.-dropdown:nth-child(2) .nav__dropdown {
    left: -300px !important;
  }
}
@media screen and (min-width: 1200px) {
  .ccb__blogFilters .nav__item.-dropdown:nth-child(2) .nav__dropdown {
    left: -385px !important;
  }
}
.ccb__blogFilters .nav__item.-dropdown .eyebrow {
  color: white;
  font-weight: 400;
  margin-bottom: 0px;
}
.ccb__blogFilters .nav__item.-dropdown .nav__link {
  color: white;
  text-transform: capitalize;
  font-weight: 700;
  text-align: left;
  font-size: 14px;
  padding: 0;
  position: relative;
  border-radius: 0;
  outline-offset: 3px;
}
@media screen and (min-width: 1024px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__link {
    font-size: 20px;
  }
}
.ccb__blogFilters .nav__item.-dropdown .nav__link:focus {
  outline: 3px solid white;
}
.ccb__blogFilters .nav__item.-dropdown .nav__link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ccb__blogFilters .nav__item.-dropdown .nav__dropdown_wrapper {
  padding: 0;
}
.ccb__blogFilters .nav__item.-dropdown .nav__dropdown_wrapper .container {
  max-width: 460px;
}
@media screen and (min-width: 767px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__dropdown_wrapper .container {
    max-width: 630px;
  }
}
@media screen and (min-width: 1024px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__dropdown_wrapper .container {
    max-width: 815px;
  }
}
@media screen and (min-width: 1200px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__dropdown_wrapper .container {
    max-width: 958px;
  }
}
.ccb__blogFilters .nav__item.-dropdown .nav__dropdown_item_wrapper {
  display: block;
  margin-top: 0;
}
@media screen and (min-width: 580px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__dropdown_item_wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 767px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__dropdown_item_wrapper {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 1024px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__dropdown_item_wrapper {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (min-width: 1200px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__dropdown_item_wrapper {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.ccb__blogFilters .nav__item.-dropdown .nav__dropdown_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ccb__blogFilters .nav__item.-dropdown .nav__dropdown_item label {
  color: #1a475f;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
.ccb__blogFilters .nav__item.-dropdown .nav__dropdown_item input {
  position: relative;
  top: 2px;
}
.ccb__blogFilters .nav__item.-dropdown .nav__dropdown_item:first-child {
  padding-bottom: 36px;
}
.ccb__blogFilters .nav__item.-dropdown .nav__dropdown {
  -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 15px;
  background: #e6f3f7;
  border-top: 1px solid #3c889e;
  left: -17px;
  width: 100%;
  max-height: 300px;
  overflow-x: scroll;
}
@media screen and (min-width: 1024px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__dropdown {
    max-height: none;
    padding: 30px 23% 15px;
    width: unset;
    left: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__dropdown.-tagsList {
    left: unset;
    right: 0;
  }
}
.ccb__blogFilters .nav__item.-dropdown .nav__dropdown_link {
  display: inline-block;
  color: #1a475f;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.25;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__dropdown_link {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .ccb__blogFilters .nav__item.-dropdown .nav__dropdown_link {
    font-size: 14px;
  }
}
.ccb__blogFilters .nav__item.-dropdown .nav__dropdown_link input {
  margin-right: 10px;
  float: left;
  height: 20px;
  margin-top: 0;
  position: relative;
  top: -1px;
}
.ccb__blogFilters .nav__item.-dropdown .nav__dropdown_link:hover {
  cursor: pointer !important;
}
.ccb__blogFilters .nav__item.-dropdown::after {
  position: absolute !important;
  right: 18px;
  font-size: 16px;
  top: calc(50% - 8px) !important;
  content: "\ea1c";
  font-family: "bh-corporate";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ccb__blogFilters .nav__item.-active {
  background: #e6f3f7;
  border-color: #e6f3f7;
}
.ccb__blogFilters .nav__item.-active .nav__link, .ccb__blogFilters .nav__item.-active .eyebrow {
  color: #1a475f;
}
.ccb__blogFilters .nav__item.-active .eyebrow {
  overflow: hidden;
}
.ccb__blogFilters .nav__item.-active .tagsSelected {
  color: white;
}
.ccb__blogFilters .nav__item.-active::after {
  opacity: 0;
}
.ccb__blogFilters .nav__dropdown {
  top: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .ccb__blogFilters .nav__dropdown {
    top: 55px;
  }
}
.ccb__blogFilters .tagsSelected {
  font-size: 14px;
  background: #3c889e;
  padding: 3px 9px;
  border-radius: 4px;
  border: 1px solid #0e2633;
  line-height: 0;
  position: relative;
  bottom: 3px;
}
.ccb__blogFilters .col-sm-5 .nav__menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 899px) {
  .ccb__blogFilters {
    position: relative;
    display: unset;
    border-left: none;
  }
  .ccb__blogFilters .nav__link {
    border-bottom: none;
  }
}

.ccb__searchRow, .ccb__filterRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 580px) {
  .ccb__searchRow, .ccb__filterRow {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.ccb__searchResults {
  padding: 45px 0;
}
.ccb__searchResults h2 {
  text-transform: none;
  font-size: 24px;
  color: #1a475f;
  margin-bottom: 45px;
}
.ccb__searchResults .relatedResource__thumbnail {
  margin: 0;
}
.ccb__searchResults .relatedResource__thumbnail.-fallback {
  min-height: 180px !important;
  position: relative;
}
.ccb__searchResults .relatedResource__thumbnail.-fallback:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#54afcb), to(#277389));
  background: linear-gradient(0deg, #54afcb 0%, #277389 100%);
}
.ccb__searchResults .relatedResource__thumbnail.-fallback:after {
  background-image: url("/dist/images/college-coach/blog-icon.png") !important;
  background-size: 45%;
  background-position: 55% 60%;
  background-color: transparent !important;
}
.ccb__searchResults .searchResult {
  margin-bottom: 45px;
}
.ccb__searchResults .searchResult .resourceInformation {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .ccb__searchResults .searchResult .resourceInformation {
    font-size: 16px;
  }
}
.ccb__searchResults .searchResult h3 {
  margin-top: 0;
  line-height: 1.25;
  font-size: 24px;
}
@media screen and (min-width: 767px) {
  .ccb__searchResults .searchResult h3 {
    font-size: 26px;
  }
}
.ccb__searchResults .searchResult__text a {
  font-weight: 700;
}
.ccb__searchResults .searchResult__text a:hover {
  text-decoration: underline;
}
.ccb__searchResults .searchResult__image {
  min-height: 180px;
}
.ccb__searchResults .searchResult__image img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.vlcResource.-ccb {
  background-color: #eeeded;
}
.vlcResource.-ccb .vlcHeader.-resource {
  background-color: white;
  position: relative;
}
.vlcResource.-ccb .vlcHeader.-resource:after {
  content: "";
  background-image: url("/dist/images/college-coach/blog/bg_blog-detail.svg");
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: 100% 10px;
  -webkit-box-shadow: 3px 3px 5px 0px #ccc;
          box-shadow: 3px 3px 5px 0px #ccc;
  opacity: 0.25;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  .vlcResource.-ccb .vlcHeader.-resource:after {
    opacity: 1;
  }
}
.vlcResource.-ccb .vlcHeader.-resource .eyebrow {
  color: #dc6f1f;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 15px;
}
.vlcResource.-ccb .vlcHeader.-resource .eyebrow:hover {
  text-decoration: underline;
}
.vlcResource.-ccb .vlcHeader.-resource .heading {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 90px;
}
.vlcResource.-ccb .vlcResource__featuredImageWrapper {
  width: 95%;
  margin-bottom: 15px;
  height: 50vw;
}
@media screen and (min-width: 767px) {
  .vlcResource.-ccb .vlcResource__featuredImageWrapper {
    height: 100%;
  }
}
.vlcResource.-ccb .vlcResource__featuredImageWrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#54afcb), to(#277389));
  background: linear-gradient(0deg, #54afcb 0%, #277389 100%);
  z-index: 11;
}
.vlcResource.-ccb .vlcResource__featuredImageWrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-image: url("/dist/images/college-coach/blog-icon.png") !important;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 12;
}
.vlcResource.-ccb .vlcResource__featuredImage {
  position: relative;
  -o-border-image: linear-gradient(90deg, #54afcb 50%, #eeeded 50%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #54afcb), color-stop(50%, #eeeded)) 1;
     border-image: linear-gradient(90deg, #54afcb 50%, #eeeded 50%) 1;
  background-color: transparent !important;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: 13;
}
.vlcResource.-ccb .vlcResource__intro {
  height: unset !important;
  top: -120px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 767px) {
  .vlcResource.-ccb .vlcResource__intro {
    top: -200px;
    margin-bottom: -150px !important;
  }
}
.vlcResource.-ccb .vlcResource__intro .row {
  display: block;
}
@media screen and (min-width: 1024px) {
  .vlcResource.-ccb .vlcResource__intro .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: revert;
        -ms-flex-align: revert;
            align-items: revert;
  }
}
.vlcResource.-ccb .vlcResource__tagClouds {
  height: unset !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vlcResource.-ccb .vlcResource__tagClouds .col-xs-3 {
  padding-right: 0;
}
@media (min-width: 1360px) {
  .vlcResource.-ccb .vlcResource__tagClouds .-extend {
    width: 600px;
  }
}
.vlcResource.-ccb .relatedResources .heading {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .vlcResource.-ccb .relatedResource {
    width: 100%;
  }
  .vlcResource.-ccb .relatedResource .relatedResource__thumbnail img {
    height: 300px;
  }
}
@media (min-width: 601) and (max-width: 1299px) {
  .vlcResource.-ccb .relatedResource .relatedResource__thumbnail img {
    height: 165px;
  }
}
.vlcResource.-ccb .relatedResource__thumbnail {
  margin: 0 0 10px 0;
}
.vlcResource.-ccb .relatedResource__action {
  color: #464646;
  margin-bottom: 10px;
}
.vlcResource.-ccb .relatedResource__title {
  margin-top: 0;
  color: #0e2633 !important;
}
.vlcResource.-ccb .container {
  margin: auto;
  max-width: 1200px;
}
@media screen and (min-width: 1024px) {
  .vlcResource.-ccb .container {
    padding-left: 2em;
  }
}
.vlcResource.-ccb .body {
  line-height: 2;
  font-size: 16px;
  white-space: break-spaces;
}
.vlcResource.-ccb .body p, .vlcResource.-ccb .body ul, .vlcResource.-ccb .body ol, .vlcResource.-ccb .body iframe, .vlcResource.-ccb .body video {
  line-height: 2;
  font-size: 16px;
  display: block !important;
  margin-bottom: 30px !important;
}
.vlcResource.-ccb .body ul, .vlcResource.-ccb .body ol {
  white-space: normal !important;
  margin-left: 10px !important;
}
@media screen and (min-width: 1024px) {
  .vlcResource.-ccb .body ul, .vlcResource.-ccb .body ol {
    margin-left: 30px !important;
  }
}
.vlcResource.-ccb .body li {
  margin-bottom: 15px !important;
}
.vlcResource.-ccb .body a:hover {
  text-decoration: underline !important;
}
.vlcResource.-ccb .body img {
  padding: 15px 0;
}

.-ccb section.relatedResources .relatedResources__content .relatedResource__thumbnail:after {
  height: 0;
  width: 0;
  padding: 0;
}
.-ccb section.relatedResources .relatedResources__content .relatedResource__thumbnail.-fallback:after {
  background-image: url("/dist/images/college-coach/blog-icon.png") !important;
  width: 100% !important;
  height: 100% !important;
  background-size: 35% !important;
}

.ccb__authorPhotoFrame {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.ccb__authorPhotoFrame::after {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 100%;
}

.ccb__authorPhotoFrame img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ccb__authorName {
  margin: 0;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 400;
}
.ccb__authorName strong {
  font-weight: 700;
  display: block;
}
.ccb__authorName a {
  color: #5a5a5a;
}
.ccb__authorBio {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  line-height: 1.5;
}
.ccb__authorBio::after {
  content: "";
  width: 150%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 237, 237, 0)), color-stop(80%, #eeeded));
  background: linear-gradient(top, rgba(238, 237, 237, 0) 0%, #eeeded 80%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ccb__authorBio p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.75;
  overflow: hidden;
}
.ccb__authorBio p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1330px) {
  .ccb__authorBio p {
    width: 130%;
  }
}
.ccb__authorCta {
  text-transform: uppercase;
  color: #1a475f;
  font-weight: 900;
  display: block;
  margin-bottom: 60px;
  cursor: pointer;
}
.ccb__authorCta:after {
  bottom: 1px;
  color: #f0bd1b;
  content: "▶";
  font-family: "bh-corporate";
  margin-left: 8px;
  position: relative;
  top: 1px;
  right: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ccb__authorCta:hover {
  color: #3c889e;
}
.ccb__authorCta:hover:after {
  right: -5px;
}
.ccb__tagList {
  background-image: url("/dist/images/college-coach/blog/icon_tag-small.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0 0;
  list-style: none;
  margin: 0 0 0 15px !important;
  padding: 0 0 0 30px;
  display: inline-block;
  min-height: 40px;
}
.ccb__tagListItem {
  font-size: 14px;
  display: inline;
}
@media (min-width: 1330px) {
  .ccb__tagListItem {
    font-size: 16px;
  }
}
.ccb__tagListItem a {
  font-weight: 700;
  padding-left: 5px;
}
.ccb__tagListItem a:hover {
  text-decoration: underline;
}
.ccb__tagListItem:last-child .ccb__comma {
  display: none;
}
.ccb__calloutImage {
  padding-right: 30px;
}
.ccb__calloutDescription {
  font-size: 18px;
  text-transform: none;
  color: white;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .ccb__calloutDescription {
    font-size: 24px;
  }
}

.callout__wrapper.-ccb .callout__heading {
  font-weight: 800 !important;
  margin-bottom: 30px !important;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .callout__wrapper.-ccb .callout__heading {
    font-size: 32px;
  }
}
.callout__wrapper.-ccb .button {
  display: inline;
  padding: 15px 45px;
  border-radius: 4px;
}

.ccb__authorPage .-expertBio.-ccb {
  background-image: none !important;
  margin-bottom: 0;
}
.ccb__authorPage .-expertBio.-ccb .hero__content p {
  font-size: 20px;
  margin-bottom: 0;
}
.ccb__authorPage .-expertBio.-ccb .hero__wrapper {
  padding: 30px 0;
}
.ccb__authorPage .hero.-expertEducation {
  position: relative;
  z-index: 1;
  background-image: none !important;
}
.ccb__authorPage p.heading {
  width: 100%;
  color: #141823;
  font-size: 18px;
}
.ccb__authorPage .layer__schools {
  margin: 0 0 30px 0;
  padding-left: 0;
}
.ccb__authorPage .layer__schools .box {
  padding: 30px 10px 1px 15px;
}
@media screen and (min-width: 767px) {
  .ccb__authorPage .layer__schools .box {
    padding: 45px 30px 15px;
  }
}
.ccb__authorPage .layer__schools .item .text {
  width: calc(100% - 50px);
}
.ccb__authorPage .layer__schools .item img {
  max-width: 40px;
}
@media screen and (min-width: 767px) {
  .ccb__authorPage .layer__schools .item img {
    max-width: 100%;
  }
}
.ccb__authorPage .card__content_text .button {
  border-radius: 4px;
  padding: 15px 45px;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media screen and (min-width: 767px) {
  .ccb__authorPage .card__connect {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.ccb__authorPage .card__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.ccb__authorPage .card__headline img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
.ccb__authorPage .card__headline a {
  font-size: 18px !important;
}
.ccb__authorPage .hero__pronouns {
  margin-bottom: 20px !important;
}

.ccb__cta {
  background: #048956;
  padding: 60px 0;
  position: relative;
  z-index: 2000;
}
.ccb__cta h2 {
  font-size: 24px;
  color: white;
  margin-bottom: 30px;
}
.ccb__cta h2 strong {
  font-weight: 800;
  display: block;
  margin-bottom: 15px;
}
.ccb__cta .button {
  border-radius: 4px;
  padding: 15px 45px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.ccb__cta .button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .ccb__cta .button {
    font-size: 20px;
  }
}

.ccb__bio {
  font-size: 16px;
  position: relative;
  margin-bottom: 0;
  max-height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .ccb__bio {
    font-size: 20px;
  }
}
.ccb__bio::after {
  content: "";
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 71, 95, 0)), color-stop(75%, #1a475f));
  background: linear-gradient(top, rgba(26, 71, 95, 0) 0%, #1a475f 75%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ccb__centerHeading {
  text-transform: capitalize;
  text-align: center;
  color: #1a475f;
  font-weight: 800;
  font-size: 32px;
  padding: 0 15px;
}
.ccb__cards .bhc-newsCard__text p {
  color: #464646;
  font-size: 16px;
  line-height: 1.5;
  max-height: 225px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.ccb__cards .bhc-newsCard__text p::after {
  content: "";
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, white));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ccb__authors {
  background: white;
  text-align: center;
  padding-bottom: 100px;
}
.ccb__authors .ccb__centerHeading {
  margin-top: 0;
  padding-top: 60px;
}
.ccb__authors .ccb__authorImage {
  margin: auto;
  margin-bottom: 30px;
}
.ccb__authors .ccb__authorImage:nth-child(3) {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  overflow: hidden;
  position: relative;
  margin-bottom: -45px;
}
.ccb__authors .ccb__authorImage:last-child::after {
  content: "";
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ccb__authors .button {
  border-radius: 4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 45px;
  margin: auto;
  z-index: 2000;
  text-transform: capitalize;
  position: relative;
  top: -200px;
  margin-bottom: -200px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .ccb__authors .button {
    font-size: 20px;
  }
}
.ccb__authors .meetInstructors {
  max-width: 100%;
  margin-left: 0;
}
.ccb__authors .meetInstructors .instructor {
  position: relative;
  margin: 0 5px 10px !important;
}
@media screen and (min-width: 580px) {
  .ccb__authors .meetInstructors .instructor {
    margin: 0 auto 30px !important;
  }
}
@media screen and (min-width: 767px) {
  .ccb__authors .meetInstructors .instructor {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .ccb__authors .meetInstructors .instructor {
    -ms-flex-preferred-size: calc(25% - 2rem);
        flex-basis: calc(25% - 2rem);
    max-width: calc(25% - 2rem);
  }
}
.ccb__authors .meetInstructors .instructor.-overlay {
  -webkit-transition: none !important;
  transition: none !important;
}
.ccb__authors .meetInstructors .instructor.-overlay::before {
  content: "";
  background: rgba(60, 136, 158, 0.6) !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.ccb__authors .meetInstructors .instructor .instructor__text {
  z-index: 999;
}
.ccb__authors .meetInstructors .instructor .instructor__text:before {
  display: none;
}
.ccb__authors .meetInstructors .instructor .instructor__title {
  font-size: 14px;
}
.ccb__authors .meetInstructors .instructor img {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  min-height: 200px;
}
@media screen and (min-width: 767px) {
  .ccb__authors .meetInstructors .instructor img {
    height: 50vw;
    max-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .ccb__authors .meetInstructors .instructor img {
    min-height: 275px;
    height: 25vw;
  }
}
.ccb__authors .meetInstructors .instructor:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ccb__authors .meetInstructors .instructor::after {
  z-index: 1000;
  opacity: 1;
}
.ccb__authors .meetInstructors::before {
  height: 500px;
  z-index: 1002;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
}

.-noFade::after {
  background: none !important;
}

.header__socialIcons {
  list-style: none;
  margin-right: 0 !important;
}
.header__socialIcons .socialIconColumn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 3px;
}
.header__socialIcons .socialIconColumn:last-child {
  margin-right: 0 !important;
}
@media (min-width: 600px) {
  .header__socialIcons .socialIconColumn {
    margin-right: 10px;
  }
}
.header__socialIcons .socialIconLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1a475f;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  font-size: 12px;
  color: white;
}
@media (min-width: 600px) {
  .header__socialIcons .socialIconLink {
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
}
.header__socialIcons .socialIconLink:hover {
  background-color: #3c889e;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .website-collegecoach .nav__primary .nav__link, .website-collegecoach .nav__primary .button {
    font-size: 11px;
  }
  .website-collegecoach .nav__primary .button {
    white-space: nowrap;
  }
}
@media (min-width: 900px) and (max-width: 991px) {
  .website-collegecoach .header__primary .container, .website-collegecoach .nav__primary .container {
    width: unset !important;
    max-width: none !important;
  }
}
@media (max-width: 1199px) {
  .hs_year_of_graduation.hs-year_of_graduation.hs-fieldtype-select.field.hs-form-field {
    display: contents;
    width: 100%;
  }
  .hs_year_of_graduation.hs-year_of_graduation.hs-fieldtype-select.field.hs-form-field select {
    margin-bottom: 30px;
  }
}
#onetrust-banner-sdk #onetrust-close-btn-container {
  position: relative;
}

button.onetrust-close-btn-handler.onetrust-close-btn-ui.banner-close-button.ot-close-icon {
  height: 0;
}
button.onetrust-close-btn-handler.onetrust-close-btn-ui.banner-close-button.ot-close-icon:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -15px;
  right: -5px;
  color: white !important;
  font-size: 20px;
}

@media screen and (min-width: 1024px) {
  .bhc-newsCards .col-xs-12:nth-child(even) .ccb__newsCard__text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.ccb__newsCard {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .ccb__newsCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ccb__newsCard .ccb__newsCard__text {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ccb__newsCard .ccb__newsCard__text {
    width: 33%;
  }
}
.ccb__newsCard .ccb__newsCard__text .learn-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  padding: 120px 30px 30px 30px;
  z-index: 200;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.01)), color-stop(50%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, white 50%);
}
.ccb__newsCard .ccb__newsCard__text .wrapper {
  padding: 30px 30px 0px 30px;
  z-index: 100;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .ccb__newsCard .ccb__newsCard__text .wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.ccb__newsCard .ccb__newsCard__text .wrapper p {
  max-height: 200px;
}
.ccb__newsCard .ccb__newsCardImage {
  width: 100%;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#54afcb), to(#277389));
  background: linear-gradient(0deg, #54afcb 0%, #277389 100%);
}
.ccb__newsCard .ccb__newsCardImage:after {
  background-image: url("/dist/images/college-coach/blog-icon.png") !important;
  background-size: 45%;
  background-position: 55% 50%;
  background-color: transparent !important;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .ccb__newsCard .ccb__newsCardImage {
    width: 67%;
  }
}
.ccb__newsCard .ccb__newsCardImage::after {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
.ccb__newsCard .ccb__newsCardImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-conditioner:before {
  content: "\f8f4";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-banjo:before {
  content: "\f8a3";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-bed-alt:before {
  content: "\f8f7";
}

.fa-bed-bunk:before {
  content: "\f8f8";
}

.fa-bed-empty:before {
  content: "\f8f9";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-on:before {
  content: "\f8fa";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-home:before {
  content: "\f8fe";
}

.fa-camera-movie:before {
  content: "\f8a9";
}

.fa-camera-polaroid:before {
  content: "\f8aa";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before {
  content: "\e000";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cat-space:before {
  content: "\e001";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-music:before {
  content: "\f8ae";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-pot:before {
  content: "\e002";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-coffin-cross:before {
  content: "\e051";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comet:before {
  content: "\e003";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-music:before {
  content: "\f8b0";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "\e004";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-faucet-drip:before {
  content: "\e006";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-music:before {
  content: "\f8b6";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-download:before {
  content: "\e053";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folder-upload:before {
  content: "\e054";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-galaxy:before {
  content: "\e008";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gamepad-alt:before {
  content: "\f8bc";
}

.fa-garage:before {
  content: "\e009";
}

.fa-garage-car:before {
  content: "\e00a";
}

.fa-garage-open:before {
  content: "\e00b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "\e00c";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house:before {
  content: "\e00d";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-day:before {
  content: "\e00e";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "\e00f";
}

.fa-house-night:before {
  content: "\e010";
}

.fa-house-return:before {
  content: "\e011";
}

.fa-house-signal:before {
  content: "\e012";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "\e014";
}

.fa-lamp-floor:before {
  content: "\e015";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "\e016";
}

.fa-light-switch:before {
  content: "\e017";
}

.fa-light-switch-off:before {
  content: "\e018";
}

.fa-light-switch-on:before {
  content: "\e019";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "\e01b";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "\e01c";
}

.fa-oven:before {
  content: "\e01d";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-planet-moon:before {
  content: "\e01f";
}

.fa-planet-ringed:before {
  content: "\e020";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-police-box:before {
  content: "\e021";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "\e022";
}

.fa-portal-exit:before {
  content: "\e023";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "\e024";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-raygun:before {
  content: "\e025";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "\e026";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocket-launch:before {
  content: "\e027";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-sensor:before {
  content: "\e028";
}

.fa-sensor-alert:before {
  content: "\e029";
}

.fa-sensor-fire:before {
  content: "\e02a";
}

.fa-sensor-on:before {
  content: "\e02b";
}

.fa-sensor-smoke:before {
  content: "\e02c";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-siren:before {
  content: "\e02d";
}

.fa-siren-on:before {
  content: "\e02e";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "\e02f";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-circle:before {
  content: "\e030";
}

.fa-sort-circle-down:before {
  content: "\e031";
}

.fa-sort-circle-up:before {
  content: "\e032";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-space-station-moon:before {
  content: "\e033";
}

.fa-space-station-moon-alt:before {
  content: "\e034";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-sprinkler:before {
  content: "\e035";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-shooting:before {
  content: "\e036";
}

.fa-starfighter:before {
  content: "\e037";
}

.fa-starfighter-alt:before {
  content: "\e038";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "\e039";
}

.fa-starship-freighter:before {
  content: "\e03a";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "\e03b";
}

.fa-sword-laser-alt:before {
  content: "\e03c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "\e03d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-telescope:before {
  content: "\e03e";
}

.fa-temperature-down:before {
  content: "\e03f";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "\e040";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "\e042";
}

.fa-transporter-1:before {
  content: "\e043";
}

.fa-transporter-2:before {
  content: "\e044";
}

.fa-transporter-3:before {
  content: "\e045";
}

.fa-transporter-empty:before {
  content: "\e046";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "\e047";
}

.fa-ufo-beam:before {
  content: "\e048";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alien:before {
  content: "\e04a";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-robot:before {
  content: "\e04b";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-user-unlock:before {
  content: "\e058";
}

.fa-user-visor:before {
  content: "\e04c";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vacuum:before {
  content: "\e04d";
}

.fa-vacuum-robot:before {
  content: "\e04e";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "\e04f";
}

.fa-window-frame-open:before {
  content: "\e050";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

button,
.button {
  background-color: #f0bd1b;
  border: 2px solid transparent;
  border-radius: 10px;
  color: #1a475f;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 0.525rem 1.5rem;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 900px) {
  button,
.button {
    font-size: 15px;
    padding: 10px 30px;
  }
}
button:hover,
.button:hover {
  background-color: transparent;
  border: 2px solid #f0bd1b;
  color: #f0bd1b;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
button:focus,
.button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
button.-simple,
.button.-simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: transparent;
  font-weight: 800;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
button.-simple::after,
.button.-simple::after {
  color: #f0bd1b;
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.25rem;
  margin-left: 0.5rem;
}
button.-simple.-noArrow::after,
.button.-simple.-noArrow::after {
  display: none;
}
button.-secondary,
.button.-secondary {
  border-color: #1a475f;
  background-color: transparent;
  font-weight: 700;
}
button.-secondary:hover,
.button.-secondary:hover {
  background-color: #1a475f;
  color: white;
}
button.-secondary:focus,
.button.-secondary:focus {
  background-color: #f0bd1b;
  color: #1a475f;
}
button.-yellow,
.button.-yellow {
  color: #f0bd1b;
  border-color: #f0bd1b;
  background-color: transparent;
  font-weight: 700;
}
button.-yellow:hover,
.button.-yellow:hover {
  background-color: #f0bd1b;
}
button.-menuToggle,
.button.-menuToggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
button.-menuToggle::after,
.button.-menuToggle::after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 1.2rem;
  margin-left: 0.5rem;
}
button.-bluePrimary,
.button.-bluePrimary {
  color: white;
  background-color: #1a475f;
}
button.-bluePrimary:hover,
.button.-bluePrimary:hover {
  background-color: transparent;
  color: #1a475f;
  border: 2px solid #1a475f;
}
@media screen and (min-width: 480px) {
  button:focus,
.button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 3px solid #1a475f;
    outline: none;
  }
}

.routerButtons a::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 35px;
  width: 28px;
}
.routerButtons a.center::before {
  background-image: url("/dist/images/corporate/location.png");
}
.routerButtons a.benefits::before {
  background-image: url("/dist/images/corporate/benefit.png");
}
.routerButtons a.careers::before {
  background-image: url("/dist/images/corporate/career.png");
}
.routerButtons a.provide::before {
  background-image: url("/dist/images/corporate/employee.png");
}
.routerButtons a:focus {
  background: #1a475f;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #f0bd1b;
}

.router .bhc-heading {
  margin-bottom: 30px;
}
.router ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin: 0;
}
.router ul li {
  display: block;
  margin-bottom: 15px;
}
.router ul li:last-child {
  margin-bottom: 0;
}
.router ul li::before {
  display: none;
}
@media only screen and (max-width: 959px) {
  .router ul li {
    display: inline-block;
    width: 47.5%;
    margin: 0 1% 2.5%;
    font-size: 1.8vw;
  }
  .router ul li:last-child {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 650px) {
  .router ul li {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 1em;
  }
}
.router ul li a {
  display: block;
  border-radius: 7px;
  background: #fff;
  padding: 1em 1em 1em 4em;
  color: #1a475f;
  font-weight: 700;
  font-size: 13px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .router ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-height: 768px) and (min-width: 1024px) {
  .router ul li a {
    font-size: 1em;
  }
}
.router ul li a:hover {
  background: #eee;
  -webkit-box-shadow: 0 5px 30px rgba(10, 40, 60, 0.6);
          box-shadow: 0 5px 30px rgba(10, 40, 60, 0.6);
}
.router ul li a:hover::after {
  right: 0;
}
.router ul li a::before, .router ul li a::after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(/dist/images/corporate/arrow.png) no-repeat center center/1.5em auto;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  left: 0.4em;
}
.router ul li a::after {
  background: url("/dist/images/corporate/arrow.png") no-repeat center center/0.6em auto;
  right: 5px;
  -webkit-transition: 0.15s right ease-out;
  transition: 0.15s right ease-out;
  left: auto;
}
.router ul li a::before {
  background-size: contain;
  left: 15px;
  height: 35px;
  width: 28px;
}

.backToTop {
  -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 45px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px 0 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: unset !important;
  z-index: 999999;
}
.backToTop__text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-grid;
  white-space: nowrap;
  width: 0;
  overflow: hidden;
}
.backToTop:hover {
  background: #f0bd1b;
  color: #1a475f;
}
@media (min-width: 767px) {
  .backToTop:hover .backToTop__text {
    width: 150px;
  }
}
.backToTop::after {
  display: none;
}
.backToTop:focus {
  color: #f0bd1b;
  background: #0e2633;
  border-color: #0e2633;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
}

.disabled.btn-plus,
.btn.disabled,
.disabled.btn-sidebar-tag,
.slider-w-arrows-wrap .disabled.slick-arrow {
  pointer-events: none;
  opacity: 0.6;
}

.btn, .tiles-module-slider-wrap .slick-arrow {
  text-transform: none;
}

.card {
  -webkit-box-shadow: 0 5px 98px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 98px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 15rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.card__action {
  margin-right: 2rem;
  margin-top: auto;
}
.card__action:last-child {
  margin-right: 0;
}
.card__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  padding: 2.25rem 2.8125rem;
  position: relative;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card__content {
    max-width: 100%;
    width: 100%;
  }
}
.card__content ul {
  list-style: disc;
  padding-left: 16px;
  margin: 16px auto;
}
.card__content li {
  margin-bottom: 8px;
}
.card__headline {
  color: #1a475f;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .card__headline {
    font-size: 1.6rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card__headline {
    max-width: 100%;
    width: 100%;
  }
}
.card__category {
  color: #464646;
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.card__text {
  color: #464646;
  font-size: 1.2rem;
}
.card__text p:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card__text {
    max-width: 100%;
    width: 100%;
  }
}
.card__text_emphasis {
  color: #3c889e;
}
.card__columns {
  margin-top: 1.5rem;
}
@media screen and (min-width: 767px) {
  .card__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.card__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card__column {
    width: 25%;
  }
}
@media screen and (min-width: 767px) {
  .card__column {
    margin-right: 5rem;
  }
}
.card__column:last-child {
  margin-right: 0;
}
.card__column .card__text {
  display: block;
}
.card__icon {
  position: relative;
  z-index: 1;
}
.card__icon.-bottomRight {
  position: absolute;
  bottom: -2.25rem;
  right: 0;
  width: 8rem;
}
.card__icon.-large {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 8rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.card__icon.-large img {
  margin: 0 auto;
}
.card__icon.-topRight {
  position: absolute;
  -webkit-transform: translateY(-33%);
          transform: translateY(-33%);
  top: 0;
  right: 0;
}
.card__icon.-topRight img {
  width: 5rem;
}
@media screen and (min-width: 767px) {
  .card__icon.-topRight img {
    width: 8rem;
  }
}
.card__icon.-topRightImage {
  -webkit-transform: translateY(-33%);
          transform: translateY(-33%);
  top: 0;
  right: 0;
}
.card__icon i {
  font-size: 7rem;
  position: absolute;
  top: -2rem;
  right: 2rem;
}
.card__icon i.-greenSecondary {
  color: #74aa50;
}
.card__content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card__content_wrapper {
    width: 100%;
  }
}
.card__content_wrapper_text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.card__image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .card__image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: auto;
  }
}
.card.-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
  .card.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.card.-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .card.-featured {
    min-height: 25rem;
  }
}
.card.-featured .card__text {
  font-size: 0.9rem;
}
@media screen and (min-width: 900px) {
  .card.-featured .card__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .card.-featured .card__text {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 767px) {
  .card.-featured .card__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .card.-featured .card__content {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 767px) {
  .card.-featured .card__image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .card.-featured .card__image {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    max-width: 66.66%;
  }
}
.card.-whiteDots {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
  margin-left: -1rem;
  width: calc(100% + 2rem);
}
@media screen and (min-width: 767px) {
  .card.-whiteDots {
    text-align: left;
  }
}
.card.-whiteDots::after {
  background-image: url("../images/college-coach/white-dots.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-size: 60%;
  background-position: 100% 0;
  bottom: -4.8rem;
  right: 0;
  height: 4.6rem;
  width: 36.4rem;
}
@media screen and (min-width: 767px) {
  .card.-whiteDots::after {
    background-size: cover;
    background-position: 0 0;
  }
}
.card.-whiteDots .card__content_text {
  width: 100%;
}
.card.-whiteDots .card__content_text p {
  margin: 0;
  line-height: inherit;
}
.card.-image:nth-child(3) {
  margin-right: 0;
}
.card.-skinny {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.card.-skinny .card__headline {
  padding-right: 3rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.-skinny .card__headline {
    width: 100%;
  }
}
.card.-skinny .card__text {
  font-size: 1rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.-skinny .card__text {
    width: 100%;
  }
}
.card.-skinny .card__image {
  background-size: auto 4.5rem;
  background-position: 95% 10px;
  position: absolute;
  height: 100%;
  right: 0;
}
.card.-skinny .card__content {
  padding: 3.33rem 2.3rem;
  width: 100%;
}
.card.-gray .card__headline {
  color: #464646;
}
.card.-gray .card__content {
  background-color: rgba(70, 70, 70, 0.1);
}
.card.-green .card__headline {
  color: #048956;
}
.card.-green .card__content {
  background-color: rgba(4, 137, 86, 0.1);
}
.card.-blue .card__headline {
  color: #1a475f;
}
.card.-blue .card__content {
  background-color: rgba(60, 136, 158, 0.1);
}
.card.-red .card__headline {
  color: #dc6f1f;
}
.card.-red .card__content {
  background-color: rgba(220, 111, 31, 0.1);
}
.card.-simple {
  min-height: auto;
}
.card.-simple .card__title {
  color: #048956;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .card.-simple .card__title {
    font-size: 1.2rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.-simple .card__title {
    max-width: 100%;
    width: 100%;
  }
}
.card.-simple .card__text {
  margin-bottom: 0;
}
.card.-simple .card__text strong {
  display: block;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.-simple .card__text {
    max-width: 100%;
    width: 100%;
  }
}
.card.-simple .card__action .button.-simple {
  font-size: 1rem;
}
@media screen and (min-width: 767px) {
  .card.-simple .card__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.-simple .card__content {
    max-width: 100%;
    width: 100%;
  }
}
.card.-simple .card__column {
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .card.-simple .card__column {
    margin-bottom: 0;
  }
  .card.-simple .card__column .card__text:first-child {
    margin-bottom: 1.5rem;
  }
}
.card.-callout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 1;
}
.card.-callout .card__content {
  padding: 1.5rem 1rem;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media screen and (min-width: 767px) {
  .card.-callout .card__content {
    padding: 2rem 3rem 3rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.-callout .card__content {
    max-width: 70%;
  }
}
.card.-callout .card__headline {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 767px) {
  .card.-callout .card__headline {
    font-size: 3rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.-callout .card__headline {
    width: 100%;
  }
}
.card.-callout .card__subheadline {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .card.-callout .card__subheadline {
    font-size: 1.4rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.-callout .card__subheadline {
    width: 100%;
  }
}
.card.-callout .card__text {
  margin-bottom: 1.5rem;
  margin-top: 1.3rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 767px) {
  .card.-callout .card__text {
    font-size: 1rem;
    margin-bottom: 2.8125rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.-callout .card__text {
    width: 100%;
  }
}
.card.-callout .card__image {
  background-position: 0 0;
  height: auto;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (min-width: 767px) {
  .card.-callout .card__image {
    background-position: 50% 50%;
  }
}
.card.-callout::after {
  background-color: transparent;
  border: transparent 5px solid;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  z-index: -1;
}
.card.-callout.-blueSecondary .card__content {
  background-color: #3c889e;
}
.card.-callout.-bluePrimary .card__content {
  background-color: #1a475f;
}
.card.-callout.-bluePrimary .card__content,
.card.-callout.-bluePrimary .card__headline,
.card.-callout.-bluePrimary .card__subheadline,
.card.-callout.-bluePrimary .card__text,
.card.-callout.-bluePrimary .card__action .button.-simple, .card.-callout.-blueSecondary .card__content,
.card.-callout.-blueSecondary .card__headline,
.card.-callout.-blueSecondary .card__subheadline,
.card.-callout.-blueSecondary .card__text,
.card.-callout.-blueSecondary .card__action .button.-simple {
  color: white;
}
.card.-callout.-reverse, .card.-callout:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.card.-callout.-reverse::after, .card.-callout:nth-child(2n)::after {
  bottom: 0;
  left: auto;
  right: 0;
}
@media screen and (min-width: 767px) {
  .card.-callout.-reverse, .card.-callout:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.card.-callout:hover::after {
  border-color: #f0bd1b;
  bottom: -1rem;
  left: -1rem;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.card.-callout:hover.-reverse::after, .card.-callout:hover:nth-child(2n)::after {
  left: auto;
  right: -1rem;
}
.card.-callout:hover.-bluePrimary .card__action .button.-simple, .card.-callout:hover.-blueSecondary .card__action .button.-simple {
  color: #f0bd1b;
}
.card.-actions {
  min-height: auto;
}
.card.-actions .card__content {
  padding-right: 5.625rem;
}
.card.-actions .card__headline {
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.card.-actions .card__headline strong {
  font-weight: 800;
}
.card.-actions .card__content_text,
.card.-actions .card__icon {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.card.-actions .card__text {
  margin-bottom: 1rem;
}
.card.-actions .card__content_text {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.card.-actions.show__desktop_md .card__content, .card.-actions.show__desktop .card__content {
  padding-right: 2.8125rem;
  width: 100%;
}
.card.-checkmark {
  position: relative;
}
.card.-checkmark::before {
  position: absolute;
  display: block;
  color: #74aa50;
  content: "\f00c";
  top: -4.5rem;
  left: 21rem;
  font-family: "Font Awesome 5 Pro";
  font-size: 7rem;
  font-weight: 100;
}
.card.-bluePrimary {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
.card.-bluePrimary .card__content {
  background-color: #1a475f;
  color: white;
}
.card.-bluePrimary .card__text,
.card.-bluePrimary .card__headline,
.card.-bluePrimary .card__actions,
.card.-bluePrimary .card__actions .button.-simple,
.card.-bluePrimary .button.-simple {
  color: white;
}
.card.-bluePrimary .button.-simple:hover {
  color: #f0bd1b;
}
.card.-iconTop {
  position: relative;
  margin-top: 6rem;
  min-height: auto;
}
.card.-iconTop .card__icon {
  position: absolute;
  top: -3.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .card.-iconTop .card__icon {
    left: 2.8125rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.card.-iconTop .card__icon img {
  height: 2.8rem;
}
.card.-iconTop .card__action {
  margin: 1rem auto 0 auto;
}
@media screen and (min-width: 767px) {
  .card.-iconTop .card__action {
    margin: 1rem 0 0 0;
  }
}
.card.-iconTop .card__category,
.card.-iconTop .card__headline {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .card.-iconTop .card__category,
.card.-iconTop .card__headline {
    text-align: left;
  }
}
.card.-iconTop:focus {
  outline: 2px solid #f0bd1b;
}
.card.-topRight {
  /*max-width: 38rem;*/
  margin-left: auto;
}
.card.-topRight .card__text {
  max-width: 30rem;
  line-height: 1.7;
}
.card.-topRight ~ .locations {
  margin-top: -6rem;
}
@media screen and (min-width: 900px) {
  .card.-topRight .card__content {
    padding-right: 5.625rem;
  }
}
.card.-news {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card.-news .card__logo {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: transparent;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.25rem 2.5rem;
}
.card.-news .card__logo img {
  max-height: 100%;
  max-width: 200px;
}
.card.-news .card__content {
  background-color: #eeeded;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.card.-news .card__title {
  color: #1a475f;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.-news .card__title {
    width: 100%;
  }
}
.card.-news .card__meta {
  color: #3c889e;
  font-size: 1.125rem;
  font-weight: 400;
  justify-self: flex-end;
  margin-bottom: 0;
  margin-top: auto;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .card.-news .card__meta {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .card.-news .card__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .card.-news .card__title {
    font-size: 1.875rem;
  }
}

a.card {
  position: relative;
}
a.card::after {
  background-color: #f0bd1b;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  height: 0.5rem;
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  width: 0;
  z-index: 100;
}
a.card:hover::after {
  opacity: 1;
  width: 100%;
}

/* Base for label styling */
.checkbox[type=checkbox]:not(:checked),
.checkbox[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox[type=checkbox]:not(:checked) + .checkbox__label,
.checkbox[type=checkbox]:checked + .checkbox__label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.checkbox[type=checkbox]:not(:checked) + .checkbox__label:before,
.checkbox[type=checkbox]:checked + .checkbox__label:before {
  border: 2px solid #92d9e7;
  border-radius: 5px;
  content: "";
  left: 0;
  position: absolute;
  top: -3px;
  width: 1.25em;
  height: 1.25em;
}

.checkbox[type=checkbox]:checked + .checkbox__label:before {
  background: #74aa50;
  background-size: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f;
          box-shadow: inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f, inset 0 0 0 2px #1a475f;
}

.checkbox[type=checkbox]:checked + .checkbox__label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* accessibility */
.checkbox[type=checkbox]:checked:focus + .checkbox__label:before,
.checkbox[type=checkbox]:not(:checked):focus + .checkbox__label:before {
  border: 2px solid white;
}

.checkbox__label:hover:before {
  border: 2px solid white !important;
}

.collage {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .collage {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 900px) {
  .collage {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
  }
}
.collage__column {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
}
.collage__column:nth-child(2) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media screen and (min-width: 767px) {
  .collage__column {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }
  .collage__column:nth-child(2) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .collage__column:last-child {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media screen and (min-width: 900px) {
  .collage__column {
    -ms-flex-preferred-size: calc(33% - 30px);
        flex-basis: calc(33% - 30px);
    max-width: calc(33% - 30px);
  }
}
.collage__column.-single img {
  margin: 0;
  -webkit-transform: translateY(180px);
          transform: translateY(180px);
}
@media screen and (min-width: 900px) {
  .collage__column.-single {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}
.collage__column.-last {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.collage__column .instructor {
  margin-right: 0;
  margin-bottom: 1.875rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .collage__column .instructor {
    max-height: 255px;
    max-width: 213px;
  }
}
.collage__column .instructor::before {
  background: #1a455c;
  background: -webkit-gradient(linear, left bottom, left top, from(#1a455c), to(rgba(26, 69, 92, 0)));
  background: linear-gradient(0deg, #1a455c 0%, rgba(26, 69, 92, 0) 100%);
  bottom: 0;
  content: "";
  height: 40%;
  left: 0;
  position: absolute;
  width: 100%;
}
.collage__column .instructor img {
  -o-object-fit: cover;
     object-fit: cover;
}
.collage__column .instructor:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s ease;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s ease;
}
.collage__column .instructor__text {
  font-size: 0.875rem;
}
.collage__image {
  height: 5rem;
  margin-bottom: 1.875rem;
  opacity: 0.6;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .collage__image {
    height: 150px;
  }
}
.collage__image.-right {
  height: 90px;
  margin-left: auto;
}
.collage__image_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .collage__image_wrapper {
    display: block;
  }
}
.collage__image_wrapper .collage__image {
  margin-right: 1.25rem;
}
@media screen and (min-width: 767px) {
  .collage__image_wrapper .collage__image {
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 900px) {
  .collage__image_wrapper .collage__image {
    margin-right: 0;
  }
}

.curve {
  font-size: 0;
}
.curve svg {
  margin-left: -1px;
  margin-bottom: -1px;
  margin-top: -20px;
  width: calc(100% + 1px);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .curve {
    margin-bottom: -3rem;
    margin-top: -3rem;
    position: relative;
    height: 8rem;
  }
  .curve svg {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .curve {
    margin-bottom: -3rem;
    margin-top: -3rem;
  }
  .curve svg {
    margin-left: -1px;
    margin-top: -1px;
    width: calc(100% + 2px);
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .curve {
    height: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .curve {
    margin-bottom: -4rem;
    margin-top: -4rem;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .curve {
    height: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .curve {
    margin-bottom: -6rem;
    margin-top: -6rem;
  }
}
@media screen and (min-width: 1200px) and (-ms-high-contrast: active), screen and (min-width: 1200px) and (-ms-high-contrast: none) {
  .curve {
    height: 16rem;
  }
}
.curve.backgroundImage {
  margin-bottom: -30px;
}
@media (min-width: 767px) {
  .curve.backgroundImage {
    margin-top: -100px !important;
    margin-bottom: -55px !important;
  }
}

.paddingTopCurve {
  padding-top: 50px !important;
}
@media (min-width: 767px) {
  .paddingTopCurve {
    padding-top: 120px !important;
  }
}

.faq {
  border: 5px solid #f0bd1b;
  margin-bottom: 96px;
}
@media screen and (min-width: 767px) {
  .faq {
    margin: 96px 0 128px 96px;
  }
}
.faq a {
  text-decoration: underline;
}
.faq:first-child {
  margin-top: 3rem;
}
.faq:last-child {
  margin-bottom: 0;
}
.faq__question {
  background-color: white;
  color: #1a475f;
  margin: 0;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px 15px 15px 25px;
  width: 100%;
  left: -15px;
  top: -15px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .faq__question {
    font-size: 26px !important;
    top: -48px;
    left: -96px;
    padding: 30px 30px 30px 175px;
    line-height: 1.5;
    margin-bottom: 0 !important;
  }
}
.faq__answer {
  color: #5a5a5a;
  padding: 0 15px 30px 15px;
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .faq__answer {
    padding: 0 80px 20px 80px;
  }
}
.faq__answer a {
  color: #2F6D80;
}
.faq__answer p {
  letter-spacing: 0.16px;
  line-height: 1.7;
}
.faq__answer ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}
.faq__answer p, .faq__answer ul, .faq__answer ol {
  margin-bottom: 30px;
}
.faq__answer p:last-child, .faq__answer ul:last-child, .faq__answer ol:last-child {
  margin-bottom: 0;
}

form .text,
form .select,
form .textarea,
form .checkboxes,
form .radios,
form .action {
  margin-bottom: 2rem;
}
form label.checkbox,
form label.radio {
  margin-bottom: 0.5rem;
}

label {
  color: #767676;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel] {
  background-color: white;
  color: #606060;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 5px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0px 5px 0 rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem;
  outline: 2px solid transparent;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus {
  outline: 2px solid #f0bd1b;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: rgba(70, 70, 70, 0.6);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: rgba(70, 70, 70, 0.6);
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder {
  color: rgba(70, 70, 70, 0.6);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder {
  color: rgba(70, 70, 70, 0.6);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
select:focus {
  outline: 0;
}

.form {
  background-color: white;
  color: #464646;
  padding: 2rem;
}
@media screen and (min-width: 767px) {
  .form {
    padding: 4.5rem 4rem 2rem;
  }
}
.form-group {
  display: block;
  margin-bottom: 2rem;
}
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 767px) {
  .form__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form__group * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 767px) {
  .form__group * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 2rem;
  }
  .form__group *:last-child {
    margin-right: 0;
  }
}
.form__group *:only-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.form__action {
  margin-top: 2rem;
  text-align: right;
}
.form__label {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.form__label.-required {
  position: relative;
}
.form__label.-required::after {
  color: #e3480b;
  content: "*";
  margin-left: 0.25rem;
}
.form__input {
  border: 1px solid #464646;
}
.form__input.-error:invalid {
  border-left: 5px solid #f32735;
}
.form__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.form__icon i {
  position: absolute;
  left: 1rem;
}
.form__icon input {
  padding-left: 2.5rem;
}
.form select {
  background-color: white;
  background-image: url("../images/college-coach/select-arrows.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.06);
  color: #dddddd;
  font-weight: 700;
  padding: 1rem;
  text-align: left;
  width: 100%;
}
.form select::-ms-expand {
  display: none;
}
.form .with-errors ul.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.form .with-errors li {
  color: #f32735;
  font-size: 1rem;
}
.form .row {
  margin: 0 auto;
  max-width: 700px;
}

.hs-form .hs-form-field {
  position: relative;
}
.hs-form label {
  color: #767676 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin-bottom: 1rem !important;
  white-space: nowrap;
}
.hs-form .hs-form-required {
  color: #e3480b !important;
  display: inline-block !important;
  margin-left: 2px;
}
.hs-form input.hs-input {
  background-color: white !important;
  color: #606060 !important;
  border: 1px solid #dddddd !important;
  border-radius: 2px !important;
  -webkit-box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-size: 1.125rem !important;
  font-weight: 700;
  height: 50px;
  max-width: none !important;
  padding: 1rem 1rem !important;
  width: 100% !important;
}
.hs-form input.hs-input:focus {
  outline: 2px solid #f0bd1b;
}
.hs-form select.hs-input {
  background-color: white !important;
  background-image: url("../images/college-coach/select-arrows.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: right center !important;
  border: 1px solid #dddddd !important;
  border-radius: 2px !important;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  color: #dddddd !important;
  height: auto !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  max-width: none !important;
  padding: 1rem 1rem !important;
  text-align: left !important;
  width: 100% !important;
}
.hs-form select.hs-input::-ms-expand {
  display: none !important;
}
.hs-form select.hs-input:focus {
  outline: 2px solid #f0bd1b;
}
.hs-form select.hs-input option {
  color: #767676 !important;
  font-weight: 400;
}
.hs-form .hs-button.large.primary {
  background: #f0bd1b !important;
  border: 2px solid transparent !important;
  border-radius: 0.625rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #1a475f !important;
  cursor: pointer !important;
  display: inline-block !important;
  cursor: pointer !important;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.5;
  padding: 0.525rem 1.5rem !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  -webkit-transition: 0.2s ease-in-out !important;
  transition: 0.2s ease-in-out !important;
}
@media screen and (min-width: 900px) {
  .hs-form .hs-button.large.primary {
    font-size: 1rem !important;
    padding: 0.7rem 2rem !important;
  }
}
.hs-form .hs-button.large.primary:hover, .hs-form .hs-button.large.primary:focus {
  background-color: transparent !important;
  border: 2px solid #f0bd1b !important;
  color: #f0bd1b !important;
  -webkit-transition: 0.2s ease-in-out !important;
  transition: 0.2s ease-in-out !important;
}
.hs-form .hs-input.invalid {
  border-left: 4px solid #f32735 !important;
}
.hs-form .hs-error-msg {
  color: #f32735 !important;
}
.hs-form .actions {
  margin: 0 !important;
  padding: 20px 0 0 !important;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .hs-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hs-form .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hs-form .hs-firstname,
.hs-form .hs-lastname {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
  .hs-form .hs-email,
.hs-form .hs_phone,
.hs-form .hs-submit {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hs-form .hs-city {
    -ms-flex-preferred-size: calc(70% - 15px);
        flex-basis: calc(70% - 15px);
    max-width: calc(70% - 15px) !important;
  }
  .hs-form .hs-state {
    -ms-flex-preferred-size: calc(30% - 15px);
        flex-basis: calc(30% - 15px);
    max-width: calc(30% - 15px) !important;
  }
  .hs-form .hs-leadsource {
    -ms-flex-preferred-size: calc(70% - 30px);
        flex-basis: calc(70% - 30px);
    max-width: calc(70% - 30px) !important;
  }
  .hs-form .hs_year_of_graduation {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30% !important;
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .hs-form .hs-firstname,
.hs-form .hs-lastname {
    -ms-flex-preferred-size: calc(50% - 15px) !important;
        flex-basis: calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
  }
  .hs-form .hs-email,
.hs-form .hs_phone,
.hs-form .hs-submit {
    width: 100%;
  }
  .hs-form .hs-city {
    -ms-flex-preferred-size: calc(70% - 15px) !important;
        flex-basis: calc(70% - 15px) !important;
    width: calc(70% - 15px) !important;
  }
  .hs-form .hs-state {
    -ms-flex-preferred-size: calc(30% - 15px) !important;
        flex-basis: calc(30% - 15px) !important;
    width: calc(30% - 15px) !important;
  }
  .hs-form .hs-leadsource {
    -ms-flex-preferred-size: calc(60% - 30px) !important;
        flex-basis: calc(60% - 30px) !important;
    width: calc(60% - 30px) !important;
  }
  .hs-form .hs_year_of_graduation {
    -ms-flex-preferred-size: 40% !important;
        flex-basis: 40% !important;
    max-width: 40% !important;
    width: 40% !important;
  }
}

.image {
  position: relative;
}
@media screen and (min-width: 767px) {
  .image::after {
    display: block;
    content: none;
    height: 15px;
    width: 75%;
  }
}
.image.-bluePrimary::after {
  background-color: #1a475f;
  content: "";
}
.image.-blueSecondary::after {
  background-color: #54afcb;
  content: "";
}
.image.-greenPrimary::after {
  background-color: #048956;
  content: "";
}
.image.-yellowPrimary::after {
  background-color: #f0bd1b;
  content: "";
}
.image.-reverse {
  margin-bottom: 1rem;
}
.image.-reverse::after {
  position: absolute;
  right: 0;
}

.instructor {
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 900px) {
  .instructor {
    margin-right: 2rem;
  }
  .instructor:nth-child(2n) {
    margin-right: 0;
  }
}
.instructor::after {
  background-color: #f0bd1b;
  bottom: 0;
  display: block;
  height: 0.5rem;
  left: 0;
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 10;
}
.instructor:hover::after {
  opacity: 1;
  width: 100%;
}
.instructor.-overlay::before {
  background: rgba(60, 136, 158, 0.6);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  height: 100%;
  width: 100%;
}
.instructor.-overlay .instructor__text {
  z-index: 1;
}
.instructor.-overlay .instructor__text::before {
  background: #224d64;
  background: -webkit-gradient(linear, left bottom, left top, from(#224d64), color-stop(50%, rgba(34, 77, 100, 0.75)), to(rgba(34, 77, 100, 0)));
  background: linear-gradient(0deg, #224d64 0%, rgba(34, 77, 100, 0.75) 50%, rgba(34, 77, 100, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  height: 150%;
  width: 100%;
  z-index: -1;
}
.instructor.-overlay:hover::before {
  opacity: 0;
  pointer-events: none;
}
.instructor.-overlay:hover .instructor__text::before {
  opacity: 1;
}
.instructor__text {
  color: white;
  cursor: pointer;
  left: 0;
  bottom: 0;
  position: absolute;
  padding: 1rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.instructor__name {
  display: block;
  font-weight: 900;
}
.instructor__title {
  line-height: 1.1;
}

.layer {
  padding: 3rem 0;
}
@media screen and (min-width: 767px) {
  .layer {
    padding: 6.25rem 0;
  }
  .layer.-pullUp {
    margin-top: -120px;
  }
  .layer.-bottomPullUp {
    padding-bottom: 0;
  }
}
.layer.-noCurve {
  padding-top: 0;
}
.layer__headline {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.8125rem;
  line-height: 1.1;
}
.layer__headline p {
  margin: 0;
  line-height: inherit;
}
.layer__headline strong {
  font-weight: 800;
}
.layer__headline strong.-break {
  display: block;
}
@media screen and (min-width: 767px) {
  .layer__headline.-pushDown {
    margin-top: 5rem;
  }
}
.layer__subheadline {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 767px) {
  .layer__subheadline {
    font-size: 1.5rem;
  }
}
.layer__text.-pullUp {
  margin-top: 0;
}
.layer__text.-twoColumns {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .layer__text.-twoColumns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    text-align: justify;
  }
}
.layer__action {
  margin-top: 2rem;
}
.layer.-bluePrimary {
  background-color: #1a475f;
}
.layer.-blueSecondary {
  background-color: #3c889e;
}
.layer.-grayLight {
  background-color: #eeeded;
}
.layer.-grayLight + .-grayLight {
  padding-top: 0;
}
.layer.-white {
  background-color: white;
}
.layer.-white + .-white:not(.banner) {
  padding-top: 0;
}
.layer.-blue + .-blue {
  padding-top: 0;
}
.layer.-greenPrimary {
  background-color: #048956;
  color: white;
}
.layer.-greenPrimary .layer__subheadline {
  color: white;
}
.layer.-greenPrimary a {
  color: white;
}
.layer.-greenPrimary a:hover {
  color: #f0bd1b;
}
.layer.-greenSecondary {
  background-color: #74aa50;
  color: white;
}
.layer.-greenSecondary .layer__subheadline {
  color: white;
}
.layer.-yellowPrimary {
  background-color: #f0bd1b;
}
.layer.-blueBlur {
  background-color: #3c889e;
  background-image: url("../images/college-coach/blueBlurBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
}
@media screen and (min-width: 767px) {
  .layer.-blueBlur {
    padding: 6rem 0;
  }
}
.layer.-blueBlur .layer__headline {
  color: white;
}
.layer.-moveUpCard .container > .card {
  margin-top: -6rem;
  z-index: 2;
}
.layer.-moveUpCard .container > .card .card__content {
  padding-top: 2rem;
}
@media screen and (min-width: 767px) {
  .layer.-moveUpCard .container > .card {
    margin-top: -11rem;
    margin-bottom: 4rem;
  }
  .layer.-moveUpCard .container > .card .card__content {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .layer.-moveUpCard .container > .card .card__content {
    padding-top: 2rem;
  }
}
.layer.-leftBottomDots {
  position: relative;
  padding: 2rem 0;
}
@media screen and (min-width: 767px) {
  .layer.-leftBottomDots {
    padding: 3rem 0 5rem 0;
  }
}
.layer.-leftBottomDots::after {
  background-image: url("../images/college-coach/personal-dots.png");
  content: "";
  display: block;
  height: 8.6rem;
  width: 25rem;
  position: absolute;
  bottom: 0rem;
  left: 0;
}
.layer.-orderedListThreeUp .textBlock li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
  .layer.-orderedListThreeUp .textBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 2rem;
  }
  .layer.-orderedListThreeUp .textBlock li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 2rem);
            flex: 0 0 calc(33.33% - 2rem);
    margin-right: 2rem;
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .layer.-orderedListThreeUp .textBlock li {
    width: calc(33.33% - 2rem);
  }
}
@media screen and (min-width: 767px) {
  .layer.-orderedListThreeUp .action {
    text-align: center;
  }
}
.layer.pullUp {
  margin-top: -2rem;
}
.layer.-noFollowUp {
  padding-bottom: 0;
}
.layer.-noTitle {
  padding-top: 0;
}

footer.layer {
  padding-bottom: 0;
}

.elipsesLoader,
.elipsesLoader:before,
.elipsesLoader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.elipsesLoader.active {
  display: block;
}

.elipsesLoader {
  display: none;
  color: #54afcb;
  font-size: 10px;
  margin: 30px auto 0;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.elipsesLoader:before,
.elipsesLoader:after {
  content: "";
  position: absolute;
  top: 0;
}

.elipsesLoader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.elipsesLoader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
.quote {
  padding: 2rem 2rem 0rem 2rem;
  border-top: 5px solid #f0bd1b;
  border-left: 5px solid #f0bd1b;
  border-bottom: 5px solid #f0bd1b;
  color: #377D90;
  position: relative;
  margin: 3rem auto 8rem;
}
@media screen and (min-width: 767px) {
  .quote {
    padding: 2rem 4.5rem 0rem 4.5rem;
    width: 75%;
  }
}
.quote::before {
  background-color: white;
  color: #54afcb;
  content: "“";
  font-size: 6rem;
  font-weight: 900;
  margin-left: -1rem;
  position: absolute;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  top: -0.5rem;
  line-height: 0.3;
}
@media screen and (min-width: 767px) {
  .quote::before {
    font-size: 10rem;
    top: -1rem;
  }
}
.quote__text {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .quote__text {
    font-size: 24px;
  }
}
.quote__text::after {
  content: "”";
}
.quote__footer {
  font-size: 24px;
  font-style: italic;
  font-weight: 100;
  position: relative;
  background-color: white;
  left: 2.66rem;
  padding-left: 1rem;
  bottom: -1rem;
  width: 100%;
}
.quote__footer.-long {
  bottom: -2rem;
}
@media screen and (min-width: 767px) {
  .quote__footer {
    left: 4.66rem;
  }
}

.search-field {
  padding: 40px 0 40px;
  background: #1a475f;
}
@media (max-width: 799px) {
  .search-field {
    padding: 20px 0 20px;
  }
}
.search-field img {
  position: absolute;
  text-align: center;
  height: 30px;
  width: auto;
  margin: 10px;
}
.search-field img.__before {
  width: 100%;
  margin-bottom: 10px;
}
.search-field i {
  position: absolute;
  right: 40px;
  text-align: center;
  font-size: 30px;
  margin-top: 12px;
  font-family: "Font Awesome 5 Pro";
  cursor: pointer;
}
@media (min-width: 800px) {
  .search-field i {
    position: relative;
    right: 185px;
  }
}
.search-field i :-moz-any-link {
  margin-left: 185px;
}
.search-field i:hover {
  color: #f0bd1b;
}
.search-field input {
  -webkit-box-shadow: none;
  font-size: 20px;
  font-weight: normal;
  padding: 12px;
  padding-left: 50px;
  float: left;
  border-radius: 5px;
}
.search-field input:focus {
  border-radius: 5px !important;
}
@media (min-width: 800px) {
  .search-field input {
    max-width: 60%;
  }
}
.search-field .button {
  width: auto;
  float: left;
  margin-left: 10px;
  padding: 14px 35px;
}
@media (max-width: 799px) {
  .search-field .button {
    display: none;
  }
}

.search-results .results-refinement {
  padding: 20px 0 20px;
  background: #eeeded;
  border-bottom: 1px solid #e7e8e9;
  margin-bottom: 60px;
}
.search-results .results-refinement p {
  font-size: 23px;
  color: #474747;
  display: inline-block;
}
.search-results .results-refinement p .number {
  color: #000;
}
@media (max-width: 550px) {
  .search-results .results-refinement p .showing {
    display: none;
  }
}
.search-results .results-refinement .search__results {
  width: 50%;
  float: left;
}
@media (max-width: 992px) {
  .search-results .results-refinement .search__results {
    width: 100%;
  }
}
.search-results .results-refinement .search__results .button {
  display: none;
  float: right;
  width: auto;
}
@media (max-width: 992px) {
  .search-results .results-refinement .search__results .button {
    display: block;
  }
}
.search-results .results-refinement .search__refinements {
  width: 50%;
  float: left;
  text-align: right;
}
@media (max-width: 992px) {
  .search-results .results-refinement .search__refinements {
    margin-top: 10px;
    width: 100%;
    text-align: left;
    display: none;
  }
}
@media (max-width: 550px) {
  .search-results .results-refinement .search__refinements {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    background: #eeeded;
    z-index: 99999;
  }
}
.search-results .results-refinement .search__refinements .close__icon {
  display: none;
  position: fixed;
  font-size: 20px;
  font-weight: bold;
  top: 7px;
  left: 5px;
  width: 20px;
  padding: 10px 15px;
  background: none;
}
@media (max-width: 550px) {
  .search-results .results-refinement .search__refinements .close__icon {
    display: block;
  }
}
.search-results .results-refinement .search__refinements .apply {
  display: none;
  width: 80%;
  position: fixed;
  bottom: 20px;
  left: 10%;
  margin: 0 auto 0;
}
@media (max-width: 550px) {
  .search-results .results-refinement .search__refinements .apply {
    display: block;
  }
}
.search-results .results-refinement .search__refinements ul {
  margin-top: 8px;
}
.search-results .results-refinement .search__refinements li {
  display: inline-block;
  margin-right: 20px;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
@media (max-width: 550px) {
  .search-results .results-refinement .search__refinements li {
    min-width: 100%;
    padding: 0 20px;
  }
}
.search-results .results-refinement .search__refinements li.title {
  font-weight: bold;
  margin-right: 20px;
  color: #184258;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .search-results .results-refinement .search__refinements li.title {
    border-bottom: 2px solid #1a475f;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
  }
}
.search-results .results-refinement .search__refinements li .refinement__checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.search-results .results-refinement .search__refinements li .refinement__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.search-results .results-refinement .search__refinements li .refinement__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #aaa9a9;
  margin-top: 2px;
}
.search-results .results-refinement .search__refinements li .refinement__checkbox:hover input ~ .refinement__checkmark {
  background-color: #ccc;
}
.search-results .results-refinement .search__refinements li .refinement__checkbox input:checked ~ .crefinement__checkmark {
  background-color: #2196F3;
}
.search-results .results-refinement .search__refinements li .refinement__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.search-results .results-refinement .search__refinements li .refinement__checkbox input:checked ~ .refinement__checkmark:after {
  display: block;
}
.search-results .results-refinement .search__refinements li .refinement__checkbox .refinement__checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #1a475f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-results .search-result {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin: -20px 0 -20px -30px;
  float: left;
  width: 100%;
  max-width: 840px;
  padding: 40px 30px;
  cursor: pointer;
  border-radius: 4px;
  top: 0;
  left: 0;
}
@media (max-width: 830px) {
  .search-results .search-result {
    padding-right: 0;
    width: auto;
  }
}
.search-results .search-result:after {
  z-index: 50;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
@media (min-width: 830px) {
  .search-results .search-result:after {
    top: -25px;
  }
}
.search-results .search-result:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 830px) {
  .search-results .search-result:hover {
    -webkit-box-shadow: 0px 15px 60px rgba(26, 71, 95, 0.2);
            box-shadow: 0px 15px 60px rgba(26, 71, 95, 0.2);
    top: -20px;
  }
  .search-results .search-result:hover:after {
    opacity: 1;
  }
  .search-results .search-result:hover .link {
    opacity: 1;
  }
}
@media (max-width: 830px) {
  .search-results .search-result:hover h3:after {
    width: 90%;
    background-image: -webkit-gradient(linear, left top, right top, from(#f0bd1b), to(#dc6f1f));
    background-image: linear-gradient(to right, #f0bd1b, #dc6f1f);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.search-results .search-result h3 {
  font-weight: bold;
  color: #1a475f;
  line-height: 32px;
}
.search-results .search-result h3:after {
  background-color: #f2a900;
  content: "";
  display: block;
  margin-bottom: 1.5rem;
  width: 40px;
  position: relative;
  margin-top: 14px;
  height: 5px;
  border-radius: 80px;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.search-results .search-result p {
  margin-bottom: 20px;
  color: #000;
}
.search-results .search-result p.category {
  font-weight: 400;
  color: #404040;
  min-width: 100%;
  font-weight: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.search-results .search-result p.description {
  line-height: 1.7;
  color: #000 !important;
}
.search-results .search-result p.link {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  opacity: 0;
  margin-bottom: 0;
  color: #1a475f;
}
@media (max-width: 899px) {
  .search-results .search-result p.link {
    display: none;
  }
}
.search-results .pagination {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-results .pagination .button {
  width: auto;
  float: left;
  padding: 11px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-results .pagination .button i {
  font-size: 20px;
  float: left;
  line-height: 0;
}
.search-results .pagination .button span {
  float: left;
}
.search-results .pagination .button.previous {
  margin-right: 10px;
}
.search-results .pagination .button.previous i {
  margin-right: 10px;
}
.search-results .pagination .button.next i {
  margin-left: 10px;
}
.search-results .pagination .button.disabled {
  display: none;
}
.search-results .pagination a, .search-results .pagination li {
  cursor: pointer;
}
.search-results .pagination li {
  float: left;
  padding: 0;
  margin-right: 5px;
  display: none;
}
.search-results .pagination li a {
  padding: 12px 18px;
  margin: 0;
  border-radius: 5px;
  background: #eeeeee;
}
.search-results .pagination li.active a, .search-results .pagination li:hover a {
  background: #3c889e;
  color: #ffffff;
  font-weight: normal;
}
.search-results .pagination li.active {
  display: block;
}
.search-results .pagination li.previous, .search-results .pagination li.next {
  display: block;
}
@media (max-width: 500px) {
  .search-results .pagination li.previous, .search-results .pagination li.next {
    display: none;
  }
}
@media (min-width: 899px) {
  .search-results .pagination li.first, .search-results .pagination li.last, .search-results .pagination li.between {
    display: block;
  }
}
.search-results .pagination li.between {
  font-size: 20px;
  padding-top: 5px;
}

.staggered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 900px) {
  .staggered {
    margin: 2rem 0;
  }
}
.staggered__image_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 900px) {
  .staggered__image_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.staggered__image_wrapper img {
  width: 100%;
  height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.staggered__image {
  position: relative;
  z-index: 2;
}
.staggered__image::before {
  background-image: url("../images/college-coach/staggered-content-detail.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -92.5px;
  height: 185px;
  width: 90px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .staggered__image::before {
    right: 3rem;
    bottom: -6rem;
    height: 185px;
    width: 118px;
  }
}
.staggered__image.-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.staggered__image.-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.staggered__content {
  background-color: #3c889e;
  color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  padding: 2rem 1rem;
  z-index: 1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.staggered__content ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.staggered__content ul li::before {
  display: none;
}
.staggered__content ul li {
  color: white;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 900px) {
  .staggered__content {
    margin-left: -1.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 900px) {
  .staggered__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    left: -2rem;
    top: 3rem;
    padding: 3rem 3rem 3rem 6rem;
  }
}
@media screen and (min-width: 900px) and (-ms-high-contrast: active), screen and (min-width: 900px) and (-ms-high-contrast: none) {
  .staggered__content {
    max-width: 50%;
  }
}
.staggered__content_wrapper {
  margin-bottom: 3rem;
}
.staggered__content_wrapper:last-child {
  margin-bottom: 0;
}
.staggered__content_headline {
  color: #0A2533;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 20rem;
}
.staggered__content_items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.staggered__content_items.-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.staggered__content_item {
  color: white;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 900px) {
  .staggered__list_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.staggered__list {
  background-color: white;
  padding: 2rem;
}
.staggered.-reverse {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .staggered.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.staggered.-reverse .staggered__image_wrapper {
  right: 0;
  left: auto;
}
.staggered.-reverse .staggered__image_wrapper img {
  height: auto;
}
.staggered.-reverse .staggered__image::before {
  background-image: url("../images/college-coach/orange-dots.png");
  z-index: 2;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}
@media screen and (min-width: 900px) {
  .staggered.-reverse .staggered__image::before {
    left: 2rem;
    right: auto;
    -webkit-transform: initial;
            transform: initial;
    -webkit-filter: initial;
            filter: initial;
    -ms-filter: initial;
  }
}
@media screen and (min-width: 900px) {
  .staggered.-reverse .staggered__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    left: auto;
    right: -2rem;
    top: 3rem;
    padding: 3rem 6rem 3rem 3rem;
  }
}

.stat {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 767px) {
  .stat {
    text-align: left;
    margin-right: 4rem;
  }
}
.stat__number {
  color: #1a475f;
  display: block;
  font-size: 6rem;
  font-weight: 900;
  position: relative;
  line-height: 1;
  text-shadow: 0.3rem 0.3rem 0 white;
  width: 100%;
}
.stat__number.-large {
  font-size: 11rem;
  text-align: center;
  text-shadow: 0.4rem 0.4rem 0 rgba(4, 137, 86, 0.15);
}
@media screen and (min-width: 1024px) {
  .stat__number.-large {
    font-size: 13rem;
  }
}
.stat__number.-large .stat__number_superscript {
  font-size: 3rem;
  top: 2rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .stat__number.-large .stat__number_superscript {
    font-size: 5rem;
  }
}
.stat__number_superscript {
  font-size: 2rem;
  font-weight: 700;
  line-height: inherit;
  position: absolute;
  top: 0.75rem;
}
.stat__text {
  font-size: 1.2rem;
  color: #1a475f;
  margin-top: 0.5rem;
}

select {
  background-color: white;
  background-image: url("../images/college-coach/select-arrows.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 0 rgba(0, 0, 0, 0.06);
  color: #dddddd;
  font-weight: 700;
  padding: 1rem;
  text-align: left;
  width: 100%;
}
select::-ms-expand {
  display: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: 2px solid #f0bd1b;
}
select option {
  color: white;
  font-weight: 400;
}

.tags a:hover {
  text-decoration: underline;
}
.tags li {
  display: inline-block;
}

.tag {
  border-radius: 18px 18px 18px 0;
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  margin: 6px 3px 0;
  padding: 8px 15px;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 580px) {
  .tag {
    font-size: 11px;
  }
}
.tag.-workingAdult, .tag.-workingAdult a {
  background-color: #5A3872;
  color: white;
}
.tag.-workingAdult:focus, .tag.-workingAdult:hover, .tag.-workingAdult a:focus, .tag.-workingAdult a:hover {
  background-color: #5A3872;
  color: white;
}
.tag.-college, .tag.-college a {
  background-color: #5b3570;
  color: white;
}
.tag.-college:focus, .tag.-college:hover, .tag.-college a:focus, .tag.-college a:hover {
  background-color: #5b3570;
  color: white;
}
.tag.-grade12, .tag.-grade12 a {
  background-color: #dc6f1f;
  color: #000;
}
.tag.-grade12:focus, .tag.-grade12:hover, .tag.-grade12 a:focus, .tag.-grade12 a:hover {
  background-color: #dc6f1f;
  color: #000;
}
.tag.-grade11, .tag.-grade11 a {
  background-color: #74aa50;
  color: #000;
}
.tag.-grade11:focus, .tag.-grade11:hover, .tag.-grade11 a:focus, .tag.-grade11 a:hover {
  background-color: #74aa50;
  color: #000;
}
.tag.-grade9-10, .tag.-grade9-10 a {
  background-color: #048956;
  color: #000;
}
.tag.-grade9-10:focus, .tag.-grade9-10:hover, .tag.-grade9-10 a:focus, .tag.-grade9-10 a:hover {
  background-color: #048956;
  color: #000;
}
.tag.-gradeMiddle, .tag.-gradeMiddle a {
  background-color: #54afcb;
  color: #000;
}
.tag.-gradeMiddle:focus, .tag.-gradeMiddle:hover, .tag.-gradeMiddle a:focus, .tag.-gradeMiddle a:hover {
  background-color: #54afcb;
  color: #000;
}
.tag.-gradeElementary, .tag.-gradeElementary a {
  background-color: #3c889e;
  color: #000;
}
.tag.-gradeElementary:focus, .tag.-gradeElementary:hover, .tag.-gradeElementary a:focus, .tag.-gradeElementary a:hover {
  background-color: #3c889e;
  color: #000;
}
.tag.-earlyYears, .tag.-earlyYears a {
  background-color: #1B4760;
  color: white;
}
.tag.-earlyYears:focus, .tag.-earlyYears:hover, .tag.-earlyYears a:focus, .tag.-earlyYears a:hover {
  background-color: #1B4760;
  color: white;
}

.vlcTabs__childName.-workingAdult:before, .vlcTabs__childName.-workingAdult:after,
.vlcTabs__childName .-workingAdult {
  background-color: #5A3872;
  color: white;
}
.vlcTabs__childName.-college:before, .vlcTabs__childName.-college:after,
.vlcTabs__childName .-college {
  background-color: #5b3570;
  color: white;
}
.vlcTabs__childName.-grade12:before, .vlcTabs__childName.-grade12:after,
.vlcTabs__childName .-grade12 {
  background-color: #dc6f1f;
}
.vlcTabs__childName.-grade11:before, .vlcTabs__childName.-grade11:after,
.vlcTabs__childName .-grade11 {
  background-color: #74aa50;
}
.vlcTabs__childName.-grade9-10:before, .vlcTabs__childName.-grade9-10:after,
.vlcTabs__childName .-grade9-10 {
  background-color: #048956;
  color: white;
}
.vlcTabs__childName.-gradeMiddle:before, .vlcTabs__childName.-gradeMiddle:after,
.vlcTabs__childName .-gradeMiddle {
  background-color: #54afcb;
}
.vlcTabs__childName.-gradeElementary:before, .vlcTabs__childName.-gradeElementary:after,
.vlcTabs__childName .-gradeElementary {
  background-color: #3c889e;
  color: white;
}
.vlcTabs__childName.-earlyYears, .vlcTabs__childName.-earlyYears:before, .vlcTabs__childName.-earlyYears:after {
  background-color: #1B4760;
  color: white;
}

.vlcRadio:checked + .-workingAdult {
  background-color: #5A3872;
  color: white;
}
.vlcRadio:checked + .-college {
  background-color: #5b3570;
  color: white;
}
.vlcRadio:checked + .-grade12 {
  background-color: #dc6f1f;
  color: white;
}
.vlcRadio:checked + .-grade11 {
  background-color: #74aa50;
  color: white;
}
.vlcRadio:checked + .-grade9-10 {
  background-color: #048956;
  color: white;
}
.vlcRadio:checked + .-gradeMiddle {
  background-color: #54afcb;
}
.vlcRadio:checked + .-gradeElementary {
  background-color: #3c889e;
  color: white;
}
.vlcRadio:checked + .-earlyYears {
  background-color: #1B4760;
  color: white;
}

.toggle__checkbox[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.toggle__button {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 30px;
  background: #1a475f;
  display: inline-block;
  border-radius: 40px;
  position: relative;
}

.toggle__button:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.toggle__checkbox:checked + .toggle__button {
  background: #74aa50;
}

.toggle__checkbox:checked + .toggle__button:after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.toggle__button:active:after {
  width: 20px;
}

.toggle__label {
  display: inline-block;
  position: relative;
  top: -24px;
  padding-left: 5px;
  margin-bottom: 0.5rem;
}

.heading {
  font-size: 36px;
  margin-bottom: 50px;
  color: #0e2633;
}
.heading strong {
  font-weight: 800;
}
@media screen and (min-width: 767px) {
  .heading {
    font-size: 45px;
  }
}

.subhead {
  color: #3c889e;
  font-size: 20px;
  margin-bottom: 24px;
}
.subhead strong {
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .subhead {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.body {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 30px;
}
.body.-smallText {
  font-size: 14px;
}
.body.-largeText {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 580px) {
  .body {
    font-size: 18px;
  }
}
.body a {
  color: #3c889e;
  font-weight: bold;
}

.caps {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  margin: 10px auto;
}

.eyebrow {
  color: #dc6f1f;
  display: block;
  margin-bottom: 30px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.textLink {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #3c889e;
}
.textLink:hover {
  text-decoration: underline;
  color: #54afcb;
}

.video-wrapper {
  position: relative;
  padding-bottom: 50%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  z-index: 2;
}
.video-wrapper iframe,
.video-wrapper video {
  left: 0;
  height: 100% !important;
  position: absolute;
  top: 0;
  width: 100% !important;
}
@media screen and (min-width: 767px) {
  .video-wrapper {
    padding-bottom: 45%;
  }
}

.alert {
  height: auto;
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 50px;
  color: #fff;
  background-color: #1A475F;
  position: absolute;
  width: 100%;
  text-align: left;
  display: none;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.alert.-bgEmergency {
  background: #A82400;
}
.alert p {
  padding: 0;
  margin: 0;
}
.alert p a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
}
.alert p:hover {
  text-decoration: underline;
}
.alert a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
}
.alert a:hover {
  text-decoration: underline;
}
.alert .btn-alert-close {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 20px;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  border: none !important;
  padding: 3px 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.alert .btn-alert-close i {
  font-size: 1.6rem;
}
.alert .btn-alert-close:hover {
  border: none !important;
  color: #f0bd1b;
}
.alert .btn-alert-close:focus {
  outline: 3px solid #f0bd1b;
  color: #f0bd1b;
}
@media (min-width: 1200px) {
  .alert .btn-alert-close {
    right: 30px;
  }
}
.alert.outdated {
  display: none !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .alert.outdated {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .alert {
    padding-left: 40px;
  }
}
.alert.active {
  display: block;
}

.alert-pinned {
  top: 0;
  position: relative;
}

.alert-main {
  top: 0;
  position: relative;
}

@media (min-width: 1200px) {
  .btn-alert-close {
    right: 30px;
  }
}
#AppViewForm {
  margin-bottom: 0;
}
#AppViewForm .disclaimer {
  padding-top: 25px;
  max-width: 90%;
  margin: 0 auto 0;
  font-size: 12px;
}

.appView .layer__headline {
  text-align: left;
}
@media (min-width: 825px) {
  .appView .container.-adjusted {
    padding-right: 0;
  }
}
.appView h2 .step {
  font-size: 32px;
}
@media (max-width: 991px) {
  .appView .staggered .staggered__list_wrapper {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .appView .staggered .staggered__list {
    min-width: 100%;
  }
}
.appView .staggered .staggered__list li:last-of-type {
  margin-bottom: 80px;
}
.appView .staggered .staggered__list .gradient {
  position: absolute;
  bottom: 32px;
  left: 0px;
  width: 50%;
  height: 90px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
}
@media (max-width: 991px) {
  .appView .staggered .staggered__list .gradient {
    width: 96%;
    bottom: 465px;
  }
}
@media (max-width: 899px) {
  .appView .staggered .staggered__list .gradient {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .appView .staggered .staggered__list .staggered__content {
    top: -2rem;
  }
}
.appView .staggered .staggered__list {
  padding-bottom: 0;
}
.appView .staggered .listblock {
  z-index: 25;
}
.appView .staggered .listblock .name {
  width: 87%;
  padding: 5px 10px 8px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 21px;
  line-height: 19px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 425px) {
  .appView .staggered .listblock .name {
    width: 82%;
  }
}
.appView .staggered .listblock .button, .appView .staggered .listblock .added {
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 19px;
  border-radius: 10px;
}
.appView .staggered .listblock .button {
  background: #048956;
  color: white;
}
.appView .staggered .listblock .button i {
  margin-top: 9px;
}
.appView .staggered .listblock .button.hide {
  display: none;
}
.appView .staggered .listblock .added {
  background: #e5f3ee;
  color: #048956;
  display: none;
}
.appView .staggered .listblock .added.show {
  display: inline-block;
}
.appView .staggered .listblock .added i {
  margin-top: 11px;
}
.appView .staggered .institutions-wrap {
  margin: 2rem 0;
  padding: 0;
  height: 316px;
  overflow-y: scroll;
}
.appView .staggered .institutions-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.appView .staggered .institutions-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.appView .staggered .add-institution {
  border-bottom: 1px dotted #e3e5e6;
  list-style: none;
  margin-bottom: 0.5rem;
}
.appView .staggered .layer__headline {
  text-align: left;
}
.appView .staggered .selectionblock {
  z-index: 1;
}
.appView .staggered .selectionblock ul {
  margin: 30px 0px;
  padding: 0;
}
.appView .staggered .selectionblock li {
  list-style: none;
  border-bottom: 1px dotted #eeeded;
  padding: 5px 10px 8px;
  padding-right: 0;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 21px;
  line-height: 19px;
}
.appView .staggered .selectionblock .form_hidden {
  display: none;
}
.appView .staggered .selectionblock .button {
  background: #dc6f1f;
  color: white;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 19px;
  border-radius: 10px;
  float: right;
}
.appView .staggered .selectionblock .button i {
  margin-top: 10px;
  margin-left: -2px;
}
.appView .staggered .selectionblock a {
  width: 76%;
  display: inline-block;
  padding: 5px 10px 8px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 21px;
  line-height: 19px;
  color: #ffffff;
  vertical-align: middle;
}
@media (max-width: 425px) {
  .appView .staggered .selectionblock a {
    width: 73%;
  }
}
.appView .staggered .selectionblock .added {
  display: none;
}
.appView .staggered .disabled.btn-plus,
.appView .staggered .btn.disabled,
.appView .staggered .disabled.btn-sidebar-tag,
.appView .staggered .slider-w-arrows-wrap .disabled.slick-arrow {
  pointer-events: none;
  opacity: 0.6;
}
.appView .staggered .disclaimer {
  color: #464646;
  font-style: italic;
  padding: 2rem 0 0;
}
.appView .staggered .appViewForm_hidden {
  display: none;
}
.appView .form .row {
  max-width: unset;
}
@media screen and (min-width: 991px) {
  .appView .form .legal.-adjusted {
    margin-top: 45px;
  }
}
@media screen and (max-width: 991px) {
  .appView .form .col-sm-3.-adjustedSmall {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .appView .form .col-sm-3.-adjustedlSmalLarge {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .appView .form .col-sm-3 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .appView .form .has-error .help-block {
    right: 0;
  }
  .appView .form .has-error .help-block.-adjustedZip {
    right: -120px;
  }
  .appView .form .has-error .help-block.with-errors:before {
    background: url(/static-corp/imgs/error-arrow.png);
    content: "";
    height: 26px;
    width: 18px;
    position: absolute;
    top: 13px;
    left: -18px;
  }
}
.appView .form .with-errors li {
  background: #ffffff;
  color: #444444;
  font-size: 18px;
}
.appView .js-submit-schedule-visit {
  float: right;
}

#AppViewFormSuccess {
  padding-top: 0;
  padding-bottom: 0;
}
#AppViewFormSuccess.-greenLight {
  background: #f1fffb;
}
#AppViewFormSuccess .container {
  max-width: 1170px;
}
#AppViewFormSuccess .container .row .row {
  width: 100%;
  display: inline-block;
}
#AppViewFormSuccess .thank-you-message {
  padding-top: 4rem;
}
@media (min-width: 991px) {
  #AppViewFormSuccess .thank-you-message {
    width: calc(60% + 2rem);
  }
}
#AppViewFormSuccess .thank-you-message h2 {
  font-size: 36px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.36px;
  line-height: 40px;
  color: #048956;
  text-transform: capitalize;
}
#AppViewFormSuccess .thank-you-message h2 .step {
  font-size: 32px;
  font-weight: 600;
}
#AppViewFormSuccess .thank-you-message AppViewFormSuccess p {
  max-width: 600px;
  color: #464646;
  font-family: Muli;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 24px;
  text-align: left;
  margin-top: 30px;
}
#AppViewFormSuccess .success-message {
  padding: 2rem;
  background: #048956;
}
@media (min-width: 991px) {
  #AppViewFormSuccess .success-message {
    padding: 0 2rem 2rem 2rem;
    width: calc(40% - 2rem);
  }
}
#AppViewFormSuccess .success-message .icon-container {
  display: inline-block;
  margin: -52.5px 0 0;
  width: 100%;
}
#AppViewFormSuccess .success-message .icon {
  width: 105px;
  height: 105px;
  background-color: #74aa50;
  border-radius: 100%;
  margin-left: calc(50% - 52.5px);
}
#AppViewFormSuccess .success-message .icon i {
  margin: 20px 0 0 3px;
  color: #ffffff;
  font-size: 60px;
}
#AppViewFormSuccess .success-message .confirmation {
  margin: 100px auto 0;
  padding: 0px 0 5px 0;
  border-radius: 7px;
  background: #ffffff;
  width: 100%;
  text-align: center !important;
  margin-bottom: 2rem;
}
#AppViewFormSuccess .success-message .confirmation h2 {
  text-transform: capitalize;
  line-height: 40px;
  color: #048956;
  font-size: 2rem;
  line-height: 2.5rem;
}
#AppViewFormSuccess .success-message h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
#AppViewFormSuccess .success-message .showSchoolsLinks {
  display: none;
}
#AppViewFormSuccess .success-message a {
  display: none;
}
#AppViewFormSuccess .success-message ul {
  padding: 0;
  margin: 0;
}
#AppViewFormSuccess .success-message li {
  text-transform: capitalize;
  background-color: #fff;
  padding: 10px 15px;
  width: 100%;
  min-height: 58px;
  border-radius: 4px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  color: #1a475f;
  list-style: none;
}
#AppViewFormSuccess .success-message li .name {
  color: #1a475f;
  font-family: Muli;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2px;
  line-height: 24px;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  display: inline-block;
  width: 80%;
  padding-top: 7px;
}
#AppViewFormSuccess .success-message li .icon {
  width: auto;
  height: auto;
  background-color: #1a475f;
  border-radius: 100%;
  margin: 0;
  display: inline-block;
  text-align: center;
  float: right;
  width: 40px;
  height: 40px;
}
#AppViewFormSuccess .success-message li .icon i {
  margin: 0 0 0 3px;
  color: #ffffff;
  font-size: 23px !important;
  padding: 8px;
  padding-right: 10px;
}
#AppViewFormSuccess .success-message li:hover {
  background: #3c889e;
}
#AppViewFormSuccess .success-message li:hover .name {
  color: #fff;
}
#AppViewFormSuccess .success-message p {
  color: #ffffff;
  font-family: Muli;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 24px;
}

.appViewFaq {
  padding-top: 4rem;
}
.appViewFaq .faq__answer {
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  .appViewFaq .faq__answer {
    margin-top: -30px;
  }
}
.appViewFaq .sectionWithText__content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.appViewFaq .faq {
  display: none;
  border: 5px solid #1a475f;
}
.appViewFaq .faq.-first {
  margin-top: 40px;
}
.appViewFaq .faq h2 {
  font-size: 1.75rem;
  margin: 0;
  line-height: 2.5rem;
  text-transform: capitalize;
}
.appViewFaq .faq h4 {
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1.75rem !important;
}
@media (min-width: 991px) {
  .appViewFaq .faq h4 {
    font-size: 2.75rem !important;
  }
}

.banner {
  background: #398297;
  background: radial-gradient(circle, #398297 0%, #1a4860 100%);
  margin-top: 4rem;
  padding: 1.5rem;
}
.banner__outer, .banner__wrapper {
  position: relative;
}
.banner__outer::before, .banner__outer::after, .banner__wrapper::before, .banner__wrapper::after {
  background-color: #54afcb;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 65%;
}
.banner__outer::after, .banner__wrapper::after {
  height: 100%;
  width: 5px;
}
.banner__wrapper::before {
  bottom: 0;
  top: auto;
  width: 100%;
}
.banner__wrapper::after {
  bottom: 0;
  height: 4rem;
  left: auto;
  right: 0;
  top: auto;
  width: 5px;
}
.banner__content {
  color: white;
  font-size: 1.25rem;
  padding: 2.5rem 1.5rem 5.625rem;
  text-align: center;
}
.banner__content a {
  color: white;
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 1;
  white-space: normal;
  word-break: break-word;
}
.banner__content a::after {
  background-color: #1a475f;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  width: 100%;
  z-index: -1;
}
.banner__content a:hover::after {
  background-color: #f0bd1b;
}
.banner__image,
.banner img {
  -webkit-transform: translateY(-80px) translateX(30px);
          transform: translateY(-80px) translateX(30px);
}
.banner.-textOnly {
  margin-top: 0;
}
.banner.-textOnly .banner__outer::after {
  height: 4rem;
}
.banner.-textOnly .banner__wrapper::before {
  left: auto;
  right: 0;
  width: 65%;
}
.banner.-textOnly .banner__content {
  padding-bottom: 2.5rem;
}
.banner.-textOnly.-small h3 {
  font-size: 1.875rem;
}
.banner.-textOnly.-small .banner__content {
  font-size: 1rem;
}
@media screen and (min-width: 767px) {
  .banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .banner__content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    font-size: 1.5rem;
    max-width: 60%;
    padding-bottom: 2.5rem;
  }
  .banner__content a {
    white-space: nowrap;
    word-break: initial;
  }
  .banner__asset {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  .banner__image,
.banner img {
    -webkit-transform: translateY(-60px) translateX(30px);
            transform: translateY(-60px) translateX(30px);
  }
  .banner.-textOnly .banner__wrapper {
    display: block;
  }
  .banner.-textOnly .banner__content {
    margin: 0 auto;
    max-width: 65%;
    padding: 4.25rem 0;
    text-align: center;
  }
  .banner.-textOnly.-small .banner__content {
    font-size: 1.2rem;
    padding: 2.25rem 0;
  }
  .banner.-textOnly.-small h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .banner {
    padding: 3.5rem;
  }
  .banner__content {
    font-size: 2rem;
    padding: 4.25rem 0 4.25rem 6rem;
    text-align: left;
  }
  .banner__asset {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
    padding: 0 2rem 0 4rem;
    text-align: right;
  }
  .banner__image,
.banner img {
    -webkit-transform: translateY(-90px) translateX(0);
            transform: translateY(-90px) translateX(0);
  }
}

.bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 6rem 0;
}
.bio:first-child {
  margin-top: 0;
}
.bio:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .bio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bio:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .bio:nth-child(even) .bio__text,
.bio:nth-child(even) .bio__headline,
.bio:nth-child(even) .bio__title {
    left: auto;
    position: relative;
    right: -6rem;
  }
  .bio:nth-child(even) .bio__more {
    left: 12rem;
  }
}
.bio__image {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
  .bio__image {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    margin-bottom: 0;
  }
}
.bio__image img {
  height: 13rem;
  width: 11rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.bio__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .bio__content {
    margin-top: 3rem;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    margin-left: 2rem;
  }
}
.bio__headline {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
  color: #1a475f;
  line-height: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 767px) {
  .bio__headline {
    font-size: 2rem;
  }
}
.bio__title {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #3c889e;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 767px) {
  .bio__title {
    font-size: 1.6rem;
  }
}
.bio__text {
  border: 5px solid #eeeded;
  position: relative;
  font-size: 0.875rem;
  padding: 1rem 1rem 2rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 2rem;
  padding-bottom: 4rem;
  height: 15rem;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 767px) {
  .bio__text {
    font-size: 1.1rem;
    line-height: 1.7;
    left: -6rem;
    padding: 1.5rem 6rem 3rem 6rem;
  }
}
.bio__more {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bio__more_label {
  position: absolute;
  bottom: 5px;
  left: 15px;
  text-transform: uppercase;
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a475f;
  margin: 0;
  cursor: pointer;
  padding-bottom: 1.5rem;
  z-index: 3;
  width: calc(100% - 20px);
}
.bio__more_label::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.5)), color-stop(60%, #fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, #fff 60%);
  content: "";
  display: block;
  position: absolute;
  height: 10rem;
  bottom: 0rem;
  width: 100%;
  z-index: -1;
}
.bio__more_label::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-weight: 700;
  color: #f0bd1b;
  margin-left: 1rem;
  position: absolute;
  top: -0.15rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 767px) {
  .bio__more_label {
    left: 5px;
    width: 85%;
  }
}
.bio__more_label .bio__more_label-more,
.bio__more_label .bio__more_label-lessn {
  position: absolute;
}
.bio__more_label .bio__more_label-more {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bio__more_label .bio__more_label-less {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bio__more_checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  bottom: 6px;
}
.bio__more_checkbox:focus {
  clip: initial;
  -webkit-box-shadow: 0 0px 8px #f0bd1b;
          box-shadow: 0 0px 8px #f0bd1b;
  display: block;
  height: 30px;
  margin: 0;
  width: 200px;
  outline: #f0bd1b solid 1px;
  overflow: visible;
  z-index: 10;
}
.bio__more_checkbox:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  opacity: 0;
}
.bio__more_checkbox.focus-visible ~ .bio__more .bio__more_label {
  outline: #f0bd1b solid 1px;
  -webkit-box-shadow: 0 0px 8px #f0bd1b;
          box-shadow: 0 0px 8px #f0bd1b;
}
.bio__more_checkbox:checked ~ .bio__text {
  border: 5px solid #f0bd1b;
  height: auto;
}
.bio__more_checkbox:checked ~ .bio__more .bio__more_label::before {
  content: none;
}
.bio__more_checkbox:checked ~ .bio__more .bio__more_label::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0.15rem;
}
.bio__more_checkbox:checked ~ .bio__more .bio__more_label-more {
  opacity: 0;
}
.bio__more_checkbox:checked ~ .bio__more .bio__more_label-less {
  opacity: 1;
}
.bio .layer__action {
  margin: 2rem 0;
}

.card.-callout.-greenPrimary .card__content,
.card.-callout.-greenPrimary .card__headline,
.card.-callout.-greenPrimary .card__subheadline,
.card.-callout.-greenPrimary .card__text,
.card.-callout.-greenPrimary .card__action .button.-simple,
.card.-callout.-greenSecondary .card__content,
.card.-callout.-greenSecondary .card__headline,
.card.-callout.-greenSecondary .card__subheadline,
.card.-callout.-greenSecondary .card__text,
.card.-callout.-greenSecondary .card__action .button.-simple {
  color: white;
}

.card.-callout.-greenSecondary .card__content {
  background-color: #74aa50;
}

.card.-callout.-greenPrimary .card__content {
  background-color: #048956;
}

.website-brookfieldacademy .footer__primary_wrapper a,
.website-brookfieldacademy .footer__primary_actions_social_link:hover i::before {
  color: #048956;
}

.website-brookfieldacademy .footer__primary_wrapper a:hover,
.website-brookfieldacademy .footer__primary_actions_social_link:hover i::before {
  color: #74aa50;
}

.website-brookfieldacademy .footer__primary a.button {
  color: #1a475f;
}

.website-brookfieldacademy .footer__primary a:hover.button {
  color: #f0bd1b;
}

.website-brookfieldacademy .hero.-home .hero__headline strong {
  background: -webkit-linear-gradient(#d0ebbd 0%, white 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.website-brookfieldacademy .instructor.-overlay::before {
  background: rgba(20, 142, 77, 0.6);
}

.website-brookfieldacademy .layer.-moveUpCard .container > .card {
  margin-top: -7rem;
}

@media screen and (min-width: 767px) {
  .website-brookfieldacademy .layer.-moveUpCard .container > .card {
    margin-top: -8.25rem !important;
  }
}
.website-brookfieldacademy .instructor.-overlay::before {
  background: rgba(20, 142, 77, 0.2);
}

.website-brookfieldacademy .meetInstructors h3 {
  min-width: 100%;
  font-size: 1.5em;
}

.website-brookfieldacademy .meetInstructors a:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}

.website-brookfieldacademy .instructor__text::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#1B6025), color-stop(50%, rgba(15, 80, 25, 0.8)), to(rgba(15, 80, 25, 0))) !important;
  background: linear-gradient(0deg, #1B6025 0%, rgba(15, 80, 25, 0.8) 50%, rgba(15, 80, 25, 0) 100%) !important;
}

.image.-greenSecondary {
  background-color: #048956;
}

.image.-greenSecondary::after {
  background-color: #74aa50;
  content: "";
}

.our-leadership-module {
  font-style: normal;
  font-weight: 800;
}

.our-leadership-module p.profile-name {
  margin-bottom: 10px;
}

.our-leadership-module .tile-profile-wrap .profile-name {
  font-size: 1.1rem;
  line-height: 1.333;
  letter-spacing: 0em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .our-leadership-module .tile-profile-wrap .profile-job-title {
    font-size: 1.2rem;
    line-height: 1.667;
    letter-spacing: 0em;
  }
}
.our-leadership-module {
  text-align: center;
}

.our-leadership-module .section-header {
  color: #1a475f;
}

.our-leadership-module .section-header .feature-title-standard {
  max-width: 578px;
  margin: 0 auto;
}

.our-leadership-module .blurb {
  color: #000;
  max-width: 771px;
  margin: 0 auto;
}

.our-leadership-module .cta-wrap {
  margin-bottom: 43px;
}

.our-leadership-module .tile-profile-wrap {
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 40px;
  display: inline-block;
}

@media (min-width: 768px) {
  .our-leadership-module .tile-profile-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.our-leadership-module .tile-profile-wrap:hover {
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0.6;
}

.our-leadership-module .tile-profile-wrap .img-leadership-profile {
  width: 100%;
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .our-leadership-module .tile-profile-wrap .img-leadership-profile {
    padding-bottom: 45px;
  }
}
.our-leadership-module .tile-profile-wrap .profile-name {
  color: #1a475f;
  padding-bottom: 4px;
}

@media (min-width: 768px) {
  .our-leadership-module .tile-profile-wrap .profile-name {
    padding-bottom: 3px;
  }
}
.our-leadership-module .tile-profile-wrap .profile-job-title {
  color: #000;
}

.our-leadership-module .profile-content-wrap {
  padding: 0 15px;
}

.our-leadership-module .learn-more-wrap {
  margin-top: 0;
}

.website-brookfieldacademy .hero {
  background-image: linear-gradient(25deg, #117b36 0%, #023e1d 30%);
}

.callout.-mini {
  text-align: left;
}
.callout.-mini .callout__wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#3c879e), to(#1a4760));
  background: linear-gradient(to right, #3c879e 0%, #1a4760 100%);
  padding: 1.875rem 2.5rem;
  overflow: visible;
}
.callout.-mini .callout__heading {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  text-align: left;
}
.callout.-mini .callout__heading strong {
  font-weight: 800;
}
.callout.-mini .callout__text {
  color: #fff;
  font-size: 1.1rem;
}
.callout.-mini .callout__action {
  margin-top: 1rem;
}
@media screen and (min-width: 580px) {
  .callout.-mini .callout__action {
    margin-top: 0;
  }
}
.callout.-mini.-pullUp {
  margin-top: -2rem;
}
.callout.-icon .callout__copy {
  background-image: url(/dist/images/vlc/icon_faqs.svg);
  background-size: 75px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 0 0 0 100px !important;
  width: 75%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.callout.-icon .callout__action {
  padding: 30px 0;
}
.callout .callout__wrapper.-white {
  background: white !important;
}
.callout .callout__wrapper.-white .callout__heading {
  color: #3c889e !important;
}
@media screen and (min-width: 580px) {
  .callout.-mini .callout__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .callout.-mini .callout__text {
    margin-bottom: 0;
  }
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 580px) {
  .cards {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .cards.-varied {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cards.-related {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 580px) {
  .cards .card {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
    margin: 0 1rem 2rem;
  }
  .cards .card.-news {
    margin-bottom: 4rem;
  }
  .cards .card.-iconTop {
    margin: 3rem 1rem 2rem;
  }
}
@media screen and (min-width: 580px) and (-ms-high-contrast: active), screen and (min-width: 580px) and (-ms-high-contrast: none) {
  .cards .card {
    max-width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 900px) {
  .cards .card {
    -ms-flex-preferred-size: calc(33.33% - 2rem);
        flex-basis: calc(33.33% - 2rem);
  }
  .cards .card.-related {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.33% - 2rem);
            flex: 1 0 calc(33.33% - 2rem);
  }
}
@media screen and (min-width: 900px) and (-ms-high-contrast: active), screen and (min-width: 900px) and (-ms-high-contrast: none) {
  .cards .card {
    max-width: calc(33.33% - 2rem);
  }
}
.cards .card.-two {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 767px) {
  .cards .card.-two {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .cards .card.-two {
    max-width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 767px) {
  .cards .card.-featured {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .cards .card.-featured {
    max-width: 100%;
  }
}
.cards .card.-image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 900px) {
  .cards .card.-image {
    -ms-flex-preferred-size: calc(66.66% - 2rem);
        flex-basis: calc(66.66% - 2rem);
  }
  .cards .card.-image .card__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 900px) and (-ms-high-contrast: active), screen and (min-width: 900px) and (-ms-high-contrast: none) {
  .cards .card.-image {
    max-width: calc(66.66% - 2rem);
  }
}
.cards .card.-skinny {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 580px) {
  .cards .card.-skinny {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2rem);
            flex: 0 0 calc(50% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .cards .card.-skinny {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.5%;
            flex: 0 0 21.5%;
  }
}
@media screen and (min-width: 767px) {
  .cards .card.-news {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2rem);
            flex: 0 0 calc(50% - 2rem);
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .cards .card.-news {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
.cards .card.-callout {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .cards .card.-callout {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .cards .card.-callout {
    max-width: calc(50% - 2rem);
  }
}
.cards.-pushDown {
  margin-top: 6rem;
}
.cards.-related .card .card__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .cards.-related .card .card__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cards.-related .card .card__action {
  justify-self: flex-end;
  margin-top: auto;
}

.grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3rem;
}
@media screen and (min-width: 767px) {
  .grid {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .grid__item.-four {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.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-10,
.col-md-11,
.col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-bottom: 0;
}
.hero__headline {
  color: white;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.hero__headline p {
  margin: 0;
  line-height: inherit;
}
@media screen and (min-width: 900px) {
  .hero__headline {
    text-align: left;
  }
}
.hero__headline::after {
  background-color: #f0bd1b;
  content: "";
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 5px;
  width: 36%;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .hero__headline::after {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero__headline strong {
  display: block;
  font-weight: 800;
}
.hero__subheadline {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .hero__subheadline {
    text-align: left;
  }
}
.hero__pronoun {
  position: relative;
  top: -1.5em;
}
.hero__text {
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .hero__text {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .hero__text {
    font-size: 18px;
  }
}
.hero__text strong {
  font-weight: 800;
}
.hero__action {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .hero__action {
    text-align: left;
  }
}
.hero__wrapper {
  position: relative;
  padding: 2rem 0 2rem 0;
}
@media screen and (min-width: 900px) {
  .hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 900px) {
  .hero__content {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
  }
  .hero__content.-extended {
    min-height: 550px;
  }
}
.hero__content a:not(.button) {
  color: #f0bd1b;
}
.hero__content a:not(.button):hover {
  color: white;
}
.hero__image {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .hero__image {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    margin-bottom: 0;
  }
}
.hero__image.-yellowPlus::before {
  background-image: url("../images/college-coach/yellow-plus-bg.png");
  background-repeat: no-repeat;
  background-size: 18rem;
  display: block;
  content: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2.5rem;
  left: -3.4rem;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .hero__image.-yellowPlus::before {
    content: "";
  }
}
.hero__image.-dots img {
  height: 15rem;
  width: 37rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__image.-dots::before {
  background-image: url("../images/college-coach/hero-dots.png");
  background-repeat: no-repeat;
  background-size: 4rem;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  top: -1rem;
  left: -2.5rem;
  position: absolute;
  z-index: 2;
}
.hero__callout {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  .hero__callout {
    position: absolute;
    bottom: -8rem;
    top: auto;
    right: 0;
    width: calc(50% - 2rem);
    margin-bottom: 3rem;
  }
}
.hero__callout .card {
  margin-bottom: 0;
  width: 100%;
}
.hero__callout .card__text {
  margin-bottom: 0;
}
.hero.-home {
  padding: 0;
}
.hero.-home .hero__headline {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .hero.-home .hero__headline {
    font-size: 3.6rem;
  }
}
.hero.-home .hero__headline strong {
  background: -webkit-linear-gradient(#9fc0ce 0%, white 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero.-home .hero__headline::after {
  display: none;
}
.hero.-home .hero__content {
  -ms-flex-preferred-size: 41%;
      flex-basis: 41%;
}
@media screen and (min-width: 900px) {
  .hero.-home .hero__content {
    min-height: 0;
  }
}
.hero.-home .hero__wrapper {
  padding: 4rem 0 0 0;
}
@media screen and (min-width: 900px) {
  .hero.-home .hero__wrapper {
    padding: 4rem 0 5rem 0;
  }
}
.hero.-home .hero__text strong {
  display: block;
}
.hero.-home .hero__image {
  margin-top: 3rem;
  position: relative;
  z-index: 0;
}
.hero.-home .hero__image img {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .hero.-home .hero__image {
    -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
    margin-top: 0;
  }
  .hero.-home .hero__image img {
    bottom: -5rem;
    position: absolute;
  }
}
.hero.-bio {
  padding-bottom: 0;
}
.hero.-bio .hero__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero.-bio .hero__image {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .hero.-bio .hero__image {
    width: 30rem;
    left: -2rem;
    bottom: -2rem;
  }
}
.hero.-expertBio {
  background-color: #277489 !important;
  padding-bottom: 25px;
}
@media (min-width: 901px) {
  .hero.-expertBio {
    margin-bottom: -40px;
  }
}
@media (min-width: 991px) {
  .hero.-expertBio {
    margin-bottom: -60px;
    padding: 34px 0 0 0;
  }
}
.hero.-expertBio .hero__wrapper {
  padding-bottom: 0;
}
.hero.-expertBio .hero__content {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media (max-width: 991px) {
  .hero.-expertBio .hero__content {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    width: 100%;
  }
}
.hero.-expertBio .hero__headline {
  color: #ffffff;
  font-family: Muli;
  font-size: 56px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.56px;
  line-height: 60px;
  text-align: left;
  padding-top: 21px;
  text-transform: inherit;
  overflow: visible;
  z-index: 2;
  position: relative;
}
@media (max-width: 899px) {
  .hero.-expertBio .hero__headline:after {
    left: unset;
    -webkit-transform: unset;
    transform: unset;
  }
}
@media (max-width: 1199px) {
  .hero.-expertBio .hero__headline {
    padding-top: 0;
    font-size: 45px;
    line-height: 50px;
  }
}
.hero.-expertBio .hero__subheadline {
  color: #a7eaff;
  font-family: Muli;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.32px;
  line-height: 36px;
  text-align: left;
}
@media (max-width: 1199px) {
  .hero.-expertBio .hero__subheadline {
    padding-top: 0;
    font-size: 28px;
    line-height: 32px;
  }
}
.hero.-expertBio .hero__image {
  position: relative;
  z-index: 2;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 991px) {
  .hero.-expertBio .hero__image {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    width: 100%;
  }
}
.hero.-expertBio .hero__image:before {
  display: none;
}
.hero.-expertBio .hero__image .borderRadius {
  border-radius: 10px;
  padding: 0 !important;
}
.hero.-expertBio .education {
  height: 205px;
  background-color: #1a475f;
}
.hero.-expertEducation {
  padding: 30px 0 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero.-expertEducation {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .hero.-expertEducation {
    min-height: 250px !important;
  }
}
.hero.-expertEducation .card {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin-bottom: 5px;
}
.hero.-expertEducation .card__content {
  background-color: unset;
  overflow: hidden;
  padding: 10px 0 15px 0;
}
.hero.-expertEducation .card__content_text .icon {
  float: left;
}
.hero.-expertEducation .card__headline a {
  color: #eef5fa;
  font-family: Muli;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: 24px;
  padding: 2px 0 0 12px;
}
.hero.-expertEducation .card__headline a:hover {
  text-decoration: underline;
}
.hero.-expertEducation .card__text {
  color: white;
  font-family: Muli;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2px;
  line-height: 20px;
}
.hero.-expertEducation .card__text.-title {
  color: #54afcb;
  font-family: Muli;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: 24px;
  text-align: left;
}
.hero.-blurBlue {
  background-image: url("../images/college-coach/hero-bg.jpg");
}
.hero.-gradient {
  background: #1a475f;
  background: -webkit-gradient(linear, left top, right top, from(#1a475f), to(#3c889e));
  background: linear-gradient(90deg, #1a475f 0%, #3c889e 100%);
}
.hero.-separator {
  background-position: top left;
  background-size: cover;
}
.hero.-separator a {
  color: #f0bd1b;
}
.hero.-separator a:hover {
  color: white;
}
@media screen and (min-width: 767px) {
  .hero.-separator {
    background-position: top right;
  }
  .hero.-separator .hero__content {
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
  }
}
.hero.-router {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.hero.-router > * {
  display: table-cell;
  vertical-align: top;
}
.hero.-router > hr {
  display: table-cell;
  width: 30px;
  margin: 0;
  padding: 0;
  border: none;
}
.hero.-router hr:last-child {
  background: #f00;
  display: none;
}
.hero.-router.fluid {
  table-layout: auto;
  width: 100%;
}
.hero.-router.fluid .fixed-cell {
  width: 1%;
  white-space: nowrap;
}
@media only screen and (max-width: 959px) {
  .hero.-router {
    display: block;
    width: 100%;
  }
  .hero.-router > * {
    display: block !important;
    width: 100% !important;
  }
  .hero.-router > hr {
    display: none;
  }
  .hero.-router.fluid .fixed-cell {
    width: 100%;
    white-space: normal;
  }
}
.hero.-router .graphic {
  width: 65%;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .hero.-router .graphic {
    width: 65%;
  }
}
@media only screen and (max-height: 768px) {
  .hero.-router .graphic {
    width: 55%;
  }
}
.hero.-router .graphic img {
  width: 100%;
  height: auto;
}
.hero.-router > * {
  display: table-cell;
  vertical-align: top;
}
.hero.-router .flex {
  vertical-align: middle;
  background: #1a475f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#1a475f), to(#3c889e));
  background: linear-gradient(to right, #1a475f 0%, #3c889e 100%);
  /* IE6-9 */
}
@media only screen and (max-width: 959px) {
  .hero.-router .flex {
    width: calc(100% - 30px) !important;
    margin: auto;
    position: relative;
    top: -45px;
    margin-bottom: -45px;
  }
}
.hero.-router .flex h1 {
  color: white;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  padding: 0 0 0.7em;
  margin: 0 0 0.8em;
  line-height: 1.1;
}
.hero.-router .flex h1 strong {
  font-weight: 900;
  display: block;
}
.hero.-router .flex h1::after {
  content: "";
  display: block;
  position: absolute;
  top: 90%;
  height: 3px;
  background: #f0bd1b;
  width: 95px;
}
@media screen and (min-width: 767px) {
  .hero.-router .flex h1::after {
    left: 0;
    width: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .hero.-router .flex h1::after {
    width: 95px;
  }
}
.hero.-router .flex h1.bhc-heading {
  font-size: 1.875em;
}
.hero.-router .flex .copy {
  max-width: 580px;
}
@media only screen and (max-width: 959px) {
  .hero.-router .flex .copy {
    margin: 0 auto;
    max-width: none;
  }
}
.hero.-router .flex .router {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 1600px) {
  .hero.-router .flex .router {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media only screen and (max-width: 959px) {
  .hero.-router .flex .router {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }
}
@media only screen and (max-width: 1600px) {
  .hero.-router .flex .content {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 959px) {
  .hero.-router .flex .content {
    font-size: 1em;
  }
}
.hero.-router img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.-router .sr-only {
  position: absolute;
  left: -9999999px;
}
.hero.-router .img-responsive,
.hero.-router .thumbnail > img,
.hero.-router .thumbnail a > img,
.hero.-router .carousel-inner > .item > img,
.hero.-router .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.hero.-router .carousel {
  position: relative;
}
.hero.-router .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero.-router .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
@media only screen and (max-width: 959px) {
  .hero.-router .carousel-inner > .item img {
    height: 45vw !important;
  }
}
@media only screen and (max-height: 768px) and (min-width: 960px) {
  .hero.-router .carousel-inner > .item img {
    height: 34vw !important;
  }
}
.hero.-router .carousel-inner > .item > img,
.hero.-router .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .hero.-router .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .hero.-router .carousel-inner > .item.next,
.hero.-router .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .hero.-router .carousel-inner > .item.prev,
.hero.-router .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .hero.-router .carousel-inner > .item.next.left,
.hero.-router .carousel-inner > .item.prev.right,
.hero.-router .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hero.-router .carousel-inner > .active,
.hero.-router .carousel-inner > .next,
.hero.-router .carousel-inner > .prev {
  display: block;
}
.hero.-router .carousel-inner > .active {
  left: 0;
}
.hero.-router .carousel-inner > .next,
.hero.-router .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.hero.-router .carousel-inner > .next {
  left: 100%;
}
.hero.-router .carousel-inner > .prev {
  left: -100%;
}
.hero.-router .carousel-inner > .next.left,
.hero.-router .carousel-inner > .prev.right {
  left: 0;
}
.hero.-router .carousel-inner > .active.left {
  left: -100%;
}
.hero.-router .carousel-inner > .active.right {
  left: 100%;
}
.hero.-router .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 48px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.hero.-router .carousel-control span {
  top: calc(50% - 40px);
  position: relative;
}
.hero.-router .carousel-control .sr-only {
  position: absolute;
}
.hero.-router .carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
.hero.-router .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.hero.-router .carousel-control:hover,
.hero.-router .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.hero.-router .carousel-control:focus {
  border: 3px solid #f0bd1b;
}
.hero.-router .carousel-control .icon-prev,
.hero.-router .carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.hero.-router .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.hero.-router .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.hero.-router .carousel-control .icon-prev,
.hero.-router .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.hero.-router .carousel-indicators {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 1;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.hero.-router .carousel-indicators li,
.hero.-router .carousel-indicators a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 8px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 8px;
}
.hero.-router .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #f0bd1b;
  border: 2px solid #f0bd1b;
}
.hero.-router .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.hero.-router .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .hero.-router .carousel-control .icon-prev,
.hero.-router .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .hero.-router .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .hero.-router .carousel-control .icon-next {
    margin-right: -15px;
  }
  .hero.-router .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .hero.-router .carousel-indicators {
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hero.-router .carousel-control.left,
.hero.-router .carousel-control.right {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .hero.-router .carousel-indicators {
    bottom: 0px;
  }
}
.hero.-router .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hero.-router .carousel-fade .carousel-inner .item,
.hero.-router .carousel-fade .carousel-inner .active.left,
.hero.-router .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.hero.-router .carousel-fade .carousel-inner .active,
.hero.-router .carousel-fade .carousel-inner .next.left,
.hero.-router .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.hero.-router .carousel-fade .carousel-inner .next,
.hero.-router .carousel-fade .carousel-inner .prev,
.hero.-router .carousel-fade .carousel-inner .active.left,
.hero.-router .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.hero.-router .carousel-fade .carousel-control {
  z-index: 2;
}
.hero.-router .playPause {
  position: relative;
  float: right;
  margin-top: -30px;
  margin-right: 10px;
  z-index: 2;
  width: 45px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  opacity: 0.75;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.hero.-router .playPause:hover {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .hero.-router .playPause {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .hero.-router .playPause {
    margin-top: -80px;
  }
}
.hero.-textOnly {
  padding: 90px 0 42px;
  background-image: linear-gradient(50deg, #3c889e 0%, #1a475f 100%);
}
@media (max-width: 899px) {
  .hero.-textOnly {
    padding: 30px 0 22px;
  }
}
.hero.-textOnly h1 {
  font-size: 48px;
  line-height: 1.146;
  font-style: normal;
  font-weight: 300;
  color: white;
}
.hero.-grayLight h1 {
  color: #1a475f;
  text-transform: none;
  font-weight: 800;
  font-size: 48px;
}
.hero.-grayLight p {
  color: #5a5a5a;
}
.hero.-grayLight a {
  color: #1a475f;
  text-decoration: none;
}
.hero.-grayLight a:hover {
  color: #3c889e;
}
.hero.-grayLight a.button {
  line-height: 1;
}
.hero.-grayLight a.button:hover {
  background: #1a475f;
  color: #f0bd1b;
}
.hero.-corporate p {
  font-size: 18px;
}
@media (min-width: 992px) {
  .hero.-ccb .hero__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  .hero.-ccb .hero__image {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .hero.-ccb .hero__image {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.hero.-ccb .hero__image > img {
  width: 100%;
}
@media (min-width: 992px) {
  .hero.-ccb .hero__headline {
    font-size: 36px;
  }
}
.hero.-filter h1 {
  margin: 0 auto 30px !important;
  font-size: 32px;
}
.hero.-filter .ccb_searchReset {
  color: white;
  padding-bottom: 3px;
  border-bottom: 2px solid #3c889e;
  font-weight: 700;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 15px 10px 15px 8px;
}
.hero.-filter .ccb_searchReset .fa-undo {
  color: #54afcb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero.-filter .ccb_searchReset:hover {
  border-color: #f0bd1b;
}
.hero.-filter .ccb_searchReset:hover .fa-undo {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hero.-filter .ccb__search #ccbSearchSubmit {
  display: inline-block;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 25px;
}
.hero.-filter .ccb__search #ccbSearchSubmit .fa-search {
  font-size: 18px;
}
.hero.-filter .ccb__searchField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 580px) {
  .hero.-filter .ccb__searchField {
    width: 50%;
  }
}
.hero.-filter .ccb__searchField input {
  padding: 15px;
  margin-right: 15px;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  max-width: 480px;
}
.hero.-filter .ccb__searchField input::-webkit-input-placeholder {
  font-size: 16px;
  color: #767676 !important;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.hero.-filter .ccb__searchField input::-moz-placeholder {
  font-size: 16px;
  color: #767676 !important;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.hero.-filter .ccb__searchField input::-ms-input-placeholder {
  font-size: 16px;
  color: #767676 !important;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.hero.-filter .ccb__searchField input::placeholder {
  font-size: 16px;
  color: #767676 !important;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.website-collegecoach {
  overflow-x: hidden;
}
.website-collegecoach .hero {
  background-color: #1a475f;
  background-image: linear-gradient(25deg, #3c889e 0%, #1a475f 30%);
}

.website-collegecoach, .website-brookfieldacademy, .website-foundation-for-children {
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .website-collegecoach .header__logo, .website-brookfieldacademy .header__logo, .website-foundation-for-children .header__logo {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
.website-collegecoach .header__container, .website-brookfieldacademy .header__container, .website-foundation-for-children .header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.website-collegecoach .header__actions, .website-brookfieldacademy .header__actions, .website-foundation-for-children .header__actions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0 !important;
}

@font-face {
  font-family: "bh-corporate";
  src: url(/static-corp/fonts/bh-corporate.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
.feature-edgeless-content-right-module {
  overflow: hidden;
}

.-bgAlphaGreenPrimary {
  background-color: #148e4d;
}

.-bgAlphaGreenSecondary {
  background-color: #74aa50;
}

.-bgAlphaBluePrimary {
  background-color: #1a475f;
}

.-bgAlphaBlueSecondary {
  background-color: #3c889e;
}

.-bgAlphaGreenPrimary .edgeless-content-module-right {
  background-color: rgba(20, 142, 77, 0.8);
}

.-bgAlphaGreenSecondary .edgeless-content-module-right {
  background-color: rgba(116, 170, 80, 0.8);
}

.-bgAlphaBluePrimary .edgeless-content-module-right {
  background-color: rgba(26, 71, 95, 0.8);
}

.-bgAlphaBlueSecondary .edgeless-content-module-right {
  background-color: rgba(60, 136, 158, 0.8);
}

.feature-edgeless-img-module .custom-bg {
  background-size: 0px;
  background-repeat: no-repeat;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .feature-edgeless-img-module .custom-bg {
    min-height: 700px;
    height: 0px;
    padding-bottom: 56.25%;
    background-size: cover;
  }
}
.feature-edgeless-img-module .feature-edgeless-img-xs {
  width: 100%;
}

.feature-edgeless-content-right-module .edgeless-content-module-right {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

@media (min-width: 768px) {
  .feature-edgeless-content-right-module .edgeless-content-module-right {
    position: absolute;
    top: 0px;
    left: 40vw;
    width: 60vw;
  }
}
@media (min-width: 992px) {
  .feature-edgeless-content-right-module .edgeless-content-module-right {
    position: absolute;
    top: 0px;
    left: 50vw;
    width: 50vw;
  }
}
.feature-edgeless-content-right-module .content-right-container {
  position: relative;
  padding: 0px 15px;
}

.feature-edgeless-img-module .feature-content-wrap {
  padding: 50px 15px;
  color: white;
}

@media (min-width: 768px) {
  .feature-edgeless-img-module .feature-content-wrap {
    padding: 50px 30px;
  }
}
@media (min-width: 992px) {
  .feature-edgeless-img-module .feature-content-wrap {
    top: auto;
    padding: 50px 35px 50px 0px;
  }

  .feature-edgeless-content-right-module .feature-content-wrap {
    padding: 40px 30px;
  }
}
.feature-edgeless-img-module .feature-content-wrap .feature-title-standard {
  color: white;
}

.feature-title-standard {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .feature-title-standard {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .feature-title-standard {
    padding-bottom: 42px;
  }
}
.feature-title-standard,
.section-title-module .welcome-message,
.prototype-index-module .welcome-message {
  margin-top: -0.3em;
  margin-bottom: -0.27em;
}

@media (min-width: 768px) {
  .feature-title-standard,
.section-title-module .welcome-message,
.prototype-index-module .welcome-message {
    margin-top: -0.18em;
    margin-bottom: -0.15em;
  }
}
.feature-title-standard,
.txt-feature-title {
  font-size: 36px;
  line-height: 1.333;
  letter-spacing: 0em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .feature-title-standard,
.txt-feature-title {
    font-size: 34px;
    line-height: 1.042;
  }
}
@media (min-width: 1200px) {
  .feature-title-standard,
.txt-feature-title {
    font-size: 48px;
    line-height: 1.146;
  }
}
.txt-hero-title,
.txt-promo-detail,
.feature-title-standard,
.txt-feature-title {
  font-style: normal;
  font-weight: 300;
}

.feature-edgeless-img-module .feature-content-wrap .feature-title-standard strong {
  color: #f0bd1b;
}

.feature-edgeless-content-right-module .feature-content-wrap .feature-title-standard strong {
  color: white;
}

.feature-title-standard strong,
.txt-feature-title strong {
  font-weight: 800;
}

.feature-edgeless-content-right-module .content-right-container {
  position: relative;
  padding: 0px 15px;
}

.feature-edgeless-content-right-module .line-seperator {
  border-bottom: 1px solid #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.feature-edgeless-content-right-module .cta-lists-container {
  max-width: 600px;
}

@media (min-width: 992px) {
  .feature-edgeless-content-right-module .line-seperator {
    margin-top: 24px;
    margin-bottom: 30px;
  }
}
.txt-sidebar-header {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 768px) {
  .txt-sidebar-header {
    font-size: 24px;
    line-height: 1.333;
  }
}
@media (min-width: 992px) {
  .feature-edgeless-content-right-module .flex-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.feature-edgeless-content-right-module .cta-column {
  max-width: 600px;
}

.feature-edgeless-content-right-module .cta-column {
  width: 100%;
}

@media (min-width: 992px) {
  .feature-edgeless-content-right-module .cta-column {
    width: 50%;
  }
}
.cta-wrap {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .cta-wrap {
    margin-top: 20px;
  }
}
.feature-edgeless-content-right-module .btn-cta {
  color: white;
}

.feature-edgeless-content-right-module .btn-cta {
  white-space: pre-wrap;
  text-align: left;
}

.btn-cta {
  color: #1a475f;
  font-weight: 800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-cta::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-cta:hover {
  color: #3c889e !important;
}
.btn-cta:hover::after {
  left: 10px;
}

.btn-plus,
.btn,
.btn-sidebar-tag,
.slider-w-arrows-wrap .slick-arrow {
  -webkit-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  margin: 0px;
  border: none;
}

.btn-cta,
.loader-module .loader-message-text,
.filters-all-wrap .filter-by-label,
.txt-cta {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.btn-cta::after {
  color: #fdb813;
  position: relative;
  top: 1px;
  left: 7px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: bh-corporate !important;
}

.btn-cta::after,
.prototype-index-module .prototype-link-info-wrap::before,
.bhc-icon-play3::before {
  content: "\ea1c";
}

.feature-edgeless-content-right-module .cta-list-last {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .feature-edgeless-content-right-module .cta-list-last {
    margin-top: 32px;
  }
}
/* Legacy CSS Missing */
.bg-nileblue .edgeless-content-module-right {
  background-color: rgba(26, 71, 95, 0.8);
}

.bg-gallery .edgeless-content-module-right {
  background-color: rgba(238, 237, 237, 0.8);
}

.bg-concrete .edgeless-content-module-right {
  background-color: rgba(243, 243, 243, 0.8);
}

.bg-salem .edgeless-content-module-right {
  background-color: rgba(11, 135, 67, 0.8);
}

.leadership__tile {
  display: inline-block;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .leadership__tile {
    margin-left: 0;
    margin-right: 0;
  }
}
.leadership__tile:hover {
  cursor: pointer;
}
.leadership__tile:hover .leadership__tileMedia {
  opacity: 0.6;
}
.leadership__tileWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.leadership__tileLink {
  color: #1a475f;
  text-transform: uppercase;
  line-height: 1.3;
  position: initial;
}
.leadership__tileLink::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.leadership__tileMedia {
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin: 0 0 15px;
  height: 35vh;
  width: auto;
}
@media screen and (min-width: 767px) {
  .leadership__tileMedia {
    height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .leadership__tileMedia {
    height: 290px;
  }
}
.leadership__tileImage {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

body.single-page-lead-form {
  background: #f3f3f3;
  font-family: "Muli", sans-serif;
}
@media (max-width: 767px) {
  body.single-page-lead-form {
    background: #ffffff;
  }
}

body.thank-you {
  background: #ffffff;
}

.single-page-lead-form .footer__secondary {
  margin-top: 100px;
}
.single-page-lead-form h1 {
  text-transform: capitalize;
}
.single-page-lead-form .home-center-info-module .module-custom-backgrounds {
  background-size: 100% 240px !important;
}
.single-page-lead-form .thank-you .home-center-info-module .module-custom-backgrounds {
  height: 200px;
}
@media (min-width: 768px) {
  .single-page-lead-form .home-center-info-module .module-custom-backgrounds {
    background-image: url("https://www.brighthorizons.com/static-corp/imgs/bh-header-swoops-v2.svg") !important;
  }
  .single-page-lead-form .home-center-info-module .module-padding {
    margin-top: 0;
    padding-top: 80px;
  }
  .single-page-lead-form.thank-you .module-custom-backgrounds {
    background-image: url("https://www.brighthorizons.com/static-corp/imgs/bh-thank-you-header-swoops-v2.svg") !important;
  }
}
@media (max-width: 767px) {
  .single-page-lead-form .module-custom-backgrounds {
    background-image: url("https://www.brighthorizons.com/static-corp/imgs/bh-thank-you-header-swoops-v2.svg") !important;
    background-size: 100%;
    margin-top: -120px;
    min-height: 112px;
  }
}
.single-page-lead-form .home-hero {
  background: #26475b;
  max-height: 500px;
}
.single-page-lead-form.thank-you .home-hero {
  background: #127a49;
  max-height: 500px;
}
.single-page-lead-form.thank-you h2 {
  font-size: 30px;
  color: #ffffff;
  max-width: 575px;
  line-height: 45px;
  margin: 30px auto 0;
}
.single-page-lead-form p.title-text {
  font-size: 28px;
  line-height: 45px;
  color: #28475b;
  text-align: center;
  /*text-transform: uppercase;*/
  max-width: 750px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .single-page-lead-form p.title-text {
    font-size: 24px;
    line-height: 35px;
    text-align: left;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-page-lead-form p.title-text {
    font-size: 14px;
    line-height: 22px;
    padding: 20px;
  }
}
.single-page-lead-form .single-page-lead-form-container {
  margin: -36px auto 0;
  padding: 60px;
  padding-top: 50px;
  float: none !important;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .single-page-lead-form .single-page-lead-form-container {
    padding: 10px;
  }
}
@media screen and (min-width: 767px) {
  .single-page-lead-form .single-page-lead-form-container {
    -webkit-box-shadow: 0px 8px 16px rgba(27, 25, 26, 0.15);
    box-shadow: 0px 8px 16px rgba(27, 25, 26, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .single-page-lead-form .home-center-info-module .module-padding {
    padding-bottom: 0 !important;
  }
}
.single-page-lead-form .row {
  margin-bottom: 20px;
}
.single-page-lead-form label::-webkit-input-placeholder {
  font-size: 13px;
  color: #333 !important;
  margin-bottom: 15px;
}
.single-page-lead-form label::-moz-placeholder {
  font-size: 13px;
  color: #333 !important;
  margin-bottom: 15px;
}
.single-page-lead-form label::-ms-input-placeholder {
  font-size: 13px;
  color: #333 !important;
  margin-bottom: 15px;
}
.single-page-lead-form label::placeholder {
  font-size: 13px;
  color: #333 !important;
  margin-bottom: 15px;
}
.single-page-lead-form .header-divider {
  height: 2px;
  background: #e8e8e8;
  margin: 40px 0 40px 0 !important;
}
.single-page-lead-form .contains-required-element {
  color: #f32735 !important;
}
.single-page-lead-form .form-control::-webkit-input-placeholder {
  color: #333333;
}
.single-page-lead-form .form-control::-moz-placeholder {
  color: #333333;
}
.single-page-lead-form .form-control::-ms-input-placeholder {
  color: #333333;
}
.single-page-lead-form .form-control::placeholder {
  color: #333333;
}
.single-page-lead-form .form-control,
.single-page-lead-form .filter-option {
  -webkit-box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  margin-top: 0;
  border: 1px solid #adadad;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding: 0px;
}
.single-page-lead-form .filter-option {
  border: none;
}
.single-page-lead-form .js-fac-select {
  min-width: 100%;
  float: left;
}
.single-page-lead-form .dropdown.select-custom {
  background: none;
}
.single-page-lead-form .input-wrap {
  margin-top: 0;
}
.single-page-lead-form .phone-number {
  width: 83%;
  float: left;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.single-page-lead-form .phone-type {
  max-width: 17%;
  float: left;
  padding: 0px;
  margin-top: 33px;
  margin-left: -1px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.single-page-lead-form .phone-type label {
  margin-top: -61px;
  margin-left: 25px;
}
.single-page-lead-form .opt-in input,
.single-page-lead-form .opt-in p {
  float: left;
}
.single-page-lead-form .opt-in p {
  max-width: 90%;
  font-size: 16px;
  line-height: 18px;
}
.single-page-lead-form .opt-in input {
  margin-right: 10px;
}
.single-page-lead-form .opt-in .input-wrap {
  margin-top: 0;
  border: 1px solid #adadad;
  border-radius: 2px;
  background-color: #ffffff;
  color: #222222;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 18px;
  font-family: "Muli", sans-serif;
  overflow: hidden;
  -webkit-box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
}
.single-page-lead-form .opt-in .learn-more {
  float: right;
}
.single-page-lead-form .opt-in a {
  color: #244d63;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 13px !important;
  text-decoration: none !important;
}
.single-page-lead-form .form-group.has-error .form-control,
.single-page-lead-form .form-group.has-error .form-control:focus {
  -webkit-box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .single-page-lead-form .opt-in p {
    min-width: 80%;
  }
  .single-page-lead-form .opt-in .learn-more {
    width: 100%;
    float: left;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .single-page-lead-form .phone-number {
    width: 80%;
  }
  .single-page-lead-form .phone-type {
    max-width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .single-page-lead-form .phone-number {
    width: 70%;
  }
  .single-page-lead-form .phone-type {
    max-width: 30%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 545px) {
  .single-page-lead-form .phone-number {
    width: 100%;
    max-width: none;
  }
  .single-page-lead-form .phone-type {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    border: 1px solid #adadad;
    border-radius: 2px;
  }
}
.single-page-lead-form .form-group-birthday.month,
.single-page-lead-form .form-group-birthday.day,
.single-page-lead-form .form-group-birthday.year {
  width: 33.3%;
  float: left;
}
.single-page-lead-form .form-group-birthday .form-control {
  display: inherit;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .single-page-lead-form .form-group.has-error .form-control {
    border: 1px solid #adadad;
    border-left: 5px solid #ee4135;
  }
  .single-page-lead-form .form-group.has-error .help-block {
    position: absolute;
    right: -209px;
    top: 35px;
    border: 3px solid #f32735;
    padding: 14px;
    padding-bottom: 15px;
    background: #ffffff;
    color: #444444;
    font-size: 18px;
    z-index: 10000;
    width: 250px;
  }
  .single-page-lead-form .form-group-birthday.month .help-block {
    right: inherit;
    left: 385px;
  }
  .single-page-lead-form .form-group-birthday.day .help-block {
    right: inherit;
    left: 264px;
  }
  .single-page-lead-form .form-group-birthday.year .help-block {
    right: inherit;
    left: 143px;
  }
  .single-page-lead-form .when-start .help-block {
    top: -5px;
  }
  .single-page-lead-form .js-birthday-input-field-wrap .help-block {
    top: -5px !important;
  }
  .single-page-lead-form .has-error .help-block::before {
    background: url("https://www.brighthorizons.com/static-corp/imgs/error-arrow.png");
    content: "";
    height: 26px;
    width: 18px;
    position: absolute;
    top: 13px;
    left: -18px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .single-page-lead-form .js-month-input,
.single-page-lead-form .js-day-input,
.single-page-lead-form .js-year-input {
    line-height: 1em;
  }
}
.single-page-lead-form p.field-title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 16px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .single-page-lead-form p.field-title {
    margin-bottom: 10px;
  }
  .single-page-lead-form .js-birthday-inputs .has-error {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-page-lead-form .js-birthday-inputs.birthday-inputs-container {
    width: 91%;
    float: right;
  }
  .single-page-lead-form .js-birthday-inputs .remove-birthday-btn {
    position: absolute !important;
    left: -47px !important;
    top: 29px !important;
  }
}
.single-page-lead-form p.instructions {
  color: #a0a0a0;
  font-size: 18px;
  margin-top: 60px;
  float: right;
}
@media screen and (min-width: 767px) {
  .single-page-lead-form .remove-birthday-btn {
    left: -50px;
    right: inherit;
  }
}
.single-page-lead-form .txt-international {
  color: #eaeaea !important;
  font-size: 25px !important;
}
.single-page-lead-form .txt-international:hover {
  color: #28475b !important;
}
.single-page-lead-form .js-add-child-btn {
  color: #244d63;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 25px;
  padding-bottom: 10px;
}
.single-page-lead-form .remove-birthday-btn {
  padding: 10px !important;
}
.single-page-lead-form button.js-add-child-btn:focus,
.single-page-lead-form button.remove-birthday-btn:focus {
  border: thin dashed #54afcb !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .single-page-lead-form .js-add-child-btn {
    float: left !important;
  }
}
.single-page-lead-form .js-add-child-btn::after {
  color: #f0be37;
  font-size: 25px !important;
}
.single-page-lead-form .js-add-child-btn:hover::after {
  color: #28475b !important;
}
.single-page-lead-form .select-custom button {
  background: none !important;
  padding: 0px !important;
  font-size: 18px;
  color: #222222 !important;
}
.single-page-lead-form .dropdown-menu > .active > a,
.single-page-lead-form .dropdown-menu > .active > a:focus,
.single-page-lead-form .dropdown-menu > .active > a:hover {
  background-color: #f3f3f3;
  color: #222222 !important;
}
.single-page-lead-form .dropdown-menu > li > a {
  padding: 12px 20px;
  color: #222222;
  font-size: 18px;
}
.single-page-lead-form .js-comments {
  padding: 20px !important;
}
.single-page-lead-form .js-comments::-webkit-input-placeholder {
  color: #828282;
  font-size: 18px;
  opacity: 1;
  margin: 0 !important;
  text-indent: 0 !important;
}
.single-page-lead-form .js-comments::-moz-placeholder {
  color: #828282;
  font-size: 18px;
  opacity: 1;
  margin: 0 !important;
  text-indent: 0 !important;
}
.single-page-lead-form .js-comments::-ms-input-placeholder {
  color: #828282;
  font-size: 18px;
  opacity: 1;
  margin: 0 !important;
  text-indent: 0 !important;
}
.single-page-lead-form .js-comments::placeholder {
  color: #828282;
  font-size: 18px;
  opacity: 1;
  margin: 0 !important;
  text-indent: 0 !important;
}
.single-page-lead-form p.legal {
  color: #444444;
  font-size: 16px;
  margin-top: 15px;
  float: right;
}
.single-page-lead-form .schedule-header {
  font-size: 16px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .single-page-lead-form .single-page-lead-form p.legal {
    display: none !important;
  }
}
.single-page-lead-form .js-add-child-btn.btn {
  float: right;
  background: none !important;
}
.single-page-lead-form .single-page-lead-form .footer-module {
  margin-top: 40px !important;
  background-image: url("https://www.brighthorizons.com/static-corp/imgs/bh-footer-swoops-v2.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-page-lead-form .single-page-lead-form.thank-you .footer-module {
  padding: 20px;
  background-image: url("https://www.brighthorizons.com/static-corp/imgs/bh-thank-you-footer-swoops-v2.svg");
  background-size: cover;
  background-color: #ffffff;
}
.single-page-lead-form .single-page-lead-form .footer-module .container {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .single-page-lead-form .single-page-lead-form .footer-module {
    margin-top: 0 !important;
    background: #28475b;
  }
}
.single-page-lead-form .single-page-lead-form .footer-module p {
  width: 100%;
  text-align: center;
  margin-top: 150px;
  color: #343434;
  font-size: 14px;
}
.single-page-lead-form .single-page-lead-form .footer-module a {
  text-decoration: none;
  color: #343434;
}
@media screen and (max-width: 767px) {
  .single-page-lead-form .single-page-lead-form .footer-module p {
    width: 100%;
    padding: 60px;
    margin-top: 50px;
    color: #ffffff !important;
    font-size: 16px;
  }
  .single-page-lead-form .single-page-lead-form .footer-module a {
    color: #ffffff !important;
  }
  .single-page-lead-form .single-page-lead-form .footer-module p,
.single-page-lead-form .single-page-lead-form.thank-you .footer-module a {
    color: #ffffff !important;
  }
}
@media screen and (max-width: 767px) {
  .single-page-lead-form .single-page-lead-form br {
    display: none;
  }
  .single-page-lead-form .first-name {
    margin-bottom: 20px;
  }
}
.single-page-lead-form .single-page-lead-form.thank-you .content {
  min-height: 400px;
  margin: 0 auto 0;
  float: none;
}
.single-page-lead-form .single-page-lead-form.thank-you p.greeting,
.single-page-lead-form .single-page-lead-form.thank-you p.message,
.single-page-lead-form .single-page-lead-form.thank-you p.signature {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  max-width: 350px;
}
@media screen and (max-width: 1199px) {
  .single-page-lead-form .single-page-lead-form.thank-you .col-lg-6.message,
.single-page-lead-form .single-page-lead-form.thank-you .col-lg-6.map {
    max-width: none;
    padding: 0 60px !important;
    margin-bottom: 60px;
  }
}
.single-page-lead-form .single-page-lead-form.thank-you p.greeting {
  margin-bottom: 20px;
}
.single-page-lead-form .single-page-lead-form .message .row,
.single-page-lead-form .single-page-lead-form .message .col {
  padding: 0 !important;
  margin: 0 !important;
}
.single-page-lead-form .single-page-lead-form.thank-you p.message {
  margin-bottom: 40px;
}
.single-page-lead-form .single-page-lead-form.thank-you p.name {
  color: #233956;
  font-style: italic;
  font-size: 24px;
}
.single-page-lead-form .single-page-lead-form.thank-you p.title {
  color: #5d5e60;
  font-size: 1.6rem;
  font-family: Domine, sans-serif;
}
.single-page-lead-form .single-page-lead-form.thank-you .map {
  min-height: 400px;
  padding: 0;
}
.single-page-lead-form .single-page-lead-form.thank-you .confirmation {
  margin-top: 60px;
  border: 2px solid #0b874b;
  border-radius: 7px;
  padding: 30px;
}
.single-page-lead-form .single-page-lead-form.thank-you .contact {
  background: #f3f3f3;
  margin-top: -7px;
  padding: 30px;
  padding-bottom: 50px;
}
.single-page-lead-form .single-page-lead-form.thank-you p.address a,
.single-page-lead-form .single-page-lead-form.thank-you p.address {
  color: #004a73;
  font-size: 16px;
  margin-bottom: 16px;
  text-decoration: none;
}
.single-page-lead-form .single-page-lead-form.thank-you p.address a:hover {
  text-decoration: underline;
}
.single-page-lead-form .single-page-lead-form.thank-you p.phone a {
  color: #004a73;
  text-decoration: none;
}
.single-page-lead-form .single-page-lead-form.thank-you p.phone a:hover {
  text-decoration: underline;
}
.single-page-lead-form .single-page-lead-form.thank-you .confirmation p.message {
  color: #0b874b;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.single-page-lead-form .single-page-lead-form.thank-you .confirmation p.date {
  color: #333333;
  font-size: 18px;
  font-weight: bold !important;
}
.single-page-lead-form .single-page-lead-form.thank-you .confirmation p.date span {
  font-weight: normal;
}
@media screen and (min-width: 767px) {
  .single-page-lead-form .addeventatc {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .single-page-lead-form #calendarRow {
    height: 350px;
    margin-bottom: -30px;
  }
  .single-page-lead-form #appt-select:not(.show) {
    height: 0;
    padding: 0;
  }
}
.single-page-lead-form #calendarRow .loader {
  display: none;
}
@media screen and (min-width: 767px) {
  .single-page-lead-form #calendarRow.loading .loader {
    position: relative;
    height: 270px;
    background: rgba(0, 0, 0, 0.2);
    padding-top: 100px;
    display: inherit;
  }
  .single-page-lead-form .loading-wheel {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #f0be37;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto 0;
  }
}
.single-page-lead-form .clndr .clndr-controls {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.single-page-lead-form .clndr .clndr-controls .month {
  float: left;
  width: 60%;
  text-align: center;
  color: #3a4d5d;
  font-size: 20px;
}
.single-page-lead-form .clndr .clndr-controls .clndr-control-button {
  float: left;
  width: 20%;
  -webkit-transform: scale(1, 1.75);
  transform: scale(1, 1.75);
  font-weight: 300;
  color: #444;
  cursor: pointer;
}
.single-page-lead-form .clndr .clndr-controls .clndr-control-button span {
  padding: 0 10px 2px;
}
.single-page-lead-form .clndr .clndr-controls .clndr-control-button.rightalign {
  text-align: right;
  width: 20%;
}
.single-page-lead-form .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  background: #ddd;
}
.single-page-lead-form .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
  opacity: 0.5;
}
.single-page-lead-form .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  background: none;
  cursor: default;
}
.single-page-lead-form .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  background: #ddd;
}
.single-page-lead-form .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
  opacity: 0.5;
}
.single-page-lead-form .clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .single-page-lead-form .clndr .clndr-table {
    margin-bottom: 30px;
  }
}
.single-page-lead-form .clndr .clndr-table .header-days {
  height: 30px;
  font-size: 17px;
}
.single-page-lead-form .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  color: #000000;
  font-weight: normal;
}
.single-page-lead-form .clndr .clndr-table tr {
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px !important;
}
.single-page-lead-form .clndr .clndr-table tr td {
  vertical-align: top;
}
.single-page-lead-form .clndr .clndr-table tr .day {
  padding: 5px;
  width: 100%;
  height: inherit;
}
.single-page-lead-form .clndr .clndr-table tr .empty,
.single-page-lead-form .clndr .clndr-table tr .adjacent-month,
.single-page-lead-form .clndr .clndr-table tr .past,
.single-page-lead-form .clndr .clndr-table tr .day {
  color: #666;
}
.single-page-lead-form .clndr .event .day-contents {
  background: #f9fdfb;
  border: 1px solid #0b874b;
  border-radius: 8px;
  color: #008648;
  font-weight: normal;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-page-lead-form .clndr .day-contents.active,
.single-page-lead-form .clndr .event .day-contents:hover {
  background: #008648;
  border-radius: 8px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
}
.single-page-lead-form .clndr .today .day-contents {
  background: #f1f1f1;
  border-radius: 8px;
  color: #000;
  border: none;
}
.single-page-lead-form .clndr .clndr-table tr .day .day-contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 4px 2px 4px;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .single-page-lead-form .clndr .clndr-table tr .day .day-contents {
    font-size: 14px;
  }
}
.single-page-lead-form .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  background: none;
  cursor: default;
}
.single-page-lead-form .appt-instructions {
  visibility: hidden;
  opacity: 0;
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  padding: 30px;
  font-size: 16px;
  color: #333333;
  font-weight: 100;
  line-height: 30px;
  margin-top: 30px;
}
.single-page-lead-form .appt-instructions span {
  background: #f9fdfb;
  border: 1px solid #0b874b;
  border-radius: 8px;
  color: #008648;
  padding: 6px;
  font-weight: normal;
}
.single-page-lead-form .appt-select {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
  border: 2px solid #0b874b;
  border-radius: 7px;
  padding: 30px;
  height: 285px;
  overflow-y: auto;
  overflow-x: hidden;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .single-page-lead-form .appt-select {
    display: none;
  }
}
.single-page-lead-form .appt-select #chosenDay {
  font-weight: normal;
}
.single-page-lead-form .appt-select p {
  margin-bottom: 15px;
}
.single-page-lead-form .appt-select ul {
  margin-top: 20px;
}
.single-page-lead-form .appt-select label {
  list-style: none;
  border: 2px solid #b5dbc9;
  margin-bottom: 5px;
  background: #f9fdfb;
  border-radius: 7px !important;
  padding: 5px 15px !important;
  color: #0b874b !important;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  min-width: 100%;
  text-align: center !important;
}
.single-page-lead-form .appt-select label:hover,
.single-page-lead-form .appt-select label.active {
  border: 2px solid #0b874b;
  background: #0b874b;
  color: #ffffff !important;
  cursor: pointer;
}
.single-page-lead-form .appt-select input[type=radio] {
  visibility: hidden;
}
.single-page-lead-form .show {
  visibility: visible;
  opacity: 1;
  display: block;
}
.single-page-lead-form #scheduleTimeError ul {
  margin-top: 0;
  padding-top: 0;
  font-weight: 500;
}
.single-page-lead-form #scheduleTimeError.hidden {
  display: none !important;
}
.single-page-lead-form form input.form-control:focus,
.single-page-lead-form form input.form-control:active,
.single-page-lead-form form textarea.form-control:focus,
.single-page-lead-form form textarea.form-control:active,
.single-page-lead-form form .filter-option:focus,
.single-page-lead-form form .filter-option:active,
.single-page-lead-form form button.btn:focus,
.single-page-lead-form form button.btn:active {
  border: 3px solid blue !important;
  -webkit-transition: none;
  transition: none;
}
.single-page-lead-form input:focus + .form__scheduleTab {
  text-decoration: underline !important;
}
.single-page-lead-form .form__scheduleTab {
  cursor: pointer;
  border-radius: 9px;
  color: #244d63 !important;
  font-size: 11px !important;
  line-height: 1.5;
  padding: 10px;
  position: relative;
  top: 2px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 45%;
  z-index: 2;
}
.single-page-lead-form .form__scheduleTab .radioIcon {
  height: 24px;
  padding-left: 10px;
  position: absolute;
  top: calc(50% - 12px);
}
.single-page-lead-form .form__scheduleTab span {
  display: none;
}
@media (min-width: 768px) {
  .single-page-lead-form .form__scheduleTab {
    font-size: 16px !important;
    letter-spacing: 1px;
    padding: 10px 20px;
    top: -3px;
    width: 49%;
  }
  .single-page-lead-form .form__scheduleTab span {
    display: inline;
  }
}
.single-page-lead-form .form__scheduleOptionsBG {
  background: #ebebeb;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  content: "";
  display: block;
  height: 61px;
  margin: auto;
  position: absolute;
  top: -6px;
  left: 3%;
  width: 94%;
  z-index: 1;
}
@media (min-width: 768px) {
  .single-page-lead-form .form__scheduleOptionsBG {
    font-size: 16px !important;
    left: 0;
    width: 100%;
  }
}
.single-page-lead-form input:checked + .form__scheduleTab {
  color: #fff !important;
  background: #244d63;
}
.single-page-lead-form .form__scheduleOptions {
  font-size: 17px;
  padding: 5px;
  position: relative;
  text-align: center;
}
.single-page-lead-form .form__scheduleOptions .subHeading {
  color: #244d63;
  margin-bottom: 2rem;
  font-family: "Muli", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
}
.single-page-lead-form .form__scheduleOptions .appt-instructions {
  text-align: left;
}
.single-page-lead-form .form__scheduleOptions input {
  position: absolute;
}
.single-page-lead-form .form__scheduleOptions input + label {
  display: inline-block;
}
.single-page-lead-form .form__scheduleOptions input ~ .tabContent {
  display: none;
}
.single-page-lead-form .form__scheduleOptions #scheduleTabZoom:checked ~ .tabContent.-viaZoom,
.single-page-lead-form .form__scheduleOptions #scheduleTabInPerson:checked ~ .tabContent.-inPerson {
  display: block;
}
.single-page-lead-form .form__scheduleOptions .tabContent {
  text-align: left;
  padding: 30px 12px;
}
.single-page-lead-form .form__scheduleOptions .tabContent a {
  color: #3c889e;
  font-weight: 800;
}
.single-page-lead-form .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 900px) {
  .locations__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -1rem;
  }
  .locations__wrapper .card {
    -ms-flex-preferred-size: calc(33% - 1rem);
        flex-basis: calc(33% - 1rem);
    margin: 0 1rem 2rem;
    max-width: calc(33% - 1rem);
  }
}
.locations__card {
  background-color: rgba(60, 136, 158, 0.1);
  margin: 0 0 2rem;
  padding: 2rem;
}
@media screen and (min-width: 767px) {
  .locations__card {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
@media screen and (min-width: 900px) {
  .locations__card {
    -ms-flex-preferred-size: calc(66.66% - 1rem);
        flex-basis: calc(66.66% - 1rem);
    margin: 0 1rem 2rem;
    max-width: calc(66.66% - 1rem);
  }
}
.locations__title, .locations__link {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.locations__title {
  color: #1a475f;
  margin-bottom: 2rem;
}
.locations__link {
  color: #3c889e;
  margin-bottom: 0.25rem;
}
.locations .card.-simple .card__title {
  margin-bottom: 1.66rem;
}
.locations .card.-simple .card__text {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.locations .card.-simple .card__text strong {
  font-size: 18px;
}

#addressInput::-webkit-input-placeholder {
  color: #fff !important;
}

#addressInput::-moz-placeholder {
  color: #fff !important;
}

#addressInput::-ms-input-placeholder {
  color: #fff !important;
}

#addressInput::placeholder {
  color: #fff !important;
}

.centerDetails {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  padding: 60px 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.centerDetails #distanceResults {
  background-position-x: 80% !important;
  background-color: #265c74;
  font-size: inherit;
  border: none;
  width: 90px;
  min-width: 80px;
  margin: 0 1rem;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 580px) {
  .centerDetails {
    font-size: 22px;
  }
}
@media screen and (min-width: 767px) {
  .centerDetails {
    font-size: 30px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 45px 30px 30px;
  }
}
.centerDetails__marker-icon {
  margin: 0 20px 0 0;
}

.centerResults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 75px;
}

.centerResult {
  background: #ffffff;
  border: 5px solid transparent;
  border-radius: 5px;
  color: #5a5a5a;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5%;
  opacity: 0.9;
  padding: 40px 20px 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .centerResult {
    margin: 5%;
    display: inline-block;
    margin: 2% 0 2% 4%;
    width: 46%;
  }
}
.centerResult__name {
  font-weight: 800;
  display: block;
  font-size: 18px;
  margin: 15px 0;
}
.centerResult__name, .centerResult__phone {
  color: #1a475f;
}
.centerResult__distance {
  display: block;
  margin-bottom: 15px;
}
.centerResult__address {
  cursor: pointer;
  display: block;
  width: 100%;
}
.centerResult__phone {
  display: table;
  position: relative;
  margin: 15px 0;
  font-weight: 700;
}
.centerResult__phone:before {
  background: url("/dist/images/corporate/icon_phone.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  margin-right: 0.75rem;
  position: relative;
  height: 20px;
  top: 4px;
  width: 20px;
}
.centerResult__label {
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.centerResult__hours {
  display: block;
  margin-bottom: 1rem;
  color: #5a5a5a;
}
.centerResult.covidClose .covidStatus {
  background-color: #dc6f1f;
  border-radius: 5px 10px 10px 5px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  left: -10px;
  padding: 6px 30px;
  position: absolute;
  top: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .centerResult.covidClose .covidStatus {
    padding: 6px 40px;
  }
}
.centerResult:before {
  background-image: url("/dist/images/corporate/icon_map-marker.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  color: #3c889e;
  content: " ";
  font-size: 14px;
  -webkit-filter: hue-rotate(180deg) grayscale(60%);
          filter: hue-rotate(180deg) grayscale(60%);
  height: 20px;
  padding-left: 24px;
  position: absolute;
  top: 17px;
  width: 100%;
}
.centerResult.active, .centerResult:hover, .centerResult:active, .centerResult:focus {
  opacity: 1;
  border: 5px solid #f0bd1b;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.centerResult.active:before, .centerResult:hover:before, .centerResult:active:before, .centerResult:focus:before {
  color: #3c889e;
  content: "View on the map";
  cursor: pointer;
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  font-weight: 700;
}
.centerResult .button {
  border-radius: 5px;
  line-height: 1;
  font-size: 14px;
  margin-right: 0.5rem;
  margin-top: 1rem;
  padding: 10px 15px;
}

body.locations .locations__card {
  width: 100% !important;
}
@media screen and (min-width: 900px) {
  body.locations .locations__card {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
body.locations .card.-simple .card__title {
  font-size: 1.5rem !important;
}
body.locations .card.-simple .card__action .button.-simple {
  font-size: 1.5rem !important;
}
body.locations .card.-simple .card__action .button.-simple:hover {
  color: #54afcb !important;
}

.fac-locations-list-module .fac-locations {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: wrap !important;
      flex-flow: wrap !important;
}
.fac-locations-list-module .fac-location-text-item {
  margin-bottom: 30px !important;
}
.fac-locations-list-module .fac-location-text-item {
  display: inline-block !important;
  width: 300px !important;
  margin-right: 15px !important;
}
.fac-locations-list-module .fac-location-title, .fac-locations-list-module .location-name {
  font-weight: bold !important;
}
.fac-locations-list-module .col-sm-4 {
  width: 100% !important;
}
.fac-locations-list-module .bhc-icon-arrow-forward {
  display: none !important;
}

.nav__primary {
  background-color: #eeeded;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 200;
}
.nav__menu, .nav__action, .nav__group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav__menu {
  background-color: white;
  border-left: 0.5rem solid #eeeded;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 85vw;
  height: 100%;
  z-index: 100;
}
.nav__menu.-active {
  -webkit-box-shadow: 0px 50px 98px rgba(70, 70, 70, 0.2);
          box-shadow: 0px 50px 98px rgba(70, 70, 70, 0.2);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow-y: scroll;
}
.nav__menu.-active + .nav__action {
  opacity: 0.7;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .nav__menu {
    width: 50vw;
  }
}
@media screen and (min-width: 900px) {
  .nav__menu {
    border-left: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: none;
            transform: none;
    position: static;
    width: auto;
  }
}
.nav__menu_meta {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
}
@media screen and (min-width: 900px) {
  .nav__menu_meta {
    display: none;
  }
}
.nav__menu_close {
  background-color: transparent;
  border: 0px;
  color: #f0bd1b;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.5rem;
}
.nav__menu_close:focus {
  background-color: transparent;
  border: none;
}
.nav__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .nav__action {
    margin-left: 2rem;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .nav__action {
    margin-left: 3rem;
  }
}
.nav__item {
  position: relative;
}
@media screen and (min-width: 900px) {
  .nav__item {
    position: static;
  }
}
@media screen and (min-width: 900px) {
  .nav__item.-dropdown {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav__item.-dropdown::after {
  color: #f0bd1b;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin: 0 10px 0 3px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 0.875rem;
  right: 1rem;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .nav__item.-dropdown::after {
    position: static;
    right: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .nav__item.-dropdown::after {
    font-size: unset;
  }
}
.nav__item.-active.-dropdown::after {
  color: #048956;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (min-width: 900px) {
  .nav__item.-active.-dropdown::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    position: relative;
    top: -0.1rem;
  }
}
.nav__link {
  color: #1a475f;
  display: block;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 5px solid #eeeded;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .nav__link {
    border-bottom: none;
    color: #1a475f;
    font-size: 0.9rem;
    padding: 0;
    display: inline-block;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .nav__link {
    font-size: 1rem;
  }
}
.nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .nav__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.nav__dropdown {
  display: none;
  position: relative;
  border-bottom: 10px solid #eeeded;
  left: 0;
  width: 100%;
  padding: 2rem 0;
  z-index: 200;
}
@media screen and (min-width: 900px) {
  .nav__dropdown {
    background-color: #0f2937;
    border-bottom: none;
    padding: 2rem 0 3rem;
    position: absolute;
    top: 4.6rem;
  }
}
@media screen and (min-width: 900px) and (-ms-high-contrast: active), screen and (min-width: 900px) and (-ms-high-contrast: none) {
  .nav__dropdown {
    top: 205px;
  }
}
.nav__dropdown_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 330px) {
  .nav__dropdown_wrapper {
    padding-left: 1.50000375rem;
    padding-right: 1.50000375rem;
  }
}
@media screen and (min-width: 767px) {
  .nav__dropdown_wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.nav__dropdown_item_wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 0rem;
}
@media screen and (min-width: 900px) {
  .nav__dropdown_item_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
  }
}
.nav__dropdown_link {
  color: #1a475f;
  font-size: 1.1rem;
}
@media screen and (min-width: 900px) {
  .nav__dropdown_link {
    color: white;
    font-size: 1.25rem;
  }
}
.nav__dropdown_link::after {
  background-color: #f0bd1b;
  content: "";
  display: block;
  height: 2px;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s ease;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.nav__dropdown_link:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s ease;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s ease;
}
.nav__dropdown_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f0bd1b;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.nav__dropdown_title i {
  color: #3c889e;
  font-size: 1.2rem;
  margin-left: 5px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.nav__dropdown_title:hover {
  color: white;
}
.nav__dropdown_title:hover i {
  color: #54afcb;
}
@media screen and (min-width: 900px) {
  .nav__dropdown_title {
    font-size: 2rem;
  }
}
.nav__group {
  display: block;
}
@media screen and (min-width: 900px) {
  .nav__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav__group .nav__dropdown_link {
  display: block;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .nav__group .nav__dropdown_link {
    display: inline-block;
    margin-right: 3rem;
    margin-top: 0;
  }
}

.nav-shared .nav-search-input::-webkit-input-placeholder {
  color: #f0bd1b !important;
}

.nav-shared .nav-search-input::-moz-placeholder {
  color: #f0bd1b !important;
}

.nav-shared .nav-search-input::-ms-input-placeholder {
  color: #f0bd1b !important;
}

.nav-shared .nav-search-input::placeholder {
  color: #f0bd1b !important;
}

.offerings {
  margin-top: 2rem;
}
.offerings__small {
  max-width: 30rem;
  margin: 0 auto;
  text-align: center;
}
.offerings__text {
  font-size: 1.1rem;
}
.offerings .layer__action {
  text-align: center;
  margin: 1.5rem auto 0 auto;
}

.photoGrid {
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .photoGrid {
    margin-bottom: 0;
  }
}
.photoGrid__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .photoGrid__top .photoGrid__image:first-child {
    -ms-flex-preferred-size: 40rem;
        flex-basis: 40rem;
  }
}
.photoGrid__image {
  margin-right: 2rem;
}
.photoGrid__image:only-child, .photoGrid__image:last-child {
  margin-right: 0;
}
.photoGrid__image img {
  height: 215px;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photoGrid__bottom .photoGrid__image img {
  display: none;
  height: 300px;
}
@media screen and (min-width: 767px) {
  .photoGrid__bottom .photoGrid__image img {
    display: block;
  }
}

.placeholder {
  border: #dddddd 2px dashed;
  border-radius: 25px;
  padding: 3em 5em 4em 5em;
}
.placeholder .layer__text {
  font-size: 1.2rem;
}
@media screen and (min-width: 767px) {
  .placeholder {
    padding: 3em 5em 4em 5em;
  }
  .placeholder .layer__text {
    font-size: 1.3rem;
  }
}

.sectionWithText {
  position: relative;
}
@media screen and (min-width: 767px) {
  .sectionWithText {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sectionWithText__content {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (min-width: 767px) {
  .sectionWithText__content {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    padding-right: 2rem;
    padding-top: 1rem;
  }
  .sectionWithText__content .quote {
    width: 100%;
  }
  .sectionWithText__content .quote__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .sectionWithText__content {
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
.sectionWithText .card__content {
  font-size: 18px;
}
.sectionWithText .card__content ul,
.sectionWithText .card__content ol {
  list-style: disc;
  padding-left: 16px;
  margin: 16px auto;
}
.sectionWithText .card__content li {
  margin-bottom: 12px;
}
.sectionWithText__image {
  margin-bottom: 0 !important;
}
.sectionWithText__image.-pushDown {
  margin-top: 2rem;
}
@media screen and (min-width: 767px) {
  .sectionWithText__image.-pushDown {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 767px) {
  .sectionWithText__image {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .sectionWithText__image {
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 767px) {
  .sectionWithText__statPromo {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .sectionWithText__statPromo {
    width: 55%;
  }
}
@media screen and (min-width: 767px) {
  .sectionWithText__form {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .sectionWithText__form {
    width: 70%;
  }
}
.sectionWithText__form .form__label {
  color: white;
}
.sectionWithText.-form {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sectionWithText.-form .layer__headline {
  font-weight: 700;
}
.sectionWithText.-form .sectionWithText__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sectionWithText.-form .sectionWithText__image {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-top: auto;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .sectionWithText.-form .sectionWithText__image {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .sectionWithText.-form .sectionWithText__content {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .sectionWithText.-form .sectionWithText__content + .sectionWithText__form {
    margin-left: 4rem;
  }
}
.sectionWithText.-narrow .layer__headline {
  color: #3c889e;
}
@media screen and (min-width: 767px) {
  .sectionWithText.-narrow {
    background-color: white;
    padding: 2rem;
  }
}
.sectionWithText.-narrow .sectionWithText__content {
  background-color: white;
  padding: 2rem;
}
@media screen and (min-width: 767px) {
  .sectionWithText.-narrow .sectionWithText__content {
    background-color: transparent;
    padding: 0;
  }
}
.sectionWithText.-narrow .sectionWithText__content .layer__text,
.sectionWithText.-narrow .sectionWithText__content .layer__headline {
  text-align: left;
}
.sectionWithText.-narrow .sectionWithText__content .layer__headline {
  font-size: 1.75rem;
}
@media screen and (min-width: 767px) {
  .sectionWithText.-narrow .sectionWithText__content .layer__headline {
    font-size: 2.25rem;
  }
}
.sectionWithText.-narrow .sectionWithText__content .layer__text {
  font-size: 1rem;
}
@media screen and (min-width: 767px) {
  .sectionWithText.-narrow .sectionWithText__content .layer__text {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 767px) {
  .sectionWithText.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .sectionWithText.-reverse .sectionWithText__image {
    margin-bottom: 0;
  }
  .sectionWithText.-reverse .sectionWithText__content {
    padding-left: 2rem;
    padding-right: 0;
    padding-top: 1rem;
  }
}
.sectionWithText .layer__headline,
.sectionWithText .layer__subheadline,
.sectionWithText .layer__text,
.sectionWithText .layer__action {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .sectionWithText .layer__headline,
.sectionWithText .layer__subheadline,
.sectionWithText .layer__text,
.sectionWithText .layer__action {
    text-align: left;
  }
}
.sectionWithText .layer__subheadline {
  color: #1a475f;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
}
.sectionWithText.-mobileReverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: -2rem;
}
@media screen and (min-width: 767px) {
  .sectionWithText.-mobileReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}
.sectionWithText.-mobileReverse.-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
@media screen and (min-width: 767px) {
  .sectionWithText.-mobileReverse.-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
.sectionWithText.-pullUp {
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .sectionWithText.-pullUp {
    margin-top: -8rem;
  }
}
.sectionWithText.-alignTop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sectionWithText.-alignTop .sectionWithText__content {
  padding: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.splide__list {
  margin: 0;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.splide__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide,
.splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #f0bd1b;
  width: 60px;
  height: 45px;
  border-radius: 7px;
  opacity: 1;
}
.splide__arrow svg {
  fill: #1a475f;
  width: 1.75rem;
  height: 1.75rem;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ccc;
  border-radius: 2px;
  margin: 15px 7px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  border: 3px dotted transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  opacity: 0.7;
}

.splide__pagination__page.is-active,
.splide__pagination__page.active {
  background: #464646;
  border: 3px solid transparent;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  border: 3px solid #464646;
  color: #ccc;
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.vlcCarousel.carousel .carousel-indicators .active {
  width: 15px !important;
  height: 15px !important;
  margin: 15px 7px !important;
}
.vlcCarousel.carousel .carousel-inner {
  width: 100%;
  margin-right: 30px;
}
.vlcCarousel.carousel .splide__arrow:focus {
  background: #f0bd1b !important;
  border: 3px solid #1a475f;
}

.subNav {
  background: #0e2633;
  background: #123242;
  margin: 0;
  padding: 15px 0;
  display: none;
}
@media screen and (min-width: 767px) {
  .subNav {
    display: block;
    padding: 15px;
  }
}
.subNav__menu {
  list-style: none;
  width: 100%;
  padding: 0;
}
.subNav__item {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .subNav__item {
    font-size: 13px;
    padding-right: 15px;
    padding-right: 30px;
    padding-bottom: 0;
  }
}
.subNav__link {
  color: #f0bd1b;
}
.subNav__link:hover {
  color: #54afcb;
}

.ootb-tabcordion {
  -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
  margin: auto;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--tabs {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry {
  min-height: 0;
  background-color: white;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry::before {
  display: none;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  visibility: visible;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry .ootb-tabcordion--entry-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}
@media screen and (min-width: 767px) {
  .ootb-tabcordion.has-tabs .ootb-tabcordion--entry .ootb-tabcordion--entry-content {
    padding: 30px 60px;
  }
}

.ootb-tabcordion--tabs {
  opacity: 0;
  height: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 0 0 60px;
  list-style: none;
  padding: 0;
}
.ootb-tabcordion--tabs .tab {
  background-color: #e6f3f7;
  border-radius: 5px 5px 0 0;
  color: #1a475f;
  line-height: 1;
  text-align: left;
  display: block;
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px 0 0;
  border: none;
  cursor: pointer;
}
.ootb-tabcordion--tabs .tab:hover, .ootb-tabcordion--tabs .tab:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ootb-tabcordion--tabs .tab:focus-visible {
  text-decoration: underline;
  outline: 3px solid #f0bd1b !important;
}
.ootb-tabcordion--tabs .tab.is-active {
  background: white;
}
.ootb-tabcordion--tabs .tab.is-active:hover, .ootb-tabcordion--tabs .tab.is-active:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ootb-tabcordion--entry {
  overflow: hidden;
  border: 1px solid #102e3d;
  border-left: 15px solid #102e3d;
  border-right: 15px solid #102e3d;
  border-radius: 5px;
}
.ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
  margin-top: 0;
  height: auto;
  opacity: 1;
  -webkit-transition: margin 300ms ease-out -100ms;
  transition: margin 300ms ease-out -100ms;
}
.ootb-tabcordion--entry.is-active::before {
  background: #e6f3f7;
  color: #0e2633 !important;
  border-radius: 5px 5px 0 0;
}
.ootb-tabcordion--entry.is-active:hover::before, .ootb-tabcordion--entry.is-active:focus::before {
  background: #e6f3f7;
}
.ootb-tabcordion--entry::before {
  background: #e6f3f7;
  border-radius: 5px;
  color: #1a475f;
  content: attr(data-title);
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.ootb-tabcordion--entry:hover, .ootb-tabcordion--entry:focus {
  outline: none;
}
.ootb-tabcordion--entry:hover::before, .ootb-tabcordion--entry:focus::before {
  background: #1a475f;
  color: white;
}
@media (min-width: 1455px) {
  .ootb-tabcordion--entry {
    border: none !important;
    border-radius: 0;
  }
}

.ootb-tabcordion--entry-container {
  background-color: white;
  overflow: hidden;
  margin-bottom: 1px;
}

.ootb-tabcordion--entry-content {
  background-color: white;
  position: relative;
  margin-top: -100%;
  height: 0;
  opacity: 0;
  -webkit-transition: margin 500ms ease-in;
  transition: margin 500ms ease-in;
}

.textBlock p {
  font-size: 18px;
}
.textBlock.-col2 h3 {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .textBlock.-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .textBlock.-col2 .textBlock__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2rem);
            flex: 0 0 calc(50% - 2rem);
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .textBlock .textBlock__content {
    max-width: calc(50% - 2rem);
  }
}

.imageBlockPromo.-white {
  background: #fafafa !important;
}
.imageBlockPromo .layer__headline {
  font-size: 36px !important;
}
.imageBlockPromo .sectionWithText__content p {
  font-size: 18px !important;
  line-height: 30.6px !important;
  color: #464646;
  margin-bottom: 20px;
}
.imageBlockPromo .sectionWithText__content .button {
  margin-top: 30px !important;
}
.imageBlockPromo ol, .imageBlockPromo ul {
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 0;
}
.imageBlockPromo ol li, .imageBlockPromo ul li {
  margin-bottom: 16px;
  font-size: 18px;
}

.bg-concrete {
  background-color: #f3f3f3;
}

@media (min-width: 768px) {
  .module-padding-md {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.module-padding-md {
  padding-top: 50px;
  padding-bottom: 50px;
}

.feature-module-circle-column-grid .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .feature-module-circle-column-grid .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .feature-module-circle-column-grid .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .feature-module-circle-column-grid .container {
    width: 1200px;
  }
}

.feature-module-circle-column-grid .feature-title-standard {
  text-align: center;
  color: #1a475f;
}

.circle-column .circle-column-img {
  display: block;
  max-width: 282px;
  margin: 0 auto;
  border-radius: 50%;
}

.circle-column:not(:last-child) {
  margin-bottom: 43px;
}

@media (min-width: 768px) {
  .feature-module-circle-column-grid .circle-column {
    padding-bottom: 0;
  }
}
.feature-module-circle-column-grid .circle-column {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .circle-column {
    margin-bottom: 50px;
  }
}
.circle-column {
  text-align: center;
}

.circle-column .column-header {
  font-size: 18px;
  padding: 30px 0 20px;
  font-weight: 700;
  margin: 0;
}

.timeline {
  margin-bottom: 6rem;
}
@media screen and (min-width: 767px) {
  .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 767px) {
  .timeline:nth-child(even) {
    margin-left: 6rem;
  }
}
.timeline:nth-child(even) .timeline__content {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
}
.timeline__image_wrapper {
  position: relative;
}
.timeline__image_wrapper::before {
  background-color: #f0bd1b;
  content: "";
  display: block;
  height: 5px;
  width: 6rem;
  position: absolute;
  right: -1rem;
  bottom: 1rem;
  z-index: 10;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 767px) {
  .timeline__image_wrapper::before {
    right: 0;
    top: -3rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.timeline__image_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .timeline__image_wrapper img {
    height: 241px;
    width: 360px;
  }
}
.timeline__headline {
  background-color: #1a475f;
  color: white;
  line-height: 1.1;
  letter-spacing: 1px;
  font-size: 2.2rem;
  padding: 2rem 2rem;
  margin: 0;
}
.timeline__headline strong {
  display: block;
  font-weight: 800;
}
.timeline__content {
  background-color: #e3e5e6;
  position: relative;
  padding: 2rem;
  line-height: 1.75;
  font-size: 1.1rem;
}
@media screen and (min-width: 767px) {
  .timeline__content {
    -ms-flex-preferred-size: calc(68% - 6rem);
        flex-basis: calc(68% - 6rem);
    padding: 3rem 4rem 2rem 4rem;
    top: 2rem;
    left: -2rem;
  }
}
.timeline__content h4 {
  margin-top: 0;
}

.bioDetail__education {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .bioDetail__education {
    text-align: left;
  }
}
.bioDetail__education_headline {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.bioDetail__education_icon img {
  height: auto;
  margin: 0 auto 2rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 5rem;
}
@media screen and (min-width: 900px) {
  .bioDetail__education_icon {
    margin-right: 1.5rem;
  }
}
.bioDetail__education_icon.-top {
  margin-right: auto;
  margin-left: auto;
}
.bioDetail__education_icon.-top img {
  margin: 0 auto;
  height: 4rem;
  width: auto;
}
.bioDetail__education_school, .bioDetail__education_degree {
  display: block;
}
.bioDetail__education_degree {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .bioDetail__education_degree {
    max-width: 26rem;
  }
}
.bioDetail__education_school {
  font-weight: 700;
}
.bioDetail__education_wrapper {
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .bioDetail__education_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bioDetail__education_wrapper.-reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bioDetail__education_wrapper.-reverse .bioDetail__education_icon img {
  margin: 0 auto 2rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 900px) {
  .bioDetail__education_wrapper.-reverse .bioDetail__education_icon {
    margin-right: 0;
    margin-left: 1.5rem;
  }
}
.bioDetail__lifestyle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 3rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 900px) {
  .bioDetail__lifestyle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.bioDetail__lifestyle_image {
  -ms-flex-preferred-size: calc(50% - 2.5rem);
      flex-basis: calc(50% - 2.5rem);
}
.bioDetail__lifestyle_image img {
  width: 100%;
}
.bioDetail__lifestyle_content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border: 5px solid #f0bd1b;
  position: relative;
  padding: 4rem 2rem 2rem 2rem;
  margin: 0 1rem;
  top: -2rem;
}
@media screen and (min-width: 900px) {
  .bioDetail__lifestyle_content {
    left: -4rem;
    padding: 4rem 4rem 4rem 8rem;
  }
}
.bioDetail__lifestyle_headline {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bioDetail__lifestyle_text {
  font-size: 1.1rem;
  line-height: 1.6;
}
.bioDetail .layer__headline {
  color: #3c889e;
}
.bioDetail__education {
  margin-top: 4rem;
}
.bioDetail .staggered__image::before {
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .bioDetail .staggered__image::before {
    bottom: -185px;
  }
}
.bioDetail.-alt .staggered__content {
  margin-left: 0;
}
@media screen and (min-width: 767px) {
  .bioDetail.-alt .staggered__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.bioDetail.-alt .bioDetail__education {
  margin-top: 0;
  color: white;
}
.bioDetail.-alt .bioDetail__education_headline {
  color: white;
}
.bioDetail.-alt .bioDetail__lifestyle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 0;
}
.bioDetail.-alt .bioDetail__lifestyle_image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  right: auto;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .bioDetail.-alt .bioDetail__lifestyle_image {
    left: -2rem;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .bioDetail.-alt .bioDetail__lifestyle_content {
    left: 1rem;
    margin: 0;
    padding: 4rem;
  }
}
.bioDetail.-alt .staggered__image {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .bioDetail.-alt .staggered__image {
    margin-left: 0;
    width: inherit;
  }
}
.bioDetail.-alt .staggered__image::before {
  right: 0;
  bottom: -92.5px;
  height: 185px;
  width: 90px;
}
@media screen and (min-width: 900px) {
  .bioDetail.-alt .staggered__image::before {
    right: 2rem;
    bottom: -185px;
    height: 185px;
    width: 118px;
  }
}
.bioDetail.-alt .staggered__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.bioPersonal {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .bioPersonal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
}
.bioPersonal__text {
  font-size: 1.1rem;
  line-height: 1.7;
}
@media screen and (min-width: 767px) {
  .bioPersonal__quote {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media screen and (min-width: 767px) {
  .bioPersonal__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.centerLocator__map {
  height: 360px;
}
@media screen and (min-width: 1024px) {
  .centerLocator__map {
    height: 540px;
  }
}
.centerLocator__map iframe {
  height: 100%;
  width: 100%;
}
.centerLocator__results {
  background-color: #1a475f;
}
.centerLocator__sidebar {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 30px;
  background-color: rgba(84, 175, 203, 0.2);
}
@media screen and (min-width: 767px) {
  .centerLocator__sidebar {
    padding: 30px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .centerLocator__sidebar {
    position: static;
    margin: 0;
    padding: 30px;
    min-width: 285px;
  }
}
.centerLocator__filters {
  background-color: transparent;
  color: white;
  padding: 0;
}
.centerLocator__filters .input__label {
  color: #92d9e7;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 12px;
}
.centerLocator__filters .checkbox__label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.centerLocator__filters input {
  background-color: transparent;
  border: 2px solid #92d9e7;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 5px 5px rgba(26, 71, 95, 0.85);
          box-shadow: inset 0px 5px 5px rgba(26, 71, 95, 0.85);
  color: white;
  padding: 15px 0 15px 15px;
  font-size: 18px;
  font-weight: 400;
}
.centerLocator__filters input[type=checkbox] {
  background-color: transparent;
  border-color: #54afcb;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 0.5em;
}
.centerLocator__filters input[type=text]::-webkit-input-placeholder {
  color: white;
}
.centerLocator__filters input[type=text]::-moz-placeholder {
  color: white;
}
.centerLocator__filters input[type=text]::-ms-input-placeholder {
  color: white;
}
.centerLocator__filters input[type=text]::placeholder {
  color: white;
}
.centerLocator__filters .text,
.centerLocator__filters .select,
.centerLocator__filters .textarea,
.centerLocator__filters .checkboxes,
.centerLocator__filters .radios,
.centerLocator__filters .action {
  margin-bottom: 2rem;
}
.centerLocator .styledSelect {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%2392d9e7%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-size: 15px;
  background-position-x: 95%;
  border-radius: 4px;
  border: 2px solid #92d9e7;
  -webkit-box-shadow: 0 5px 5px rgba(26, 71, 95, 0.85);
          box-shadow: 0 5px 5px rgba(26, 71, 95, 0.85);
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.centerLocator .styledSelect option {
  background-color: #1a475f;
  color: white;
}
.centerLocator__sidebarHeading {
  color: white;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  margin: 25px 0;
}
@media screen and (min-width: 1024px) {
  .centerLocator__sidebarHeading {
    margin: 25px 0 50px;
  }
}
.centerLocator .checkboxes__heading {
  color: #92d9e7;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.centerLocator .smallHeading {
  display: none;
}
@media screen and (min-width: 1024px) {
  .centerLocator .smallHeading {
    display: block;
    margin: 50px 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .centerLocator__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .centerLocator__sidebar {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .centerLocator__list {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}

.centerLocator__advancedFilters {
  display: none;
}
@media screen and (min-width: 1024px) {
  .centerLocator__advancedFilters {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  #toggleAdvancedFilters,
.toggleAdvancedFilters {
    display: none;
  }
}

#toggleAdvancedFilters:checked ~ .centerLocator__advancedFilters {
  display: block;
}

.mapTooltip {
  color: #5a5a5a;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 480px) {
  .mapTooltip {
    padding: 10px 18px 10px;
  }
}
@media (max-width: 540px) {
  .mapTooltip {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .mapTooltip {
    font-size: 15px;
  }
}
.mapTooltip__column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mapTooltip__headline {
  color: #1a475f;
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 1rem 2rem 0;
}
@media (max-width: 540px) {
  .mapTooltip__headline {
    font-size: 1.2rem;
    margin: 1.5rem 0 0;
  }
}
@media (max-width: 540px) {
  .mapTooltip__contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mapTooltip__directions, .mapTooltip__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}
@media (max-width: 540px) {
  .mapTooltip__directions, .mapTooltip__contact-info {
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 580px) {
  .mapTooltip__directions, .mapTooltip__contact-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mapTooltip__directions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 540px) {
  .mapTooltip__directions {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    min-height: 80px;
    padding-bottom: 0;
  }
}
.mapTooltip__address {
  display: inline-block;
  margin-right: 1em;
  min-width: 225px;
  font-weight: 500;
}
@media (max-width: 540px) {
  .mapTooltip__address {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .mapTooltip__address {
    display: block;
  }
}
.mapTooltip__phone, .mapTooltip__hours {
  display: block;
  font-weight: 700;
  letter-spacing: 0.025rem;
  margin-bottom: 1em;
  min-width: 150px;
}
.mapTooltip__phone {
  color: #1a475f;
}
.mapTooltip__hours {
  color: #5a5a5a;
}
.mapTooltip__tags {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.mapTooltip__tags li::before {
  display: none;
}
@media (max-width: 540px) {
  .mapTooltip__tags {
    display: none;
  }
}
.mapTooltip__tag {
  background-color: #eeeded;
  border-radius: 35px;
  color: #1a475f;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 15px;
}
.mapTooltip .button {
  border-radius: 5px;
  font-size: 14px;
  line-height: 0;
  white-space: nowrap;
  padding: 15px;
  text-align: center;
}
.mapTooltip .null {
  display: none;
}

button.gm-ui-hover-effect {
  top: 5px !important;
  right: 15px !important;
}
button.gm-ui-hover-effect img {
  width: 20px !important;
  height: 20px !important;
}

@media (max-width: 540px) {
  .gm-style-iw-d,
.gm-style-iw-c {
    min-height: 300px !important;
    max-width: 260px !important;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .gm-style-iw-d,
.gm-style-iw-c {
    min-height: 260px !important;
    max-width: 500px !important;
  }
}

.gm-style-iw-c {
  -webkit-box-shadow: 0 2px 12px 6px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 2px 12px 6px rgba(0, 0, 0, 0.2) !important;
}

.pac-container.pac-logo {
  min-width: 300px;
}

#panel {
  height: 100%;
  width: 300px;
  background-color: white;
  position: fixed;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.miniLocator__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 545px) {
  .miniLocator__form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.miniLocator__container {
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .miniLocator__container {
    width: 100%;
    padding-top: 15px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.miniLocator__zipCodeInput {
  background-color: transparent !important;
  border: 2px solid #92d9e7 !important;
  border-radius: 5px !important;
  -webkit-box-shadow: inset 0px 5px 5px rgba(26, 71, 95, 0.85) !important;
  box-shadow: inset 0px 5px 5px rgba(26, 71, 95, 0.85) !important;
  color: white !important;
  padding: 15px 0 15px 15px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  height: 44px;
  font-size: 28px;
}
.miniLocator__zipCodeLabel {
  color: white;
  font-size: 28px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.miniLocator__map {
  width: 37%;
  float: left;
  margin-top: 10px;
  height: 900px;
  max-height: 100vw;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 1200px) {
  .miniLocator__map {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.miniLocator__formOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 430px) {
  .miniLocator__formOptions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.miniLocator__formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (max-width: 430px) {
  .miniLocator__formGroup {
    padding-bottom: 10px;
  }
}
.miniLocator__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .miniContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .centerResults.mini {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#distanceOptions {
  color: white;
  max-width: 120px;
  height: 44px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%2392d9e7%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-color: transparent;
  background-size: 15px;
  background-position-x: 95%;
  border-radius: 4px;
  border: 2px solid #92d9e7;
  -webkit-box-shadow: 0 5px 5px rgba(26, 71, 95, 0.85);
  box-shadow: 0 5px 5px rgba(26, 71, 95, 0.85);
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 430px) {
  #distanceOptions {
    max-width: none;
  }
}

#distanceOptions > option {
  background-color: #1a475f;
  color: white;
}

#location {
  font-size: 1.6rem;
  color: white;
}

::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: white;
  opacity: 1;
}

::-moz-placeholder {
  font-size: 1.6rem;
  color: white;
  opacity: 1;
}

::-ms-input-placeholder {
  font-size: 1.6rem;
  color: white;
  opacity: 1;
}

::placeholder {
  font-size: 1.6rem;
  color: white;
  opacity: 1;
}

#checkForCentersButton {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  width: 30%;
  height: 44px;
}
@media (max-width: 430px) {
  #checkForCentersButton {
    width: 100%;
    margin-left: 0;
  }
}

#zipCode {
  font-size: 2rem;
}

#enlargeMap {
  position: relative;
  z-index: 10;
}

#miniLocDistanceOptions {
  max-width: 120px;
}

.largeMap {
  width: 55%;
}

@media (max-width: 1200px) {
  #customCta.button.miniLocator__customCta {
    margin: 0;
  }
}

.centerResult.infoWindows {
  height: 200px;
}
@media (max-width: 1480px) {
  .centerResult.infoWindows {
    height: 235px;
  }
}

@media (max-width: 1200px) {
  div.centerResults.mini {
    width: 98%;
  }
}

@media (max-width: 1200px) {
  div#viewMore.viewMore {
    width: 98%;
  }
}

.buttonToggle.mini {
  top: -920px;
  left: 65%;
}
@media (max-width: 1200px) {
  .buttonToggle.mini {
    display: none;
  }
}

#miniLocator__distanceInput {
  margin-left: 15px;
  max-width: 120px;
}
@media (max-width: 430px) {
  #miniLocator__distanceInput {
    max-width: none;
    width: 100%;
  }
}

.miniContent.truncate__content {
  max-height: 600px;
}
.miniContent.truncate__content .centerResults.mini {
  max-height: 600px;
}
.miniContent.truncate__content .truncate__map {
  height: 500px;
}
@media (max-width: 1200px) {
  .miniContent.truncate__content .truncate__map {
    height: 700px;
  }
}
.miniContent.truncate__content .truncate__map .buttonToggle.mini {
  top: -520px;
}

/*.truncate {
    &__content {
        height: 600px !important;
    }

    &__map {
        height: 500px !important;

        @media (max-width: 1200px) {
            height: 700px !important;
        }

        .buttonToggle.mini {
            top: -520px;
        }
    }
}*/
@media (max-width: 380px) {
  label.input__label {
    font-size: 0.9rem;
  }
}

.miniLocator__labels > label {
  color: #92d9e7;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 12px;
}

input#location::-webkit-input-placeholder {
  color: white !important;
}

input#location::-moz-placeholder {
  color: white !important;
}

input#location::-ms-input-placeholder {
  color: white !important;
}

input#location::placeholder {
  color: white !important;
}

.section__bulletPoints {
  padding: 60px 0;
}
.section__bulletPoints .heading {
  margin-bottom: 30px;
  color: #1a475f;
  font-size: 36px;
  text-transform: none;
}
.section__bulletPoints .heading.-bold {
  font-weight: 900;
}
@media screen and (min-width: 767px) {
  .section__bulletPoints .heading {
    margin-right: 30%;
  }
}
.section__bulletPoints .subHeading {
  color: #3c889e;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-bottom: 45px;
}
@media screen and (min-width: 767px) {
  .section__bulletPoints .-flexEnd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section__bulletPoints img.-bbBlue {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 15px solid #54afcb;
  -o-border-image: linear-gradient(90deg, transparent 20%, #54afcb 20%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(20%, transparent), color-stop(20%, #54afcb)) 1;
     border-image: linear-gradient(90deg, transparent 20%, #54afcb 20%) 1;
}
@media screen and (min-width: 767px) {
  .section__bulletPoints img.-bbBlue {
    margin-bottom: 0;
    position: relative;
    top: 25px;
  }
}
.section__bulletPoints.-blue {
  background-color: #eef5fa;
}

.checkList__description {
  color: #464646;
  margin-bottom: 45px;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .checkList__description {
    margin-right: 20%;
  }
}
.checkList__listItem {
  display: inline-block;
  vertical-align: top;
  color: #464646;
  background-image: url("/dist/images/corporate/icon_checkmark.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .checkList__listItem {
    width: 45%;
    margin: 0 4% 30px 0;
  }
}
.checkList__subHeading {
  color: #1a475f;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}
.checkList.-semiCircle .checkList__listItem {
  background-image: url("/dist/images/corporate/icon_semicircle.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 5px 0;
}
@media screen and (min-width: 1024px) {
  .checkList.-semiCircle .checkList__listItem {
    width: 30%;
    margin: 0 3% 30px 0;
  }
}

.edwSplf {
  /*	background-image: url('/dist/images/dev/edwlanding.jpg');
  	background-position: top center;*/
}
.edwSplf .container {
  padding: 0;
}
@media (max-width: 767px) {
  .edwSplf .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.edwSplf__content {
  padding: 0px;
  padding-left: 15px;
}
.edwSplf__content .logo {
  margin-top: 35px;
}
.edwSplf__content .logo img {
  max-width: 275px;
  height: auto;
}
@media (max-width: 991px) {
  .edwSplf__content .logo img {
    max-width: 150px;
  }
}
.edwSplf__content .welcome {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .edwSplf__content .welcome {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .edwSplf__content .welcome {
    margin-top: 25px;
  }
}
.edwSplf__content .welcome h1 {
  text-transform: inherit;
  font-weight: bold;
  color: #048956;
  font-family: Muli;
  font-size: 56px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.56px;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .edwSplf__content .welcome h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .edwSplf__content .welcome h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .edwSplf__content .welcome h1 br {
    display: none;
  }
}
.edwSplf__content .welcome p {
  margin-top: 50px;
  color: #464646;
  font-family: Muli;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.72px;
  line-height: 36px;
  max-width: 480px;
}
@media (max-width: 1199px) {
  .edwSplf__content .welcome p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .edwSplf__content .welcome p {
    max-width: none;
    margin: 30px 0 30px;
  }
}
.edwSplf__calendar {
  padding: 0px;
  overflow: hidden;
  height: auto;
  min-height: calc(100vh - 127px);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  background: #1a475f;
}
.edwSplf__calendar h2 {
  text-transform: inherit;
  height: 108px;
  color: #eef5fa;
  font-family: Muli;
  font-size: 36px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.36px;
  line-height: 40px;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .edwSplf__calendar h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .edwSplf__calendar h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
    height: auto;
  }
}
.edwSplf__calendar ul {
  padding: 0;
}
.edwSplf__calendar ul:hover li {
  background: #3c889e;
}
.edwSplf__calendar ul:hover li span {
  color: #eee;
}
.edwSplf__calendar li {
  background-color: #f0bd1b;
  padding: 16px 0 17px 28px;
  width: 100%;
  height: 58px;
  border-radius: 4px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
@media (max-width: 1199px) {
  .edwSplf__calendar li {
    height: auto;
    overflow: auto;
    padding: 16px 17px 17px 28px;
  }
}
.edwSplf__calendar li:hover {
  background: #f0bd1b !important;
}
.edwSplf__calendar li:hover span {
  color: #1a475f !important;
}
.edwSplf__calendar li span {
  color: #1a475f;
  font-family: Muli;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2px;
  line-height: 24px;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
@media (max-width: 1199px) {
  .edwSplf__calendar li span {
    font-size: 14px;
  }
}
.edwSplf__calendar li span.date {
  position: relative;
  float: left;
}
.edwSplf__calendar li span.time {
  padding-right: 52px;
  position: relative;
  float: right;
}
@media (max-width: 1199px) {
  .edwSplf__calendar li span.time {
    padding-right: 0;
  }
}
.edwSplf__calendar .alternate p {
  color: white;
  font-family: Muli;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 1199px) {
  .edwSplf__calendar .alternate p {
    font-size: 16px;
  }
}
.edwSplf__calendar .alternate a {
  color: white;
  font-family: Muli;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: 30px;
  text-align: left;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: #f0bd1b 2px solid;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
@media (max-width: 1199px) {
  .edwSplf__calendar .alternate a {
    font-size: 16px;
  }
}
.edwSplf__calendar .alternate a:hover {
  padding-bottom: 6px;
  margin-bottom: 0;
  color: lightblue;
}
.edwSplf__calendar .alternate div {
  width: 100%;
  float: left;
}
.edwSplf__calendar .alternate .alternate-lead {
  margin-top: 60px;
}
.edwSplf__calendar .alternate .alternate-calendar:before {
  content: "";
  display: block;
  height: 23px;
  width: 20px;
  float: left;
  margin: 6px 6px 0 0;
  background-image: url("/dist/images/corporate/icon-calendar.png");
  background-position: top left;
  background-repeat: no-repeat;
}
.edwSplf__calendar .appointments.-hidden {
  display: none;
}
.edwSplf__calendar .calendar {
  background: white;
  padding: 20px;
  padding-top: 30px;
  border-radius: 10px;
  height: auto !important;
}
.edwSplf__calendar .calendar .closeButton {
  position: relative;
  z-index: 10000;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #f0bd1b;
  float: right;
  margin-top: -55px;
  margin-right: -30px;
  cursor: pointer;
  -webkit-transition: background ease 500ms;
  transition: background ease 500ms;
}
.edwSplf__calendar .calendar .closeButton .fas {
  padding-top: 11px;
  padding-left: 15px;
  color: #1a475f;
  font-size: 22px;
  -webkit-transition: color ease 500ms;
  transition: color ease 500ms;
}
.edwSplf__calendar .calendar .closeButton:hover {
  background-color: #3c889e;
}
.edwSplf__calendar .calendar .closeButton:hover .fas {
  color: #ffffff;
}
.edwSplf__calendar .calendar .cal1 {
  padding-bottom: 30px;
}
.edwSplf__calendar .calendar .clndr .clndr-controls {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.edwSplf__calendar .calendar .clndr .clndr-controls .month {
  float: left;
  width: 60%;
  text-align: center;
  color: #3a4d5d;
  font-size: 20px;
}
.edwSplf__calendar .calendar .clndr .clndr-controls .clndr-control-button {
  float: left;
  width: 20%;
  -webkit-transform: scale(1, 1.75);
  transform: scale(1, 1.75);
  font-weight: 300;
  color: #444;
  cursor: pointer;
}
.edwSplf__calendar .calendar .clndr .clndr-controls .clndr-control-button span {
  padding: 0 10px 2px;
}
.edwSplf__calendar .calendar .clndr .clndr-controls .clndr-control-button.rightalign {
  text-align: right;
  width: 20%;
}
.edwSplf__calendar .calendar .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  background: #ddd;
}
.edwSplf__calendar .calendar .clndr .clndr-controls .clndr-control-button.inactive {
  opacity: 0.5;
}
.edwSplf__calendar .calendar .clndr .clndr-controls .clndr-control-button.inactive:hover {
  background: none;
  cursor: default;
}
.edwSplf__calendar .calendar .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  background: #ddd;
}
.edwSplf__calendar .calendar .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
  opacity: 0.5;
}
.edwSplf__calendar .calendar .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  background: none;
  cursor: default;
}
.edwSplf__calendar .calendar .clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 1200px) {
  .edwSplf__calendar .calendar .clndr .clndr-table {
    margin-bottom: 30px;
  }
}
.edwSplf__calendar .calendar .clndr .clndr-table .header-days {
  height: 30px;
  font-size: 17px;
}
.edwSplf__calendar .calendar .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  color: #000000;
  font-weight: normal;
}
.edwSplf__calendar .calendar .clndr .clndr-table tr {
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px !important;
}
.edwSplf__calendar .calendar .clndr .clndr-table tr td {
  vertical-align: top;
}
.edwSplf__calendar .calendar .clndr .clndr-table tr .day {
  padding: 5px;
  width: 100%;
  height: inherit;
}
.edwSplf__calendar .calendar .clndr .clndr-table tr .empty,
.edwSplf__calendar .calendar .clndr .clndr-table tr .adjacent-month,
.edwSplf__calendar .calendar .clndr .clndr-table tr .past,
.edwSplf__calendar .calendar .clndr .clndr-table tr .day {
  color: #666;
}
.edwSplf__calendar .calendar .clndr .event .day-contents {
  background: #f9fdfb;
  border: 1px solid #0b874b;
  border-radius: 8px;
  color: #008648;
  font-weight: normal;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.edwSplf__calendar .calendar .clndr .event .day-contents.active, .edwSplf__calendar .calendar .clndr .event .day-contents:hover {
  background: #008648;
  border-radius: 8px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
}
.edwSplf__calendar .calendar .clndr .today .day-contents {
  background: #f1f1f1;
  border-radius: 8px;
  color: #000;
  border: none;
}
.edwSplf__calendar .calendar .clndr .clndr-table tr .day .day-contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 4px 2px 4px;
  font-size: 17px;
  text-align: center;
}
@media (max-width: 450px) {
  .edwSplf__calendar .calendar .clndr .clndr-table tr .day .day-contents {
    font-size: 14px;
  }
}
.edwSplf__calendar .calendar .appt-instructions {
  visibility: hidden;
  opacity: 0;
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  padding: 30px;
  font-size: 16px;
  color: #333333;
  font-weight: 100;
  line-height: 30px;
  margin-top: 30px;
}
.edwSplf__calendar .calendar .appt-instructions span {
  background: #f9fdfb;
  border: 1px solid #0b874b;
  border-radius: 8px;
  color: #008648;
  padding: 6px;
  font-weight: normal;
}
.edwSplf__calendar .calendar .appt-select {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border: 2px solid #0b874b;
  border-radius: 7px;
  padding: 30px;
  height: auto;
  font-weight: 100;
}
@media (max-width: 767px) {
  .edwSplf__calendar .calendar .appt-select {
    display: none;
  }
}
.edwSplf__calendar .calendar .appt-select #chosenDay {
  font-weight: normal;
}
.edwSplf__calendar .calendar .appt-select p {
  margin-bottom: 15px;
}
.edwSplf__calendar .calendar .appt-select ul {
  margin-top: 20px;
}
.edwSplf__calendar .calendar .appt-select label {
  list-style: none;
  border: 2px solid #b5dbc9;
  margin-bottom: 5px;
  background: #f9fdfb;
  border-radius: 7px !important;
  padding: 5px 15px !important;
  color: #0b874b !important;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  min-width: 100%;
  text-align: center !important;
  font-size: 16px;
  font-weight: 600;
}
.edwSplf__calendar .calendar .appt-select label:hover, .edwSplf__calendar .calendar .appt-select label.active {
  border: 2px solid #0b874b;
  background: #0b874b;
  color: #ffffff !important;
  cursor: pointer;
}
.edwSplf__calendar .calendar .appt-select label input[type=radio] {
  visibility: hidden;
}
.edwSplf__calendar .calendar .show {
  visibility: visible;
  opacity: 1;
  display: block;
}
.edwSplf__calendar .calendar.-hidden {
  display: none;
}
.edwSplf__calendar .calendar #scheduleTimeError {
  position: relative;
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  padding: 0;
}
.edwSplf__calendar .calendar #scheduleTimeError li {
  cursor: none;
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  background-color: rgba(255, 123, 125, 0.25);
  color: red;
}
.edwSplf__calendar .calendar #scheduleTimeError li:hover {
  background-color: transparent !important;
}
.edwSplf__calendar .confirmationModal {
  background: rgba(26, 71, 95, 0.95);
  width: 100%;
  max-width: 500px;
  min-height: 99vh;
  position: fixed;
  top: 0;
  margin-left: -30px;
  -webkit-transition: opacity ease 500ms;
  transition: opacity ease 500ms;
  z-index: 1;
}
@media (max-width: 1199px) {
  .edwSplf__calendar .confirmationModal {
    max-width: 404px;
  }
}
@media (max-width: 991px) {
  .edwSplf__calendar .confirmationModal {
    max-width: 751px;
    width: 99%;
  }
}
@media (max-width: 767px) {
  .edwSplf__calendar .confirmationModal {
    margin-left: -45px;
  }
}
.edwSplf__calendar .confirmationModal .confirmation {
  margin: 100px auto 0;
  padding: 42px 0 5px 0;
  border-radius: 7px;
  background: #ffffff;
  width: 100%;
  max-width: 324px;
  text-align: center !important;
}
.edwSplf__calendar .confirmationModal .confirmation .closeButton {
  position: relative;
  z-index: 10000;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #f0bd1b;
  float: right;
  margin-top: -65px;
  margin-right: -20px;
  cursor: pointer;
  -webkit-transition: background ease 500ms;
  transition: background ease 500ms;
}
.edwSplf__calendar .confirmationModal .confirmation .closeButton .fas {
  padding-top: 11px;
  color: #1a475f;
  font-size: 22px;
  -webkit-transition: color ease 500ms;
  transition: color ease 500ms;
}
.edwSplf__calendar .confirmationModal .confirmation .closeButton:hover {
  background-color: #3c889e;
}
.edwSplf__calendar .confirmationModal .confirmation .closeButton:hover .fas {
  color: #ffffff;
}
@media (max-width: 767px) {
  .edwSplf__calendar .confirmationModal .confirmation .btn-large {
    width: auto !important;
  }
}
.edwSplf__calendar .confirmationModal .confirmation img {
  margin: 0 auto 0;
  text-align: center;
}
.edwSplf__calendar .confirmationModal .confirmation p {
  width: 100%;
  max-width: 264px;
  margin: 20px auto 20px;
  color: #1a475f;
  font-family: Muli;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-align: center;
}
.edwSplf__calendar .confirmationModal .confirmation p.legal {
  color: #444444;
  font-size: 12px;
  line-height: 16px;
}
.edwSplf__calendar .confirmationModal.-hidden {
  display: none;
  opacity: 0;
}
.edwSplf.thank-you {
  margin-bottom: -6px;
  background-color: #f1fffb;
}
@media (max-width: 1199px) {
  .edwSplf.thank-you .edwSplf__content {
    padding-right: 30px;
  }
}
.edwSplf.thank-you .edwSplf__calendar {
  background-color: #048956;
  min-height: 99vh;
}
@media (max-width: 991px) {
  .edwSplf.thank-you .edwSplf__calendar {
    margin-top: 50px;
    min-height: inherit;
  }
}
.edwSplf.thank-you .edwSplf__calendar .confirmation {
  margin: 100px 0 36px 0;
  padding: 0px 0 5px 0;
  border-radius: 7px;
  background: #ffffff;
  width: 100%;
  text-align: center !important;
}
.edwSplf.thank-you .edwSplf__calendar .confirmation .icon-container {
  display: inline-block;
  margin: -52.5px 0 0;
  width: 100%;
}
.edwSplf.thank-you .edwSplf__calendar .confirmation .icon {
  width: 105px;
  height: 105px;
  background-color: #74aa50;
  border-radius: 100%;
  margin-left: calc(50% - 52.5px);
}
.edwSplf.thank-you .edwSplf__calendar .confirmation .icon i {
  margin: 20px 0 0 3px;
  color: #ffffff;
  font-size: 60px;
}
.edwSplf.thank-you .edwSplf__calendar .confirmation .content {
  display: inline-block;
  padding-bottom: 30px;
}
.edwSplf.thank-you .edwSplf__calendar .confirmation h2 {
  margin: 30px 0 0;
  display: inline-block;
  width: 100%;
  color: #048956;
  font-family: Muli;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.32px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .edwSplf.thank-you .edwSplf__calendar .confirmation h2 {
    max-width: inherit;
    padding: 0 10px;
  }
  .edwSplf.thank-you .edwSplf__calendar .confirmation h2 br {
    display: none;
  }
}
.edwSplf.thank-you .edwSplf__calendar .confirmation p {
  display: inline-block;
  width: 100%;
  max-width: 324px;
  color: #464646;
  font-family: Muli;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.54px;
  line-height: 24px;
}
.edwSplf.thank-you .edwSplf__calendar .confirmation p.legal {
  color: #444444;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .edwSplf.thank-you .edwSplf__calendar .confirmation p {
    padding: 20px 10px;
  }
}
.edwSplf.thank-you .edwSplf__calendar li {
  cursor: inherit;
}
.edwSplf.thank-you .welcome {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .edwSplf.thank-you .welcome {
    margin-top: 30px;
  }
}
.edwSplf.thank-you .welcome h1 {
  font-size: 36px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.36px;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .edwSplf.thank-you .welcome h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .edwSplf.thank-you .welcome h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .edwSplf.thank-you .welcome h1 br {
    display: none;
  }
}
.edwSplf.thank-you .welcome p {
  max-width: 600px;
  color: #464646;
  font-family: Muli;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 24px;
  text-align: left;
  margin-top: 30px;
}
.edwSplf.thank-you .welcome p.signature {
  margin: 20px 0 20px;
  font-style: italic;
}
@media (max-width: 1199px) {
  .edwSplf.thank-you .welcome p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .edwSplf.thank-you .welcome p {
    max-width: none;
    margin: 30px 0 30px;
  }
}
.edwSplf.thank-you #map {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.edwSplf.thank-you .visitInformation {
  width: 100%;
  -webkit-box-shadow: 10px 10px 30px rgba(11, 51, 36, 0.2);
          box-shadow: 10px 10px 30px rgba(11, 51, 36, 0.2);
  border-radius: 10px;
  position: relative;
  z-index: 100;
  background: white;
  overflow: hidden;
}
@media (min-width: 992px) {
  .edwSplf.thank-you .visitInformation {
    max-width: 600px;
  }
}
.edwSplf.thank-you .visitInformation .contact {
  padding: 30px;
  overflow: hidden;
}
.edwSplf.thank-you .visitInformation .contact p {
  font-size: 16px;
}
.edwSplf.thank-you .visitInformation .contact a {
  text-decoration: none;
}
.edwSplf.thank-you .visitInformation .contact .col-1,
.edwSplf.thank-you .visitInformation .contact .col-2 {
  width: 50%;
  float: left;
  overflow: visible;
}
@media (max-width: 520px) {
  .edwSplf.thank-you .visitInformation .contact .col-1,
.edwSplf.thank-you .visitInformation .contact .col-2 {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .edwSplf.thank-you .visitInformation .contact .col-2 {
    margin-top: 20px;
  }
}
.edwSplf.thank-you.-hidden {
  display: none;
}
.edwSplf.-hidden {
  display: none;
}

.edwSplf__curve {
  min-width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -190px !important;
  float: left;
  margin-bottom: 60px;
  height: 20vw;
}
@media (max-width: 991px) {
  .edwSplf__curve {
    display: none;
  }
}
.edwSplf__curve.-hidden {
  display: none;
}

.eventLocator__map {
  height: 360px;
  position: relative;
  -webkit-transition: top 0.5s cubic-bezier(0.82, 0.085, 0.395, 0.895);
  transition: top 0.5s cubic-bezier(0.82, 0.085, 0.395, 0.895);
}
@media screen and (min-width: 1024px) {
  .eventLocator__map {
    height: 540px;
  }
}
.eventLocator__map iframe {
  height: 100%;
  width: 100%;
}
.eventLocator__map.hide {
  height: 0 !important;
  top: -360px;
}
.eventLocator .buttonToggle {
  position: relative;
  width: 200px;
  float: right;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .eventLocator .buttonToggle {
    display: none;
  }
}
.eventLocator .buttonToggle .button {
  width: auto;
  color: white;
  text-transform: inherit;
  background-color: #0d3144;
  border-radius: 10px;
  margin-bottom: 7px !important;
}
@media (min-width: 767px) {
  .eventLocator .buttonToggle .button {
    position: absolute;
    top: 0;
  }
}
.eventLocator .buttonToggle .button.-expand {
  padding: 20px 20px 19px 65px;
  background-image: url(/dist/images/feature/expand-map-icon.png);
  background-repeat: no-repeat;
  background-position: 15px 13px;
}
.eventLocator__results {
  background-color: #1a475f;
}
.eventLocator__sidebar {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 30px;
  background-color: rgba(84, 175, 203, 0.2);
}
@media screen and (min-width: 767px) {
  .eventLocator__sidebar {
    padding: 30px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .eventLocator__sidebar {
    position: static;
    margin: 0;
    padding: 30px;
    min-width: 285px;
  }
}
.eventLocator__filters {
  background-color: transparent;
  color: white;
  padding: 0;
}
.eventLocator__filters .input__label {
  color: #92d9e7;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 12px;
}
.eventLocator__filters .checkbox__label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.eventLocator__filters input {
  background-color: transparent;
  border: 2px solid #92d9e7;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 5px 5px rgba(26, 71, 95, 0.85);
          box-shadow: inset 0px 5px 5px rgba(26, 71, 95, 0.85);
  color: white;
  padding: 15px 0 15px 15px;
  font-size: 18px;
  font-weight: 400;
}
.eventLocator__filters input[type=checkbox] {
  background-color: transparent;
  border-color: #54afcb;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 0.5em;
}
.eventLocator__filters .text,
.eventLocator__filters .select,
.eventLocator__filters .textarea,
.eventLocator__filters .checkboxes,
.eventLocator__filters .radios,
.eventLocator__filters .action {
  margin-bottom: 2rem;
}
.eventLocator__filters .text input::-webkit-input-placeholder {
  color: white !important;
  font-size: 18px;
  font-weight: 400;
}
.eventLocator__filters .text input::-moz-placeholder {
  color: white !important;
  font-size: 18px;
  font-weight: 400;
}
.eventLocator__filters .text input::-ms-input-placeholder {
  color: white !important;
  font-size: 18px;
  font-weight: 400;
}
.eventLocator__filters .text input::placeholder {
  color: white !important;
  font-size: 18px;
  font-weight: 400;
}
.eventLocator .styledSelect {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%2392d9e7%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: transparent;
  background-size: 15px;
  background-position-x: 95%;
  border-radius: 4px;
  border: 2px solid #92d9e7;
  -webkit-box-shadow: 0 5px 5px rgba(26, 71, 95, 0.85);
          box-shadow: 0 5px 5px rgba(26, 71, 95, 0.85);
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.eventLocator .styledSelect option {
  background-color: #1a475f;
  color: white;
}
.eventLocator__sidebarHeading {
  color: white;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  margin: 25px 0;
}
@media screen and (min-width: 1024px) {
  .eventLocator__sidebarHeading {
    margin: 25px 0 50px;
  }
}
.eventLocator .checkboxes__heading {
  color: #92d9e7;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.eventLocator .smallHeading {
  display: none;
}
@media screen and (min-width: 1024px) {
  .eventLocator .smallHeading {
    display: block;
    margin: 50px 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .eventLocator__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .eventLocator__sidebar {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .eventLocator__list {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}

.eventLocator__advancedFilters {
  display: none;
}
@media screen and (min-width: 1024px) {
  .eventLocator__advancedFilters {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  #toggleAdvancedFilters,
.toggleAdvancedFilters {
    display: none;
  }
}

#toggleAdvancedFilters:checked ~ .eventLocator__advancedFilters {
  display: block;
}

.mapTooltip {
  color: #5a5a5a;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 480px) {
  .mapTooltip {
    padding: 10px 18px 10px;
  }
}
@media (max-width: 540px) {
  .mapTooltip {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .mapTooltip {
    font-size: 15px;
  }
}
.mapTooltip__column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mapTooltip__headline {
  color: #1a475f;
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 1rem 2rem 0;
}
@media (max-width: 540px) {
  .mapTooltip__headline {
    font-size: 1.2rem;
    margin: 1.5rem 0 0;
  }
}
@media (max-width: 540px) {
  .mapTooltip__contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mapTooltip__directions, .mapTooltip__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}
@media (max-width: 540px) {
  .mapTooltip__directions, .mapTooltip__contact-info {
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 580px) {
  .mapTooltip__directions, .mapTooltip__contact-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mapTooltip__directions {
  -webkit-box-align: event;
      -ms-flex-align: event;
          align-items: event;
}
@media (max-width: 540px) {
  .mapTooltip__directions {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    min-height: 80px;
    padding-bottom: 0;
  }
}
.mapTooltip__address {
  display: inline-block;
  margin-right: 1em;
  min-width: 225px;
  font-weight: 500;
}
@media (max-width: 540px) {
  .mapTooltip__address {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .mapTooltip__address {
    display: block;
  }
}
.mapTooltip__phone, .mapTooltip__hours {
  display: block;
  font-weight: 700;
  letter-spacing: 0.025rem;
  margin-bottom: 1em;
  min-width: 150px;
}
.mapTooltip__phone {
  color: #1a475f;
}
.mapTooltip__hours {
  color: #5a5a5a;
}
.mapTooltip__tags {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.mapTooltip__tags li::before {
  display: none;
}
@media (max-width: 540px) {
  .mapTooltip__tags {
    display: none;
  }
}
.mapTooltip__tag {
  background-color: #eeeded;
  border-radius: 35px;
  color: #1a475f;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 15px;
}
.mapTooltip .button {
  border-radius: 5px;
  font-size: 14px;
  line-height: 0;
  white-space: nowrap;
  padding: 15px;
  text-align: event;
}
.mapTooltip .null {
  display: none;
}

button.gm-ui-hover-effect {
  top: 5px !important;
  right: 15px !important;
}
button.gm-ui-hover-effect img {
  width: 20px !important;
  height: 20px !important;
}

@media (max-width: 540px) {
  .gm-style-iw-d,
.gm-style-iw-c {
    min-height: 300px !important;
    max-width: 260px !important;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .gm-style-iw-d,
.gm-style-iw-c {
    min-height: 260px !important;
    max-width: 500px !important;
  }
}

.gm-style-iw-c {
  -webkit-box-shadow: 0 2px 12px 6px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 2px 12px 6px rgba(0, 0, 0, 0.2) !important;
}

.pac-container.pac-logo {
  min-width: 300px;
}

#panel {
  height: 100%;
  width: 300px;
  background-color: white;
  position: fixed;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.eventLocator__results .resultsNumber {
  margin-top: 4px;
}
.eventLocator__results .centerResult {
  background: #ffffff;
  border: 5px solid transparent;
  border-radius: 5px;
  color: #5a5a5a;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5%;
  opacity: 0.9;
  padding: 10px 20px 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  display: inline-block;
  margin: 2% 0 2% 4%;
}
.eventLocator__results .centerResult:before {
  display: none !important;
}
.eventLocator__results .centerResult__description {
  display: block;
  margin-bottom: 15px;
}
.eventLocator__results .centerResult__distance {
  display: block;
  margin-bottom: 15px;
}
.eventLocator__results .centerResult__dates {
  color: #3c889e;
  display: block;
  margin-bottom: 15px;
  font-weight: 800;
}
.eventLocator__results .centerResult__name, .eventLocator__results .centerResult__phone {
  color: #1a475f;
  font-weight: 800;
  display: block;
  font-size: 18px;
  margin: 15px 0;
}
.eventLocator__results .centerResult__name {
  font-size: 30px;
}
.eventLocator__results .centerResult__address {
  cursor: pointer;
  display: block;
  width: 100%;
}
.eventLocator__results .centerResult__address.center__title {
  font-weight: bold;
}
.eventLocator__results .centerResult__label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.eventLocator__results .centerResult__label.description {
  margin-top: 15px;
}
.eventLocator__results .centerResult__distance {
  margin-top: 10px;
}
.eventLocator__results .centerResult .button {
  border-radius: 5px;
  line-height: 1;
  font-size: 14px;
  margin-right: 0.5rem;
  margin-top: 1rem;
  padding: 10px 15px;
}

.footer__primary {
  padding: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .footer__primary_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__primary_logo img {
  width: 12rem;
}
.footer__links {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .footer__links {
    margin-top: 4rem;
  }
}
.footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__links_item {
  margin-bottom: 1rem;
}
.footer__links_item a {
  font-weight: 700;
}
.footer__links_item a:hover {
  color: #1a475f;
}
.footer__primary_actions {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .footer__primary_actions {
    margin-top: 3rem;
  }
}
.footer__primary_actions_social {
  margin-top: 2rem;
}
.footer__primary_actions_social_link {
  display: inline-block;
  margin-right: 2rem;
  font-size: 2rem;
}
.footer__primary_actions_social_link i::before {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__primary_actions_social_link:hover i::before {
  color: #1a475f;
}
.footer__secondary_wrapper {
  display: block;
  margin-top: 2rem;
}
@media screen and (min-width: 767px) {
  .footer__secondary_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem;
  }
}
.footer__secondary_meta {
  color: #4d6075;
  font-weight: 400;
}
.footer__secondary {
  background-color: #ebf3f5;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
.footer__secondary .footer__links {
  margin-top: 0;
  -ms-flex-preferred-size: fill;
      flex-basis: fill;
}
.footer__secondary .footer__links.-short {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
.footer__secondary .footer__links ul {
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;
  -webkit-column-width: auto;
     -moz-column-width: auto;
          column-width: auto;
  -webkit-column-gap: auto;
     -moz-column-gap: auto;
          column-gap: auto;
}
@media screen and (min-width: 767px) {
  .footer__secondary .footer__links ul {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
}
.footer__secondary .footer__links_item {
  display: block;
}
@media screen and (min-width: 767px) {
  .footer__secondary .footer__links_item {
    display: inline-block;
  }
}
.footer__secondary .footer__links_item::after {
  content: none;
  font-size: 7px;
  position: relative;
  top: -0.15rem;
  margin: 0 4px;
}
@media screen and (min-width: 767px) {
  .footer__secondary .footer__links_item::after {
    content: "•";
  }
}
.footer__secondary .footer__links_item:last-child::after {
  content: none;
}
.footer__secondary .footer__links_item a {
  color: #1a475f;
  font-weight: 700;
}

.footer.-vlc .footer__links.-short {
  padding-top: 30px;
}

.landingPage footer.layer {
  padding-top: 0;
}

.social-links-wrap .social-item {
  margin-bottom: 15px;
}

p.cta-parent.txt-footer-subhead {
  color: #333;
}

.header__primary {
  background-color: white;
  padding: 1rem 0;
}
.header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .header__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__actions > :first-child {
  margin-right: 1rem;
}
@media screen and (min-width: 900px) {
  .header__actions > :first-child {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .header__actions {
    width: 100%;
  }
}
.header__dropdown, .header__search {
  width: 100%;
}
.header__logo {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 900px) {
  .header__logo {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .header__logo .logo {
    left: -10px;
  }
}
.header__logo img {
  width: 10rem;
}
@media screen and (min-width: 767px) {
  .header__logo img {
    width: 14rem;
  }
}
.header__dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #1a475f;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.95rem 0.5rem;
  position: relative;
  width: auto;
}
@media screen and (min-width: 900px) {
  .header__dropdown {
    padding: 0.75rem 1rem;
    width: 100%;
  }
}
.header__dropdown::before {
  content: attr(data-content-mobile);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .header__dropdown::before {
    content: attr(data-content);
    font-size: 0.71rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__dropdown::before {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__dropdown::before {
    font-size: 1rem;
  }
}
.header__dropdown::after {
  content: "\f078";
  color: #f0bd1b;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 900px) {
  .header__dropdown::after {
    margin-left: 1rem;
  }
}
.header__dropdown.-active {
  border: 2px solid #1a475f;
}
.header__dropdown.-active .header__dropdown_wrapper {
  display: block;
  border-top: none;
}
.header__dropdown.-active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.header__dropdown_wrapper {
  display: none;
  background-color: white;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  list-style: none;
  right: -2px;
  margin: 0;
  padding: 0;
  padding-bottom: 1rem;
  position: absolute;
  top: 1.9rem !important;
  width: 20rem;
  border: 2px solid #1a475f;
  border-top: none;
  z-index: 1000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 900px) {
  .header__dropdown_wrapper {
    width: calc(100% + 4px);
  }
}
.header__dropdown_item {
  padding: 0.25rem 0 0 1rem;
}
.header__dropdown_item:first-of-type {
  padding-top: 0.5rem;
}
.header__dropdown_link {
  font-size: 16px;
}
.header__dropdown_link:hover {
  color: #1a475f;
  text-decoration: underline;
}
.header__search {
  background-color: #eeeded;
  border-radius: 10px;
  cursor: pointer;
  width: auto;
  padding: 0.5rem 1rem;
}
.header__search::before {
  border-radius: 10px;
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .header__search {
    background-color: transparent;
    cursor: initial;
    padding: inherit;
    width: 100%;
  }
  .header__search::before {
    content: none;
  }
  .header__search input {
    padding-top: 0.77rem;
    padding-bottom: 0.77rem;
  }
}
.header__search .form__icon {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(70, 70, 70, 0.15);
          box-shadow: 0px 0px 10px 10px rgba(70, 70, 70, 0.15);
  height: 18vh;
  left: 2vw;
  position: absolute;
  top: 0;
  width: 96vw;
  padding: 1rem;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 900px) {
  .header__search .form__icon {
    background-color: transparent;
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    width: auto;
    padding: inherit;
  }
}
.header__search .form__icon.-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__search .form__icon i {
  left: 2rem;
}
@media screen and (min-width: 900px) {
  .header__search .form__icon i {
    left: 1rem;
  }
}
.header__search input[type=search] {
  background-color: #eeeded;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid transparent;
  border-radius: 0.625rem;
  font-size: 0.9rem;
}
.header__search_close {
  position: absolute;
  top: 0.25rem;
  right: 1.25rem;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (min-width: 900px) {
  .header__search_close {
    display: none;
  }
}
.header__menu, .header__menu::before, .header__menu::after {
  background-color: #f0bd1b;
  border-radius: 0.25rem;
  content: "";
  display: block;
  height: 0.15rem;
  pointer-events: none;
  position: absolute;
  top: 1rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 100%;
}
.header__menu::before {
  top: -0.5rem;
  left: 0;
  width: 80%;
}
.header__menu::after {
  top: 0.5rem;
  right: 0;
  width: 80%;
}
.header__menu_toggle {
  cursor: pointer;
  position: relative;
  height: 2rem;
  width: 2rem;
}
@media screen and (min-width: 767px) {
  .header__menu_toggle {
    display: none;
  }
}

.section__leadership {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(95%, white), to(#f0f0f0));
  background: linear-gradient(to bottom, white 0%, white 95%, #f0f0f0 100%);
}

.leadership__filters {
  list-style: none;
  margin-bottom: 60px;
}
.leadership__filter {
  display: inline-block;
  padding: 2px;
}
@media screen and (min-width: 767px) {
  .leadership__filter {
    padding: 5px;
  }
}
.leadership__filter button {
  border-radius: 50px;
  text-transform: none;
  background-color: #eeeded;
  font-size: 13px;
  padding: 1rem 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .leadership__filter button {
    font-size: 14px;
  }
}
.leadership__filter button.active, .leadership__filter button.active:hover, .leadership__filter button.focus {
  background-color: #3c889e;
  color: white;
  border: 2px solid #3c889e;
}
.leadership__filter button:hover {
  border-color: #3c889e;
  background-color: #e3e5e6;
  color: inherit;
}
.leadership__image {
  padding: 0 !important;
  margin-bottom: 15px;
}
.leadership__name {
  text-transform: uppercase;
  color: #1a475f;
}

.meetInstructors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 4rem;
  position: relative;
}
.meetInstructors .instructor {
  -ms-flex-preferred-size: calc(50% - 2rem);
      flex-basis: calc(50% - 2rem);
  max-width: calc(50% - 2rem);
}
@media screen and (min-width: 767px) {
  .meetInstructors {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 900px) {
  .meetInstructors {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-top: 0;
    max-width: 490px;
  }
}
.meetInstructors .instructor {
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.meetInstructors .instructor img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  width: auto;
}
@media screen and (min-width: 767px) {
  .meetInstructors .instructor img {
    min-width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .meetInstructors .instructor img {
    min-height: auto;
  }
}
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .meetInstructors .instructor img {
    min-height: auto;
  }
}
.meetInstructors::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 238, 238, 0)), color-stop(30%, rgba(237, 238, 238, 0.5)), color-stop(80%, #eeeded));
  background: linear-gradient(to bottom, rgba(237, 238, 238, 0) 0%, rgba(237, 238, 238, 0.5) 30%, #eeeded 80%);
  bottom: 0;
  content: "";
  height: 256px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.meetInstructors.-interiorListView {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: none;
}
.meetInstructors.-interiorListView::before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .meetInstructors.-interiorListView {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .meetInstructors.-interiorListView .instructor {
    -ms-flex-preferred-size: calc(25% - 2rem);
        flex-basis: calc(25% - 2rem);
    max-width: calc(25% - 2rem);
  }
}

h1.sbs,
p.sbs,
ul.sbs,
li.sbs {
  all: unset;
}

.sbs--heading {
  font-size: 32px;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin: 0 0 20px 0;
  max-width: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1190px) {
  .sbs--heading {
    font-size: 28px;
  }
}
@media (max-width: 660px) {
  .sbs--heading {
    font-size: 20px;
  }
}
.sbs--item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 1190px) {
  .sbs--item {
    font-size: 16px;
  }
}
@media (max-width: 660px) {
  .sbs--item {
    font-size: 14px;
  }
}
.sbs--item > svg {
  margin-top: 5px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-right: 30px;
  max-width: 100%;
}
.sbs--container {
  width: 100%;
  padding: 82px 0 82px 0;
  position: relative;
}
.sbs--container .sbs--main-strip {
  width: 100%;
  background: #EEEDED;
  position: absolute;
  top: 112px;
  bottom: 187px;
  right: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1140px) {
  .sbs--container .sbs--main-strip {
    bottom: 52px;
  }
}
.sbs--container .sbs--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 0 auto;
  max-width: 1220px;
  position: relative;
}
.sbs--container .sbs--section .sbs-color-boxes {
  position: relative;
  margin: 0 0 0 50px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1140px) {
  .sbs--container .sbs--section .sbs-color-boxes {
    margin: 0 30px 0 50px;
  }
}
.sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-1 {
  position: absolute;
  top: 30px;
  left: -30px;
  right: 60px;
  bottom: -30px;
  z-index: 0;
  background-color: #00B0B9;
}
@media (max-width: 660px) {
  .sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-1 {
    bottom: -16px;
    left: -16px;
    right: 22px;
  }
}
.sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-2 {
  color: #1A475F;
  width: 622px;
  max-width: 100%;
  margin-left: 0;
  background-color: #9DDBE2;
  -webkit-box-shadow: -16px 16px 16px rgba(10, 57, 82, 0.16);
          box-shadow: -16px 16px 16px rgba(10, 57, 82, 0.16);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1190px) {
  .sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-2 {
    width: 582px;
  }
}
.sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-2 .sbs--text-box.first-box {
  padding: 67px 64px 0 48px;
}
@media (max-width: 1190px) {
  .sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-2 .sbs--text-box.first-box {
    padding: 47px 44px 0 28px;
  }
}
@media (max-width: 660px) {
  .sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-2 .sbs--text-box.first-box {
    padding: 27px 24px 0 18px;
  }
}
.sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-2 .sbs--text-box.first-box .sbs--item:last-child {
  margin-bottom: 40px;
}
@media (max-width: 660px) {
  .sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-2 .sbs--text-box.first-box .sbs--item:last-child {
    padding-bottom: 20px;
  }
}
.sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-2 .sbs--bottom-img {
  max-height: 105px;
}
.sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-2 .sbs--bottom-img svg {
  display: block;
}
@media (max-width: 660px) {
  .sbs--container .sbs--section .sbs-color-boxes .sbs--color-box-2 .sbs--bottom-img svg {
    display: none;
  }
}
@media (max-width: 1140px) {
  .sbs--container .sbs--section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 652px;
  }
}
.sbs--text-box.second-box {
  color: #505050;
  padding: 67px 0 0 64px;
  width: 100%;
  padding-bottom: 105px;
}
@media (max-width: 1190px) {
  .sbs--text-box.second-box {
    padding-top: 47px;
    padding-left: 44px;
  }
}
@media (max-width: 660px) {
  .sbs--text-box.second-box {
    padding: 40px 0 0 44px;
  }
}
.sbs--text-box.second-box .sbs--heading {
  color: #1E2124;
}
.sbs--text-box.second-box .sbs--item {
  color: #505050;
  font-weight: 400;
  max-width: 400px;
  word-wrap: break-word;
}
@media (max-width: 1190px) {
  .sbs--text-box.second-box .sbs--item {
    max-width: 100%;
    padding-right: 60px;
  }
}
@media (max-width: 660px) {
  .sbs--text-box.second-box .sbs--item {
    padding-right: 32px;
  }
}
@media (max-width: 1140px) {
  .sbs--text-box.second-box {
    width: 100%;
    max-width: 100%;
    padding-left: 44px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home-center-info-module .module-custom-backgrounds {
  background-size: 100% 240px !important;
}

.single-page-lead-form {
  background: #f3f3f3;
  font-family: "Muli", sans-serif;
}

.thank-you .home-center-info-module .module-custom-backgrounds {
  height: 200px;
}

@media (min-width: 768px) {
  .home-center-info-module .module-custom-backgrounds {
    background-image: url("https://corp.bhdts.com/static-corp/imgs/bh-header-swoops-v2.svg") !important;
  }

  .home-center-info-module .module-padding {
    margin-top: 0;
    padding-top: 80px;
  }

  .single-page-lead-form.thank-you .module-custom-backgrounds {
    background-image: url("https://corp.bhdts.com/static-corp/imgs/bh-thank-you-header-swoops-v2.svg") !important;
  }
}
@media (max-width: 767px) {
  .single-page-lead-form .module-custom-backgrounds {
    background-image: url("https://corp.bhdts.com/static-corp/imgs/bh-thank-you-header-swoops-v2.svg") !important;
    background-size: 100%;
    margin-top: -120px;
    min-height: 112px;
  }
}
.single-page-lead-form .home-hero {
  background: #26475b;
  max-height: 500px;
}

.single-page-lead-form.thank-you .home-hero {
  background: #127a49;
  max-height: 500px;
}

.single-page-lead-form.thank-you h2 {
  font-size: 30px;
  color: #ffffff;
  max-width: 575px;
  line-height: 45px;
  margin: 30px auto 0;
}

.single-page-lead-form p.title-text {
  font-size: 28px;
  line-height: 45px;
  color: #28475b;
  text-align: center;
  /*text-transform: uppercase;*/
  max-width: 750px;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .single-page-lead-form p.title-text {
    font-size: 24px;
    line-height: 35px;
    text-align: left;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-page-lead-form p.title-text {
    font-size: 14px;
    line-height: 22px;
    padding: 20px;
  }
}
.single-page-lead-form-container {
  margin: -36px auto 0;
  padding: 60px;
  padding-top: 50px;
  float: none !important;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .single-page-lead-form-container {
    padding: 10px;
  }
}
@media screen and (min-width: 767px) {
  .single-page-lead-form-container {
    -webkit-box-shadow: 0px 8px 16px rgba(27, 25, 26, 0.15);
    box-shadow: 0px 8px 16px rgba(27, 25, 26, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .home-center-info-module .module-padding {
    padding-bottom: 0 !important;
  }
}
.single-page-lead-form-container .row {
  margin-bottom: 20px;
}
.single-page-lead-form-container .row .subHeading {
  color: #244d63;
  margin-bottom: 2rem;
  font-family: "Muli", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
}

.single-page-lead-form-container label,
::-webkit-input-placeholder {
  font-size: 13px;
  color: #333 !important;
  margin-bottom: 15px;
}

.single-page-lead-form-container label,
::-moz-placeholder {
  font-size: 13px;
  color: #333 !important;
  margin-bottom: 15px;
}

.single-page-lead-form-container label,
::-ms-input-placeholder {
  font-size: 13px;
  color: #333 !important;
  margin-bottom: 15px;
}

.single-page-lead-form-container label,
::placeholder {
  font-size: 13px;
  color: #333 !important;
  margin-bottom: 15px;
}

.single-page-lead-form-container .header-divider {
  height: 2px;
  background: #e8e8e8;
  margin: 40px 0 40px 0 !important;
}

.single-page-lead-form-container .contains-required-element {
  color: #f32735 !important;
}

.form-control::-webkit-input-placeholder {
  color: #333333;
}

.form-control::-moz-placeholder {
  color: #333333;
}

.form-control::-ms-input-placeholder {
  color: #333333;
}

.form-control::placeholder {
  color: #333333;
}

.single-page-lead-form-container .form-control,
.single-page-lead-form-container .filter-option {
  -webkit-box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  margin-top: 0;
  border: 1px solid #adadad;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding: 0px;
}

.single-page-lead-form-container .filter-option {
  border: none;
}

.single-page-lead-form-container .js-fac-select {
  min-width: 100%;
  float: left;
}

.single-page-lead-form-container .dropdown.select-custom {
  background: none;
}

.single-page-lead-form-container .input-wrap {
  margin-top: 0;
}

.single-page-lead-form-container .phone-number {
  width: 83%;
  float: left;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.single-page-lead-form-container .phone-type {
  max-width: 17%;
  float: left;
  padding: 0px;
  margin-top: 33px;
  margin-left: -1px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.single-page-lead-form-container .opt-in input,
.single-page-lead-form-container .opt-in p {
  float: left;
}

.single-page-lead-form-container .opt-in input {
  margin-right: 10px;
}

.single-page-lead-form-container .opt-in .input-wrap {
  margin-top: 0;
  border: 1px solid #adadad;
  border-radius: 2px;
  background-color: #ffffff;
  color: #222222;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 18px;
  font-family: "Muli", sans-serif;
  overflow: hidden;
  -webkit-box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
}

.form-group.has-error .form-control,
.form-group.has-error .form-control:focus {
  -webkit-box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
}

.single-page-lead-form-container .opt-in .learn-more {
  float: right;
}

.single-page-lead-form-container .opt-in a {
  color: #244d63;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 13px !important;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .single-page-lead-form-container .opt-in p {
    min-width: 80%;
  }

  .single-page-lead-form-container .opt-in .learn-more {
    width: 100%;
    float: left;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .single-page-lead-form-container .phone-number {
    width: 80%;
  }

  .single-page-lead-form-container .phone-type {
    max-width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .single-page-lead-form-container .phone-number {
    width: 70%;
  }

  .single-page-lead-form-container .phone-type {
    max-width: 30%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 545px) {
  .single-page-lead-form-container .phone-number {
    width: 100%;
    max-width: none;
  }

  .single-page-lead-form-container .phone-type {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    border: 1px solid #adadad;
    border-radius: 2px;
  }
}
.form-group-birthday.month,
.form-group-birthday.day,
.form-group-birthday.year {
  width: 33.3%;
  float: left;
}

.form-group-birthday .form-control {
  display: inherit;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .form-group.has-error .form-control {
    border: 1px solid #adadad;
    border-left: 5px solid #ee4135;
  }

  .form-group.has-error .help-block {
    position: absolute;
    right: -209px;
    top: 35px;
    border: 3px solid #f32735;
    padding: 14px;
    padding-bottom: 15px;
    background: #ffffff;
    color: #444444;
    font-size: 18px;
    z-index: 10000;
    width: 250px;
  }

  .form-group-birthday.month .help-block {
    right: inherit;
    left: 385px;
  }

  .form-group-birthday.day .help-block {
    right: inherit;
    left: 264px;
  }

  .form-group-birthday.year .help-block {
    right: inherit;
    left: 143px;
  }

  .when-start .help-block {
    top: -5px;
  }

  .js-birthday-input-field-wrap .help-block {
    top: -5px !important;
  }

  .has-error .help-block::before {
    background: url("https://corp.bhdts.com/static-corp/imgs/error-arrow.png");
    content: "";
    height: 26px;
    width: 18px;
    position: absolute;
    top: 13px;
    left: -18px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .js-month-input,
.js-day-input,
.js-year-input {
    line-height: 1em;
  }
}
.single-page-lead-form-container p.field-title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 16px;
  color: #222;
}

@media screen and (max-width: 767px) {
  .single-page-lead-form-container p.field-title {
    margin-bottom: 10px;
  }

  .js-birthday-inputs .has-error {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .js-birthday-inputs.birthday-inputs-container {
    width: 91%;
    float: right;
  }

  .js-birthday-inputs .remove-birthday-btn {
    position: absolute !important;
    left: -47px !important;
    top: 29px !important;
  }
}
.single-page-lead-form-container p.instructions {
  color: #a0a0a0;
  font-size: 18px;
  margin-top: 60px;
  float: right;
}

@media screen and (min-width: 767px) {
  .single-page-lead-form-container .remove-birthday-btn {
    left: -50px;
    right: inherit;
  }
}
.single-page-lead-form-container .txt-international {
  color: #eaeaea !important;
  font-size: 25px !important;
}

.single-page-lead-form-container .txt-international:hover {
  color: #28475b !important;
}

.single-page-lead-form-container .js-add-child-btn {
  color: #244d63;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 25px;
  padding-bottom: 10px;
}

.remove-birthday-btn {
  padding: 10px !important;
}

button.js-add-child-btn:focus,
button.remove-birthday-btn:focus {
  border: thin dashed #54afcb !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  .single-page-lead-form-container .js-add-child-btn {
    float: left !important;
  }
}
.single-page-lead-form-container .js-add-child-btn::after {
  color: #f0be37;
  font-size: 25px !important;
}

.single-page-lead-form-container .js-add-child-btn:hover::after {
  color: #28475b !important;
}

.single-page-lead-form-container .select-custom button {
  background: none !important;
  padding: 0px !important;
  font-size: 18px;
  color: #222222 !important;
}

.single-page-lead-form-container .dropdown-menu > .active > a,
.single-page-lead-form-container .dropdown-menu > .active > a:focus,
.single-page-lead-form-container .dropdown-menu > .active > a:hover {
  background-color: #f3f3f3;
  color: #222222 !important;
}

.single-page-lead-form-container .dropdown-menu > li > a {
  padding: 12px 20px;
  color: #222222;
  font-size: 18px;
}

.single-page-lead-form-container .js-comments {
  padding: 20px !important;
}

.single-page-lead-form-container .js-comments::-webkit-input-placeholder {
  color: #828282;
  font-size: 18px;
  opacity: 1;
  margin: 0 !important;
  text-indent: 0 !important;
}

.single-page-lead-form-container .js-comments::-moz-placeholder {
  color: #828282;
  font-size: 18px;
  opacity: 1;
  margin: 0 !important;
  text-indent: 0 !important;
}

.single-page-lead-form-container .js-comments::-ms-input-placeholder {
  color: #828282;
  font-size: 18px;
  opacity: 1;
  margin: 0 !important;
  text-indent: 0 !important;
}

.single-page-lead-form-container .js-comments::placeholder {
  color: #828282;
  font-size: 18px;
  opacity: 1;
  margin: 0 !important;
  text-indent: 0 !important;
}

.single-page-lead-form-container p.legal {
  color: #444444;
  font-size: 16px;
  margin-top: 15px;
  float: right;
}

.single-page-lead-form-container .schedule-header {
  font-size: 16px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .single-page-lead-form p.legal {
    display: none !important;
  }
}
.single-page-lead-form-container .js-add-child-btn.btn {
  float: right;
  background: none !important;
}

.single-page-lead-form .footer-module {
  margin-top: 40px !important;
  background-image: url("https://corp.bhdts.com/static-corp/imgs/bh-footer-swoops-v2.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-page-lead-form.thank-you .footer-module {
  padding: 20px;
  background-image: url("https://corp.bhdts.com/static-corp/imgs/bh-thank-you-footer-swoops-v2.svg");
  background-size: cover;
  background-color: #ffffff;
}

.single-page-lead-form .footer-module .container {
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .single-page-lead-form .footer-module {
    margin-top: 0 !important;
    background: #28475b;
  }
}
.single-page-lead-form .footer-module p {
  width: 100%;
  text-align: center;
  margin-top: 150px;
  color: #343434;
  font-size: 14px;
}

.single-page-lead-form .footer-module a {
  text-decoration: none;
  color: #343434;
}

@media screen and (max-width: 767px) {
  .single-page-lead-form .footer-module p {
    width: 100%;
    padding: 60px;
    margin-top: 50px;
    color: #ffffff !important;
    font-size: 16px;
  }

  .single-page-lead-form .footer-module a {
    color: #ffffff !important;
  }

  .single-page-lead-form .footer-module p,
.single-page-lead-form.thank-you .footer-module a {
    color: #ffffff !important;
  }
}
@media screen and (max-width: 767px) {
  .single-page-lead-form br {
    display: none;
  }

  .first-name {
    margin-bottom: 20px;
  }
}
.single-page-lead-form.thank-you .content {
  min-height: 400px;
  margin: 0 auto 0;
  float: none;
}

.single-page-lead-form.thank-you p.greeting,
.single-page-lead-form.thank-you p.message,
.single-page-lead-form.thank-you p.signature {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  max-width: 350px;
}

@media screen and (max-width: 1199px) {
  .single-page-lead-form.thank-you .col-lg-6.message,
.single-page-lead-form.thank-you .col-lg-6.map {
    max-width: none;
    padding: 0 60px !important;
    margin-bottom: 60px;
  }
}
.single-page-lead-form.thank-you p.greeting {
  margin-bottom: 20px;
}

.single-page-lead-form .message .row,
.single-page-lead-form .message .col {
  padding: 0 !important;
  margin: 0 !important;
}

.single-page-lead-form.thank-you p.message {
  margin-bottom: 40px;
}

.single-page-lead-form.thank-you p.name {
  color: #233956;
  font-style: italic;
  font-size: 24px;
}

.single-page-lead-form.thank-you p.title {
  color: #5d5e60;
  font-size: 1.6rem;
  font-family: Domine, sans-serif;
}

.single-page-lead-form.thank-you .map {
  min-height: 400px;
  padding: 0;
}

.single-page-lead-form.thank-you .confirmation {
  margin-top: 60px;
  border: 2px solid #0b874b;
  border-radius: 7px;
  padding: 30px;
}

.single-page-lead-form.thank-you .contact {
  background: #f3f3f3;
  margin-top: -7px;
  padding: 30px;
  padding-bottom: 50px;
}

.single-page-lead-form.thank-you p.address a,
.single-page-lead-form.thank-you p.address {
  color: #004a73;
  font-size: 16px;
  margin-bottom: 16px;
  text-decoration: none;
}

.single-page-lead-form.thank-you p.address a:hover {
  text-decoration: underline;
}

.single-page-lead-form.thank-you p.phone a {
  color: #004a73;
  text-decoration: none;
}

.single-page-lead-form.thank-you p.phone a:hover {
  text-decoration: underline;
}

.single-page-lead-form.thank-you .confirmation p.message {
  color: #0b874b;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.single-page-lead-form.thank-you .confirmation p.date {
  color: #333333;
  font-size: 18px;
  font-weight: bold !important;
}

.single-page-lead-form.thank-you .confirmation p.date span {
  font-weight: normal;
}

@media screen and (min-width: 767px) {
  .addeventatc {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #calendarRow {
    height: 310px;
    margin-bottom: -30px;
  }

  #appt-select:not(.show) {
    height: 0;
    padding: 0;
  }
}
#calendarRow .loader {
  display: none;
}

@media screen and (min-width: 767px) {
  #calendarRow.loading .loader {
    position: relative;
    height: 270px;
    background: rgba(0, 0, 0, 0.2);
    padding-top: 100px;
    display: inherit;
  }

  .loading-wheel {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #f0be37;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto 0;
  }
}
.clndr .clndr-controls {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.clndr .clndr-controls .month {
  float: left;
  width: 60%;
  text-align: center;
  color: #3a4d5d;
  font-size: 20px;
}

.clndr .clndr-controls .clndr-control-button {
  float: left;
  width: 20%;
  -webkit-transform: scale(1, 1.75);
  transform: scale(1, 1.75);
  font-weight: 300;
  color: #444;
  cursor: pointer;
}

.clndr .clndr-controls .clndr-control-button span {
  padding: 0 10px 2px;
}

.clndr .clndr-controls .clndr-control-button.rightalign {
  text-align: right;
  width: 20%;
}

.clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  background: #ddd;
}

.clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
  opacity: 0.5;
}

.clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  background: none;
  cursor: default;
}

.clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  background: #ddd;
}

.clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
  opacity: 0.5;
}

.clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  background: none;
  cursor: default;
}

.clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .clndr .clndr-table {
    margin-bottom: 30px;
  }
}
.clndr .clndr-table .header-days {
  height: 30px;
  font-size: 17px;
}

.clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  color: #000000;
  font-weight: normal;
}

.clndr .clndr-table tr {
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px !important;
}

.clndr .clndr-table tr td {
  vertical-align: top;
}

.clndr .clndr-table tr .day {
  padding: 5px;
  width: 100%;
  height: inherit;
}

.clndr .clndr-table tr .empty,
.clndr .clndr-table tr .adjacent-month,
.clndr .clndr-table tr .past,
.clndr .clndr-table tr .day {
  color: #666;
}

.clndr .event .day-contents {
  background: #f9fdfb;
  border: 1px solid #0b874b;
  border-radius: 8px;
  color: #008648;
  font-weight: normal;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.clndr .day-contents.active,
.clndr .event .day-contents:hover {
  background: #008648;
  border-radius: 8px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
}

.clndr .today .day-contents {
  background: #f1f1f1;
  border-radius: 8px;
  color: #000;
  border: none;
}

.clndr .clndr-table tr .day .day-contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 4px 2px 4px;
  font-size: 17px;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .clndr .clndr-table tr .day .day-contents {
    font-size: 14px;
  }
}
.appt-instructions {
  visibility: hidden;
  opacity: 0;
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  padding: 30px;
  font-size: 16px;
  color: #333333;
  font-weight: 100;
  line-height: 30px;
  margin-top: 30px;
}

.appt-instructions span {
  background: #f9fdfb;
  border: 1px solid #0b874b;
  border-radius: 8px;
  color: #008648;
  padding: 6px;
  font-weight: normal;
}

.appt-select {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
  border: 2px solid #0b874b;
  border-radius: 7px;
  padding: 30px;
  height: 285px;
  overflow-y: auto;
  overflow-x: hidden;
  font-weight: 100;
}

@media screen and (max-width: 767px) {
  .appt-select {
    display: none;
  }
}
.appt-select #chosenDay {
  font-weight: normal;
}

.appt-select p {
  margin-bottom: 15px;
}

.appt-select ul {
  margin-top: 20px;
}

.appt-select label {
  list-style: none;
  border: 2px solid #b5dbc9;
  margin-bottom: 5px;
  background: #f9fdfb;
  border-radius: 7px !important;
  padding: 5px 15px !important;
  color: #0b874b !important;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  min-width: 100%;
  text-align: center !important;
}

.appt-select label:hover,
.appt-select label.active {
  border: 2px solid #0b874b;
  background: #0b874b;
  color: #ffffff !important;
  cursor: pointer;
}

.appt-select input[type=radio] {
  visibility: hidden;
}

.show {
  visibility: visible;
  opacity: 1;
  display: block;
}

#scheduleTimeError ul {
  margin-top: 0;
  padding-top: 0;
  font-weight: 500;
}

#scheduleTimeError.hidden {
  display: none !important;
}

form input.form-control:focus,
form input.form-control:active,
form textarea.form-control:focus,
form textarea.form-control:active,
form .filter-option:focus,
form .filter-option:active,
form button.btn:focus,
form button.btn:active {
  border: 3px solid blue !important;
  -webkit-transition: none;
  transition: none;
}

input:focus + .form__scheduleTab {
  text-decoration: underline !important;
}

.form__scheduleTab {
  cursor: pointer;
  border-radius: 9px;
  color: #244d63 !important;
  font-size: 11px !important;
  line-height: 1.5;
  padding: 10px;
  position: relative;
  top: -2px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 45%;
  z-index: 2;
}

.form__scheduleTab .radioIcon {
  height: 24px;
  padding-left: 10px;
  position: relative;
  top: -1px;
}

.form__scheduleTab span {
  display: none;
}

@media (min-width: 768px) {
  .form__scheduleTab {
    font-size: 16px !important;
    letter-spacing: 1px;
    padding: 10px 20px;
    top: -3px;
    width: 49%;
  }

  .form__scheduleTab span {
    display: inline;
  }
}
.form__scheduleOptionsBG {
  background: #ebebeb;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.08);
  content: "";
  display: block;
  height: 61px;
  margin: auto;
  position: absolute;
  top: -6px;
  left: 3%;
  width: 94%;
  z-index: 1;
}

@media (min-width: 768px) {
  .form__scheduleOptionsBG {
    font-size: 16px !important;
    left: 0;
    width: 100%;
  }
}
input:checked + .form__scheduleTab {
  color: #fff !important;
  background: #244d63;
}

.form__scheduleOptions {
  font-size: 17px;
  padding: 5px;
  position: relative;
  text-align: center;
}

.form__scheduleOptions .subHeading {
  color: #244d63;
  margin-bottom: 2rem;
  font-family: "Muli", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
}

.form__scheduleOptions .appt-instructions {
  text-align: left;
}

.form__scheduleOptions input {
  position: absolute;
}

.form__scheduleOptions input + label {
  display: inline-block;
}

.form__scheduleOptions input ~ .tabContent {
  display: none;
}

.form__scheduleOptions #scheduleTabZoom:checked ~ .tabContent.-viaZoom,
.form__scheduleOptions #scheduleTabInPerson:checked ~ .tabContent.-inPerson {
  display: block;
}

.form__scheduleOptions .tabContent {
  text-align: left;
  padding: 30px 12px;
}

.form__scheduleOptions .tabContent a {
  color: #3c889e;
  font-weight: 800;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.statBlock {
  background-color: #1a475f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
}
.statBlock__wrapper {
  position: relative;
}
.statBlock__wrapper::after {
  background: url("../images/college-coach/stat-block-accent.png") no-repeat top left/cover;
  content: "";
  height: 314px;
  left: -30px;
  position: absolute;
  top: -30px;
  width: 142px;
}
.statBlock .statPromo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.statBlock__stat.statPromo {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: white;
  min-height: 250px;
  padding: 1.5rem;
  position: relative;
  -webkit-transform: translateY(30px) translateX(30px);
          transform: translateY(30px) translateX(30px);
  z-index: 1;
}
.statBlock__number {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  text-shadow: 4px 4px 0 rgba(4, 137, 86, 0.15);
}
.statBlock__sup {
  font-size: 55%;
  font-weight: 400;
}
.statBlock__text {
  color: #1a475f;
  font-size: 1.125rem;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  line-height: 1.3;
  margin: 0;
  -webkit-transform: translateX(-30px) translateY(70px);
          transform: translateX(-30px) translateY(70px);
}
.statBlock__asset {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  position: relative;
}
.statBlock__asset::before {
  background-color: rgba(60, 136, 158, 0.6);
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .statBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 12rem;
  }
  .statBlock__wrapper {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
  .statBlock__wrapper::after {
    left: 30px;
    top: 100px;
  }
  .statBlock__asset {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  .statBlock__stat.statPromo {
    padding: 3rem 3rem 3rem 2rem;
    -webkit-transform: translateY(130px) translateX(70px);
            transform: translateY(130px) translateX(70px);
  }
  .statBlock__text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .statBlock .statPromo__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .statBlock__wrapper, .statBlock__asset {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

.statPromo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.statPromo__text {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding: 3rem 0;
  font-size: 1.2rem;
}
.statPromo__stat {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.statPromo__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .statPromo__wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.statPromo__large {
  color: #1a475f;
  text-shadow: 0.4rem 0.4rem 0 rgba(4, 137, 86, 0.15);
  display: block;
  font-size: 11rem;
  font-weight: 900;
  position: relative;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .statPromo__large {
    font-size: 13rem;
  }
}
.statPromo__superscript {
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  top: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .statPromo__superscript {
    font-size: 5rem;
  }
}
.statPromo__small {
  color: #1a475f;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto;
  line-height: 1.3;
  padding: 0;
  position: relative;
  text-align: center;
  top: 0;
}
@media screen and (min-width: 767px) {
  .statPromo__small {
    padding: 0 2rem;
    margin: 0;
  }
}
@media screen and (min-width: 900px) {
  .statPromo__small {
    left: -2rem;
    text-align: left;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .statPromo__small {
    font-size: 1.1rem;
    top: -1.5rem;
  }
}
.statPromo .layer__headline {
  text-align: left;
}
.statPromo ~ .imageWithText__image::after {
  content: none;
}

h1.cw,
p.cw,
ul.cw,
li.cw {
  all: unset;
}

.container.cw {
  padding-bottom: 130px;
}
@media (max-width: 700px) {
  .container.cw {
    padding-bottom: 50px;
  }
}

.cw {
  overflow-x: hidden;
  max-width: 1140px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cw img {
  max-width: 100%;
}
.cw--main {
  text-align: center;
  margin: 10px auto;
}
.cw--main-heading {
  display: inline-block;
}
.cw--main-heading h1 {
  font-size: 36px;
  font-family: "Muli", sans-serif;
  color: #233956;
  font-weight: 900;
  text-transform: capitalize;
}
@media (max-width: 900px) {
  .cw--main-heading h1 {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .cw--main-heading h1 {
    font-size: 22px;
  }
}
.cw--main-heading-graphic {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  max-width: 266px;
}
@media (max-width: 700px) {
  .cw--main-heading-graphic {
    max-width: 163px;
  }
}
.cw--main-subheading {
  text-align: center;
  font-size: 24px;
  font-family: "Muli", sans-serif;
  color: #464646;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 30px auto;
  max-width: 70%;
}
@media (max-width: 900px) {
  .cw--main-subheading {
    font-size: 18px;
    max-width: 85%;
  }
}
@media (max-width: 700px) {
  .cw--main-subheading {
    padding: 10px 16px 0 16px;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    max-width: 100%;
    color: #1A475F;
  }
}
.cw--section-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 700px) {
  .cw--section-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #E6F3F7;
    margin: 0;
    padding: 15px;
  }
}
.cw--section-tabs .cw--section-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 25%;
  max-width: 255px;
  margin: 0 6px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  background-color: #3c889e;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cw--section-tabs .cw--section-tab:focus-visible {
  outline: 2px solid #1A475F;
}
@media (max-width: 700px) {
  .cw--section-tabs .cw--section-tab {
    margin: 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    display: none;
    margin: 2px 0;
  }
}
.cw--section-tabs .cw--section-tab:first-child {
  margin-left: 0;
}
.cw--section-tabs .cw--section-tab:last-child {
  margin-right: 0;
}
.cw--section-tabs .cw--section-tab:before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -1px;
  right: -20px;
  height: 18px;
  width: 21px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: -12px 5px 0 0 #1A475F;
          box-shadow: -12px 5px 0 0 #1A475F;
  opacity: 0;
}
@media (max-width: 700px) {
  .cw--section-tabs .cw--section-tab:before {
    display: none;
  }
}
.cw--section-tabs .cw--section-tab:after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -1px;
  left: -20px;
  height: 22px;
  width: 21px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 12px 5px 0 0 #1A475F;
          box-shadow: 12px 5px 0 0 #1A475F;
  opacity: 0;
}
@media (max-width: 700px) {
  .cw--section-tabs .cw--section-tab:after {
    display: none;
  }
}
.cw--section-tabs .cw--section-tab-title {
  padding: 18px 0;
  color: #fff;
  text-align: center;
  font-family: "Muli", sans-serif;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 900px) {
  .cw--section-tabs .cw--section-tab-title {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .cw--section-tabs .cw--section-tab-title {
    font-family: "Muli", sans-serif;
    font-size: 20px;
    font-weight: 800;
    padding: 14px 0 14px 15px;
    text-align: left;
  }
}
.cw--section-tabs .cw--section-tab-mobile-opener {
  position: absolute;
  top: 0;
  right: 5px;
  width: 64px;
  height: 56px;
  background-color: transparent;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='13.721' viewBox='0 0 24 13.721'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M15.387 18.191l9.081-9.074a1.715 1.715 0 0 0-2.429-2.422L11.75 16.976a1.712 1.712 0 0 0-.05 2.365L22.031 29.694a1.715 1.715 0 0 0 2.429-2.422Z' transform='translate(-6.194 24.971) rotate(-90)' fill='%2354afcb'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.cw--section-tabs .cw--section-tab.active {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 328px;
  border-radius: 5px 5px 0 0;
  padding: 14px 0;
  background-color: #1A475F;
  position: relative;
}
@media (max-width: 700px) {
  .cw--section-tabs .cw--section-tab.active {
    padding: 0;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cw--section-tabs .cw--section-tab.active:first-child {
  margin-left: 8px;
}
@media (max-width: 700px) {
  .cw--section-tabs .cw--section-tab.active:first-child {
    margin-left: 0;
  }
}
.cw--section-tabs .cw--section-tab.active:last-child {
  margin-right: 8px;
}
@media (max-width: 700px) {
  .cw--section-tabs .cw--section-tab.active:last-child {
    margin-right: 0;
  }
}
.cw--section-tabs .cw--section-tab.active:before {
  opacity: 1;
}
.cw--section-tabs .cw--section-tab.active:after {
  opacity: 1;
}
@media (max-width: 700px) {
  .cw--section-tabs .cw--section-tab.active .cw--section-tab-mobile-opener {
    display: block;
    cursor: pointer;
  }
}
.cw--section-tabs .cw--section-tab.active .cw--section-tab-mobile-opener.flipped {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (max-width: 700px) {
  .cw--section-tabs .cw--section-tab.open {
    display: block;
  }
}
.cw--section-divider {
  height: 7px;
  border-radius: 3px;
  background-color: #1A475F;
  margin: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 700px) {
  .cw--section-divider {
    display: none;
  }
}
.cw--sections {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
  background-color: #E6F3F7;
  margin: 0 15px;
}
@media (max-width: 700px) {
  .cw--sections {
    margin: 0;
    padding-bottom: 50px;
  }
}
.cw--sections .cw--section {
  display: none;
}
.cw--sections .cw--section-main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 45px;
  margin: 0 30px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
}
.cw--sections .cw--section-description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  position: relative;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-description {
    width: 100%;
  }
}
.cw--sections .cw--section-description p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  padding: 50px 65% 11% 50px;
  margin-left: 0;
  margin-top: 0;
  background: #fff;
  width: 160%;
  font-size: 18px;
  font-family: "Muli", sans-serif;
  color: #464646;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 900px) {
  .cw--sections .cw--section-description p {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .cw--sections .cw--section-description p {
    width: 100%;
    margin-left: 0;
    background: transparent;
    padding: 20px;
    text-align: center;
    color: #1A475F;
    font-family: "Muli", sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
}
.cw--sections .cw--section-image {
  width: 50%;
  margin: 30px 0 30px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-image {
    width: 100%;
    margin: 0;
  }
  .cw--sections .cw--section-image img {
    margin: 0 auto;
  }
}
.cw--sections .cw--section-sub-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px -10px 30px;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-tabs {
    display: none;
  }
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 2px #3c889e solid;
  margin: 15px 7px 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  text-align: center;
  width: 120px;
  height: 90px;
  position: relative;
  padding: 5px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab:focus-visible {
  outline: 2px solid #1A475F;
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab div {
  line-height: 18px;
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab:first-child {
  margin-left: 0;
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab:last-child {
  margin-right: 0;
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab div {
  display: inline-block;
  margin: 0 auto;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1A475F;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-tabs .cw--sub-tab div {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0;
  }
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab.active {
  border-radius: 5px 5px 0 0;
  width: 278px;
  padding: 74px 20px;
  border: 0;
  margin: 0 10px 10px 10px;
  border-top: 6px solid #74aa50;
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab.active div {
  font-size: 27px;
  line-height: 1.25;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-tabs .cw--sub-tab.active {
    border-radius: 0;
    border-top: unset;
    width: 100%;
    padding: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='4.286' viewBox='0 0 20 4.286'%3E%3Cpath id='Icon_awesome-plus' data-name='Icon awesome-plus' d='M18.571 10.107H1.429A1.429 1.429 0 0 0 0 11.536v1.429a1.429 1.429 0 0 0 1.429 1.429H18.571A1.429 1.429 0 0 0 20 12.964V11.536A1.429 1.429 0 0 0 18.571 10.107Z' transform='translate(0 -10.107)' fill='%231a475f'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 96% 17px;
  }
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab.active:first-child {
  margin-left: 0;
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab.active:last-child {
  margin-right: 0;
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab.active:before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  right: -40px;
  height: 40px;
  width: 40px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: -20px 0 0 0 #fff;
          box-shadow: -20px 0 0 0 #fff;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-tabs .cw--sub-tab.active:before {
    display: none;
  }
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab.active:after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  left: -40px;
  height: 40px;
  width: 40px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 20px 0 0 0 #fff;
          box-shadow: 20px 0 0 0 #fff;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-tabs .cw--sub-tab.active:after {
    display: none;
  }
}
.cw--sections .cw--section-sub-tabs .cw--sub-tab.active:first-child:after, .cw--sections .cw--section-sub-tabs .cw--sub-tab.active:last-child:before {
  display: none;
}
.cw--sections .cw--section-sub-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 30px 20px 30px;
  display: none;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-content {
    display: block;
    margin: 0 15px 2px 15px;
  }
  .cw--sections .cw--section-sub-content .cw--sub-content {
    display: none;
  }
}
.cw--sections .cw--section-sub-content .cw--mobile-sub-title {
  display: none;
  background-color: #3C889E;
  margin: 0;
  max-width: 100%;
  border: unset;
  border-radius: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  height: auto;
  text-align: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  padding: 14px 0 14px 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='Icon_awesome-plus' data-name='Icon awesome-plus' d='M18.571 10.107H12.143V3.679A1.429 1.429 0 0 0 10.714 2.25H9.286A1.429 1.429 0 0 0 7.857 3.679v6.429H1.429A1.429 1.429 0 0 0 0 11.536v1.429a1.429 1.429 0 0 0 1.429 1.429H7.857v6.429A1.429 1.429 0 0 0 9.286 22.25h1.429a1.429 1.429 0 0 0 1.429-1.429V14.393h6.429A1.429 1.429 0 0 0 20 12.964V11.536A1.429 1.429 0 0 0 18.571 10.107Z' transform='translate(0 -2.25)' fill='%23eef5fa'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  cursor: pointer;
}
.cw--sections .cw--section-sub-content .cw--mobile-sub-title:focus-visible {
  outline: 2px solid #1A475F;
}
.cw--sections .cw--section-sub-content .cw--mobile-sub-title div {
  font-family: "Muli", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-content .cw--mobile-sub-title {
    display: block;
  }
}
.cw--sections .cw--section-sub-content.active {
  display: block;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-content.active .cw--mobile-sub-title {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='4.286' viewBox='0 0 20 4.286'%3E%3Cpath id='Icon_awesome-plus' data-name='Icon awesome-plus' d='M18.571 10.107H1.429A1.429 1.429 0 0 0 0 11.536v1.429a1.429 1.429 0 0 0 1.429 1.429H18.571A1.429 1.429 0 0 0 20 12.964V11.536A1.429 1.429 0 0 0 18.571 10.107Z' transform='translate(0 -10.107)' fill='%231a475f'/%3E%3C/svg%3E");
  }
}
.cw--sections .cw--section-sub-content.active .cw--sub-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  padding: 30px;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-content.active .cw--sub-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.cw--sections .cw--section-sub-content.active .cw--sub-content-image {
  max-width: 304px;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-content.active .cw--sub-content-image {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
  }
}
.cw--sections .cw--section-sub-content.active .cw--sub-content-copy {
  margin-left: 40px;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-content.active .cw--sub-content-copy {
    margin-left: 0;
  }
}
.cw--sections .cw--section-sub-content.active .cw--sub-content-copy .byline {
  font-size: 28px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 15px 0 20px 0;
  color: #1A475F;
  max-width: 450px;
}
@media (max-width: 900px) {
  .cw--sections .cw--section-sub-content.active .cw--sub-content-copy .byline {
    font-size: 18px;
  }
}
.cw--sections .cw--section-sub-content.active .cw--sub-content-copy .copy {
  font-size: 18px;
  font-family: "Muli", sans-serif;
  color: #464646;
}
@media (max-width: 900px) {
  .cw--sections .cw--section-sub-content.active .cw--sub-content-copy .copy {
    font-size: 16px;
  }
}
.cw--sections .cw--section-sub-content.active .cw--sub-content-copy .copy ul {
  list-style-type: none;
  padding: 0;
}
.cw--sections .cw--section-sub-content.active .cw--sub-content-copy .copy li {
  margin: 10px 0;
}
.cw--sections .cw--section-sub-content.active .cw--sub-content-copy .copy li:before {
  content: "•";
  padding-right: 8px;
  color: #f0bd1b;
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-content.mobile-open {
    display: block;
  }
  .cw--sections .cw--section-sub-content.mobile-open .cw--mobile-sub-title {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='4.286' viewBox='0 0 20 4.286'%3E%3Cpath id='Icon_awesome-plus' data-name='Icon awesome-plus' d='M18.571 10.107H1.429A1.429 1.429 0 0 0 0 11.536v1.429a1.429 1.429 0 0 0 1.429 1.429H18.571A1.429 1.429 0 0 0 20 12.964V11.536A1.429 1.429 0 0 0 18.571 10.107Z' transform='translate(0 -10.107)' fill='%231a475f'/%3E%3C/svg%3E");
  }
  .cw--sections .cw--section-sub-content.mobile-open .cw--sub-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 5px 5px;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 20px;
    margin-bottom: 30px;
  }
  .cw--sections .cw--section-sub-content.mobile-open .cw--sub-content-image {
    max-width: 304px;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
  }
  .cw--sections .cw--section-sub-content.mobile-open .cw--sub-content-copy {
    margin-left: 40px;
    margin-left: 0;
  }
  .cw--sections .cw--section-sub-content.mobile-open .cw--sub-content-copy .byline {
    font-size: 28px;
    font-family: "Muli", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 15px 0 20px 0;
    color: #1A475F;
    max-width: 450px;
    font-size: 18px;
  }
  .cw--sections .cw--section-sub-content.mobile-open .cw--sub-content-copy .copy {
    font-size: 18px;
    font-family: "Muli", sans-serif;
    color: #464646;
    font-size: 16px;
  }
  .cw--sections .cw--section-sub-content.mobile-open .cw--sub-content-copy .copy ul {
    list-style-type: none;
    padding: 0;
  }
  .cw--sections .cw--section-sub-content.mobile-open .cw--sub-content-copy .copy li {
    margin: 10px 0;
  }
  .cw--sections .cw--section-sub-content.mobile-open .cw--sub-content-copy .copy li:before {
    content: "•";
    padding-right: 8px;
    color: #f0bd1b;
  }
}
@media (max-width: 700px) {
  .cw--sections .cw--section-sub-content.active.temp-closed .cw--sub-content {
    display: none;
  }
  .cw--sections .cw--section-sub-content.active.temp-closed .cw--mobile-sub-title {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='Icon_awesome-plus' data-name='Icon awesome-plus' d='M18.571 10.107H12.143V3.679A1.429 1.429 0 0 0 10.714 2.25H9.286A1.429 1.429 0 0 0 7.857 3.679v6.429H1.429A1.429 1.429 0 0 0 0 11.536v1.429a1.429 1.429 0 0 0 1.429 1.429H7.857v6.429A1.429 1.429 0 0 0 9.286 22.25h1.429a1.429 1.429 0 0 0 1.429-1.429V14.393h6.429A1.429 1.429 0 0 0 20 12.964V11.536A1.429 1.429 0 0 0 18.571 10.107Z' transform='translate(0 -2.25)' fill='%23eef5fa'/%3E%3C/svg%3E");
  }
}
.cw--sections .cw--section.active {
  display: block;
}

.container.cwsm {
  padding-bottom: 130px;
}

@media (max-width: 700px) {
  .container.cw {
    padding-bottom: 50px;
  }
}
.cwsm {
  overflow-x: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E6F3F7;
}
.cwsm img {
  max-width: 100%;
}
.cwsm--sections {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 700px) {
  .cwsm--sections {
    margin: 0;
    padding-bottom: 70px;
  }
}
.cwsm--sections .cwsm--section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
}
.cwsm--sections .cwsm--section-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Muli", sans-serif;
  font-size: 40px;
  font-weight: 700;
  max-width: 50%;
  padding: 0 150px 0 76px;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-title {
    max-width: 100%;
    text-align: center;
    padding: 0 15px 10px 15px;
    line-height: 1.2;
  }
}
.cwsm--sections .cwsm--section-main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  margin: 0 30px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 5px;
    margin: 0 15px 20px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
}
.cwsm--sections .cwsm--section-description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  position: relative;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-description {
    width: 100%;
  }
}
.cwsm--sections .cwsm--section-description p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  padding: 46px 65% 11% 46px;
  margin-left: 0;
  margin-top: 0;
  background: #fff;
  width: 160%;
  font-size: 18px;
  font-family: "Muli", sans-serif;
  color: #464646;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 900px) {
  .cwsm--sections .cwsm--section-description p {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-description p {
    width: 100%;
    margin-left: 0;
    background: transparent;
    padding: 20px;
    text-align: center;
    color: #1A475F;
    font-family: "Muli", sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
}
.cwsm--sections .cwsm--section-image {
  width: 50%;
  margin: 30px 0 30px 30px;
  position: relative;
  z-index: 1;
}
.cwsm--sections .cwsm--section-image img {
  margin-top: -84px;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-image {
    width: 100%;
    margin: 0;
  }
  .cwsm--sections .cwsm--section-image img {
    margin: 0 auto;
  }
}
.cwsm--sections .cwsm--section-sub-tabs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px -10px 30px;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-tabs {
    display: none;
  }
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 2px #3c889e solid;
  margin: 15px 7px 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  text-align: center;
  width: 120px;
  height: 90px;
  position: relative;
  padding: 5px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab:focus-visible {
  outline: 2px solid #1A475F;
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab div {
  line-height: 18px;
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab:first-child {
  margin-left: 0;
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab:last-child {
  margin-right: 0;
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab div {
  display: inline-block;
  margin: 0 auto;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1A475F;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab div {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0;
  }
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab.active {
  border-radius: 5px 5px 0 0;
  width: 278px;
  padding: 74px 20px;
  border: 0;
  margin: 0 10px 10px 10px;
  border-top: 6px solid #74aa50;
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab.active div {
  font-size: 27px;
  line-height: 1.25;
  font-weight: 800;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab.active {
    border-radius: 0;
    border-top: unset;
    width: 100%;
    padding: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='4.286' viewBox='0 0 20 4.286'%3E%3Cpath id='Icon_awesome-plus' data-name='Icon awesome-plus' d='M18.571 10.107H1.429A1.429 1.429 0 0 0 0 11.536v1.429a1.429 1.429 0 0 0 1.429 1.429H18.571A1.429 1.429 0 0 0 20 12.964V11.536A1.429 1.429 0 0 0 18.571 10.107Z' transform='translate(0 -10.107)' fill='%231a475f'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 96% 17px;
  }
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab.active:first-child {
  margin-left: 8px;
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab.active:last-child {
  margin-right: 8px;
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab.active:before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  right: -40px;
  height: 40px;
  width: 40px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: -20px 0 0 0 #fff;
          box-shadow: -20px 0 0 0 #fff;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab.active:before {
    display: none;
  }
}
.cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab.active:after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  left: -40px;
  height: 40px;
  width: 40px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 20px 0 0 0 #fff;
          box-shadow: 20px 0 0 0 #fff;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-tabs .cwsm--sub-tab.active:after {
    display: none;
  }
}
.cwsm--sections .cwsm--section-sub-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 30px 20px 30px;
  display: none;
}
.cwsm--sections .cwsm--section-sub-content .cwsm--sub-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-content .cwsm--sub-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 300px;
  /*padding-right: 113px;*/
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-image {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 0;
  }
}
.cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-image img {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-image img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-copy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-top: 30px;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-copy {
    margin-left: 0;
    padding-left: 0;
    padding-top: 20px;
  }
}
.cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-copy .cta {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-copy .cta {
    text-align: center;
    padding-top: 20px;
  }
}
.cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-copy .copy {
  padding-right: 120px;
  font-size: 20px;
  font-family: "Muli", sans-serif;
  color: #464646;
}
@media (max-width: 900px) {
  .cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-copy .copy {
    font-size: 16px;
    padding-right: 60px;
  }
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-copy .copy {
    text-align: center;
    padding-right: 0;
  }
}
.cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-copy .copy ul {
  list-style-type: none;
  padding: 0;
}
.cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-copy .copy li {
  margin: 10px 0;
}
.cwsm--sections .cwsm--section-sub-content .cwsm--sub-content-copy .copy li:before {
  content: "•";
  padding-right: 8px;
  color: #f0bd1b;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-content {
    display: block;
    margin: 0 15px 2px 15px;
  }
  .cwsm--sections .cwsm--section-sub-content .cwsm--sub-content {
    display: none;
  }
}
.cwsm--sections .cwsm--section-sub-content .cwsm--mobile-sub-title {
  display: none;
  background-color: #3C889E;
  margin: 0;
  max-width: 100%;
  border: unset;
  border-radius: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  height: auto;
  text-align: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  padding: 14px 0 14px 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='Icon_awesome-plus' data-name='Icon awesome-plus' d='M18.571 10.107H12.143V3.679A1.429 1.429 0 0 0 10.714 2.25H9.286A1.429 1.429 0 0 0 7.857 3.679v6.429H1.429A1.429 1.429 0 0 0 0 11.536v1.429a1.429 1.429 0 0 0 1.429 1.429H7.857v6.429A1.429 1.429 0 0 0 9.286 22.25h1.429a1.429 1.429 0 0 0 1.429-1.429V14.393h6.429A1.429 1.429 0 0 0 20 12.964V11.536A1.429 1.429 0 0 0 18.571 10.107Z' transform='translate(0 -2.25)' fill='%23eef5fa'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  cursor: pointer;
}
.cwsm--sections .cwsm--section-sub-content .cwsm--mobile-sub-title:focus-visible {
  outline: 2px solid #1A475F;
}
.cwsm--sections .cwsm--section-sub-content .cwsm--mobile-sub-title div {
  font-family: "Muli", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-content .cwsm--mobile-sub-title {
    display: block;
  }
}
.cwsm--sections .cwsm--section-sub-content.active {
  display: block;
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-content.active .cwsm--mobile-sub-title {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='4.286' viewBox='0 0 20 4.286'%3E%3Cpath id='Icon_awesome-plus' data-name='Icon awesome-plus' d='M18.571 10.107H1.429A1.429 1.429 0 0 0 0 11.536v1.429a1.429 1.429 0 0 0 1.429 1.429H18.571A1.429 1.429 0 0 0 20 12.964V11.536A1.429 1.429 0 0 0 18.571 10.107Z' transform='translate(0 -10.107)' fill='%231a475f'/%3E%3C/svg%3E");
  }
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-content.mobile-open {
    display: block;
  }
  .cwsm--sections .cwsm--section-sub-content.mobile-open .cwsm--mobile-sub-title {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='4.286' viewBox='0 0 20 4.286'%3E%3Cpath id='Icon_awesome-plus' data-name='Icon awesome-plus' d='M18.571 10.107H1.429A1.429 1.429 0 0 0 0 11.536v1.429a1.429 1.429 0 0 0 1.429 1.429H18.571A1.429 1.429 0 0 0 20 12.964V11.536A1.429 1.429 0 0 0 18.571 10.107Z' transform='translate(0 -10.107)' fill='%231a475f'/%3E%3C/svg%3E");
  }
  .cwsm--sections .cwsm--section-sub-content.mobile-open .cwsm--sub-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 700px) {
  .cwsm--sections .cwsm--section-sub-content.active.temp-closed .cwsm--sub-content {
    display: none;
  }
  .cwsm--sections .cwsm--section-sub-content.active.temp-closed .cwsm--mobile-sub-title {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='Icon_awesome-plus' data-name='Icon awesome-plus' d='M18.571 10.107H12.143V3.679A1.429 1.429 0 0 0 10.714 2.25H9.286A1.429 1.429 0 0 0 7.857 3.679v6.429H1.429A1.429 1.429 0 0 0 0 11.536v1.429a1.429 1.429 0 0 0 1.429 1.429H7.857v6.429A1.429 1.429 0 0 0 9.286 22.25h1.429a1.429 1.429 0 0 0 1.429-1.429V14.393h6.429A1.429 1.429 0 0 0 20 12.964V11.536A1.429 1.429 0 0 0 18.571 10.107Z' transform='translate(0 -2.25)' fill='%23eef5fa'/%3E%3C/svg%3E");
  }
}

.section__header {
  position: relative;
  margin-bottom: -30px;
}
@media screen and (min-width: 767px) {
  .section__header {
    margin-bottom: -80px;
  }
}
.section__header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0;
}
@media screen and (min-width: 580px) {
  .section__header .container {
    padding: inherit;
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .section__header .container {
    max-width: 900px;
  }
}
@media screen and (min-width: 1024px) {
  .section__header .container {
    max-width: unset;
  }
}
.section__header .hero__left {
  padding: 50px 5% 100px 0;
  color: white;
  padding-left: 30px;
}
@media screen and (min-width: 767px) {
  .section__header .hero__left {
    padding: 100px 0 150px 30px;
    width: 50%;
    max-width: 450px;
  }
}
@media (min-width: 1280px) {
  .section__header .hero__left {
    padding-left: 0;
  }
}
.section__header .hero__right {
  height: 35vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media screen and (min-width: 767px) {
  .section__header .hero__right {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 50%;
  }
}
.section__header .hero__message {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 50px;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .section__header .hero__message {
    font-size: 36px;
  }
}
.section__header .eyebrow {
  color: #f0bd1b;
  font-size: 16px;
  margin-bottom: 30px;
}
.section__header .button {
  display: inline;
}

.curve.-hero {
  position: relative;
  z-index: 2;
}

.section__about {
  background-color: #eeeded;
  overflow: hidden;
  padding: 50px 0;
}
@media screen and (min-width: 1024px) {
  .section__about {
    padding: 100px 0;
  }
}
.section__about .sectionHeading {
  z-index: 2;
  position: relative;
}

.sectionHeading {
  color: #1a475f;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 45px;
}
.sectionHeading strong {
  font-weight: 800;
}
.sectionHeading.-center {
  text-align: center;
}
.sectionHeading.-bold {
  font-weight: 800;
  color: #464646;
  text-transform: none;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .sectionHeading {
    font-size: 48px;
    margin-bottom: 60px;
  }
}

.sectionSubhead {
  display: inline-table !important;
  font-size: 24px;
  color: #3c889e;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 15px;
}
.sectionSubhead::after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  display: block;
  position: relative;
  top: 5px;
  height: 3px;
  width: 40px;
  background-color: #f0bd1b;
}

.tabNav {
  list-style: none;
  padding: 0;
  margin-bottom: 28px;
}
.tabNav__item {
  display: inline-block;
}
.tabNav__link {
  border: none;
  margin: 0 10px 0 0;
  padding: 0 0 10px 0;
  background: none;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-radius: 0;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 12px;
}
.tabNav__link:hover, .tabNav__link.active {
  -webkit-transition: none;
  transition: none;
  border: none;
  border-bottom: 3px solid #f0bd1b;
}
@media screen and (min-width: 580px) {
  .tabNav__link {
    margin: 0 15px 0 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  .tabNav__link {
    margin: 0 45px 0 0;
    font-size: 18px;
  }
}

.tabContent {
  position: relative;
  list-style: none;
}
.tabContent.-hidden {
  display: none;
}
.tabContent.-greenAccent .tabContent__message strong {
  color: #70b347;
}
.tabContent.-greenAccent .eyebrow {
  border-color: #70b347;
}
.tabContent.-tealAccent .tabContent__message strong {
  color: #1cb0cc;
}
.tabContent.-tealAccent .eyebrow {
  border-color: #1cb0cc;
}
.tabContent.-yellowAccent .tabContent__message strong {
  color: #fcaf17;
}
.tabContent.-yellowAccent .eyebrow {
  border-color: #fcaf17;
}
.tabContent.-orangeAccent .tabContent__message strong {
  color: #f15f22;
}
.tabContent.-orangeAccent .eyebrow {
  border-color: #f15f22;
}
.tabContent__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: grid;
  grid-template-columns: 40px auto 40px;
  grid-template-rows: repeat(6, -webkit-max-content);
  grid-template-rows: repeat(6, max-content);
}
@media screen and (min-width: 992px) {
  .tabContent__inner {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 40px auto 40px;
  }
}
@media screen and (min-width: 1500px) {
  .tabContent__inner {
    grid-template-rows: 60px auto 60px;
    grid-template-columns: repeat(6, 1fr);
  }
}
.tabContent__icon {
  height: 60px;
  position: absolute;
  right: 30px;
  top: 15px;
  width: 60px;
}
@media screen and (min-width: 992px) {
  .tabContent__icon {
    height: 85px;
    right: 5%;
    top: 15px;
    width: 85px;
  }
}
@media screen and (min-width: 1024px) {
  .tabContent__icon {
    top: 30px;
  }
}
.tabContent__icon > img,
.tabContent__icon > svg {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.tabContent__text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #1a475f;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 2/span 1;
  grid-row: 4/span 3;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .tabContent__text {
    grid-column: 1/span 4;
    grid-row: 2/span 2;
    min-height: 440px;
    padding: 45px;
  }
}
@media screen and (min-width: 1500px) {
  .tabContent__text {
    grid-column: 1/span 3;
    margin: 0 0 0 -30px;
    width: calc(100% + 30px);
  }
}
.tabContent__text .eyebrow {
  -webkit-animation: fadeInUp 1s ease-out;
          animation: fadeInUp 1s ease-out;
  border-bottom: 5px solid white;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .tabContent__text .eyebrow {
    font-size: 24px;
    padding-bottom: 18px;
  }
}
.tabContent__text .bhc-textLink {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
  background: none;
  border: none;
  color: white;
  margin-bottom: 0;
  padding-right: 0;
}
.tabContent__text strong {
  font-weight: 900;
}
.tabContent__text.-hidden {
  opacity: 0;
}
.tabContent__text button.bhc-callout__cta {
  margin-top: auto;
}
.tabContent__text button.bhc-callout__cta::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tabContent__message {
  -webkit-animation: fadeInUp2 1s ease-out;
          animation: fadeInUp2 1s ease-out;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
  padding-right: 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .tabContent__message {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
.tabContent__media {
  grid-column: 1/span 3;
  grid-row: 1/span 4;
  height: 40vh;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .tabContent__media {
    grid-column: 3/span 6;
    grid-row: 1/span 3;
    height: 520px;
  }
}
@media screen and (min-width: 1500px) {
  .tabContent__media {
    grid-column: 2/span 5;
    height: 560px;
    width: calc(100% + 160px);
  }
}
.tabContent__image {
  -webkit-animation: fadeInLeft 1200ms ease-in-out;
          animation: fadeInLeft 1200ms ease-in-out;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 1200ms ease-in-out, -webkit-transform 1200ms ease-in-out;
  transition: opacity 1200ms ease-in-out, -webkit-transform 1200ms ease-in-out;
  transition: transform 1200ms ease-in-out, opacity 1200ms ease-in-out;
  transition: transform 1200ms ease-in-out, opacity 1200ms ease-in-out, -webkit-transform 1200ms ease-in-out;
  width: 100%;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0.8;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0.8;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.section__values {
  padding: 60px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#3c889e), to(#1a475f));
  background-image: linear-gradient(to right, #3c889e 0%, #1a475f 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#3c889e), to(#1a465f));
  background-image: linear-gradient(to right, #3c889e 0%, #1a465f 100%);
  color: white;
}
.section__values .col-sm-3 {
  width: 100% !important;
}
@media screen and (min-width: 767px) {
  .section__values .col-sm-3 {
    width: 16.66667%;
  }
}
.section__values .col-sm-7 p {
  line-height: 1.5;
}
.section__values .col-sm-6:last-child .value__letter {
  margin-right: -15px;
}
.section__values .col-sm-12 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 767px) {
  .section__values .col-sm-12 .row {
    display: block;
    vertical-align: bottom;
  }
}
.section__values .sectionHeading {
  color: white;
}

.value {
  background-color: white;
  color: #464646;
  padding: 30px;
  margin-bottom: 35px;
  margin-top: 60px;
}
@media screen and (min-width: 767px) {
  .value {
    margin-top: 0;
  }
}
.value__word {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding-bottom: 15px;
  top: -50px;
  left: -15px;
}
.value__letter {
  position: relative;
}
.value__letter.-kern {
  margin-right: -10px;
}
.value__heading {
  display: block;
  vertical-align: bottom;
  font-size: 24px;
  color: #3c889e;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.value__description {
  margin-top: -45px;
  margin-bottom: 0 !important;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .value__description {
    font-size: 16px;
    line-height: 1.4;
  }
}
.value__heart {
  position: absolute;
  bottom: 50px;
  height: 100px;
  right: 15px;
}
@media screen and (min-width: 767px) {
  .value__heart {
    bottom: 65px;
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .value__heart {
    right: 0px;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .value__heart {
    right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .value {
    padding: 40px;
    padding-top: 35px;
  }
}

.section__values,
.section__history,
.section__diversity,
.section__foundation {
  padding: 50px 0;
}
.section__values p,
.section__history p,
.section__diversity p,
.section__foundation p {
  font-size: 18px;
  margin-bottom: 30px;
}
.section__values .button,
.section__history .button,
.section__diversity .button,
.section__foundation .button {
  display: inline-block;
  margin-top: 0 !important;
}
@media screen and (min-width: 1024px) {
  .section__values,
.section__history,
.section__diversity,
.section__foundation {
    padding: 100px 0;
  }
}

.section__diversity {
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .section__diversity {
    padding: 90px 0 60px;
  }
}
.section__diversity .sectionHeading {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .section__diversity .sectionHeading {
    margin-top: 80px;
  }
}
.section__diversity img {
  margin-bottom: 30px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .section__diversity img {
    left: -25px;
  }
}
.section__diversity p {
  line-height: 1.35;
}

.section__history {
  padding-top: 0;
  background-color: #eeeded;
}
.section__history .sectionHeading {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .section__history .-colSwap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .section__history .col-sm-7.order-md-1 {
    padding-right: 100px;
  }
}
.section__history img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .section__history img {
    margin-top: 0;
  }
}
.section__history p {
  margin-bottom: 45px;
}
.section__history h3 {
  line-height: 1.5;
}
.section__history .button {
  display: inline;
  position: relative;
  z-index: 1;
}
.section__history .button:hover {
  background-color: #eeeded;
}

.bhc__timelineFooter {
  display: none;
  margin-top: -10px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .bhc__timelineFooter {
    display: block;
  }
}
.bhc__timelineFooter::before {
  background: #f0bd1b;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}

.bhc__timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.bhc__timeline__text {
  position: relative;
  z-index: 2;
}
.bhc__timeline__content {
  margin: 0 0 45px;
}
.bhc__timeline__image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .bhc__timeline__image {
    margin-bottom: 50px;
  }
  .bhc__timeline__image::after {
    background: #f0bd1b;
    border-radius: 50%;
    bottom: -15px;
    content: "";
    height: 30px;
    left: calc(50% - 15px);
    position: absolute;
    width: 30px;
    z-index: 2;
  }
}
.bhc__timeline__image img {
  height: 327px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 262px;
}
.bhc__timeline__dot {
  position: absolute;
  left: 115%;
  height: 12px;
  width: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #f0bd1b;
}
@media screen and (min-width: 1024px) {
  .bhc__timeline__dot:nth-child(2) {
    left: 86%;
  }
  .bhc__timeline__dot:nth-child(3) {
    left: 95%;
  }
  .bhc__timeline__dot:nth-child(4) {
    left: 69%;
  }
  .bhc__timeline__dot:nth-child(5) {
    left: 55.85%;
  }
  .bhc__timeline__dot:nth-child(6) {
    left: 62%;
  }
  .bhc__timeline__dot:nth-child(7) {
    left: 47%;
  }
  .bhc__timeline__dot:nth-child(8) {
    left: 35%;
  }
  .bhc__timeline__dot:nth-child(9) {
    left: 90%;
  }
  .bhc__timeline__dot:nth-child(2):before, .bhc__timeline__dot:nth-child(5):before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 1px;
    height: 350px;
    background-color: #f0bd1b;
  }
}
@media screen and (min-width: 1200px) {
  .bhc__timeline__dot:nth-child(2) {
    left: 85.8%;
  }
  .bhc__timeline__dot:nth-child(5) {
    left: 55.85%;
  }
}

.section__leadership {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(95%, white), to(#f0f0f0));
  background: linear-gradient(to bottom, white 0%, white 95%, #f0f0f0 100%);
}

.leadership__filters {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 60px;
}
.leadership__filter {
  display: inline-block;
  padding: 2px;
}
@media screen and (min-width: 767px) {
  .leadership__filter {
    padding: 5px;
  }
}
.leadership__filter button {
  border-radius: 50px;
  text-transform: none;
  background-color: #eeeded;
  font-size: 13px;
  padding: 1rem 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .leadership__filter button {
    font-size: 14px;
  }
}
.leadership__filter button.active, .leadership__filter button.active:hover, .leadership__filter button.focus {
  background-color: #3c889e;
  color: white;
  border: 2px solid #3c889e;
}
.leadership__filter button:hover {
  border-color: #3c889e;
  background-color: #e3e5e6;
  color: inherit;
}
.leadership__image {
  padding: 0 !important;
  margin-bottom: 15px;
}
.leadership__name {
  text-transform: uppercase;
  color: #1a475f;
}

.img-leadership-profile {
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .img-leadership-profile {
    min-height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .img-leadership-profile {
    min-height: 290px;
  }
}

.section__awards {
  padding: 60px 0 0;
}
.section__awards .sectionHeading {
  margin-bottom: 0;
}
.section__awards .bhc-awardsMarquee {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section__foundation {
  background-color: #eeeded;
  padding-bottom: 60px;
}
.section__foundation .sectionHeading {
  color: #464646;
  text-transform: none;
  line-height: 1;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 767px) {
  .section__foundation .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.section__foundation p {
  font-size: 18px;
  margin-bottom: 30px;
}

.foundation__image {
  margin-bottom: 30px;
  border-bottom: 15px solid;
  -o-border-image: linear-gradient(90deg, #eeeded 15%, #048956 15%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #eeeded), color-stop(15%, #048956)) 1;
     border-image: linear-gradient(90deg, #eeeded 15%, #048956 15%) 1;
}
@media screen and (min-width: 1024px) {
  .foundation__image {
    padding-left: 30px;
  }
}

.section__more {
  padding: 0 0 60px;
}
.section__more a {
  display: inline-block !important;
  padding: 15px;
}
.section__more a p {
  color: #464646;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.section__more a .bhc-textLink {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
}
@media screen and (min-width: 1024px) {
  .section__more a .bhc-textLink {
    width: 10px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
  }
  .section__more a .bhc-textLink::after {
    visibility: visible;
    right: 108px;
  }
}
.section__more a:hover {
  background-color: #e6f3f7;
}
.section__more a:hover .sectionSubhead {
  color: #1a475f;
}
.section__more a:hover .sectionSubhead::after {
  background-color: #92d9e7;
  width: 100%;
}
.section__more a:hover .bhc-textLink {
  color: #1a475f;
  display: block;
  opacity: 1;
  width: 100%;
}
.section__more a:hover .bhc-textLink::after {
  right: 0;
}

#ctaBtnHollow {
  border: 2px solid #f2a900;
}

button, .action-program-photo-wrap {
  text-transform: none;
}

.circular-photo {
  display: inline-block;
}

.curriculum-mobile-tab {
  color: #5d5e60;
}

.bhc-callout {
  color: white;
  padding: 30px 0;
}
@media screen and (min-width: 767px) {
  .bhc-callout {
    padding: 45px 0px;
  }
}
.bhc-callout__message {
  color: #464646;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .bhc-callout__message {
    line-height: 1.25;
    font-size: 36px;
  }
}
.bhc-callout__cta {
  font-size: 11px;
  margin-bottom: 30px;
  color: #1a475f;
}
@media screen and (min-width: 767px) {
  .bhc-callout__cta {
    font-size: 16px;
  }
}

.bhc-callsToAction {
  padding: 45px 0;
  background-color: #1a475f;
  background-image: -webkit-gradient(linear, right top, left top, from(#3c889e), to(#1a475f));
  background-image: linear-gradient(to left, #3c889e 0%, #1a475f 100%);
}
@media screen and (min-width: 767px) {
  .bhc-callsToAction {
    padding: 90px 0;
  }
}
@media screen and (min-width: 767px) {
  .bhc-callsToAction .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bhc-callsToAction .bhc-heading {
  font-size: 30px;
}
.bhc-callsToAction .bhc-heading br {
  display: none;
}
@media screen and (min-width: 767px) {
  .bhc-callsToAction .bhc-heading {
    font-size: 45px;
    line-height: 0.75;
  }
}
.bhc-callsToAction .button {
  width: 100%;
}
.bhc-callsToAction .button:last-child {
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .bhc-callsToAction .button:last-child {
    margin-bottom: 0;
  }
}
.bhc-callsToAction img {
  display: none;
  max-height: 324px;
}
@media screen and (min-width: 1024px) {
  .bhc-callsToAction img {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .featuredPost {
    max-width: 1600px !important;
    width: 100% !important;
    margin: auto;
  }
}
.featuredPost__list {
  padding: 30px 5px;
}
@media only screen and (min-width: 960px) and (max-height: 768px) {
  .featuredPost__list {
    padding: 30px;
  }
}
@media screen and (min-width: 767px) {
  .featuredPost__list {
    padding: 45px;
  }
}
.featuredPost__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.featuredPost__item > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.featuredPost__item > div:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (min-width: 1024px) {
  .featuredPost__item {
    margin: 0 auto;
  }
}
.featuredPost__item .image {
  padding: 0;
}
.featuredPost__image {
  border-radius: 100%;
  width: 100%;
}
.featuredPost__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
}
.featuredPost__category {
  color: #464646;
  font-size: 11px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (min-width: 767px) {
  .featuredPost__category {
    font-size: 14px;
  }
}
.featuredPost__title {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .featuredPost__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .featuredPost__title {
    font-size: 24px;
  }
}
.featuredPost__cta {
  font-size: 11px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .featuredPost__cta {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .featuredPost .col-md-4 .featuredPost__text .featuredPost__category {
    font-size: 13px;
  }
  .featuredPost .col-md-4 .featuredPost__text .featuredPost__cta {
    font-size: 14px;
  }
}

.bhc-news {
  background-color: #eeeded;
  font-weight: 800;
  padding: 75px 0 0;
}
@media screen and (min-width: 767px) {
  .bhc-news h2 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1024px) {
  .bhc-newsCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bhc-newsCards.-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bhc-newsCards.-small .bhc-newsCard {
    height: 48%;
  }
}

.bhc-newsCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  margin: 0 0 2em;
  position: relative;
  padding: 0;
}
.bhc-newsCard__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 40%;
  position: absolute;
  top: 0;
  height: 100%;
}
.bhc-newsCard__text {
  background-color: white;
  margin-left: 40%;
  padding: 30px 45px 30px 30px;
}
.bhc-newsCard__date {
  color: #767676;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 767px) {
  .bhc-newsCard__date {
    font-size: 14px;
  }
}
.bhc-newsCard__title {
  color: #1a475f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.35;
}
@media screen and (min-width: 767px) {
  .bhc-newsCard__title {
    font-size: 24px;
  }
}
.bhc-newsCard__cta {
  color: #3c889e !important;
  font-size: 11px;
}
@media screen and (min-width: 767px) {
  .bhc-newsCard__cta {
    font-size: 16px;
  }
}
.bhc-newsCard__cta:after {
  color: #f0bd1b;
  content: "▶";
  font-family: "bh-corporate";
  top: 0;
}
.bhc-newsCard.-small:last-child {
  margin-bottom: 0;
}
.bhc-newsCard.-large {
  margin-left: 15px;
  width: calc(100% - 30px);
}
.bhc-newsCard.-large .bhc-newsCard__text {
  margin-left: 0;
}
.bhc-newsCard.-large .bhc-newsCard__image {
  position: relative;
  height: unset;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .bhc-newsCard {
    margin: 0;
  }
  .bhc-newsCard.-large {
    width: 41.66667%;
    margin-right: 15px;
  }
  .bhc-newsCard.-large .bhc-newsCard__text {
    margin-left: 0;
  }
  .bhc-newsCard.-large .bhc-newsCard__image {
    position: relative;
    width: 100%;
  }
  .bhc-newsCard.-small .bhc-newsCard__image {
    width: 40%;
    position: absolute;
    top: 0;
  }
}

.bhc-collage {
  padding: 100px 0;
  -webkit-box-shadow: inset 0px -50px 50px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px -50px 50px rgba(0, 0, 0, 0.05);
}
.bhc-collage .row {
  max-width: 1400px;
  margin: auto;
}
.bhc-collage [class^=col-] {
  padding: 0 10px;
}
.bhc-collage__image {
  width: 100%;
  float: right;
  display: none;
}
.bhc-collage__image.-mobileImg {
  display: block;
}
@media screen and (min-width: 767px) {
  .bhc-collage__image {
    display: block;
  }
}
.bhc-collage__text {
  display: block;
  margin-bottom: -120px;
  padding: 30px;
  position: relative;
  top: -45px;
}
.bhc-collage__text p {
  font-size: 16px;
  line-height: 1.85;
}
@media screen and (min-width: 767px) {
  .bhc-collage__text {
    padding: 15px 0;
    margin-bottom: unset;
  }
}
.bhc-collage .bhc-heading {
  color: #3c889e;
  margin: 0 0 1.5rem;
}
.bhc-collage p {
  margin-bottom: 2rem;
}

:root {
  --marquee-width: 100vw;
  --marquee-height: 250px;
  /* --marquee-elements: 12; */
  /* defined with JavaScript */
  --marquee-element-width: calc( var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
  --marquee-elements-displayed: 3;
}
@media screen and (min-width: 767px) {
  :root {
    --marquee-elements-displayed: 4;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --marquee-elements-displayed: 5;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --marquee-elements-displayed: 6;
  }
}

.bhc-awardsMarquee {
  width: var(--marquee-width);
  height: 150px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
  padding: 50px 0;
}
.bhc-awardsMarquee__content {
  height: var(--marquee-height);
  position: absolute;
  top: 0;
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scrolling var(--marquee-animation-duration) linear infinite;
          animation: scrolling var(--marquee-animation-duration) linear infinite;
}
@media screen and (min-width: 1024px) {
  .bhc-awardsMarquee {
    height: 270px;
  }
}

@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}

@keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
            transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
.bhc-awardsMarquee__content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--marquee-element-width);
  white-space: nowrap;
}

.bhc-awardsMarquee__content li img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  max-height: 75px;
}
@media screen and (min-width: 1024px) {
  .bhc-awardsMarquee__content li img {
    max-height: 150px;
  }
}

.bhc-solutions {
  margin: auto;
  max-width: 1200px;
  padding: 0 2rem 20px;
}
.bhc-solutions .homeModal.-showBackground {
  background: rgba(26, 71, 95, 0.85);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
}
.bhc-solutions .homeModal .toggle {
  border-bottom: 0px;
  border-radius: 0 !important;
  background-color: #1a475f;
  padding: 10px 18px;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  cursor: pointer;
}
.bhc-solutions .homeModal .toggle.show {
  display: block;
}
.bhc-solutions .homeModal .toggle:hover {
  color: white;
}
@media screen and (min-width: 1024px) {
  .bhc-solutions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bhc-solutions__list {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .bhc-solutions__list {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    padding-left: 60px;
  }
}
.bhc-solutions__nav {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #F3F6F7;
  padding: 30px 15px 15px 30px;
  top: 100px;
  margin-bottom: 4rem;
  margin-top: 80px;
  position: sticky;
}
@media (max-width: 1024px) {
  .bhc-solutions__nav {
    display: none;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    margin-top: -240px;
  }
  .bhc-solutions__nav.-showNav {
    position: fixed;
    display: inherit;
  }
}
.bhc-solutions__navCategory {
  margin: 0;
  padding-left: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.bhc-solutions__navCategory .bhc-solutions__link,
.bhc-solutions__navCategory .bhc-solutions__navList,
.bhc-solutions__navCategory .bhc-solutions__navItem {
  visibility: hidden;
}
.bhc-solutions__navCategory:before {
  content: "";
  width: 15px;
  background: linear-gradient(90deg, white 15px, #eeeded 15px);
  height: 0;
  left: 0;
  top: 2px;
  border-radius: 15px;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bhc-solutions__navCategory.active:before {
  height: 75%;
}
.bhc-solutions__navCategory.active .bhc-solutions__link,
.bhc-solutions__navCategory.active .bhc-solutions__navList,
.bhc-solutions__navCategory.active .bhc-solutions__navItem {
  visibility: visible;
}
.bhc-solutions__navCategory.active .bhc-solutions__navHeading:before {
  background: #54afcb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bhc-solutions__navCategory.active .bhc-solutions__navList {
  opacity: 1;
}
.bhc-solutions__navCategory.active.-earlyEdList:before, .bhc-solutions__navCategory.active.-familyList:before {
  height: 235px;
}
.bhc-solutions__navCategory.active.-earlyEdList .bhc-solutions__navList {
  height: 211px;
}
.bhc-solutions__navCategory.active.-familyList .bhc-solutions__navList {
  height: 211px;
}
.bhc-solutions__navCategory.active.-edAssistList .bhc-solutions__navList {
  height: 100px;
}
.bhc-solutions__navCategory.active.-relevantStatsList .bhc-solutions__navList {
  height: 100px;
}
.bhc-solutions__navHeading {
  color: #3c889e;
  font-size: 18px;
  padding: 0 25% 0 30px;
  position: relative;
  margin-bottom: 10px;
}
.bhc-solutions__navHeading a:hover {
  color: #1a475f;
}
.bhc-solutions__navHeading::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #54afcb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bhc-solutions__navHeading::before {
    background: white;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
  }
}
.bhc-solutions__navList {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bhc-solutions__navList {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
}
.bhc-solutions__navItem {
  list-style: disc;
  color: #f0bd1b;
  list-style: disc;
  list-style-position: inside;
  position: relative;
}
.bhc-solutions__navItem:last-child {
  margin-bottom: 2rem;
}
.bhc-solutions__link, .bhc-solutions__jumpLink {
  display: inline-block;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  color: #1a475f;
}
.bhc-solutions__jumpLink {
  font-weight: 800;
  color: #3c889e;
}
.bhc-solutions__link {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.bhc-solutions__link:hover {
  color: #3c889e;
}

.bhc-solution {
  border-bottom: 2px solid #e3e5e6;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.bhc-solution__heading {
  color: #1a475f;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 1em;
  padding-right: 25%;
}
@media screen and (min-width: 580px) {
  .bhc-solution__heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .bhc-solution__heading {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .bhc-solution__heading {
    font-size: 45px;
  }
}
.bhc-solution__image, .bhc-solution__text {
  display: inline-block;
  vertical-align: top;
}
.bhc-solution__image {
  border-bottom: 10px solid #f0bd1b;
  margin-bottom: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 580px) {
  .bhc-solution__image {
    border-bottom: 15px solid #f0bd1b;
    width: calc(55% - 30px);
  }
}
@media screen and (min-width: 580px) {
  .bhc-solution__text {
    width: calc(50% - 30px);
    padding-left: 30px;
  }
}
.bhc-solution__paragraph {
  display: block;
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 1.7;
}
.bhc-solution__testimonial {
  position: relative;
  color: #3c889e;
  font-size: 24px;
  margin: 1.5em 0 0 0;
  padding: 0;
  border: none;
}
.bhc-solution__testimonial .largeQuote {
  color: #54afcb;
  display: inline;
  font-size: 75px;
  font-weight: 800;
  line-height: 0;
  margin-right: 5px;
  position: relative;
  top: 25px;
}
.bhc-solution__testimonial .author {
  display: block;
  font-style: italic;
  font-size: 18px;
  margin-top: 2rem;
}
.bhc-solution .button {
  margin-top: 0;
}
.bhc-solution:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 580px) {
  .bhc-solution {
    padding-top: 80px;
    padding-bottom: 25px;
  }
  .bhc-solution:nth-child(odd) .bhc-solution__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bhc-solution:nth-child(odd) .bhc-solution__text {
    padding-left: 0 !important;
    padding-right: 30px;
  }
}

.skipLinks {
  position: relative;
}
.skipLinks .sr-only {
  bottom: 0;
}

.bhc-solutions__locationSearch {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #1a475f;
  background-size: 50px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2rem 0;
  padding: 15px;
  overflow: visible;
}
.bhc-solutions__locationSearch:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 80px;
  height: 80px;
  background-image: url("/dist/images/corporate/bh-pin-shadow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  overflow: visible;
  z-index: 2;
}
@media screen and (min-width: 580px) {
  .bhc-solutions__locationSearch:after {
    display: none;
    margin: 5rem 0;
  }
}
@media screen and (min-width: 580px) {
  .bhc-solutions__locationSearch {
    background-image: url("/dist/images/corporate/bh-pin-shadow.png");
    background-repeat: no-repeat;
    background-position: 90% -20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 15px 30px 10%;
    background-position: 15px center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 767px) {
  .bhc-solutions__locationSearch {
    background-size: 50px;
  }
}
.bhc-solutions__locationSearch .button {
  line-height: 1.5;
}
@media screen and (min-width: 580px) {
  .bhc-solutions__locationSearch .button {
    width: 25%;
  }
}
@media screen and (min-width: 580px) {
  .bhc-solutions__locationSearch .d-sm-block {
    display: block;
  }
}
@media screen and (min-width: 580px) {
  .bhc-solutions__locationSearch .d-sm-none {
    display: none;
  }
}
.bhc-solutions__locationSearch .locationSearch__address {
  font-size: 18px;
  width: 95%;
  position: relative;
}
.bhc-solutions__locationSearch .locationSearch__address::after {
  background: url("/dist/images/corporate/bh-search-icon.png");
  background-size: contain;
  content: "";
  position: absolute;
  height: 20px;
  right: 15px;
  top: calc(50% - 10px);
  width: 20px;
}
@media screen and (min-width: 580px) {
  .bhc-solutions__locationSearch .locationSearch__address {
    max-width: 250px;
    width: 40%;
  }
}
.bhc-solutions__locationSearch .locationSearch__text {
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1;
}
.bhc-solutions__locationSearch .locationSearch__text span {
  top: 0;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
}
.bhc-solutions__locationSearch .locationSearch__text span a {
  color: #f0bd1b;
  text-decoration: underline;
}
@media screen and (min-width: 580px) {
  .bhc-solutions__locationSearch .locationSearch__text {
    line-height: 2.5;
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .bhc-solutions__locationSearch .locationSearch__text {
    font-size: 15px;
    line-height: 3;
  }
}
@media screen and (min-width: 1200px) {
  .bhc-solutions__locationSearch .locationSearch__text {
    margin: 0 !important;
    font-size: 17px;
  }
}
.bhc-solutions__locationSearch span {
  position: relative;
  top: 3px;
  line-height: 2.5;
  color: #92d9e7;
}
@media screen and (min-width: 580px) {
  .bhc-solutions__locationSearch * {
    height: 45px;
    margin: 0 0 0 2% !important;
    line-height: 2;
  }
}
.bhc-solutions__locationSearch input::-webkit-input-placeholder {
  color: white;
}
.bhc-solutions__locationSearch input::-moz-placeholder {
  color: white;
}
.bhc-solutions__locationSearch input::-ms-input-placeholder {
  color: white;
}
.bhc-solutions__locationSearch input::placeholder {
  color: white;
}

.bhc-spotlight {
  background-color: #54afcb;
  color: white;
  font-weight: 800;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, #54afcb), color-stop(48%, #1a475f), to(#3c889e));
  background: linear-gradient(#54afcb 48%, #1a475f 48%, #3c889e);
}
@media screen and (min-width: 480px) {
  .bhc-spotlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #54afcb), color-stop(40%, #1a475f), to(#3c889e));
    background: linear-gradient(90deg, #54afcb 40%, #1a475f 40%, #3c889e);
  }
}
@media screen and (min-width: 767px) {
  .bhc-spotlight {
    margin: 90px 0 45px;
  }
}
.bhc-spotlight__left, .bhc-spotlight__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .bhc-spotlight__left, .bhc-spotlight__right {
    padding: 45px;
  }
}
.bhc-spotlight__left {
  text-align: center;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.bhc-spotlight__left span {
  margin-top: 15px;
}
@media screen and (min-width: 767px) {
  .bhc-spotlight__left span {
    font-size: 20px;
  }
}
.bhc-spotlight__right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url("/dist/images/corporate/long-shadow-plus.png") no-repeat;
  background-position: 85% 25%;
  background-size: 35%;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media screen and (min-width: 480px) {
  .bhc-spotlight__right {
    background-size: 45%;
  }
}
@media screen and (min-width: 580px) {
  .bhc-spotlight__right {
    background-size: unset;
  }
}
.bhc-spotlight__right .btn-hollow {
  border: 1px solid white;
  border-radius: 7px;
  color: white;
  font-weight: 800;
  font-size: 14px;
  padding: 15px 30px;
  text-transform: uppercase;
  white-space: pre-wrap;
}
@media screen and (min-width: 1200px) {
  .bhc-spotlight__right .btn-hollow {
    font-size: 16px;
  }
}
.bhc-spotlight__heading {
  color: #92d9e7;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5em;
  padding-right: 30%;
}
@media screen and (min-width: 580px) {
  .bhc-spotlight__heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .bhc-spotlight__heading {
    font-size: 36px;
  }
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.circular-chart {
  overflow: visible !important;
  position: relative;
  display: block;
  width: 100%;
  max-width: 90px;
  max-height: 90px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 767px) {
  .circular-chart {
    max-width: 150px;
    max-height: 150px;
  }
}

.bhc-circle {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  opacity: 0;
}

.bhc-drawCircle {
  -webkit-animation: progress 1s ease-out forwards;
          animation: progress 1s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.bhc-percentage,
.bhc-percentSign {
  fill: white;
  font-size: 0.7em;
  font-weight: 800;
  position: relative;
  top: 10px;
  text-anchor: middle;
  -webkit-transform: translateX(23px) translateY(-6px);
          transform: translateX(23px) translateY(-6px);
}

.bhc-percentSign {
  font-size: 0.65rem;
}

.bhc-employerLogos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eeeded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 15px 30px 0;
  position: relative;
  text-align: center;
}
.bhc-employerLogos .bhc-subhead {
  color: #3c889e;
  font-size: 18px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 580px) {
  .bhc-employerLogos {
    padding: 30px;
  }
}
@media screen and (min-width: 767px) {
  .bhc-employerLogos {
    margin: 45px auto 90px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 30px;
    width: 100%;
  }
  .bhc-employerLogos .bhc-subhead {
    display: none;
  }
}

.bch-employerLogo {
  max-height: 60px;
  max-width: 90px;
}
@media screen and (min-width: 767px) {
  .bch-employerLogo {
    max-height: 90px;
    max-width: 100px;
  }
}

.bch-employerLogo,
.bhc-logoLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
.bch-employerLogo span,
.bhc-logoLink span {
  border-top: 5px solid #1a475f;
  color: #3c889e;
  line-height: 1;
  opacity: 0;
  padding-top: 15px;
  position: absolute;
  top: 110px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
}
.bch-employerLogo span:before,
.bhc-logoLink span:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1a475f;
  clear: both;
}
@media screen and (min-width: 767px) {
  .bch-employerLogo,
.bhc-logoLink {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    margin-bottom: 0;
    height: 100px;
  }
  .bch-employerLogo:hover span,
.bhc-logoLink:hover span {
    opacity: 1;
  }
}

@media screen and (min-width: 1024px) {
  _::-webkit-full-page-media,
_:future,
:root .bhc-solutions__navList {
    left: -0.5px;
  }

  _::-webkit-full-page-media,
_:future,
:root .bhc-solutions__navItem {
    left: 1px;
  }
}
.website-centers .txt-curriculum-intro {
  text-transform: none;
}
.website-centers h2.txt-header-primary {
  text-transform: none;
}
.website-centers .btn.btn-large.btn-hollow {
  border: 2px solid #f2a900 !important;
}
.website-centers .btn.btn-large.btn-hollow:hover {
  border-color: #dc6f1f !important;
}
@media (min-width: 768px) {
  .website-centers .home-center-info-module .module-custom-backgrounds {
    background-image: url(/static/imgs/curve-hero.png) !important;
  }
}
.website-centers .curriculum-wheel-tabbed-module .curriculum-tabs-wrap .curriculum-tab-item .tab-link {
  color: #000;
}
.website-centers .curriculum-tab-item.active .tab-link.txt-curriculum-tabs {
  color: white !important;
}
.website-centers .curriculum-tab-item.active .tab-link.txt-curriculum-tabs p {
  line-height: 1.4 !important;
}
.website-centers .scrolling-text-content-wrap p {
  line-height: 1.375 !important;
}
.website-centers .action-program-photo-wrap {
  border: none;
}
.website-centers .action-module .action-program-photo-wrap {
  border: none;
  background: none;
}
.website-centers .bg-astronaut .btn-hollow.reverse {
  color: #fff;
}
.website-centers .main-questions-wrap h2.question-title {
  text-transform: none !important;
}

.expertBioBlock .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 899px) {
  .expertBioBlock .container {
    display: inherit;
  }
}
.expertBioBlock__content {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  padding-right: 58px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .expertBioBlock__content {
    padding-top: 40px;
  }
}
@media (max-width: 899px) {
  .expertBioBlock__content {
    min-width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding-right: 0;
  }
}
.expertBioBlock__content .layer__heading {
  color: #1a475f;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.72px;
  line-height: 36px;
}
.expertBioBlock__content .layer__heading p {
  padding-bottom: 34px;
}
.expertBioBlock__content .layer__text {
  color: #464646;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: 30px;
}
.expertBioBlock__content .layer__text p {
  margin-bottom: 34px;
}
.expertBioBlock__content .card__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.expertBioBlock__content .card__headline a {
  color: #1a475f;
}
.expertBioBlock__content .card__headline a:hover {
  text-decoration: underline;
}
.expertBioBlock__content .card__headline .fab.fa-linkedin {
  font-size: 30px;
  padding-right: 10px;
}
.expertBioBlock__education {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
@media (max-width: 899px) {
  .expertBioBlock__education {
    width: unset;
    min-width: 100%;
    float: left;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding-right: 0;
  }
}
.expertBioBlock__education .quote {
  padding: 35px 20px 10px 65px;
  width: 100%;
  margin-bottom: 20px;
}
.expertBioBlock__education .quote:before {
  font-size: 140px !important;
  margin-top: -10px;
}
.expertBioBlock__education .quote__text {
  color: #277489;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.72px;
  line-height: 34px;
  text-align: left;
  position: relative;
  z-index: 2;
}
.expertBioBlock__education .quote__text:after {
  font-size: 100px !important;
  color: #54afcb;
  line-height: 0;
  bottom: 0;
  padding-left: 8px;
  position: absolute;
}
.expertBioBlock__education .quote__footer {
  color: #277489;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0.72px;
  line-height: 36px;
  font-weight: 400;
  padding-left: 15px;
  left: 5px;
  bottom: -27px;
  width: 120%;
}
.expertBioBlock__education .quote__footer:before {
  display: none;
}

.layer__schools {
  width: 100%;
  z-index: 1;
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  margin: 0 0 60px !important;
}
@media (min-width: 991px) {
  .layer__schools {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .layer__schools {
    padding-left: 60px;
  }
}
.layer__schools .box {
  width: 100%;
  padding: 30px;
  padding-top: 45px;
  background-color: #eef5fa;
}
.layer__schools .item {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.layer__schools .item img,
.layer__schools .item .text {
  float: left;
}
.layer__schools .item .text {
  width: calc(100% - 102px);
  padding-left: 25px;
}
.layer__schools .item p.heading {
  width: 100%;
  color: #141823;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  margin-bottom: unset;
  font-weight: bold;
}
.layer__schools .item p.degree {
  color: #6d6d6d;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.54px;
  line-height: 24px;
}
.layer__hobbies {
  padding-left: 70px;
}
@media (min-width: 992px) {
  .layer__hobbies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 899px) {
  .layer__hobbies {
    padding: 0;
  }
}
.layer__hobbies .text,
.layer__hobbies .photograph {
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .layer__hobbies .text,
.layer__hobbies .photograph {
    width: unset;
    margin-top: 100px;
    min-width: 100% !important;
  }
}
@media (max-width: 899px) {
  .layer__hobbies .text,
.layer__hobbies .photograph {
    text-align: center;
  }
}
.layer__hobbies .text {
  width: calc(50% - 70px);
  position: relative;
}
.layer__hobbies .text p {
  color: #6d6d6d;
  font-family: Muli;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.42px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .layer__hobbies .photograph {
    margin-left: 40px;
    width: calc(50% - 40px);
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
@media (max-width: 991px) {
  .layer__hobbies .photograph {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .layer__hobbies .photograph img {
    max-width: 300px;
    height: auto;
    margin: 0 auto 0;
  }
}

.-expertVideo {
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .-expertVideo {
    padding-bottom: 30px;
  }
}

.-expertcurve {
  margin-top: 60px;
}

.-expertLearnMore {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .-expertLearnMore {
    padding-top: 0;
  }
}
.-expertLearnMore h2.feature-title-standard {
  color: #f1fffb;
  font-family: Muli;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.32px;
  line-height: 36px;
  text-align: left;
}

.inpageLocator {
  z-index: 1;
  position: relative;
  background-color: #1a475f;
  background-image: url("/dist/images/feature/swoopBlueprimaryBluesecondaryLegacyGrey.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 40px;
}
.inpageLocator .row {
  padding: 0;
  margin: 0;
}
@media (min-width: 1500px) {
  .inpageLocator .row {
    max-width: 1500px;
    margin: 0 auto 0;
  }
}
.inpageLocator .introText {
  width: 63%;
  float: left;
  margin-bottom: 40px;
  padding-left: 1.9%;
}
@media (max-width: 767px) {
  .inpageLocator .introText {
    margin-bottom: 0;
  }
}
.inpageLocator .introText h2 {
  color: white;
  text-transform: inherit;
  font-size: 36px;
  line-height: 1.2;
  padding-right: 20px;
}
@media (max-width: 1380px) {
  .inpageLocator .introText h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .inpageLocator .introText h2 {
    font-size: 20px;
    width: 90vw;
    padding-bottom: 0;
  }
}
.inpageLocator .buttonToggle {
  position: relative;
  width: 37%;
  float: left;
}
@media (max-width: 767px) {
  .inpageLocator .buttonToggle {
    display: none;
  }
}
.inpageLocator .buttonToggle .button {
  width: auto;
  color: white;
  text-transform: inherit;
  background-color: #0d3144;
  border-radius: 10px;
  margin-bottom: 7px !important;
}
@media (min-width: 767px) {
  .inpageLocator .buttonToggle .button {
    position: absolute;
    bottom: 0;
  }
}
.inpageLocator .buttonToggle .button.-expand {
  padding: 20px 20px 19px 65px;
  background-image: url(/dist/images/feature/expand-map-icon.png);
  background-repeat: no-repeat;
  background-position: 15px 13px;
}
.inpageLocator .container {
  margin: 0 10px 0;
}
.inpageLocator .centerResults {
  width: 60.5%;
  float: left;
  margin: 0 1.25% 0;
  height: 100vw;
  max-height: 950px;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 767px) {
  .inpageLocator .centerResults {
    width: 97%;
  }
}
.inpageLocator .centerResults #centerResults {
  width: 100%;
}
.inpageLocator .centerResults .centerResult {
  width: 30.83333%;
  margin: 1.25% 1.25%;
  padding: 25px 10px 25px;
  font-size: 17px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  vertical-align: top;
}
@media (max-width: 1200px) {
  .inpageLocator .centerResults .centerResult {
    margin-top: 10px;
  }
}
@media (max-width: 1030px) {
  .inpageLocator .centerResults .centerResult {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .inpageLocator .centerResults .centerResult {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 545px) {
  .inpageLocator .centerResults .centerResult {
    width: 97%;
  }
}
.inpageLocator .centerResults .centerResult__name {
  font-size: 15px;
}
.inpageLocator .centerResults .centerResult__address {
  font-size: 15px;
}
.inpageLocator .centerResults .centerResult .button {
  border-radius: 5px;
  line-height: 1;
  font-size: 10px !important;
  margin-right: 0.5rem;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 6px 6px;
  float: left;
}
@media (max-width: 1340px) {
  .inpageLocator .centerResults .centerResult .button {
    margin-top: 10px !important;
  }
}
.inpageLocator .centerResults .centerResult:before {
  background-image: url(/dist/images/corporate/icon_map-marker.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  color: #3c889e;
  content: " ";
  font-size: 14px;
  -webkit-filter: hue-rotate(180deg) grayscale(60%);
  filter: hue-rotate(180deg) grayscale(60%);
  height: 20px;
  padding-left: 24px;
  position: absolute;
  top: 13px;
  width: 100%;
}
.inpageLocator .centerResults.activeMap {
  width: 42.5%;
}
@media (max-width: 767px) {
  .inpageLocator .centerResults.activeMap {
    width: 100%;
  }
}
.inpageLocator .centerResults.activeMap .centerResult {
  width: 97.5%;
  margin: 1.25% 1.25%;
}
@media (min-width: 1031px) {
  .inpageLocator .centerResults.activeMap .centerResult {
    width: 47.5%;
  }
}
.inpageLocator .centerResults .viewMore {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-size: 100%;
  height: 170px;
  padding-top: 25px;
  width: 63%;
  float: left;
  background-position: bottom;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 72, 95, 0)), color-stop(33%, rgba(25, 72, 95, 0.8)), to(#19485f));
  background: linear-gradient(to bottom, rgba(25, 72, 95, 0) 0%, rgba(25, 72, 95, 0.8) 33%, #19485f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0019485f", endColorstr="#19485F",GradientType=0 );
  /* IE6-9 */
}
@media (max-width: 767px) {
  .inpageLocator .centerResults .viewMore {
    width: 100%;
  }
}
.inpageLocator .centerResults .viewMore .button {
  margin-bottom: 15px;
  padding: 10px 50px;
  -webkit-box-shadow: rgba(26, 71, 95, 0.6) 0px 10px 60px;
          box-shadow: rgba(26, 71, 95, 0.6) 0px 10px 60px;
}
.inpageLocator .centerResults .viewMore .findCenter {
  color: #ffffff;
  font-size: 16px;
}
.inpageLocator .centerResults .viewMore .findCenter span {
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: #3c889e 6px solid;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.inpageLocator .centerResults .viewMore .findCenter:hover span {
  color: #f0bd1b;
  padding-bottom: 6px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .inpageLocator .activeMap #centerResults {
    width: 97% !important;
  }
}
.inpageLocator .activeMap .viewMore {
  width: 45%;
}
.inpageLocator .centerMap {
  width: 37%;
  float: left;
  margin-top: 10px;
  height: 950px;
  max-height: 100vw;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 767px) {
  .inpageLocator .centerMap {
    width: 100%;
    height: 300px;
  }
}
.inpageLocator .centerMap.activeMap {
  width: 55%;
}
.inpageLocator.viewAllCenters {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.inpageLocator.viewAllCenters .centerResults {
  padding-bottom: 150px;
  overflow: visible;
  height: auto;
  max-height: none;
}
.inpageLocator .gm-style-iw-c {
  position: absolute;
  width: 300px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .inpageLocator .gm-style-iw-c {
    width: 500px;
  }
}

.CM-solution-card-links {
  display: inline !important;
}

.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-card .CM-solution-card-links .CM-solution-card-link-text.login-page, a.CM-solution-card-link-text.login-page.internal-link, button.CM-solution-card-link-button.login-page {
  padding: 12px 30px !important;
  font-size: 16px !important;
  border: none !important;
}

button.CM-solution-card-link-button.login-page {
  border-radius: 8px !important;
  margin: 0 15px 15px 0 !important;
  padding: 12px 30px !important;
}
button.CM-solution-card-link-button.login-page:after {
  display: none !important;
}

.videoGallery {
  background: #1a475f;
}
@media (max-width: 899px) {
  .videoGallery {
    padding-bottom: 0;
  }
}
.videoGallery .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: visible;
}
@media (max-width: 1560px) {
  .videoGallery .container {
    max-width: 1560px;
    margin: 0 auto 0;
  }
}
@media (max-width: 766px) {
  .videoGallery .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .videoGallery {
    padding-bottom: 0;
  }
}
.videoGallery__intro {
  width: 100%;
  max-width: 290px;
  padding: 55px 30px 25px 0;
  overflow: hidden;
}
@media (max-width: 766px) {
  .videoGallery__intro {
    min-width: 100%;
    float: left;
    padding: 10px 30px 10px 0;
  }
}
.videoGallery__intro .content__box {
  width: 100%;
  float: right;
  color: white;
  padding: 0;
}
.videoGallery__intro .content__box:after {
  position: absolute;
  z-index: 9999;
  bottom: 30px;
  width: 0;
  height: 30px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}
@media (max-width: 766px) {
  .videoGallery__intro .content__box {
    width: 100%;
    min-width: 100%;
    max-width: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.videoGallery__intro .content__box h2 {
  line-height: 28px;
  margin-bottom: 15px;
  color: #cfedf8;
}
.videoGallery__intro .content__box p {
  color: #cfedf8;
  line-height: 20px;
  margin-bottom: 0;
}
.videoGallery__subhead {
  color: #92d9e7 !important;
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
}
.videoGallery__icon {
  height: 60px;
  margin-bottom: 30px;
}
.videoGallery__videos {
  padding-bottom: 22px;
  overflow-y: hidden;
}
@media (min-width: 767px) {
  .videoGallery__videos {
    width: calc(50vw + 290px);
    position: absolute;
    right: 0;
    padding-left: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(#1a475f), to(#0e2633));
    background: linear-gradient(0deg, #1a475f 0%, #0e2633 100%);
    overflow-x: hidden;
  }
}
@media (max-width: 1200px) {
  .videoGallery__videos {
    width: calc(50vw + 200px);
  }
}
@media (max-width: 991px) {
  .videoGallery__videos {
    width: calc(50vw + 100px);
  }
}
@media (max-width: 766px) {
  .videoGallery__videos {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .videoGallery__videos:after {
    pointer-events: none;
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 33%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 71, 95, 0)), to(#0f2836));
    background: linear-gradient(90deg, rgba(26, 71, 95, 0) 0%, #0f2836 100%);
    opacity: 0.8;
    height: 100%;
  }
}
@media (min-width: 767px) {
  .videoGallery__videos .navigation {
    height: 45px;
    text-align: right;
    width: 100%;
    max-width: 890px;
    margin: 25px 0 25px;
    padding-right: 45px;
  }
}
.videoGallery__videos .navigation button {
  float: right;
}
@media (max-width: 766px) {
  .videoGallery__videos .navigation button {
    max-width: 60px;
  }
}
.videoGallery__videos .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.videoGallery__videos .splide__slide {
  max-width: 250px;
  padding-right: 0;
  margin-right: 15px !important;
  max-width: 240px;
  min-height: 135px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
.videoGallery__videos .splide__slide:hover .suggestedSlider__slideTitle {
  color: #54afcb;
}
.videoGallery__videos .splide__slide .activeInfo {
  opacity: 0;
  color: #ed9b29 !important;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.videoGallery__videos .splide__slide .activeInfo i {
  font-size: 25px;
  float: left;
}
.videoGallery__videos .splide__slide .activeInfo span {
  float: left;
  margin-top: 3px;
  margin-left: 5px;
}
.videoGallery__videos .splide__slide.-active .activeInfo {
  opacity: 1;
}
.videoGallery__videos .splide__slide.-active .splide__thumbnail {
  border: 3px solid #3c889e;
}
.videoGallery__videos .splide__slide:last-of-type {
  cursor: none;
}
@media (max-width: 766px) {
  .videoGallery__videos .splide__list {
    margin-left: -10px;
  }
}
.videoGallery__videos .splide__thumbnail {
  min-height: 135px;
  width: 100%;
  background-position: top center;
  background-size: cover;
}
.videoGallery__videos .splide__slideTitle {
  margin-top: 20px;
  color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .videoGallery__videos .splide:after {
    pointer-events: none;
    content: "";
    position: absolute;
    right: 0;
    top: -28px;
    width: 33%;
    height: 125%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 71, 95, 0)), to(#0f2836));
    background: linear-gradient(90deg, rgba(26, 71, 95, 0) 0%, #0f2836 100%);
    opacity: 0.8;
  }
}
.videoGallery__videos .splide__arrow {
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 2px solid #f0bd1b;
  width: auto;
  height: auto;
  padding: 9px 27px;
  border-radius: 7px;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media (min-width: 767px) {
  .videoGallery__videos .splide__arrow {
    position: relative;
    float: left;
  }
}
.videoGallery__videos .splide__arrow i {
  font-size: 22px;
  color: #f0bd1b;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.videoGallery__videos .splide__arrow:hover {
  background-color: #f0bd1b;
}
.videoGallery__videos .splide__arrow:hover i {
  color: #1a475f;
}
@media (min-width: 767px) {
  .videoGallery__videos .splide__arrow {
    widthl: auto;
  }
  .videoGallery__videos .splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
  }
  .videoGallery__videos .splide__arrow:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  .videoGallery__videos .splide__arrow:focus {
    outline: none;
  }
  .videoGallery__videos .splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .videoGallery__videos .splide__arrow--next {
    left: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 7670px) {
  .videoGallery__videos .splide__arrow--prev {
    right: 20px;
  }
}
.videoGallery__videos .eyebrow {
  color: #54afcb;
  font-size: 12px;
}
.videoGallery .videoContainer {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0e2633), to(rgba(14, 38, 51, 0)));
  background: linear-gradient(#0e2633 0%, rgba(14, 38, 51, 0) 100%);
}
.videoGallery .videoContainer .container {
  padding: 0 20px;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.videoGallery .videoContainer .container.-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.videoGallery .videoContainer .container.videoHeader {
  height: 40px;
  display: block;
}
@media (min-width: 767px) {
  .videoGallery .videoContainer .container.videoHeader {
    margin-bottom: 40px;
  }
}
.videoGallery .videoContainer .container.videoHeader .downTriangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #1a475f;
}
.videoGallery .videoContainer__frame {
  width: 100%;
  max-width: 750px;
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 992px) {
  .videoGallery .videoContainer__frame {
    max-width: none;
    min-width: 100%;
  }
}
.videoGallery .videoContainer__description {
  width: 100%;
  max-width: 390px;
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .videoGallery .videoContainer__description {
    background: #0e2633;
  }
}
@media (max-width: 992px) {
  .videoGallery .videoContainer__description {
    max-width: none;
  }
}
.videoGallery .videoContainer__description .contentBox {
  padding: 30px;
  background: #0e2633;
}
.videoGallery .videoContainer__description .contentBox h3 {
  color: #ffffff;
  margin: 27px 0 13px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
.videoGallery .videoContainer__description .contentBox p {
  font-size: 14px;
  color: #cfedf8;
  line-height: 20px;
}
.videoGallery .videoContainer__description .upNext {
  width: 100%;
  max-width: 390px;
  float: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: static;
  bottom: 0;
  padding-left: 30px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1199px) {
  .videoGallery .videoContainer__description .upNext {
    display: none;
  }
}
.videoGallery .videoContainer__description .upNext span {
  font-size: 14px;
  font-weight: bold;
  color: #52afc9;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
.videoGallery .videoContainer__description .upNext a {
  padding: 0;
  color: white;
  font-weight: bold;
  width: 100%;
}
.videoGallery .videoContainer__description .upNext a:after {
  bottom: 1px;
  color: #f0bd1b;
  content: "▶";
  font-family: "bh-corporate";
  margin-left: 8px;
  position: relative;
  top: 1px;
  right: 0px;
  -webkit-transition: 0.15s right ease-out;
  transition: 0.15s right ease-out;
}
.videoGallery .videoContainer__description .upNext a:hover {
  color: #52afc9;
}
.videoGallery .videoContainer__description .upNext a:hover:after {
  right: -3px;
}

.videoGallery.-light {
  background: #eeeded;
}
.videoGallery.-light .videoGallery__intro .content__box {
  color: white;
}
.videoGallery.-light .videoGallery__intro .content__box h2 {
  color: #0e2633 !important;
}
.videoGallery.-light .videoGallery__intro .content__box p {
  color: #464646;
}
.videoGallery.-light .videoGallery__subhead {
  color: #92d9e7 !important;
}
@media (min-width: 767px) {
  .videoGallery.-light .videoGallery__videos {
    background-image: linear-gradient(-40deg, white 0%, #cccccc 100%);
  }
  .videoGallery.-light .videoGallery__videos:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}
.videoGallery.-light .videoGallery__videos .navigation i {
  color: #3c889e !important;
}
.videoGallery.-light .videoGallery__videos .splide__slide:hover .suggestedSlider__slideTitle {
  color: #54afcb;
}
.videoGallery.-light .videoGallery__videos .splide__slide .activeInfo {
  color: #dc6f1f !important;
}
.videoGallery.-light .videoGallery__videos .splide__slide.-active .splide__thumbnail {
  border: 3px solid #dc6f1f;
}
.videoGallery.-light .videoGallery__videos .splide__slideTitle {
  color: #3c889e;
}
@media (max-width: 767px) {
  .videoGallery.-light .videoGallery__videos .splide:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    opacity: 0.8;
  }
}
.videoGallery.-light .videoGallery__videos .splide__arrow {
  background-color: transparent;
  border: 2px solid #f0bd1b;
}
.videoGallery.-light .videoGallery__videos .splide__arrow i {
  color: #f0bd1b;
}
.videoGallery.-light .videoGallery__videos .splide__arrow:hover {
  background-color: #f0bd1b;
}
.videoGallery.-light .videoGallery__videos .splide__arrow:hover i {
  color: #1a475f;
}
.videoGallery.-light .videoGallery__videos .eyebrow {
  color: #54afcb;
}
.videoGallery.-light .videoContainer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(rgba(221, 221, 221, 0)));
  background-image: linear-gradient(#cccccc 0%, rgba(221, 221, 221, 0) 100%);
}
.videoGallery.-light .videoContainer .container.videoHeader .downTriangle {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #eeeded;
}
@media (max-width: 1199px) {
  .videoGallery.-light .videoContainer__description {
    background: #1a475f;
  }
}
.videoGallery.-light .videoContainer__description .contentBox {
  background: #1a475f;
  color: #cfedf8;
}
.videoGallery.-light .videoContainer__description .contentBox h3 {
  color: #ffffff;
}
.videoGallery.-light .videoContainer__description .contentBox p {
  color: #cfedf8;
}
.videoGallery.-light .videoContainer__description .upNext span {
  color: #dc6f1f;
}
.videoGallery.-light .videoContainer__description .upNext a {
  color: #3c889e;
}
.videoGallery.-light .videoContainer__description .upNext a:after {
  color: #f0bd1b;
}
.videoGallery.-light .videoContainer__description .upNext a:hover {
  color: #1a475f;
}

.vlcAllResources .splide__track:after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, white 100%);
}
@media screen and (min-width: 1024px) {
  .vlcAllResources .splide__track:after {
    background: none;
  }
}
@media screen and (min-width: 1024px) {
  .vlcAllResources .splide__list {
    display: table-cell !important;
  }
}

.resourceFilters {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  border-bottom: 1px solid #e3e5e6;
  -webkit-animation-name: swipeHint;
          animation-name: swipeHint;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (min-width: 1024px) {
  .resourceFilters {
    -webkit-animation: none;
            animation: none;
  }
}
.resourceFilters label.tag {
  background-color: #dee5e8;
  color: #1a475f;
}
.resourceFilters__label {
  font-weight: bold;
  margin: 15px 5px 0 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .resourceFilters__label {
    display: inline-block;
  }
}
.resourceFilters .vlcRadio,
.resourceFilters .vlcPill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  border: 3px dotted #dee5e8;
}
.resourceFilters .splide__track {
  padding-left: 6px;
  padding-bottom: 15px;
}

.vlcPill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border: 3px solid #dee5e8;
  border-radius: 30px;
  color: #1a475f;
  background-color: #dee5e8;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  margin: 5px 10px 5px 0;
  padding: 4px 12px 3px 35px;
  position: relative;
  text-transform: uppercase;
}
.vlcPill:hover {
  background-color: #0e2633;
  border-color: #0e2633;
  color: white;
}
.vlcPill::after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 20px;
  left: 10px;
  padding: 5px;
}
.vlcPill.-noIcon {
  background-color: #dee5e8;
  border-color: #dee5e8;
  color: #0e2633;
  padding: 4px 12px 3px;
}
.vlcPill.-noIcon:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.vlcRadio {
  opacity: 0;
  position: absolute;
}
.vlcRadio:focus {
  border: 3px solid #f0bd1b;
  outline: none !important;
}
.vlcRadio:checked + .tag, .vlcRadio:checked + .vlcPill, .vlcRadio:checked + .vlcTabs__tag {
  position: relative;
  z-index: 1;
}
.vlcRadio:checked + .vlcPill {
  background-color: #1a475f;
  border-color: #1a475f;
  color: white;
}
.vlcRadio:checked + .vlcTabs__tag {
  background-color: #1a475f;
  border: 3px solid transparent;
  color: #ffffff;
}
.vlcRadio:checked + .vlcTabs__tag:before {
  background-color: #1a475f;
}
.vlcRadio:focus + .tag, .vlcRadio:focus + .vlcPill {
  border: 3px solid #f0bd1b;
  outline: none !important;
}
.vlcRadio:focus + .vlcTabs__tag {
  -webkit-box-shadow: 0px 0px 0px 3px #f0bd1b;
          box-shadow: 0px 0px 0px 3px #f0bd1b;
}
.vlcRadio:focus + .vlcTabs__tag:before {
  -webkit-box-shadow: 2px -2px 0px 1px #f0bd1b;
          box-shadow: 2px -2px 0px 1px #f0bd1b;
}

.vlcSearch__resultsHeading {
  font-size: 40px;
  color: #3c889e;
  margin-bottom: 30px;
  margin-top: 60px;
}
.vlcSearch__item {
  display: block;
  margin-bottom: 30px;
  color: #5a5a5a;
  line-height: 1.5;
}
.vlcSearch__item .resourceInformation {
  color: #3c889e;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.vlcSearch__item .resourceTitle h3 {
  color: #1a475f;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
}
.vlcSearch__item .resourceSubjects {
  margin-bottom: 5px;
  font-size: 16px;
}

.productTopics {
  position: relative;
}
.productTopics .fa-chevron-down {
  color: white;
  position: absolute;
  pointer-events: none;
  right: 20px;
  top: calc(50% - 18px);
  z-index: 3;
  font-size: 22px;
}

.vlcSelect {
  background-color: #0e2633;
  color: white;
  font-weight: 700;
  border-radius: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 60px;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
  background-image: url("/dist/images/vlc/icon_track.svg");
  background-size: 30px;
  background-position: 15px;
  background-repeat: no-repeat;
  background-color: #0e2633;
  white-space: break-spaces;
}

.searchField .vlcNav__search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 35px;
  top: 25px;
  width: 100%;
}
.searchField .vlcNav__searchBox {
  background-image: none;
  padding: 17px 15px !important;
}
@media screen and (min-width: 1200px) {
  .searchField .vlcNav__searchBox {
    width: 85%;
  }
}
.searchField .vlcNav__searchBox {
  padding: 15px !important;
  margin-right: 5px;
}

#vlcSearchSubmit:focus,
#vlcTopReset:focus {
  border-color: #1a475f !important;
  outline: none;
}

.searchResult__image {
  min-height: 150px;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .searchResult__image {
    margin-bottom: 0;
  }
}
.searchResult__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 767px) {
  .searchResult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@-webkit-keyframes swipeHint {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -15px;
  }
  80% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes swipeHint {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -15px;
  }
  80% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0px;
  }
}
.vlcNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vlcNav__wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  right: 25px;
  margin-left: 15px;
  width: 100%;
  max-width: 300px;
}
.vlcNav__header {
  min-height: 100px;
}

@media screen and (max-width: 1023px) {
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 15px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__wrapper {
    max-width: 60px;
    max-height: 100px;
    overflow: hidden;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__heading {
    overflow: hidden;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__headline {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: transparent;
    cursor: pointer;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__headline:hover::after {
    opacity: 1;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__topics {
    overflow: hidden;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__topicsList {
    visibility: hidden;
    white-space: nowrap;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav .button.-grid {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: transparent !important;
    color: transparent;
    border-radius: 0;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__topics .button:hover::before {
    opacity: 1;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__topic {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: transparent;
    width: 200%;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__topic a {
    white-space: nowrap;
    color: transparent;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__heading, .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__user, .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__username, .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__userLinks, .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__userLink {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: transparent;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__user {
    background-position: 14px 27px;
    visibility: visible;
    display: block;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav .vlcNav__userLinks {
    display: none;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav .toggleSidebar3:focus .vlcNav__headline:after {
    opacity: 1;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav .-grid:focus:before {
    opacity: 1;
  }
}

.sidebarState:checked ~ .sidebarToggle {
  padding: 15px 15px 0px;
}

.sidebarState:checked ~ .sidebarToggle .menuBar {
  width: 20px;
  margin: 5.5px auto;
}

@media screen and (min-width: 1024px) {
  .sidebarState:checked ~ #mainContent {
    -webkit-transform: translateX(240px);
            transform: translateX(240px);
    width: calc(90% - 240px);
  }

  .sidebarState:checked ~ .vlcSideNav__wrapper,
.sidebarState:checked ~ .vlcSideNav {
    width: calc(10% + 240px);
  }
  .sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar3,
.sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar4,
.sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar5,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar3,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar4,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar5 {
    visibility: hidden;
  }
  .sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar3 .vlcNav__headline,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar3 .vlcNav__headline {
    visibility: initial;
  }
  .sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar4 .-grid,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar4 .-grid {
    visibility: initial;
  }
  .sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar5 .vlcNav__user,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar5 .vlcNav__user {
    visibility: initial;
  }

  .sidebarState:checked ~ .vlcSideNav .vlcNav__search {
    display: block;
  }

  .vlcContent__wrapper {
    height: 100%;
  }

  .sidebarState:checked ~ .vlcSideNav .vlcNav__searchBox.-collapsed,
.sidebarState:checked ~ .vlcSideNav .toggleNav.-collapsed {
    display: none !important;
  }

  .vlcSideNav {
    background-color: #0e2633;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1023px) {
  .vlcNav {
    height: 72px !important;
    width: 100%;
  }
  .vlcNav__wrapper {
    position: relative;
    max-width: 100%;
  }
  .vlcNav__heading {
    font-size: 14px !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .vlcNav__topicsList {
    display: inline-block !important;
  }
  .vlcNav__topicsFader {
    bottom: 0px !important;
    height: 100px !important;
  }
  .vlcNav .button {
    position: absolute !important;
    bottom: 10px !important;
    left: 15px !important;
  }
}
@media screen and (max-width: 1023px) and (max-height: 599px) {
  .vlcNav .button {
    bottom: -20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .vlcContent {
    overflow: unset;
  }
  .vlcContent .sidebarToggle {
    left: calc(100% - 90px);
  }
}
@media screen and (max-width: 1023px) {
  .sidebarState:checked ~ .vlcSideNav .vlcNav {
    height: 92vh !important;
    z-index: 9 !important;
    top: 80px !important;
  }
  .sidebarState:checked ~ .vlcSideNav .vlcNav__header {
    padding-top: 25px;
  }
  .sidebarState:checked ~ .vlcSideNav .vlcNav__topics {
    overflow: visible;
  }
}
@media screen and (max-width: 1023px) and (min-height: 840px) {
  .sidebarState:checked ~ .vlcSideNav .vlcNav {
    min-height: 640px !important;
  }
}
@media screen and (max-width: 1023px) and (max-height: 840px) {
  .sidebarState:checked ~ .vlcSideNav .vlcNav {
    height: 87vh !important;
  }
}
.sidebarToggle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border-radius: 7px;
  padding: 9px 15px;
  background-color: #5b2004;
  cursor: pointer;
  margin: 15px 5px 10px;
  z-index: 4;
  position: absolute;
  top: 80px;
  left: calc(10% - 90px);
  font-size: 0;
  border: 2px solid transparent;
}
@media screen and (min-width: 1024px) {
  .sidebarToggle {
    position: fixed;
  }
}

.menuBar {
  display: block;
  background-color: #fec175;
  opacity: 0.75;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  margin: 5px auto;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebarState {
  display: none;
}

.sidebarState:checked ~ label .-top {
  -webkit-transform: translateY(0px) rotateZ(45deg);
  transform: translateY(0px) rotateZ(45deg);
}

.sidebarState:checked ~ label .-bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

.sidebarState:checked ~ label .-middle {
  width: 0 !important;
  opacity: 0;
}

.-middle {
  margin: 0 auto;
}

.vlcNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vlcNav__wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  right: 25px;
  margin-left: 15px;
  width: 100%;
  max-width: 300px;
}
.vlcNav__header {
  min-height: 100px;
}

@media screen and (max-width: 1023px) {
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 15px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__wrapper {
    max-width: 60px;
    overflow: hidden;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__heading {
    overflow: hidden;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__headline {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: transparent;
    cursor: pointer;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__headline:hover::after {
    opacity: 1;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__topics {
    overflow: hidden;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__topicsList {
    visibility: hidden;
    white-space: nowrap;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav .button.-grid {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: transparent !important;
    color: transparent;
    border-radius: 0;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__topics .button:hover::before {
    opacity: 1;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__topic {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: transparent;
    width: 200%;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__topic a {
    white-space: nowrap;
    color: transparent;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__heading, .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__user, .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__username, .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__userLinks, .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__userLink {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: transparent;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav__user {
    background-position: 14px 27px;
    visibility: visible;
    display: block;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav .vlcNav__userLinks {
    display: none;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav .toggleSidebar3:focus .vlcNav__headline:after {
    opacity: 1;
  }
  .sidebarState:not(:checked) ~ .vlcSideNav .vlcNav .-grid:focus:before {
    opacity: 1;
  }
}

.sidebarState:checked ~ .sidebarToggle {
  padding: 15px 15px 0px;
}

.sidebarState:checked ~ .sidebarToggle .menuBar {
  width: 20px;
  margin: 5.5px auto;
}

@media screen and (min-width: 1024px) {
  .sidebarState:checked ~ #mainContent {
    -webkit-transform: translateX(240px);
            transform: translateX(240px);
    width: calc(90% - 240px);
  }

  .sidebarState:checked ~ .vlcSideNav__wrapper,
.sidebarState:checked ~ .vlcSideNav {
    width: calc(10% + 240px);
  }
  .sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar3,
.sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar4,
.sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar5,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar3,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar4,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar5 {
    visibility: hidden;
  }
  .sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar3 .vlcNav__headline,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar3 .vlcNav__headline {
    visibility: initial;
  }
  .sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar4 .-grid,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar4 .-grid {
    visibility: initial;
  }
  .sidebarState:checked ~ .vlcSideNav__wrapper .toggleSidebar5 .vlcNav__user,
.sidebarState:checked ~ .vlcSideNav .toggleSidebar5 .vlcNav__user {
    visibility: initial;
  }

  .sidebarState:checked ~ .vlcSideNav .vlcNav__search {
    display: block;
  }

  .vlcContent__wrapper {
    height: 100%;
    overflow: hidden;
  }

  .sidebarState:checked ~ .vlcSideNav .vlcNav__searchBox.-collapsed,
.sidebarState:checked ~ .vlcSideNav .toggleNav.-collapsed {
    display: none !important;
  }

  .vlcSideNav {
    background-color: #0e2633;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1023px) {
  .vlcNav {
    height: 72px !important;
    width: 100%;
  }
  .vlcNav__wrapper {
    position: relative;
    max-width: 100%;
  }
  .vlcNav__heading {
    font-size: 14px !important;
    padding-top: 5px;
  }
  .vlcNav__topicsList {
    display: inline-block !important;
  }
  .vlcNav__topicsFader {
    bottom: 0px !important;
    height: 100px !important;
  }
  .vlcNav .button {
    position: absolute !important;
    bottom: 10px !important;
    left: 15px !important;
  }
}
@media screen and (max-width: 1023px) and (max-height: 599px) {
  .vlcNav .button {
    bottom: -20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .vlcContent .sidebarToggle {
    left: calc(100% - 90px);
  }
}
@media screen and (max-width: 1023px) {
  .sidebarState:checked ~ .vlcSideNav .vlcNav {
    height: 92vh !important;
    z-index: 9 !important;
    top: 80px !important;
  }
  .sidebarState:checked ~ .vlcSideNav .vlcNav__header {
    padding-top: 25px;
  }
  .sidebarState:checked ~ .vlcSideNav .vlcNav__topics {
    overflow: visible;
  }
}
@media screen and (max-width: 1023px) and (min-height: 840px) {
  .sidebarState:checked ~ .vlcSideNav .vlcNav {
    min-height: 640px !important;
  }
}
.sidebarToggle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border-radius: 7px;
  padding: 9px 15px;
  background-color: #5b2004;
  cursor: pointer;
  margin: 15px 5px 10px;
  z-index: 4;
  position: absolute;
  top: 80px;
  left: calc(10% - 90px);
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .sidebarToggle {
    position: fixed;
  }
}

.menuBar {
  display: block;
  background-color: #fec175;
  opacity: 0.75;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  margin: 5px auto;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebarState {
  display: none;
}

.sidebarState:checked ~ label .-top {
  -webkit-transform: translateY(0px) rotateZ(45deg);
  transform: translateY(0px) rotateZ(45deg);
}

.sidebarState:checked ~ label .-bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

.sidebarState:checked ~ label .-middle {
  width: 0 !important;
}

.-middle {
  margin: 0 auto;
}

@media (max-width: 1023px) and (max-height: 950px) {
  .vlcNav__topicsList {
    height: unset !important;
    min-height: 400px !important;
    padding: 0 15px 0 30px !important;
  }

  .sidebarState:checked ~ .vlcSideNav .vlcNav {
    height: unset !important;
  }

  .vlcNav__userInfo {
    position: unset !important;
  }
}
.vlcTable {
  overflow: auto;
}

.website-learningcenter table {
  background: white;
  max-width: 100%;
  font-size: 14px;
  overflow-x: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .website-learningcenter table {
    font-size: 18px;
  }
}
.website-learningcenter table tbody {
  overflow-x: scroll;
}
.website-learningcenter table tr,
.website-learningcenter table td {
  min-width: 150px;
}
.website-learningcenter table tr {
  background: white;
  border-bottom: 3px solid #eeeded;
}
.website-learningcenter table tr:first-child td {
  background: white;
  border-bottom: none;
}
.website-learningcenter table tr:nth-child(odd) {
  background-color: rgba(26, 71, 95, 0.05);
}
.website-learningcenter table td,
.website-learningcenter table th {
  padding: 15px;
  border-right: 3px solid #eeeded;
}
@media screen and (min-width: 1024px) {
  .website-learningcenter table td,
.website-learningcenter table th {
    padding: 30px;
  }
}
.website-learningcenter table th {
  background-color: #1a475f;
  color: white;
  padding-top: 45px;
}

.relevantContent,
.vlcTab,
.relatedResource {
  position: relative;
}
.relevantContent__thumbnail,
.vlcTab__thumbnail,
.relatedResource__thumbnail {
  position: relative;
}
.relevantContent__thumbnail::before,
.vlcTab__thumbnail::before,
.relatedResource__thumbnail::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: -6px;
  height: 6px;
  width: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0bd1b), to(#dc6f1f));
  background-image: linear-gradient(to right, #f0bd1b, #dc6f1f);
}
.relevantContent__thumbnail:hover:before,
.vlcTab__thumbnail:hover:before,
.relatedResource__thumbnail:hover:before {
  width: 100%;
}
.relevantContent__thumbnail::after,
.vlcTab__thumbnail::after,
.relatedResource__thumbnail::after {
  position: absolute;
  content: "";
  background-color: #0e2633;
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  border-radius: 3px;
  height: 30px;
  width: 30px;
  left: 5px;
  bottom: 5px;
  padding: 5px;
}
.relevantContent__thumbnail img,
.vlcTab__thumbnail img,
.relatedResource__thumbnail img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.relevantContent__thumbnail img:hover,
.vlcTab__thumbnail img:hover,
.relatedResource__thumbnail img:hover {
  opacity: 0.8;
}

.relevantContent__thumbnail.-audio:after,
.vlcTab__thumbnail.-audio:after,
.relatedResource__thumbnail.-audio:after,
.vlcPill.-audio:after {
  background-image: url("/dist/images/vlc/icon-mini_podcast.svg");
}
.relevantContent__thumbnail.-article:after, .relevantContent__thumbnail.-stateDocument:after,
.vlcTab__thumbnail.-article:after,
.vlcTab__thumbnail.-stateDocument:after,
.relatedResource__thumbnail.-article:after,
.relatedResource__thumbnail.-stateDocument:after,
.vlcPill.-article:after,
.vlcPill.-stateDocument:after {
  background-image: url("/dist/images/vlc/icon-mini_article.svg");
}
.relevantContent__thumbnail.-blog:after,
.vlcTab__thumbnail.-blog:after,
.relatedResource__thumbnail.-blog:after,
.vlcPill.-blog:after {
  background-image: url("/dist/images/vlc/icon-mini_blog.svg");
  background-size: 15px;
}
.relevantContent__thumbnail.-pdf:after,
.vlcTab__thumbnail.-pdf:after,
.relatedResource__thumbnail.-pdf:after,
.vlcPill.-pdf:after {
  background-image: url("/dist/images/vlc/icon-mini_pdf.svg");
}
.relevantContent__thumbnail.-faq:after,
.vlcTab__thumbnail.-faq:after,
.relatedResource__thumbnail.-faq:after,
.vlcPill.-faq:after {
  background-image: url("/dist/images/vlc/icon-mini_faq.svg");
}
.relevantContent__thumbnail.-tool:after,
.vlcTab__thumbnail.-tool:after,
.relatedResource__thumbnail.-tool:after,
.vlcPill.-tool:after {
  background-image: url("/dist/images/vlc/icon-mini_tool.svg");
  background-size: 15px;
}
.relevantContent__thumbnail.-video::after,
.vlcTab__thumbnail.-video::after,
.relatedResource__thumbnail.-video::after,
.vlcPill.-video::after {
  background-image: url("/dist/images/vlc/icon-mini_video.svg");
}
.relevantContent__thumbnail.-webinar::after,
.vlcTab__thumbnail.-webinar::after,
.relatedResource__thumbnail.-webinar::after,
.vlcPill.-webinar::after {
  background-image: url("/dist/images/vlc/icon-mini_webinar.svg");
}
.relevantContent__thumbnail.-fallback,
.vlcTab__thumbnail.-fallback,
.relatedResource__thumbnail.-fallback,
.vlcPill.-fallback {
  min-height: 200px;
}
.relevantContent__thumbnail.-fallback img,
.vlcTab__thumbnail.-fallback img,
.relatedResource__thumbnail.-fallback img,
.vlcPill.-fallback img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.relevantContent__thumbnail.-fallback::after,
.vlcTab__thumbnail.-fallback::after,
.relatedResource__thumbnail.-fallback::after,
.vlcPill.-fallback::after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: #54afcb;
  background-size: 90px 90px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.relevantContent__thumbnail.-fallback.-audio:after,
.vlcTab__thumbnail.-fallback.-audio:after,
.relatedResource__thumbnail.-fallback.-audio:after,
.vlcPill.-fallback.-audio:after {
  background-image: url("/dist/images/vlc/icon_podcast-blue.svg");
}
.relevantContent__thumbnail.-fallback.-article:after, .relevantContent__thumbnail.-fallback.-stateDocument:after,
.vlcTab__thumbnail.-fallback.-article:after,
.vlcTab__thumbnail.-fallback.-stateDocument:after,
.relatedResource__thumbnail.-fallback.-article:after,
.relatedResource__thumbnail.-fallback.-stateDocument:after,
.vlcPill.-fallback.-article:after,
.vlcPill.-fallback.-stateDocument:after {
  background-image: url("/dist/images/vlc/icon_article-blue.svg");
}
.relevantContent__thumbnail.-fallback.-blog:after,
.vlcTab__thumbnail.-fallback.-blog:after,
.relatedResource__thumbnail.-fallback.-blog:after,
.vlcPill.-fallback.-blog:after {
  background-image: url("/dist/images/vlc/icon_blog-blue.svg");
  background-position: 55% 60%;
}
.relevantContent__thumbnail.-fallback.-pdf:after,
.vlcTab__thumbnail.-fallback.-pdf:after,
.relatedResource__thumbnail.-fallback.-pdf:after,
.vlcPill.-fallback.-pdf:after {
  background-image: url("/dist/images/vlc/icon_pdf-blue.svg");
}
.relevantContent__thumbnail.-fallback.-faq:after,
.vlcTab__thumbnail.-fallback.-faq:after,
.relatedResource__thumbnail.-fallback.-faq:after,
.vlcPill.-fallback.-faq:after {
  background-image: url("/dist/images/vlc/icon_faqs-blue.svg");
}
.relevantContent__thumbnail.-fallback.-tool:after,
.vlcTab__thumbnail.-fallback.-tool:after,
.relatedResource__thumbnail.-fallback.-tool:after,
.vlcPill.-fallback.-tool:after {
  background-image: url("/dist/images/vlc/icon_tools-blue.svg");
}
.relevantContent__thumbnail.-fallback.-video::after,
.vlcTab__thumbnail.-fallback.-video::after,
.relatedResource__thumbnail.-fallback.-video::after,
.vlcPill.-fallback.-video::after {
  background-image: url("/dist/images/vlc/icon_video-blue.svg");
}
.relevantContent__thumbnail.-fallback.-webinar::after,
.vlcTab__thumbnail.-fallback.-webinar::after,
.relatedResource__thumbnail.-fallback.-webinar::after,
.vlcPill.-fallback.-webinar::after {
  background-image: url("/dist/images/vlc/icon_webinar-blue.svg");
}

.vlcTab__thumbnail.-fallback {
  min-height: 100px;
}
.vlcTab__thumbnail.-fallback:after {
  background-size: 60px 60px;
  background-position: center;
}
.vlcTab__thumbnail::after {
  top: 6px;
  right: 6px;
  left: unset;
  bottom: unset;
  background-size: 12px 12px;
}

.relevantContent__thumbnail::after,
.suggestedSlider .splide__slide:after {
  bottom: 5px;
}

.videoSeries {
  background: -webkit-gradient(linear, left top, right top, from(#1a4760), to(#0e2633));
  background: linear-gradient(to right, #1a4760 0%, #0e2633 100%);
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .videoSeries {
    padding-bottom: 0;
  }
}
.videoSeries__intro {
  color: white;
  padding: 30px 30px 0 30px;
}
@media screen and (min-width: 1024px) {
  .videoSeries__intro {
    max-width: 300px;
    padding: 30px;
    background-color: #1a475f;
  }
}
.videoSeries__subhead {
  color: #92d9e7 !important;
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
}
.videoSeries__icon {
  height: 60px;
  margin-bottom: 30px;
}
.videoSeries__videos {
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  .videoSeries__videos {
    padding-bottom: 15px;
  }
}
.videoSeries__videos .splide__slide {
  max-width: 250px;
}
.videoSeries__videos .splide__slide:hover .suggestedSlider__slideTitle {
  color: #54afcb;
}
.videoSeries__videos .splide__thumbnail {
  width: 100%;
  max-width: 250px;
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.videoSeries__videos .splide__slideTitle {
  color: white;
  font-size: 16px;
  font-weight: bold;
  overflow-wrap: anywhere;
}
.videoSeries__videos .splide:after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(14, 38, 52, 0)), to(#0e2634));
  background: linear-gradient(90deg, rgba(14, 38, 52, 0) 0%, #0e2634 100%);
}
.videoSeries__videos .eyebrow {
  color: #54afcb;
  font-size: 12px;
}

.vlcAllResources.hero {
  min-height: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1a475f;
  background-image: linear-gradient(25deg, #3c889e 0%, #1a475f 30%);
  color: white;
  padding-bottom: 0;
}
.vlcAllResources.hero.-filter h1 {
  margin: 0 auto 30px !important;
  font-size: 32px;
}
.vlcAllResources.hero.-filter .vlc__searchReset {
  color: white;
  padding-bottom: 3px;
  border-bottom: 2px solid #3c889e;
  font-weight: 700;
  display: inline-block;
  width: 180px;
  margin: 15px 10px 15px 25px;
}
@media (max-width: 899px) {
  .vlcAllResources.hero.-filter .vlc__searchReset {
    margin-top: 25px;
    float: right;
  }
}
.vlcAllResources.hero.-filter .vlc__searchReset .fa-undo {
  color: #54afcb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vlcAllResources.hero.-filter .vlc__searchReset:hover {
  border-color: #f0bd1b;
}
.vlcAllResources.hero.-filter .vlc__searchReset:hover .fa-undo {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.vlcAllResources.hero.-filter .vlc___search #ccbSearchSubmit {
  display: inline-block;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 25px;
}
.vlcAllResources.hero.-filter .vlc___search #ccbSearchSubmit .fa-search {
  font-size: 18px;
}
.vlcAllResources.hero.-filter .vlc___searchField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
.vlcAllResources.hero.-filter .vlc___searchField input {
  padding: 15px;
  margin-right: 15px;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  max-width: 480px;
}
.vlcAllResources.hero.-filter .vlc___searchField input::-webkit-input-placeholder {
  font-size: 16px;
  color: #767676 !important;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.vlcAllResources.hero.-filter .vlc___searchField input::-moz-placeholder {
  font-size: 16px;
  color: #767676 !important;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.vlcAllResources.hero.-filter .vlc___searchField input::-ms-input-placeholder {
  font-size: 16px;
  color: #767676 !important;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.vlcAllResources.hero.-filter .vlc___searchField input::placeholder {
  font-size: 16px;
  color: #767676 !important;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
@media screen and (min-width: 900px) {
  .vlcAllResources.hero .hero__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .vlcAllResources.hero .hero__content.-extended {
    min-height: 550px;
  }
}
.vlcAllResources.hero .hero__content a:not(.button) {
  color: #f0bd1b;
}
.vlcAllResources.hero .hero__content a:not(.button):hover {
  color: white;
}
.vlcAllResources .hero__wrapper {
  position: relative;
  padding: 4rem 0 2rem 0;
}
@media screen and (min-width: 900px) {
  .vlcAllResources .hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4rem 0 0 0 !important;
  }
}

.vlc__search .container {
  padding: 0 !important;
}
.vlc__search .-submit {
  width: 55px;
  background-image: url("/dist/images/college-coach/blog/search-solid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
.vlc__search .-submit:hover, .vlc__search .-submit:active {
  border-color: #92d9e7;
  background-color: #92d9e7;
}

.-menuExpanded .vlc__searchField {
  width: 50%;
}

.vlc__blogFilters {
  position: relative;
  display: block;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: unset !important;
          flex-flow: unset !important;
  width: 100%;
  z-index: 1;
}
.vlc__blogFilters .nav__menu {
  position: relative;
  background-color: transparent;
  border: none;
  right: unset;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 899px) {
  .vlc__blogFilters .nav__menu {
    width: unset;
    height: unset;
  }
}
.vlc__blogFilters .nav__menu.-topic {
  width: 100%;
  max-width: 33%;
  margin-right: 1.15%;
  float: left;
  z-index: 1;
}
@media (max-width: 899px) {
  .vlc__blogFilters .nav__menu.-topic {
    max-width: unset;
  }
}
.vlc__blogFilters .nav__menu.-search {
  width: 100%;
  max-width: 65%;
  float: left;
  z-index: 0;
}
@media (max-width: 899px) {
  .vlc__blogFilters .nav__menu.-search {
    max-width: unset;
  }
}
.vlc__blogFilters .nav__item {
  position: relative;
  margin-right: 10px;
}
.vlc__blogFilters .nav__item.-dropdown {
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 2%;
  border: 2px solid #f0bd1b;
  padding: 10px 45px 5px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  height: 60px;
}
.vlc__blogFilters .nav__item.-dropdown.-active:after {
  opacity: 1;
  color: #1a475f;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
@media screen and (min-width: 767px) {
  .vlc__blogFilters .nav__item.-dropdown:nth-child(3) {
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 1024px) {
  .vlc__blogFilters .nav__item.-dropdown {
    height: unset;
    margin-bottom: 30px;
  }
}
@media (max-width: 899px) {
  .vlc__blogFilters .nav__item.-dropdown {
    width: 100%;
    margin-right: 0;
  }
}
.vlc__blogFilters .nav__item.-dropdown .eyebrow {
  color: white;
  font-weight: 400;
  margin-bottom: 0px;
}
.vlc__blogFilters .nav__item.-dropdown .nav__link {
  color: white;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__link {
    font-size: 20px;
  }
}
.vlc__blogFilters .nav__item.-dropdown .nav__dropdown_wrapper {
  padding: 0;
}
.vlc__blogFilters .nav__item.-dropdown .nav__dropdown_wrapper .container {
  max-width: 460px;
}
@media screen and (min-width: 767px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__dropdown_wrapper .container {
    max-width: 630px;
  }
}
@media screen and (min-width: 1024px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__dropdown_wrapper .container {
    max-width: 815px;
  }
}
@media screen and (min-width: 1200px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__dropdown_wrapper .container {
    max-width: 958px;
  }
}
.vlc__blogFilters .nav__item.-dropdown .nav__dropdown_item_wrapper {
  display: block;
  margin-top: 0;
}
@media screen and (min-width: 580px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__dropdown_item_wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.vlc__blogFilters .nav__item.-dropdown .nav__dropdown_item {
  width: 50%;
  display: inline-block;
}
.vlc__blogFilters .nav__item.-dropdown .nav__dropdown_item label {
  color: #1a475f;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
.vlc__blogFilters .nav__item.-dropdown .nav__dropdown_item input {
  position: relative;
  top: 2px;
}
.vlc__blogFilters .nav__item.-dropdown .nav__dropdown_item:first-child {
  padding-bottom: 16px;
  width: 100%;
}
.vlc__blogFilters .nav__item.-dropdown .nav__dropdown {
  -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 15px;
  background: #e6f3f7;
  border-top: 1px solid #3c889e;
  width: 100%;
}
@media (max-width: 1023px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__dropdown {
    top: 59px;
  }
}
@media (max-width: 899px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__dropdown {
    top: 15px;
    left: -16px;
    width: 110%;
  }
}
@media screen and (min-width: 1024px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__dropdown {
    padding: 30px 11% 15px;
    width: unset;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__dropdown.-tagsList {
    left: unset;
    right: 0;
  }
}
.vlc__blogFilters .nav__item.-dropdown .nav__dropdown_link {
  display: inline-block;
  color: #1a475f;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.25;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__dropdown_link {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .vlc__blogFilters .nav__item.-dropdown .nav__dropdown_link {
    font-size: 14px;
  }
}
.vlc__blogFilters .nav__item.-dropdown .nav__dropdown_link input {
  margin-right: 10px;
  float: left;
  height: 20px;
  margin-top: 0;
  position: relative;
  top: -1px;
}
.vlc__blogFilters .nav__item.-dropdown .nav__dropdown_link:hover {
  cursor: pointer !important;
}
.vlc__blogFilters .nav__item.-dropdown::after {
  position: absolute !important;
  right: 18px;
  font-size: 16px;
  top: calc(50% - 8px) !important;
  content: "\ea1c";
  font-family: "bh-corporate";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.vlc__blogFilters .nav__item.-active {
  background: #e6f3f7;
  border-color: #e6f3f7;
}
.vlc__blogFilters .nav__item.-active .nav__link, .vlc__blogFilters .nav__item.-active .eyebrow {
  color: #1a475f;
}
.vlc__blogFilters .nav__item.-active .vlc__dropdown_text {
  color: #1a475f;
}
.vlc__blogFilters .nav__item.-active .nav__dropdown_link {
  color: #1a475f !important;
}
.vlc__blogFilters .nav__item.-active .eyebrow {
  overflow: hidden;
}
.vlc__blogFilters .nav__item.-active .tagsSelected {
  color: white;
}
.vlc__blogFilters .nav__item.-active::after {
  opacity: 0;
}
.vlc__blogFilters .nav__dropdown {
  top: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .vlc__blogFilters .nav__dropdown {
    top: 55px;
  }
}
.vlc__blogFilters .tagsSelected {
  font-size: 14px;
  background: #3c889e;
  padding: 3px 9px;
  border-radius: 4px;
  border: 1px solid #0e2633;
  line-height: 0;
  position: relative;
  bottom: 3px;
}
.vlc__blogFilters .col-sm-5 .nav__menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 899px) {
  .vlc__blogFilters {
    position: relative;
    display: unset;
    border-left: none;
  }
  .vlc__blogFilters .nav__link {
    border-bottom: none;
  }
}

.vlc__searchRow, .vlc__filterRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 580px) {
  .vlc__searchRow, .vlc__filterRow {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.vlc__searchField {
  width: calc(100% - 205px);
}
.vlc__searchField input {
  padding: 17px 15px;
  margin-right: 15px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  float: left;
  font-size: 20px;
  max-height: 62px;
  width: calc(100% - 77px);
  border: 1px solid #ffffff;
}
@media (max-width: 1199px) and (min-width: 1023px) {
  .vlc__searchField input {
    max-height: 57px !important;
  }
}
@media (max-width: 1023px) {
  .vlc__searchField input {
    max-height: 60px !important;
  }
}
.vlc__searchField input::-webkit-input-placeholder {
  font-size: 20px;
}
.vlc__searchField input.button {
  margin: unset;
  height: 62px !important;
  width: 62px !important;
  border: unset;
}
@media (max-width: 1199px) and (min-width: 1023px) {
  .vlc__searchField input.button {
    height: 57px !important;
    width: 57px !important;
  }
}

.vlc__searchResults {
  padding: 45px 0;
}
.vlc__searchResults .container {
  padding: 0 40px 0;
  margin: 0;
}
.vlc__searchResults h2 {
  text-transform: none;
  font-size: 24px;
  color: #1a475f;
  margin-bottom: 45px;
}
.vlc__searchResults .relatedResource__thumbnail {
  margin: 0;
}
.vlc__searchResults .relatedResource__thumbnail.-fallback {
  min-height: 180px !important;
  position: relative;
}
.vlc__searchResults .relatedResource__thumbnail.-fallback:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#54afcb), to(#277389));
  background: linear-gradient(0deg, #54afcb 0%, #277389 100%);
}
.vlc__searchResults .relatedResource__thumbnail.-fallback:after {
  background-position: 50% 55%;
  background-color: transparent !important;
  z-index: 0;
}
.vlc__searchResults .searchResult {
  margin-bottom: 45px;
}
.vlc__searchResults .searchResult .resourceInformation {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .vlc__searchResults .searchResult .resourceInformation {
    font-size: 16px;
  }
}
.vlc__searchResults .searchResult h3 {
  margin-top: 0;
  line-height: 1.25;
  font-size: 24px;
}
@media screen and (min-width: 767px) {
  .vlc__searchResults .searchResult h3 {
    font-size: 26px;
  }
}
.vlc__searchResults .searchResult__text a {
  font-weight: 700;
}
.vlc__searchResults .searchResult__text a:hover {
  text-decoration: underline;
}
.vlc__searchResults .searchResult__text .resourceSubjects .exclusiveContent {
  color: #dc6f1f;
  background-color: rgba(220, 111, 31, 0.1);
  display: inline-block;
  margin: 10px 0px 5px 0px;
  padding: 0.3em 2em;
  border-radius: 18px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.vlc__searchResults .searchResult__image {
  min-height: 180px;
}
.vlc__searchResults .searchResult__image img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vlc__searchResults .pagination .button.disabled {
  background-color: #eee;
  color: #1a475f;
  cursor: default;
}
.vlc__searchResults .pagination .button.disabled span {
  background-color: #eee;
  color: #1a475f;
  cursor: default;
}
@media (max-width: 599px) {
  .vlc__searchResults .pagination a {
    padding: 8px 8px;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vlc__searchResults .pagination .button i {
    font-size: 17px;
  }
}

.website-learningcenter #mainContent {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .website-learningcenter #mainContent {
    width: 90%;
    left: 10%;
    padding-top: 82px;
  }
}
.website-learningcenter .-vlc .footer__secondary {
  padding: 60px 0;
  width: 100%;
}
.website-learningcenter .button.-icons {
  border-color: #f0bd1b;
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #0e2633;
  display: inline-block;
  font-size: 10px;
  background-size: 14px;
  padding: 10px 20px 10px 50px;
  width: auto;
}
.website-learningcenter .button.-icons.-right {
  padding: 15px 50px 15px 15px;
}
.website-learningcenter .button.-icons.-right i {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .website-learningcenter .button.-icons.-right i {
    top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .website-learningcenter .button.-icons.-right {
    font-size: 16px;
  }
}
.website-learningcenter .button.-icons:focus {
  border-color: #1a475f;
  color: #1a475f;
  background-color: transparent;
  outline: none !important;
}
@media screen and (min-width: 767px) {
  .website-learningcenter .button.-icons {
    font-size: 12px;
    margin-bottom: 30px;
    background-size: 24px;
  }
}
@media (max-height: 840px) {
  .website-learningcenter .button.-icons {
    margin-bottom: -20px;
    padding: 10px 20px 10px 50px !important;
  }
}
.website-learningcenter .button.-noText {
  width: 60px;
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.website-learningcenter .button.-light {
  color: #f0bd1b;
  border-color: #f0bd1b;
  background-color: #0e2633;
}
.website-learningcenter .button.-light:hover, .website-learningcenter .button.-light:active, .website-learningcenter .button.-light:focus {
  background-color: #1a475f;
  color: white;
}
.website-learningcenter .button.-dark {
  color: #1a475f;
  border-color: #1a475f;
  background-color: transparent;
}
.website-learningcenter .button.-dark:hover, .website-learningcenter .button.-dark:active, .website-learningcenter .button.-dark:focus {
  background-color: #f0bd1b !important;
  border-color: #f0bd1b !important;
}
.website-learningcenter .button.-download,
.website-learningcenter .button.-offsite {
  padding: 15px 60px 15px 30px;
  width: 250px;
  display: inline;
  position: relative;
}
.website-learningcenter .button.-download:before,
.website-learningcenter .button.-offsite:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 30px;
  width: 25px;
  height: 25px;
  background-image: url(/dist/images/vlc/icon_download.svg);
  background-position: 90%;
  background-size: contain;
  background-repeat: no-repeat;
}
.website-learningcenter .button.-offsite:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.website-learningcenter .button.-grid {
  padding: 15px 30px 15px 60px;
  background-image: url("/dist/images/vlc/icon_view-all-blue.svg");
}
.website-learningcenter .button.-grid.-light {
  background-image: url("/dist/images/vlc/icon_view-all.svg");
}
.website-learningcenter .button.-ghost {
  background-color: transparent;
  border-color: #f0bd1b;
  background-color: #f0bd1b;
  color: #0e2633;
  max-width: 600px;
}
.website-learningcenter .button.-ghost span {
  background-color: #1a475f;
  border-radius: 5px;
  padding: 3px 6px;
  color: white;
}
.website-learningcenter .button.-ghost:hover, .website-learningcenter .button.-ghost:active, .website-learningcenter .button.-ghost:focus {
  border-color: #1a475f;
  background-color: transparent;
}
.website-learningcenter .button.-simple {
  color: #3c889e;
  font-size: 18px;
  display: inline;
}
.website-learningcenter .button.-simple::after {
  font-size: 25px;
  margin-left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.website-learningcenter .button.-alt:focus {
  outline: 3px solid #f0bd1b;
  background: #1a475f;
  color: white;
}
.website-learningcenter iframe {
  max-width: 100%;
}
@media (min-width: 768px) {
  .website-learningcenter .container {
    width: unset;
    max-width: 1240px !important;
  }
}

.wysiwygContent,
.cmsContent {
  padding-bottom: 60px;
}
.wysiwygContent h3,
.wysiwygContent h4,
.wysiwygContent h5,
.wysiwygContent h6,
.cmsContent h3,
.cmsContent h4,
.cmsContent h5,
.cmsContent h6 {
  color: #1a475f;
  margin-bottom: 30px;
  font-weight: 700;
}
.wysiwygContent h3,
.cmsContent h3 {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}
.wysiwygContent h4,
.cmsContent h4 {
  font-size: 24px;
}
.wysiwygContent p,
.wysiwygContent span,
.cmsContent p,
.cmsContent span {
  margin-bottom: 30px;
}
.wysiwygContent a,
.cmsContent a {
  color: #1a475f;
}
.wysiwygContent ul,
.wysiwygContent ol,
.cmsContent ul,
.cmsContent ol {
  list-style-position: outside;
  line-height: 1.5;
  margin-bottom: 60px;
  padding-left: 30px;
}
.wysiwygContent ul,
.cmsContent ul {
  list-style: disc;
}
.wysiwygContent li,
.cmsContent li {
  margin-bottom: 15px;
}
.wysiwygContent table,
.cmsContent table {
  margin-bottom: 60px;
}
.wysiwygContent .body,
.cmsContent .body {
  color: #5a5a5a;
  display: block;
  margin-bottom: 30px;
}

.vlcHome,
.vlcResource,
.vlcTopic {
  width: 100%;
  background-color: #eeeded;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .vlcHome,
.vlcResource,
.vlcTopic,
.vlcAllResources {
    min-height: calc(100vh - 318px);
  }
}

.vlcHome .container,
.vlcResource .container,
.vlcTopic .container,
.vlcTopnav .container,
.vlcAllResources .container,
.vlcFooter .container {
  max-width: 100%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 767px) {
  .vlcHome .container,
.vlcResource .container,
.vlcTopic .container,
.vlcTopnav .container,
.vlcAllResources .container,
.vlcFooter .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.vlcContent {
  position: relative;
  height: 100%;
  overflow-x: unset;
  background-color: white;
}
.vlcContent__wrapper {
  overflow: unset;
}

.website-learningcenter blockquote {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 45px;
  border-left: 10px solid white;
}
@media screen and (min-width: 1024px) {
  .website-learningcenter blockquote {
    padding-left: 100px;
  }
}
.website-learningcenter blockquote a,
.website-learningcenter blockquote span,
.website-learningcenter blockquote strong,
.website-learningcenter blockquote em {
  color: white;
  background-color: #dc6f1f;
  padding: 2px 10px 5px;
}

.vlcEmbed {
  padding-top: 15px;
}
@media screen and (min-width: 767px) {
  .vlcEmbed {
    padding-top: 60px;
  }
}
.vlcEmbed .videoContent {
  padding: 30px 5% 60px;
  position: relative;
  background: -webkit-gradient(linear, left top, right bottom, from(#1a4760), to(#0e2633));
  background: linear-gradient(to bottom right, #1a4760 0%, #0e2633 100%);
  margin-bottom: 30px;
}
.vlcEmbed .videoContent__icon {
  width: 70px;
  margin-bottom: 30px;
}
.vlcEmbed .videoContent__text, .vlcEmbed .videoContent__text a {
  color: white;
}
.vlcEmbed .videoContent__heading {
  font-weight: bold;
  text-transform: none;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}
.vlcEmbed .videoContent__description {
  font-size: 14px;
}
.vlcEmbed .videoContent__iframe {
  position: relative;
  padding-top: 56.25%;
}
.vlcEmbed .videoContent__iframe iframe,
.vlcEmbed .videoContent__iframe img {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 100%;
}
.vlcEmbed .videoContent__iframe img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 350px;
  width: 100%;
  max-width: unset;
}
.vlcEmbed .videoContent__image {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .vlcEmbed .videoContent {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background: none;
  }
  .vlcEmbed .videoContent__text {
    background: -webkit-gradient(linear, left top, right bottom, from(#1a4760), to(#0e2633));
    background: linear-gradient(to bottom right, #1a4760 0%, #0e2633 100%);
    width: 43%;
    max-width: 460px;
    padding: 45px 60px 45px 90px;
  }
  .vlcEmbed .videoContent__iframe, .vlcEmbed .videoContent__image {
    padding-top: 56.25%;
    position: absolute;
    width: 63%;
    top: -60px;
    left: 0;
  }
  .vlcEmbed .videoContent__iframe iframe,
.vlcEmbed .videoContent__iframe img, .vlcEmbed .videoContent__image iframe,
.vlcEmbed .videoContent__image img {
    height: 63%;
  }
  .vlcEmbed .videoContent__image {
    padding-top: unset !important;
    right: 0;
    left: unset;
  }
}
.vlcEmbed a.focus-visible {
  border: 3px solid #f0bd1b;
  display: block;
  outline: 3px solid #f0bd1b;
}

.vlcHeader {
  margin-bottom: 60px;
}
.vlcHeader__masthead {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.vlcHeader__icon {
  width: 165px;
  max-height: 165px;
  position: relative;
  top: 30px;
}
@media screen and (min-width: 580px) {
  .vlcHeader__icon {
    top: -60px;
  }
}
.vlcHeader .container {
  position: relative;
  max-width: 100%;
}
.vlcHeader .subscriberLogo {
  -webkit-box-shadow: 10px 10px 45px -23px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 45px -23px rgba(0, 0, 0, 0.2);
  background: white;
  left: 0;
  padding: 15px;
  position: absolute;
  max-height: 75px;
}
@media screen and (min-width: 767px) {
  .vlcHeader .subscriberLogo {
    left: unset;
    right: 0;
    max-width: 250px;
    max-height: unset;
  }
}
.vlcHeader h1 {
  font-weight: 800;
}
.vlcHeader h1.heading {
  margin-top: 90px;
  margin-bottom: 0;
  font-weight: 400;
}
.vlcHeader strong.heading {
  margin: 0 30px 30px 0;
  font-weight: 800;
  text-transform: uppercase;
}
.vlcHeader strong.heading:after {
  background-color: #f0bd1b;
  content: "";
  display: block;
  margin-bottom: 1.5rem;
  width: 36%;
  max-width: 130px;
  position: relative;
  margin-top: 30px;
  height: 8px;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.vlcHeader .subhead {
  color: #1a475f;
}
.vlcHeader.-resource, .vlcHeader.-dark {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 60px;
}
.vlcHeader.-resource .heading, .vlcHeader.-dark .heading {
  font-weight: 800;
  text-transform: none;
  margin: 15px 0 90px;
}
.vlcHeader.-resource .heading::after, .vlcHeader.-dark .heading::after {
  display: none;
}
@media screen and (min-width: 767px) {
  .vlcHeader.-resource .heading, .vlcHeader.-dark .heading {
    margin: 30px 90px 150px 0;
  }
}
.vlcHeader.-dark {
  background: -webkit-gradient(linear, left top, right top, from(#031A28), to(#1a475f));
  background: linear-gradient(to right, #031A28, #1a475f);
  -webkit-box-shadow: inset 7px 0 100px -7px rgba(0, 0, 0, 0.4);
          box-shadow: inset 7px 0 100px -7px rgba(0, 0, 0, 0.4);
}
.vlcHeader.-dark .topicHeading {
  background-color: #1a475f;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 7px;
}
.vlcHeader.-dark .topicHeading__text {
  font-size: 12px;
  margin: 0;
  padding: 17px 30px 17px 85px;
  color: #92d9e7;
  font-weight: 800;
  letter-spacing: 0.05rem;
}
.vlcHeader.-dark .topicHeading__text::before {
  top: 0px;
}
.vlcHeader.-dark .heading {
  color: white;
  margin-bottom: 75px;
}
.vlcHeader.-dark .body {
  color: #92d9e7;
}
.vlcHeader.-dark .row {
  padding-bottom: 0;
}
.vlcHeader.-dark .row:after {
  display: contents;
}
@media screen and (min-width: 767px) {
  .vlcHeader.-dark .row {
    padding-bottom: 60px;
  }
}
.vlcHeader__columnRight {
  padding: 0;
  position: relative;
  background-color: #0e2633;
}
@media screen and (min-width: 1024px) {
  .vlcHeader__columnRight {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.vlcHeader__columnRight .columnRight__text {
  text-align: center;
  padding: 0 30px;
}
.vlcHeader__columnRight .tags {
  margin-bottom: 30px;
}
.vlcHeader__columnRight p {
  color: white;
  margin-bottom: 15px;
}
.vlcHeader__columnRight img {
  padding-top: 0;
  margin-top: 0;
}
.vlcHeader .body {
  margin-bottom: 45px;
  line-height: 1.25;
}

.topicHeading {
  display: block;
}
.topicHeading__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1a475f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0;
  padding-left: 85px;
  position: relative;
}
.topicHeading__text::before {
  background-color: #0e2633;
  background-image: url("/dist/images/vlc/icon_track.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 7px;
  content: "";
  display: inline-block;
  height: 50px;
  margin-right: 10px;
  padding: 5px 10px;
  width: 50px;
  position: absolute;
  left: 0;
  top: -10px;
}

a.topicHeading {
  color: #3c889e !important;
}

.callout__wrapper {
  padding: 5px 30px !important;
}
.callout__copy {
  padding: 15px 0;
}
@media screen and (min-width: 767px) {
  .callout__copy {
    width: 70%;
  }
}
.callout__heading {
  text-align: center;
  font-size: 24px !important;
  margin: 0 30px 30px 0;
  font-weight: 300;
}
@media screen and (min-width: 767px) {
  .callout__heading {
    text-align: left;
    margin-bottom: 0;
  }
}
.callout__action a {
  border-radius: 4px;
  padding: 15px 45px;
}

.button {
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .button {
    display: inline-block;
    padding: 10px 45px;
  }
}

body.website-learningcenter {
  overflow: overlay;
}
body.website-learningcenter .nav__primary {
  z-index: 2002;
  padding: 0;
}
body.website-learningcenter .nav__primary .nav__menu {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  right: unset;
  left: 0;
  width: 100%;
  overflow: hidden;
  border: none;
}
body.website-learningcenter .nav__primary .nav__menu.-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  right: unset;
  left: 0;
}
body.website-learningcenter .nav__primary .nav__menu.-active .vlcNav__header {
  display: block;
  padding-top: 90px;
}
body.website-learningcenter .nav__primary .nav__menu .-menuToggle {
  margin: 0 15px 0 0;
}
body.website-learningcenter .nav__primary .nav__menu .vlcNav {
  width: 100%;
}
@media screen and (min-width: 900px) {
  body.website-learningcenter .nav__primary .nav__menu {
    width: 50vw;
    max-width: 450px;
    position: fixed;
    background-color: white;
    height: 100%;
  }
  body.website-learningcenter .nav__primary .nav__menu .nav__menu_meta {
    display: unset;
  }
  body.website-learningcenter .nav__primary .nav__menu .vlcNav__header {
    display: unset;
  }
}
body.website-learningcenter .vlcTopnav {
  -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border-top: 2px solid #dc6f1f;
  position: relative;
  z-index: 5;
}
body.website-learningcenter .vlcTopnav:before, body.website-learningcenter .vlcTopnav:after,
body.website-learningcenter .vlcTopnav .container:before,
body.website-learningcenter .vlcTopnav .container:after {
  display: none;
}
body.website-learningcenter .vlcTopnav > div {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  width: 100%;
  max-width: 1620px !important;
  height: 80px;
}
body.website-learningcenter .vlcTopnav > div .nav__logoLink {
  position: absolute;
  top: 15px;
  width: 150px;
  left: 0;
}
@media (min-width: 460px) {
  body.website-learningcenter .vlcTopnav > div .nav__logoLink {
    left: 15px;
  }
}
body.website-learningcenter .vlcTopnav > div .nav__logo {
  height: 50px;
  margin-left: 1%;
}
body.website-learningcenter .vlcTopnav > div .subscriberLogo {
  height: 30px;
}
@media (max-width: 599px) {
  body.website-learningcenter .vlcTopnav > div .subscriberLogo {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  body.website-learningcenter .vlcTopnav > div .subscriberLogo {
    height: 50px;
  }
}
body.website-learningcenter .vlcTopnav > div ul {
  position: absolute;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 767px) {
  body.website-learningcenter .vlcTopnav > div ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1921px) {
  body.website-learningcenter .vlcTopnav > div ul {
    right: 25%;
  }
}
@media screen and (min-width: 1024px) {
  body.website-learningcenter .vlcTopnav > div .nav__logoLink {
    position: absolute;
    left: calc(10% - 80px);
  }
}
@media screen and (min-width: 1024px) {
  body.website-learningcenter .vlcTopnav {
    position: fixed;
    width: calc(100% - 15px);
    width: 100%;
  }
}
@media (max-width: 459px) {
  body.website-learningcenter .vlcTopnav .container {
    max-width: 300px !important;
    text-align: right;
    margin-right: 5px;
  }
}
body.website-learningcenter .link {
  font-size: 11px;
  font-weight: bold;
  color: #3c889e;
  padding-left: 30px;
  background-size: 14px;
  background-repeat: no-repeat;
  margin-right: 0;
  margin-bottom: 5px;
  background-position: left;
  text-transform: uppercase;
  display: inline-block;
}
body.website-learningcenter .link.-schedule {
  background-image: url("/dist/images/vlc/icon_schedule.svg");
}
body.website-learningcenter .link.-ask {
  background-image: url("/dist/images/vlc/icon_ask-question.svg");
}
body.website-learningcenter .link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  body.website-learningcenter .link {
    margin-right: 15px;
    font-size: 14px;
    background-size: 18px;
    background-size: 20px;
    margin-bottom: 0;
  }
}
body.website-learningcenter img {
  display: unset;
}

.vlcNav {
  background-color: #1a475f;
  top: 0;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .vlcNav {
    max-height: 100vh;
  }
}
.vlcNav .nav__menu_meta {
  padding: 0;
}
.vlcNav__header {
  z-index: 3;
  padding: 150px 15px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e69400), to(#dc6f1f));
  background-image: linear-gradient(to bottom, #e69400, #dc6f1f);
}
@media screen and (min-width: 1024px) {
  .vlcNav__header {
    padding: 150px 15px 70px;
  }
}
.vlcNav__search {
  position: relative;
  top: 45px;
  margin-top: -25px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media screen and (min-width: 1024px) {
  .vlcNav__search {
    display: none;
  }
}
.vlcNav .vlcNav__searchBox.-collapsed {
  background-color: white;
  position: relative;
  top: 20px;
  padding: 20px 10px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .vlcNav .vlcNav__searchBox.-collapsed {
    display: block;
  }
}
.vlcNav__searchBox {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 7px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  padding-left: 50px !important;
  background-image: url("/dist/images/vlc/icon_search.svg");
  background-size: 23px;
  background-position: 18px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.vlcNav__heading {
  white-space: nowrap;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  height: 30px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .vlcNav__heading {
    font-size: 22px;
  }
}
.vlcNav__heading > * + * {
  margin-left: 15px;
}
.vlcNav__headingIcon {
  color: white;
  height: 30px;
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
.vlcNav__headline {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 300;
  margin-left: 5px;
  padding: 5px 10px 10px 10px;
  line-height: 0;
}
.vlcNav__headline:before {
  content: "";
  display: inline-block;
  background-image: url("/dist/images/vlc/icon_track.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #0e2633;
  height: 30px;
  left: 1px;
  margin-right: 15px;
  position: relative;
  top: 5px;
  width: 30px;
}
@media screen and (min-width: 1024px) {
  .vlcNav__headline::after {
    opacity: 0;
    content: "Your Topics";
    color: #54afcb;
    display: block;
    font-size: 11px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    top: 100px;
    left: -7px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 1200px) {
  .vlcNav__headline {
    font-size: 24px;
  }
}
.vlcNav__topics {
  overflow: hidden;
  background-color: #0e2633;
  color: #92d9e7;
  position: relative;
  z-index: 2;
  padding: 15px 15px 50px;
}
@media screen and (min-width: 1024px) {
  .vlcNav__topics {
    padding: 30px 15px 30px;
    height: calc(75vh - 100px);
  }
}
.vlcNav__topics .button {
  white-space: nowrap;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .vlcNav__topics .button::before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    content: "View All Resources";
    display: block;
    font-size: 11px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #f0bd1b;
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    bottom: 125px;
    left: -35px;
  }
}
.vlcNav__topicsList {
  height: 54vh;
  width: 97%;
  padding: 0 15px 90px 30px;
  margin: 0 0 0 25px;
  overflow-y: auto;
  position: relative;
  background-size: 2px;
  background-position: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, to(#1a475f));
  background-image: linear-gradient(to bottom, #1a475f 100%);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .vlcNav__topicsList {
    height: calc(80vh - 320px);
  }
}
@media (max-height: 599px) {
  .vlcNav__topicsList {
    height: calc(100vh - 320px);
    min-height: 130px;
  }
}
.vlcNav__topic {
  position: relative;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 12px;
  padding-right: 30px;
  z-index: 9;
}
.vlcNav__topic a {
  color: #92d9e7;
}
.vlcNav__topic:first-child {
  padding-top: 20px;
}
.vlcNav__topic:first-child:before {
  top: 24px;
}
.vlcNav__topic:before {
  position: absolute;
  top: 4px;
  left: -30px;
  background-color: #1a475f;
  content: "";
  display: inline-block;
  height: 10px;
  width: 12px;
  border: 2px solid #54afcb;
  border-radius: 3px;
}
.vlcNav__topic:hover a {
  color: white;
}
.vlcNav__topic:hover:before {
  border-color: white;
}
@media screen and (min-width: 1024px) {
  .vlcNav__topic {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1500px) {
  .vlcNav__topic {
    font-size: 18px;
  }
  .vlcNav__topic:first-child:before {
    top: 28px;
  }
  .vlcNav__topic:before {
    top: 8px;
  }
}
.vlcNav__topicsFader {
  position: absolute;
  left: 0;
  content: "";
  background-size: 100%;
  height: 180px;
  width: 100%;
  background-position: bottom;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #0e2633), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #0e2633 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
  pointer-events: none;
}
@media (min-height: 850px) {
  .vlcNav__topicsFader {
    bottom: 50px;
  }
}
@media (max-height: 599px) {
  .vlcNav__topicsFader {
    display: none;
  }
}
.vlcNav__userInfo {
  background-color: #1a475f;
  color: #92d9e7;
  padding: 0 30px;
  width: 100%;
  z-index: 3;
  height: 120px;
  bottom: 0;
  position: relative;
}
.vlcNav__user {
  color: white;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  padding: 15px 0 0 60px;
  background-image: url("/dist/images/vlc/icon_users.svg");
  background-size: 30px;
  background-position: 14px;
  background-repeat: no-repeat;
  white-space: pre-line;
  word-break: break-word;
  overflow: hidden;
  -webkit-transition: none !important;
  transition: none !important;
}
.vlcNav__user:hover {
  border: none;
}
.vlcNav__username {
  display: block;
  font-size: 14px;
  color: #92d9e7;
}
.vlcNav__userLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}
.vlcNav__userLink {
  font-size: 14px;
  margin-right: 15px;
  color: #92d9e7;
}
.vlcNav__userLink:hover {
  color: #f0bd1b;
}
.vlcNav label {
  cursor: pointer;
  color: unset;
  display: unset;
  font-size: unset;
  font-weight: unset;
  margin-bottom: unset;
  z-index: 4;
}
.vlcNav #vlcSearch {
  padding: 8px 8px 8px 50px !important;
}

@media screen and (prefers-contrast: more) and (prefers-color-scheme: light) {
  .vlcNav__headingIcon {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
.vlcResource .body {
  max-width: 900px;
}
.vlcResource .topicHeading__text:before {
  top: -10px;
}
.vlcResource .heading {
  color: #1a475f;
}
.vlcResource .vlcHeader.-resource {
  background: white;
  -webkit-box-shadow: 0px 6px 30px 0 rgba(26, 71, 95, 0.06);
          box-shadow: 0px 6px 30px 0 rgba(26, 71, 95, 0.06);
}
.vlcResource__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: -120px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 767px) {
  .vlcResource__intro {
    padding-top: 90px;
    margin-bottom: -250px !important;
    top: -280px;
  }
}
@media screen and (min-width: 767px) {
  .vlcResource__intro .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vlcResource__tagList {
  margin-bottom: 30px;
}
.vlcResource__featuredImageWrapper, .vlcResource__tagClouds {
  position: relative;
}
@media screen and (min-width: 767px) {
  .vlcResource__featuredImageWrapper, .vlcResource__tagClouds {
    height: 26vw;
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.vlcResource__featuredImage {
  width: 100%;
  margin-right: 30px;
  background-color: #eeeded;
  border-bottom: 10px solid #dc6f1f;
}
@media screen and (min-width: 767px) {
  .vlcResource__featuredImage {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.vlcResource__tagClouds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -100px;
}
.vlcResource__tagClouds .vlcResource__tagList {
  margin-top: 15px;
}
@media screen and (min-width: 767px) {
  .vlcResource__tagClouds .vlcResource__tagList {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .vlcResource__tagClouds {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .vlcResource__tagClouds {
    min-height: 240px;
  }
  .vlcResource__tagClouds .vlcResource__tagList {
    margin-top: 0;
  }
}
.vlcResource .subhead {
  color: #0e2633;
}
.vlcResource .jumpLinks {
  margin-bottom: 30px;
}
.vlcResource .jumpLinks p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #1a475f;
  margin-bottom: 15px;
}
.vlcResource .jumpLinks a {
  color: #3c889e;
}
.vlcResource .stateResources {
  padding-top: 0;
}

.regionText {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3c889e;
  display: block;
  width: 100%;
  margin: 25px 25px 25px 10px;
}

.regionLink {
  display: block;
  width: 100%;
}

.vlcCaptionedImage img {
  -webkit-box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 10px solid #dc6f1f;
  margin-bottom: 30px;
}
.vlcCaptionedImage figcaption {
  font-size: 18px;
  line-height: 30px;
}
.vlcCaptionedImage figcaption strong {
  color: #1a475f;
}
.vlcCaptionedImage figcaption .source {
  margin-top: 10px;
  display: block;
  font-size: 15px;
  font-weight: 300;
}

.vlcTabs {
  background-size: 50%;
  background-color: #0e2633;
  padding: 0;
  margin-bottom: 60px;
}
.vlcTabs__header {
  margin: 0 auto -50px;
  padding: 50px 0 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a475f), to(#0e2633));
  background-image: linear-gradient(to bottom, #1a475f, #0e2633);
}
.vlcTabs__parentNames {
  background-position: 30px 0;
  background-image: url(/dist/images/vlc/icon_users.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding-top: 6px;
  margin-bottom: 15px;
  padding-left: 75px;
  text-transform: none;
}
@media screen and (min-width: 767px) {
  .vlcTabs__parentNames {
    font-size: 30px;
    background-position: 60px 0;
    padding-left: 100px;
  }
  .vlcTabs__parentNames br {
    display: none;
  }
}
.vlcTabs .textLink {
  color: #f0bd1b;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #f0bd1b;
  font-size: 11px;
  text-decoration: none;
}
.vlcTabs .textLink:hover {
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .vlcTabs .textLink {
    font-size: 14px;
    margin-left: 15px;
  }
}
.vlcTabs__ageGroup {
  margin-bottom: 1px;
}
.vlcTabs__ageGroup .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6f3f7;
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 15px;
  text-align: left;
  width: 100%;
}
.vlcTabs__ageGroup .btn:hover {
  border: none;
  color: #0e2633;
}
.vlcTabs .splide__track {
  padding: 0 !important;
}
.vlcTabs .splide__track .splide__slide:focus .vlcTabs__tag {
  background-color: #4d6075;
  color: white;
}
.vlcTabs .splide__track .splide__slide:focus .vlcTabs__tag:before {
  background-color: #4d6075;
}
.vlcTabs .splide__track .splide__slide:hover .vlcTabs__tag {
  background-color: #1a475f;
  color: white;
}
.vlcTabs .splide__track .splide__slide:hover .vlcTabs__tag:before {
  background-color: #1a475f;
}
.vlcTabs .splide__track .splide__slide:focus .vlcTabs__tag {
  outline: 2px solid #f0bd1b;
  outline-offset: -7px;
}
.vlcTabs .card-body {
  padding: 15px;
  background-color: white;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .vlcTabs .card-body.content {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vlcTabs .card-body .col1 {
    width: 40%;
  }
  .vlcTabs .card-body .col2 {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .vlcTabs .card-body .col1 {
    width: 33%;
  }
  .vlcTabs .card-body .col2 {
    width: 66%;
  }
}
.vlcTabs .card-body .subhead {
  color: #1a475f !important;
}
@media screen and (min-width: 767px) {
  .vlcTabs .card-body .subhead {
    font-size: 18px;
    line-height: 1.2;
  }
  .vlcTabs .card-body .subhead strong {
    display: block;
    font-size: 30px;
  }
}
.vlcTabs .card-body.-tagsList {
  margin: 0;
  overflow-x: auto;
}
@media screen and (min-width: 767px) {
  .vlcTabs .card-body.-tagsList {
    padding: 0;
  }
}
.vlcTabs .card-body .tags {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 767px) {
  .vlcTabs .card-body .tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vlcTabs .subjects {
  font-size: 11px;
}
@media screen and (min-width: 767px) {
  .vlcTabs .subjects {
    font-size: 14px !important;
  }
  .vlcTabs .subjects span {
    display: none;
  }
}
.vlcTabs__childName {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin: 17px 10px 0 0 !important;
  padding-left: 35px !important;
  position: relative;
  text-transform: none;
  -webkit-box-shadow: inset 0.3px -4px 0 0 rgba(203, 231, 239, 0.6);
          box-shadow: inset 0.3px -4px 0 0 rgba(203, 231, 239, 0.6);
  -webkit-transition: 0s;
  transition: 0s;
  position: relative;
  font-size: 14px !important;
  height: 48px;
}
@media screen and (min-width: 1024px) {
  .vlcTabs__childName {
    font-size: 18px !important;
  }
}
.vlcTabs__childName .ageGroup {
  position: absolute;
  top: -28px;
  left: -3px;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  white-space: nowrap;
  -webkit-box-shadow: 0px 4px 0 0 rgba(84, 175, 203, 0.3);
          box-shadow: 0px 4px 0 0 rgba(84, 175, 203, 0.3);
  z-index: 1;
}
.vlcTabs__childName.is-active {
  margin-top: 0 !important;
  height: 65px;
  -webkit-box-shadow: inset 0.3px -4px 0 0 rgba(203, 231, 239, 0);
          box-shadow: inset 0.3px -4px 0 0 rgba(203, 231, 239, 0);
}
.vlcTabs__childName.is-active .ageGroup {
  opacity: 1;
}
.vlcTabs__childName.is-active:before {
  opacity: 1;
}
.vlcTabs__childName:before {
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
  content: "";
  height: 62px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .vlcTabs .ootb-tabcordion {
    margin: 0 15px 0;
    padding-bottom: 15px;
  }
  .vlcTabs .ootb-tabcordion.has-tabs {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.vlcTabs .ootb-tabcordion--tabs {
  overflow-y: visible;
}
.vlcTabs__childName:after,
.vlcTabs .ootb-tabcordion--entry:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: 15px;
  z-index: 2;
}
.vlcTabs .ootb-tabcordion--entry {
  position: relative;
}
.vlcTabs .ootb-tabcordion--entry:before {
  padding-left: 35px !important;
}
.vlcTabs .ootb-tabcordion--entry:last-child {
  border-bottom: 15px solid #102e3d;
}
@media (min-width: 603px) {
  .vlcTabs .ootb-tabcordion--entry .ootb-tabcordion--entry-container {
    height: 0;
    visibility: hidden;
    display: none;
  }
  .vlcTabs .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-container {
    height: unset;
    visibility: visible;
    display: block;
  }
}
@media (max-width: 1454px) {
  .vlcTabs .ootb-tabcordion--entry .ootb-tabcordion--entry-container {
    height: unset;
    visibility: unset;
  }
}
@media (min-width: 974px) {
  .vlcTabs .ootb-tabcordion--entry {
    border: 0;
  }
}
.vlcTabs__tag {
  position: relative;
  background-color: #dee5e8;
  border-radius: 5px 0 0 5px;
  color: #1a475f;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  margin: 5px 20px 5px 0;
  padding: 7px 15px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  border: 1px dotted transparent;
}
.vlcTabs__tag.-active {
  background-color: #1a475f;
  color: white;
}
.vlcTabs__tag.-active:before {
  background-color: #1a475f;
}
.vlcTabs__tag:before {
  position: absolute;
  content: "";
  top: 4px;
  background-color: #dee5e8;
  right: -12px;
  width: 22px;
  height: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
.vlcTabs__tag:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0px;
  top: 12px;
}
.vlcTabs__tag:focus {
  text-decoration: underline;
}
.vlcTabs__tag:hover, .vlcTabs__tag:focus {
  cursor: pointer;
  color: white;
  background-color: #4d6075;
}
.vlcTabs__tag:hover:before, .vlcTabs__tag:focus:before {
  background-color: #4d6075;
}
.vlcTabs__tag.-active {
  background-color: #1a475f !important;
  color: white;
  cursor: pointer;
  border: 1px solid transparent;
}
.vlcTabs__tag.-active a {
  color: white;
}
.vlcTabs__tag.-active:before {
  background-color: #1a475f !important;
}

.vlcTab.card-body {
  padding: 15px 0;
}
@media screen and (min-width: 767px) {
  .vlcTab.card-body {
    padding: 0 0 0 15px;
  }
}
.vlcTab__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.vlcTab__listItem .caps {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 11px;
}
.vlcTab__thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  display: inline;
  margin-right: 15px;
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.vlcTab__thumbnail:focus {
  outline-offset: 3px;
}
.vlcTab__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
  width: 100%;
}
.vlcTab__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0e2633;
  text-align: left;
}
.vlcTab__title {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .vlcTab__title {
    font-size: 18px;
  }
}

.relatedResources {
  background-color: white;
}
.relatedResources .heading {
  font-size: 36px;
  color: #3c889e;
}
.relatedResources .button {
  float: right;
  margin-right: 3%;
}

.relatedResource {
  display: inline-block;
  margin: 0 3% 45px 0;
  vertical-align: top;
  width: 46%;
}
@media screen and (min-width: 1024px) {
  .relatedResource {
    width: 30%;
  }
}
.relatedResource__thumbnail {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.relatedResource__thumbnail img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.relatedResource__action {
  color: #3c889e;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.relatedResource__length {
  color: #0e2633;
  border-right: 2px solid #dddddd;
  padding-right: 10px;
  margin-right: 5px;
}
.relatedResource__title {
  color: #464646;
  font-weight: bold;
  font-size: 18px;
  text-transform: none;
}
.relatedResource:hover .relatedResource__title, .relatedResource:hover .relatedResource__action {
  color: #3c889e;
}
.relatedResource .subjectSlide.focus-visible .vlcTabs__tag {
  border: 3px solid #f0bd1b;
}

.vlcCarousel {
  margin-bottom: 60px;
}
@media screen and (min-width: 580px) {
  .vlcCarousel {
    margin-bottom: 30px;
  }
}
.vlcCarousel .carousel-inner {
  overflow: visible;
}
.vlcCarousel__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vlcCarousel__slide:focus {
  border: 2px solid #f0bd1b;
}
@media screen and (min-width: 580px) {
  .vlcCarousel__slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.vlcCarousel__slide .slide__text {
  visibility: hidden;
}
.vlcCarousel__slide.is-visible .slide__text {
  visibility: visible;
}
.vlcCarousel .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 40px 150px;
}
@media screen and (min-width: 340px) {
  .vlcCarousel .tags {
    margin: 0 0 40px 180px !important;
  }
}
@media screen and (min-width: 580px) {
  .vlcCarousel .tags {
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.vlcCarousel .tags .tag {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 339px) {
  .vlcCarousel .tags .tag {
    font-size: 8px;
  }
}
.vlcCarousel__image {
  margin-right: 15px;
  max-width: 135px;
  max-height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 2;
}
.vlcCarousel__image img {
  min-width: 135px;
  min-height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 340px) {
  .vlcCarousel__image {
    min-width: 165px;
    min-height: 165px;
  }
  .vlcCarousel__image img {
    min-width: 165px;
    min-height: 165px;
  }
}
@media screen and (min-width: 580px) {
  .vlcCarousel__image {
    position: relative;
    margin-right: 0;
    min-width: 265px;
    min-height: 265px;
  }
  .vlcCarousel__image img {
    min-width: 265px;
    min-height: 265px;
  }
}
.vlcCarousel .slide__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 265px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media screen and (min-width: 580px) {
  .vlcCarousel .slide__info {
    background-color: white;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.vlcCarousel .slide__text {
  background-color: white;
  color: #0e2633;
  margin-top: -15px;
  padding: 50px 15px 15px;
}
@media screen and (min-width: 580px) {
  .vlcCarousel .slide__text {
    margin-top: 15px;
    margin: 0;
    padding: 0;
  }
}
.vlcCarousel .caps {
  font-size: 11px;
}
.vlcCarousel .slide__category {
  font-weight: normal;
  font-weight: bold;
  color: #464646;
  margin: 40px auto 10px;
}
@media screen and (min-width: 580px) {
  .vlcCarousel .slide__category {
    margin: 10px auto;
    font-size: 14px;
  }
}
.vlcCarousel .slide__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #0e2633;
}
.vlcCarousel .slide__title:hover {
  text-decoration: underline;
}
@media screen and (min-width: 580px) {
  .vlcCarousel .slide__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 767px) {
  .vlcCarousel .slide__title {
    font-size: 30px;
  }
}
.vlcCarousel .splide__pagination,
.vlcCarousel .splide__arrow {
  bottom: 15px;
}
@media screen and (min-width: 580px) {
  .vlcCarousel .splide__pagination,
.vlcCarousel .splide__arrow {
    right: 15px;
  }
}
.vlcCarousel .splide__pagination {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  width: auto;
  left: 0px;
  right: unset;
  margin: 0;
}
@media screen and (min-width: 767px) {
  .vlcCarousel .splide__pagination {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    left: unset;
    right: 120px;
  }
}
.vlcCarousel .splide__arrow {
  top: unset;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 2;
}
.vlcCarousel .splide__arrow:focus {
  background-color: #f0bd1b;
}
.vlcCarousel .splide__arrow--prev {
  display: none;
}
.vlcCarousel .carousel-control {
  width: 90px;
  opacity: 1;
}
.vlcCarousel .carousel-control.right {
  right: 15px;
  bottom: -65px;
}
@media screen and (min-width: 767px) {
  .vlcCarousel .carousel-control.right {
    bottom: 15px;
  }
}
.vlcCarousel .carousel-indicators .active {
  background-color: #767676;
}

.borderLeft {
  padding: 0 30px;
  border-left: 5px solid #dc6f1f;
}
.suggestedSlider {
  position: relative;
  margin-bottom: 60px;
}
.suggestedSlider .eyebrow {
  margin-bottom: 0;
}
.suggestedSlider__slide {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
}
.suggestedSlider__slide::hover .suggestedSlider__slideTitle {
  color: #3c889e;
}
.suggestedSlider__thumbnail {
  display: block;
  margin-bottom: 15px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.suggestedSlider__slideTitle {
  color: #0e2633;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  overflow-wrap: anywhere;
  width: 50%;
}
@media screen and (min-width: 767px) {
  .suggestedSlider__slideTitle {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
  }
}
.suggestedSlider .topicCard__heading,
.suggestedSlider .-smallText {
  line-height: 1.5;
  margin-bottom: 15px;
  width: 60%;
}
.suggestedSlider .splide:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), to(#eeeded));
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #eeeded 100%);
}
.suggestedSlider .splide__arrow {
  top: -25%;
  right: -30px;
}
.suggestedSlider .splide__arrow:focus {
  border-color: #1a475f !important;
}
@media screen and (min-width: 767px) {
  .suggestedSlider .splide__arrow {
    right: -30px;
  }
}
.suggestedSlider .splide__arrow--prev {
  left: unset;
  right: 45px;
}

.vlcTopic__thumbnail {
  margin: 30px 0;
}
.vlcTopic .topicHeading {
  padding: 0;
}
.vlcTopic .subhead {
  color: #1a475f;
}
.vlcTopic .subhead strong {
  display: block;
}
.vlcTopic .eyebrow {
  margin-bottom: 15px;
}
.vlcTopic .videoContent {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vlcTopic .videoContent__image {
  left: unset;
  right: 0;
}
.vlcTopic .videoContent__image img {
  height: unset;
}
.vlcTopic .videoContent__text {
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .vlcTopic .videoContent {
    margin: 0 auto 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .vlcTopic .videoContent__text {
    padding: 45px 90px 45px 45px;
  }
}

.relevantContent .topicCard__body {
  margin-bottom: 30px;
}
.relevantContent .topicCard__heading {
  margin-bottom: 15px;
}
.relevantContent .topicCard__resourceType {
  color: #0e2633;
  font-size: 18px;
}
.relevantContent .topicCard__resourceLength {
  padding-left: 30px;
}
.relevantContent__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.relevantContent__listItem:hover .relevantContent__title {
  color: #3c889e;
}
.relevantContent__listItem .eyebrow {
  color: #3c889e;
}
.relevantContent__thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 350px;
  width: 50%;
  margin-right: 15px;
}
.relevantContent__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 150px;
}
.relevantContent__thumbnail.-stateDocument::after {
  display: none;
}
.relevantContent__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.relevantContent__title {
  color: #1a475f;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px;
}
.relevantContent .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.learnMoreContent .relevantContent__thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.learnMoreContent .relevantContent__listItem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.learnMoreContent .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .learnMoreContent .col-sm-6 {
    width: 100%;
  }
}
.learnMoreContent a:focus {
  outline: #f0bd1b solid 3px;
}

.topicCards {
  margin: auto;
  padding: 50px 0;
}
.topicCards__list {
  max-width: 960px;
}
.topicCards .heading {
  text-align: center;
  color: #92d9e7;
}
.topicCards .heading strong {
  color: white;
  font-weight: 900;
}

.topicCard {
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .topicCard {
    width: 45%;
    max-width: 450px;
    margin-right: 2.5%;
  }
}
.topicCard__thumbnail {
  width: 100%;
}
.topicCard__meta {
  background-color: #e6f3f7;
  padding: 30px 15px 15px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  position: relative;
}
.topicCard__meta .caps {
  color: #1a475f;
}
.topicCard__meta:before {
  content: "";
  border-radius: 7px;
  background-image: url(/dist/images/vlc/icon_track.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0e2633;
  height: 38px;
  width: 50px;
  z-index: 2;
  position: absolute;
  right: calc(50% - 25px);
  top: -19px;
}
.topicCard__heading {
  color: #1a475f;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: none;
}
@media screen and (min-width: 767px) {
  .topicCard__heading {
    font-size: 30px;
  }
}
.topicCard__body {
  background-color: white;
  font-size: 14px;
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topicCard__description {
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  line-height: 1.5;
}
.topicCard__description a {
  color: #54afcb;
}
.topicCard .tags {
  z-index: 10;
  border-radius: 50px;
  display: inline-block;
  padding: 0 6px 6px;
  line-height: 0;
}
@media screen and (min-width: 767px) {
  .topicCard .tags {
    background-color: white;
    -webkit-box-shadow: 0px 3px 0 0 rgba(60, 136, 158, 0.2);
            box-shadow: 0px 3px 0 0 rgba(60, 136, 158, 0.2);
  }
}
.topicCard .tags:hover, .topicCard .tags:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.topicCard .tags:hover .tag, .topicCard .tags:focus .tag {
  height: 27px;
  padding: 8px 15px;
  max-width: 300px;
  border-radius: 18px 18px 18px 0;
}
@media screen and (min-width: 767px) {
  .topicCard .tag {
    height: 10px;
    max-width: 10px;
    padding: 2px 0 2px 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 32px;
  }
}
.topicCard .tag .focus-visible {
  display: block !important;
  position: absolute !important;
  padding: 5px !important;
  border-radius: 8px;
}
.topicCard .button {
  display: block;
  background-color: transparent;
  color: #0e2633;
  border-color: #0e2633;
}
.topicCard .button:focus {
  color: white !important;
  background-color: #1a475f !important;
  border: 3px solid #f0bd1b !important;
}
.topicCard:hover .button {
  background-color: #f0bd1b;
  color: #0e2633;
  border-color: #f0bd1b;
}
.topicCard:hover .tags {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.topicCard:hover .topicCard__meta {
  background-color: white;
}
.topicCard:hover .topicCard__body {
  background-color: #1a475f;
}
.topicCard:hover .topicCard__description {
  color: white;
}

.-alignLeft {
  text-align: left !important;
}

.-alignRight {
  text-align: right !important;
}

.-alignCenter {
  text-align: center !important;
}

.-alignCenterMobile {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .-alignCenterMobile {
    text-align: left;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 330px) {
  .container {
    padding-left: 1.50000375rem;
    padding-right: 1.50000375rem;
  }
}
@media screen and (min-width: 767px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.-grayLight {
  background-color: #eeeded;
}

.-bluePrimary {
  background-color: #1a475f;
}

.-blueSecondary {
  background-color: #3c889e;
}

.-greenPrimary {
  background-color: #048956;
}

.-yellowPrimary {
  background-color: #f0bd1b;
}

.bgLinkWaterBlue {
  background-color: #e6f3f7;
}

.d-none {
  display: none;
}

.show__desktop_lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .show__desktop_lg {
    display: block;
  }
}
.show__desktop_md-lg {
  display: none;
}
@media screen and (min-width: 900px) {
  .show__desktop_md-lg {
    display: block;
  }
}
.show__desktop_md {
  display: none;
}
@media screen and (min-width: 767px) {
  .show__desktop_md {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .show__mobile_md-lg {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .show__mobile_md {
    display: none;
  }
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media screen and (min-width: 767px) {
  .-marginTop1 {
    margin-top: 1rem;
  }
  .-marginTop2 {
    margin-top: 2rem;
  }
  .-marginTop3 {
    margin-top: 3rem;
  }
  .-marginTop4 {
    margin-top: 4rem;
  }
  .-marginTop5 {
    margin-top: 5rem;
  }
  .-marginTop6 {
    margin-top: 6rem;
  }
  .-marginTop7 {
    margin-top: 7rem;
  }
  .-marginTop8 {
    margin-top: 8rem;
  }
}

.-marginBottom1 {
  margin-bottom: 1rem !important;
}
.-marginBottom2 {
  margin-bottom: 2rem !important;
}
.-marginBottom3 {
  margin-bottom: 3rem !important;
}
.-marginBottom4 {
  margin-bottom: 4rem !important;
}
.-marginBottom5 {
  margin-bottom: 5rem !important;
}
.-marginBottom6 {
  margin-bottom: 6rem !important;
}
.-marginBottom7 {
  margin-bottom: 7rem !important;
}
.-marginBottom8 {
  margin-bottom: 8rem !important;
}

.-marginLeft1 {
  margin-left: 1rem;
}
.-marginLeft2 {
  margin-left: 2rem;
}
.-marginLeft3 {
  margin-left: 3rem;
}
.-marginLeft4 {
  margin-left: 4rem;
}
.-marginLeft5 {
  margin-left: 5rem;
}
.-marginLeft6 {
  margin-left: 6rem;
}
.-marginLeft7 {
  margin-left: 7rem;
}
.-marginLeft8 {
  margin-left: 8rem;
}

.-marginRight1 {
  margin-right: 1rem;
}
.-marginRight2 {
  margin-right: 2rem;
}
.-marginRight3 {
  margin-right: 3rem;
}
.-marginRight4 {
  margin-right: 4rem;
}
.-marginRight5 {
  margin-right: 5rem;
}
.-marginRight6 {
  margin-right: 6rem;
}
.-marginRight7 {
  margin-right: 7rem;
}
.-marginRight8 {
  margin-right: 8rem;
}

.-paddingTop1 {
  padding-top: 1rem;
}
.-paddingTop2 {
  padding-top: 2rem;
}
.-paddingTop3 {
  padding-top: 3rem;
}
.-paddingTop4 {
  padding-top: 4rem;
}
.-paddingTop5 {
  padding-top: 5rem;
}
.-paddingTop6 {
  padding-top: 6rem;
}
.-paddingTop7 {
  padding-top: 7rem;
}
.-paddingTop8 {
  padding-top: 8rem;
}

.-paddingBottom1 {
  padding-bottom: 1rem;
}
.-paddingBottom2 {
  padding-bottom: 2rem;
}
.-paddingBottom3 {
  padding-bottom: 3rem;
}
.-paddingBottom4 {
  padding-bottom: 4rem;
}
.-paddingBottom5 {
  padding-bottom: 5rem;
}
.-paddingBottom6 {
  padding-bottom: 6rem;
}
.-paddingBottom7 {
  padding-bottom: 7rem;
}
.-paddingBottom8 {
  padding-bottom: 8rem;
}

.-paddingLeft1 {
  padding-left: 1rem;
}
.-paddingLeft2 {
  padding-left: 2rem;
}
.-paddingLeft3 {
  padding-left: 3rem;
}
.-paddingLeft4 {
  padding-left: 4rem;
}
.-paddingLeft5 {
  padding-left: 5rem;
}
.-paddingLeft6 {
  padding-left: 6rem;
}
.-paddingLeft7 {
  padding-left: 7rem;
}
.-paddingLeft8 {
  padding-left: 8rem;
}

@media screen and (min-width: 767px) {
  .-paddingRight1 {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .-paddingRight2 {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 767px) {
  .-paddingRight3 {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 767px) {
  .-paddingRight4 {
    padding-right: 4rem;
  }
}
@media screen and (min-width: 767px) {
  .-paddingRight5 {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 767px) {
  .-paddingRight6 {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 767px) {
  .-paddingRight7 {
    padding-right: 7rem;
  }
}
@media screen and (min-width: 767px) {
  .-paddingRight8 {
    padding-right: 8rem;
  }
}

.-pullUp1 {
  margin-bottom: -1rem;
}
.-pullUp2 {
  margin-bottom: -2rem;
}
.-pullUp3 {
  margin-bottom: -3rem;
}
.-pullUp4 {
  margin-bottom: -4rem;
}
.-pullUp5 {
  margin-bottom: -5rem;
}
.-pullUp6 {
  margin-bottom: -6rem;
}
.-pullUp7 {
  margin-bottom: -7rem;
}
.-pullUp8 {
  margin-bottom: -8rem;
}

.-edgeToEdge {
  margin-left: -1.5rem;
  padding-right: 0 !important;
  width: 100vw;
}
@media screen and (min-width: 767px) {
  .-edgeToEdge {
    margin-left: 0;
    width: auto;
  }
}
@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .-edgeToEdge {
    display: block;
    width: auto;
  }
  .-edgeToEdge .card__content,
.-edgeToEdge .card__headline,
.-edgeToEdge .card__actions {
    width: 100%;
  }
}

.m0 {
  margin: 0 !important;
}

.-bottomSpace {
  margin-bottom: 80px;
}