



/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/





/*------------------------------------*\
  #THEMES
\*------------------------------------*/


.page--theme-dark-blue .button {
  background: var(--dark-blue);
}
.page--theme-dark-blue .button:hover {
  background: #002e53;
}
.page--theme-dark-blue .social__icon {
  background: var(--blue);
}
.page--theme-dark-blue .social__icon:hover {
  background: var(--orange);
}
.page--theme-dark-blue .locations__card .locations__content .link {
  color: var(--dark-blue);
}
.page--theme-dark-blue .locations__card .locations__content .link:hover {
  color: #002e53;
}
.page--theme-dark-blue .locations__card .locations__content .link svg {
  fill: var(--dark-blue);
}
.page--theme-dark-blue .locations__card .locations__content .link:hover svg {
  fill: #002e53;
}


.page--theme-secondary .cta__phone a {
  color: #007d8a;
}
.page--theme-secondary .button {
  background: #675dc6;
}
.page--theme-secondary .button:hover {
  background: #554bb4;
}
.page--theme-secondary .banner {
  background: #007d8a;
}
.page--theme-secondary .banner__content span {
  color: #f3ea9b;
}
.page--theme-secondary .page-content h2,
.page--theme-secondary .page-content p a,
.page--theme-secondary .page-content li a,
.page--theme-secondary .page-content li::before {
  color: #007d8a;
}
.page--theme-secondary .page-content p a:hover,
.page--theme-secondary .page-content li a:hover {
  color: #26cad3;
}
.page--theme-secondary .text h4,
.page--theme-secondary .text h5 {
  color: #007d8a;
}
.page--theme-secondary .text h3 {
  color: var(--gray);
}
.page--theme-secondary .text-graphic {
  background: #007d8a;
}
.page--theme-secondary .text-graphic h2,
.page--theme-secondary .text-graphic p,
.page--theme-secondary .text-graphic li {
  color: #fff;
}
.page--theme-secondary .text-graphic h5,
.page--theme-secondary .text-graphic h6 {
  color: #f3ea9b;
}
.page--theme-secondary .text-graphic.section--gray {
  background: #675dc6;
}

.page--theme-secondary .text-graphic.section--light-blue h2,
.page--theme-secondary .text-graphic.section--light-blue p,
.page--theme-secondary .text-graphic.section--light-blue li {
  color: var(--dark-blue);
}
.page--theme-secondary .text-graphic.section--light-blue h5,
.page--theme-secondary .text-graphic.section--light-blue h6 {
  color: #007d8a;
}
.page--theme-secondary .text-graphic.section--light-blue {
  background: #f3ea9b;
}

.page--theme-secondary .accordion h4 {
  color: #007d8a;
}
.page--theme-secondary .accordion__title h4:hover {
  color: #26cad3;
}
.page--theme-secondary .accordion__title h4::before,
.page--theme-secondary .accordion__title h4::after {
  background: #007d8a;
}
.page--theme-secondary .accordion__title h4:hover::before,
.page--theme-secondary .accordion__title h4:hover::after {
  background: #26cad3;
}


.bbox-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.BBFormSection .BBFormEventName,
.BBFormSection .BBFormEventDate {
  display: none !important; 
}
.bbox-msg-wrapper img {
  width: 100px;
  height: 100px;
  margin: auto;
}




/*------------------------------------*\
  #BANNER
\*------------------------------------*/


.banner {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.banner .container {
  width: 100%;
  max-width: 100%;
}

.banner__inner {
  display: flex;
  align-items: center;
}

.banner__content span {
  position: relative;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: var(--blue);
  /* padding-left: 2.2em; */
  margin-bottom: 1em;
}
/*
.banner__content span::before {
  position: absolute;
  content: '';
  width: 1.5em;
  height: 3px;
  background: var(--blue);
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
*/
.banner__content p {
  color: #fff;
}
.banner__content p:last-child {
  margin: 0;
}

.banner__graphic {
  position: relative;
  align-self: stretch;
}
.banner__graphic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner--dark-blue {
  background: var(--dark-blue);
}

.banner--blue {
  background: var(--blue);
}
.banner--blue span {
  color: var(--dark-blue);
}
.banner--blue span::before {
  background: var(--dark-blue);
}

.banner--green {
  background: var(--light-green);
}
.banner--green span {
  color: var(--green);
}
.banner--green span::before {
  background: var(--green);
}


.banner--image .banner__inner {
  flex-direction: row-reverse;
}
.banner--image .banner__graphic {
  width: 58%;
}
.banner--image .banner__content {
  width: 42%;
  padding: 10% 5%;
}
.banner--image .content__wrap {
  max-width: 500px;
}


.banner--text::before {
  position: absolute;
  content: "";
  background-image:url(your-image-url.png);
  background-size: 100% 100%;
  content: url(/files/core/graphics/leaves-outline-vertical.svg);
  width: 30%;
  top: 50%;
  right: 5%;
  opacity: 0.25;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner--text .banner__content {
  width: 100%;
  padding: 10% 35% 10% 5%;
}
.banner--text .content__wrap {
  max-width: 100%;
}
.banner--text p {
  max-width: 650px;
}


@media only screen and (min-width: 1600px) {
  .content__wrap {
    margin: 0 auto;
  }
  .banner--text .banner__content {
    width: 65%;
    padding: 10% 5%;
  }
  .banner--text .content__wrap {
    max-width: 900px;
  }
}

@media only screen and (max-width: 1300px) {
  .banner--image .banner__content { 
    padding: 6em 5%;
  }
  .banner--text .banner__content {
    padding: 6em 35% 6em 5%;
  }
  .banner--text p {
    max-width: 550px;
  }
}

@media only screen and (max-width: 1100px) {
  .banner__content span {
    font-size: 0.9em;
    /* padding-left: 1.8em; */
  }
  .banner__content span::before {
    width: 1.2em;
    height: 2px;
  }
  .banner--image .banner__graphic {
    width: 55%;
  }
  .banner--image .banner__content {
    width: 45%;
    padding: 5em 5%;
  }
  .banner--text::before {
    width: 25%;
  }
  .banner--text .banner__content {
    padding: 5em 35% 5em 5%;
  }
  .banner--text p {
    max-width: 450px;
  }
}

@media only screen and (max-width: 900px) {
  .banner--image .banner__graphic,
  .banner--image .banner__content {
    width: 50%;
  }
  .banner--image .banner__content {
    padding: 4em 5%;
  }
  .banner--text::before {
    width: 40%;
    right: -10%;
  }
  .banner--text .banner__content {
    padding: 4em 35% 4em 5%;
  }
  .banner--text p {
    max-width: 400px;
  }
}

@media only screen and (max-width: 750px) {
  .banner__inner {
    display: block;
  }
  .banner__content span {
    font-size: 0.8em;
  }
  .banner--image .banner__graphic,
  .banner--image .banner__content {
    width: 100%;
  }
  .banner--image .banner__graphic {
    height: 18em;
  }
  .banner--image .banner__content {
    padding: 3em 5%;
  }
  .banner--text::before {
    width: 50%;
    right: -25%;
  }
  .banner--text .banner__content {
    padding: 3em 25% 3em 5%;
  }
}

@media only screen and (max-width: 500px) {
  .banner--text::before {
    width: 60%;
    right: -30%;
  }
  .banner--image .banner__content,
  .banner--text .banner__content {
    padding: 3em 8%;
  }
  .banner--text p {
    max-width: 100%;
  }
}





/*------------------------------------*\
  #TEXT
\*------------------------------------*/


.text__inner {
  max-width: 900px;
  margin: 0 auto;
}

.text .button {
  margin-top: 1em;
}

.text--column .text__inner {
  display: flex;
  justify-content: space-between;
}

.column {
  width: 45%;
}
.column p:last-child {
  margin: 0;
}

.text + .text {
  margin-top: -5em;
}


@media only screen and (max-width: 1300px) {
  .text + .text {
    margin-top: -5em;
  }
}

@media only screen and (max-width: 1100px) {
  .text + .text {
    margin-top: -4em;
  }
}

@media only screen and (max-width: 900px) {
  .text + .text {
    margin-top: -3em;
  }
}

@media only screen and (max-width: 750px) {
  .text--column .text__inner {
    display: block;
  }
  .column {
    width: 100%;
  }
  .column:first-child ul {
    margin: 0;
  }
  .text + .text {
    margin-top: -2em;
  }
}






/*------------------------------------*\
  #TEXT-NAV
\*------------------------------------*/


.text-nav {
  position: relative;

}

.text-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.text-nav__wrap {
  width: 65%;
}

.sub-nav {
  position: sticky;
  width: 25%;
  top: 8em;
  background: var(--light-gray);
  padding: 2em 2.5em;
  border-radius: 8px;
  margin-top: 0.8em;
}
.sub-nav h3 {
  padding-bottom: 0.2em;
  border-bottom: 1px solid var(--dark-blue);
  margin-bottom: 0.8em;
}

.sub-nav .sub-nav__list {
  margin: 0;
}

.sub-nav__list li {
  line-height: 1.2;
  padding: 0;
  margin: 0.5em 0;
}
.sub-nav__list li::before {
  display: none;
}

.sub-nav__list .sub-nav__link {
  text-decoration: none;
}
.sub-nav__link {
  display: flex;
  align-items: center;
}
.sub-nav__link:hover {
  color: var(--dark-blue);
}
.sub-nav__link svg {
  width: 0.6em;
  fill: var(--blue);
  margin: 0.2em 0 0 0.3em;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.sub-nav__link:hover svg {
  fill: var(--dark-blue);
  margin-left: 0.5em;
}





/*------------------------------------*\
  #NAVIGATION
\*------------------------------------*/


.page-head--nav .page-head__inner {
  align-items: flex-end;
  padding-top: 0;
}

.page-head__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.page-head--nav .cta__phone {
  margin-right: 1.2em;
}

/*
.page-head--nav .cta__phone a {
  display: flex;
  align-items: center;
}
.page-head--nav .cta__phone svg {
  width: 0.9em;
  fill: var(--dark-blue);
  margin: 0.2em 0.4em 0 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.page-head--nav .cta__phone a:hover svg {
  fill: var(--blue);
}
.page-head--nav .cta__phone span,
.page-head--nav .cta__phone a,
.page-head--nav .button {
  font-size: 0.9em;
}
*/

.page-head__nav {
  margin-top: 1.4em;
}

.primary-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.primary-nav__list li {
  margin: 0 1.4em;
}
.primary-nav__list li:last-child {
  margin-right: 0;
}

.primary-nav__link {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  color: var(--gray);
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.primary-nav__link:hover {
  color: var(--orange);
}












/*------------------------------------*\
  #TEXT-GRAPHIC
\*------------------------------------*/


.text-graphic__inner {
  display: flex;
  justify-content: space-between;
}

.text-graphic__graphic,
.text-graphic__content {
  width: 45%;
}

.text-graphic__graphic {
  position: relative;
  align-self: stretch;
}
.text-graphic__graphic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-graphic__content {
  margin: 3.5em 0;
}
.text-graphic__content h5 {
  color: var(--blue);
  margin-bottom: 0.6em;
}
.text-graphic__content h2 {
  color: var(--dark-blue);
}
.text-graphic__content p:last-child {
  margin: 0;
}

.text-graphic--reverse .text-graphic__inner {
  flex-direction: row-reverse;
}

.text-graphic--full {
  padding: 0;
  margin: 0;
}
.text-graphic--full .container {
  width: 100%;
  max-width: 100%;
}
.text-graphic--full .text-graphic__graphic {
  width: 50%;
}
.text-graphic--full .text-graphic__content {
  width: 50%;
  padding: 7em 10%;
  margin: 0;
}


@media only screen and (min-width: 1600px) {
  .text-graphic--full .text-graphic__content {
    padding: 10%;
  }
  .text-graphic--full .content__wrap {
    max-width: 550px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1300px) {
  .text-graphic__graphic,
  .text-graphic__content {
    width: 46%;
  }
  .text-graphic__content {
    margin: 3em 0;
  }
  .text-graphic--full .text-graphic__content {
    padding: 6em 8%;
  }
}

@media only screen and (max-width: 1100px) {
  .text-graphic__content {
    margin: 2.5em 0;
  }
  .text-graphic--full .text-graphic__content {
    padding: 5em 8%;
  }
}

@media only screen and (max-width: 1000px) {
  .text-graphic__inner {
    display: block;
  }
  .text-graphic__graphic,
  .text-graphic__content {
    width: 100%;
  }
  .text-graphic__graphic {
    height: 35em;
  }
  .text-graphic__content {
    margin: 3em 0 0;
  }
  .text-graphic--full .text-graphic__content,
  .text-graphic--full .text-graphic__graphic {
    width: 100%;
  }
  .text-graphic--full .text-graphic__content {
    padding: 5em 5%;
  }
}

@media only screen and (max-width: 900px) {
  .text-graphic__graphic {
    height: 30em;
  }
  .text-graphic--full .text-graphic__content {
    padding: 4em 5%;
  }
}

@media only screen and (max-width: 750px) {
  .text-graphic__graphic {
    height: 25em;
  }
  .text-graphic__content {
    margin: 2em 0 0;
  }
  .text-graphic--full .text-graphic__content {
    padding: 3em 5%;
  }
}

@media only screen and (max-width: 600px) {
  .text-graphic__graphic {
    height: 20em;
  }
}

@media only screen and (max-width: 500px) {
  .text-graphic--full .text-graphic__content {
    padding: 3em 8%;
  }
}





/*------------------------------------*\
  #VIDEOS
\*------------------------------------*/


.video__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video__wrap,
.video__content {
  width: 45%;
}

.video__responsive {
  position: relative;
  padding-top: 56.25%;
}
.video__responsive iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video__content h2 {
  color: var(--dark-blue);
}
.video__content p:last-child {
  margin: 0;
}

.video--reverse .video__inner {
  flex-direction: row-reverse;
}

.video--full {
  position: relative;
  overflow: hidden;
}
.video--full::before {
  position: absolute;
  width: 40%;
  right: -8%;
  bottom: -5%;
}
.video--full.section--gray::before {
  content: url(/files/core/graphics/leaves-gray.svg);
}
.video--full.section--light-blue::before {
  content: url(/files/core/graphics/leaves-light-blue.svg);
}
.video--full.section--blue::before {
  content: url(/files/core/graphics/leaves-blue.svg);
}
.video--full.section--dark-blue::before {
  content: url(/files/core/graphics/leaves-dark-blue.svg);
}

.video--full .video__inner {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.video--full .video__wrap {
  width: 100%;
}



@media only screen and (max-width: 1600px) {
  .video--full::before {
    width: 45%;
    right: -5%;
  }
}

@media only screen and (max-width: 1300px) {
  .video__wrap,
  .video__content {
    width: 46%;
  }
  .video--full::before {
    width: 60%;
    right: -20%;
  }
}

@media only screen and (max-width: 1100px) {
  .video--full::before {
    right: -5%;
  }
}

@media only screen and (max-width: 900px) {
  .video__inner {
    display: block;
  }
  .video__wrap,
  .video__content {
    width: 100%;
  }
  .video__content {
    margin-top: 3em;
  }
  .video--full::before {
    width: 70%;
    right: -10%;
    bottom: -8%;
  }
}

@media only screen and (max-width: 750px) {
  .video__content {
    margin-top: 2em;
  }
  .video--full::before {
    width: 80%;
  }
}





/*------------------------------------*\
  #PROFILES
\*------------------------------------*/


.profile__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.profile__graphic {
  position: relative;
  align-self: stretch;
}
.profile__graphic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.profile__content h3 {
  font-size: 2em;
  line-height: 1.2;
  color: var(--dark-blue);
  margin-bottom: 0.3em;
}
.profile__content h3 span {
  font-weight: 300;
}
.profile__content h4 {
  position: relative;
  font-size: 1.3em;
  font-weight: 500;
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}
.profile__content h4::before {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  top: 0.1em;
  left: 0;
}
.icon-position::before {
  content: url(/files/core/icons/doctor.svg);
}
.icon-location::before {
  content: url(/files/core/icons/hospital.svg);
}
.profile__content p:last-child {
  margin: 0;
}
.profile__content .button {
  margin-top: 1em;
}


.profile--text .profile__graphic {
  width: 30%;
}
.profile--text .profile__content {
  width: 60%;
}


.profile--callout .profile__inner {
  background: var(--dark-blue);
}
.profile--callout .profile__graphic {
  width: 35%;
}
.profile--callout .profile__content {
  width: 65%;
  padding: 10% 5% 5%;
}
.profile--callout .profile__content h3,
.profile--callout .profile__content p {
  color: #fff;
}


.profile--grid .profile__inner {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.profile__card .profile__graphic {
  width: 100%;
}
.profile__card .profile__content {
  width: 100%;
  margin-top: 1.5em;
}
.profile__card .profile__content h3 {
  font-size: 1.6em;
}
.profile__card .profile__content h4 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
.profile__card .profile__content p {
  font-size: 1.1em;
  margin-bottom: 0.6em;
}
.profile__card .profile__content .link {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 700;
  color: var(--orange);
  padding-right: 1em;
  margin-top: 0.8em;
}
.profile__card .profile__content .link:hover {
  color: #ce3c00;
}
.profile__card .profile__content .link svg {
  width: 0.95em;
  fill: var(--orange);
  margin: 0.1em 0 0 0.4em;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.profile__card .profile__content .link:hover svg {
  fill: #ce3c00;
  margin-left: 0.6em;
}

.grid--three .profile__inner {
  margin-bottom: -4em;
}
.grid--three .profile__card {
  width: 30%;
  margin: 0 5% 4em 0;
}
.grid--three .profile__card:nth-child(3n) {
  margin-right: 0;
}
.grid--three .profile__card .profile__graphic {
  height: 18em;
}
.grid--center .profile__inner {
  justify-content: center;
}
.grid--center .profile__inner .profile__card {
  margin: 0 2.5% 4em;
}

.grid--four .profile__inner {
  margin-bottom: -3em;
}
.grid--four .profile__card {
  width: 23%;
  margin: 0 2.66% 3em 0;
}
.grid--four .profile__card:nth-child(4n) {
  margin-right: 0;
}
.grid--four .profile__card .profile__graphic {
  height: 15em;
}
.grid--four .profile__card .profile__content {
  margin-top: 1.2em;
}
.grid--four .profile__card .profile__content h3 {
  font-size: 1.4em;
}
.grid--four .profile__card .profile__content h4 {
  font-size: 1.1em;
}


@media only screen and (max-width: 1300px) {
  .profile__content h3 {
    font-size: 1.8em;
  }
  .profile__content h4 {
    font-size: 1.25em;
  }
  .profile--text .profile__content {
    width: 62%;
  }
  .profile--callout .profile__content {
    padding: 8% 5% 5%;
  }
  .profile__card .profile__content {
    margin-top: 1.2em;
  }
  .profile__card .profile__content h3 {
    font-size: 1.5em;
  }
  .profile__card .profile__content h4 {
    font-size: 1.15em;
  }
  .profile__card .profile__content p,
  .profile__card .profile__content .link {
    font-size: 1.05em;
  }
  .grid--three .profile__card .profile__graphic {
    height: 16em;
  }
  .grid--four .profile__card .profile__graphic {
    height: 13em;
  }
  .grid--four .profile__card .profile__content {
    margin-top: 1em;
  }
  .grid--four .profile__card .profile__content h3 {
    font-size: 1.3em;
  }
  .grid--four .profile__card .profile__content h4 {
    font-size: 1.05em;
  }
}

@media only screen and (max-width: 1100px) {
  .profile__content h3 {
    font-size: 1.6em;
  }
  .profile__content h4 {
    font-size: 1.2em;
  }
  .profile--callout .profile__content {
    padding: 6%;
  }
  .profile__card .profile__content h3 {
    font-size: 1.4em;
  }
  .profile__card .profile__content h4 {
    font-size: 1.1em;
  }
  .profile__card .profile__content p,
  .profile__card .profile__content .link {
    font-size: 1em;
  }
  .grid--three .profile__inner {
    margin-bottom: -3em;
  }
  .grid--three .profile__card {
    width: 31%;
    margin: 0 3.5% 3em 0;
  }
  .grid--three .profile__card .profile__graphic {
    height: 14em;
  }
  .grid--center .profile__inner .profile__card {
    margin: 0 1.75% 3em;
  }
  .grid--four .profile__card .profile__graphic {
    height: 12em;
  }
  .grid--four .profile__card .profile__content h3 {
    font-size: 1.2em;
  }
  .grid--four .profile__card .profile__content h4 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1000px) {
  .grid--three .profile__inner {
    margin-bottom: -3em;
  }
  .grid--three .profile__card,
  .grid--three .profile__card:nth-child(3n) {
    width: 47%;
    margin: 0 6% 3em 0;
  }
  .grid--three .profile__card:nth-child(2n) {
    margin-right: 0;
  }
  .grid--three .profile__card .profile__graphic {
    height: 20em;
  }
  .grid--center .profile__inner .profile__card {
    margin: 0 3% 3em;
  }
  .grid--four .profile__card,
  .grid--four .profile__card:nth-child(4n) {
    width: 31%;
    margin: 0 3.5% 3em 0;
  }
  .grid--four .profile__card:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .profile__content h3 {
    font-size: 1.5em;
  }
  .profile__content h4 {
    font-size: 1.15em;
  }
  .profile--text .profile__graphic {
    width: 25%;
  }
  .profile--text .profile__content {
    width: 68%;
  }
  .profile--callout .profile__inner {
    display: block;
    max-width: 500px;
    padding: 6%;
    margin: 0 auto;
  }
  .profile--callout .profile__graphic {
    width: 100%;
    height: 20em;
  }
  .profile--callout .profile__content {
    width: 100%;
    padding: 0;
    margin-top: 2em;
  }
  .profile__card .profile__content h3 {
    font-size: 1.35em;
  }
  .profile__card .profile__content h4 {
    font-size: 1.05em;
  }
  .profile__card .profile__content p,
  .profile__card .profile__content .link {
    font-size: 0.95em;
  }
  .grid--three .profile__card .profile__graphic {
    height: 18em;
  }
  .grid--four .profile__card .profile__graphic {
    height: 11em;
  }
  .grid--four .profile__card .profile__content h3 {
    font-size: 1.1em;
  }
  .grid--four .profile__card .profile__content h4 {
    font-size: 0.95em;
  }
}

@media only screen and (max-width: 750px) {
  .profile__content h3 {
    font-size: 1.4em;
  }
  .profile__content h4 {
    font-size: 1.1em;
  }
  .profile--text .profile__inner {
    display: block;
  }
  .profile--text .profile__graphic,
  .profile--text .profile__content {
    width: 100%;
  }
  .profile--text .profile__graphic {
    max-width: 100%;
    height: 20em;
    margin-bottom: 2em;
  }
  .grid--three .profile__card .profile__graphic,
  .grid--four .profile__card .profile__graphic {
    height: 15em;
  }
  .profile__card .profile__content h3,
  .grid--four .profile__card .profile__content h3 {
    font-size: 1.3em;
  }
  .profile__card .profile__content h4,
  .grid--four .profile__card .profile__content h4 {
    font-size: 1em;
  }
  .profile__card .profile__content p,
  .profile__card .profile__content .link {
    font-size: 0.9em;
  }
  .grid--four .profile__card .profile__content {
    margin-top: 1.2em;
  }
  .grid--four .profile__card,
  .grid--four .profile__card:nth-child(4n),
  .grid--four .profile__card:nth-child(3n) {
    width: 47%;
    margin: 0 6% 3em 0;
  }
  .grid--four .profile__card:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .profile--grid .profile__inner {
    display: block;
    margin: 0;
  }
  .grid--three .profile__card,
  .grid--three .profile__card:nth-child(3n),
  .grid--three .profile__card:nth-child(2n),
  .grid--center .profile__inner .profile__card,
  .grid--four .profile__card,
  .grid--four .profile__card:nth-child(3n),
  .grid--four .profile__card:nth-child(2n),
  .grid--four .profile__card:nth-child(4n) {
    width: 100%;
    margin: 0 0 3em;
  }
  .grid--three .profile__card .profile__graphic,
  .grid--four .profile__card .profile__graphic {
    height: 25em;
  }
}

@media only screen and (max-width: 500px) {
  .profile--callout .profile__inner {
    padding: 8%;
  }
  .profile--callout .profile__graphic {
    height: 15em;
  }
  .grid--three .profile__card .profile__graphic,
  .grid--four .profile__card .profile__graphic {
    height: 20em;
  }
}





/*------------------------------------*\
  #TESTIMONIAL
\*------------------------------------*/


.testimonial {
  overflow: hidden;
}

.testimonial__inner {
  position: relative;
}
.testimonial__inner::before,
.testimonial__inner::after {
  position: absolute;
}
.testimonial--leaves .testimonial__inner::before {
  width: 65%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonial--quotes .testimonial__inner::before,
.testimonial--quotes .testimonial__inner::after {
  content: url(/files/core/graphics/quote.svg);
  width: 10%;
  opacity: 0.15;
}
.testimonial--quotes .testimonial__inner::before {
  top: -5%;
  left: 0;
}
.testimonial--quotes .testimonial__inner::after {
  bottom: -5%;
  right: 0;
  transform: rotate(180deg);
}

.testimonial__content {
  position: relative;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  z-index: 9;
}
.testimonial__content h6 {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.testimonial__content h4 {
  font-size: 2.2em;
  font-weight: 400;
  color: #fff;
  margin: 0.5em 0 0.8em;
}
.testimonial__content p {
  font-weight: 600;
  margin: 0;
}
.testimonial__content p span {
  font-weight: 300;
}

.testimonial.section--blue .testimonial__content h6 {
  color: var(--dark-blue);
}
.testimonial.section--green .testimonial__content h6 {
  color: var(--green);
}

.testimonial--leaves.section--dark-blue .testimonial__inner::before {
  content: url(/files/core/graphics/leaves-dark-blue.svg);
}

.testimonial--leaves.section--blue .testimonial__inner::before {
  content: url(/files/core/graphics/leaves-blue.svg);
}

.testimonial--leaves.section--green .testimonial__inner::before {
  content: url(/files/core/graphics/leaves-green.svg);
}


@media only screen and (max-width: 1300px) {
  .testimonial--quotes .testimonial__inner::before,
  .testimonial--quotes .testimonial__inner::after {
    width: 8%;
  }
}

@media only screen and (max-width: 1200px) {
  .testimonial__content h4 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 1100px) {
  .testimonial__content {
    max-width: 800px;
  }
  .testimonial__content h6 {
    font-size: 0.9em;
  }
  .testimonial__content h4 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 900px) {
  .testimonial__content h4 {
    font-size: 1.7em;
  }
  .testimonial--quotes .testimonial__inner::before,
  .testimonial--quotes .testimonial__inner::after {
    width: 20%;
  }
  .testimonial--quotes .testimonial__inner::before {
    top: -35%;
  }
  .testimonial--quotes .testimonial__inner::after {
    bottom: -35%;
  }
}

@media only screen and (max-width: 750px) {
  .testimonial__inner::before {
    width: 75%;
  }
  .testimonial__content h6 {
    font-size: 0.8em;
  }
  .testimonial__content h4 {
    font-size: 1.6em;
  }
  .testimonial--quotes .testimonial__inner::before,
  .testimonial--quotes .testimonial__inner::after {
    width: 20%;
  }
  .testimonial--quotes .testimonial__inner::before {
    top: -25%;
  }
  .testimonial--quotes .testimonial__inner::after {
    bottom: -25%;
  }
}

@media only screen and (max-width: 500px) {
  .testimonial__inner::before {
    width: 110%;
  }
  .testimonial__content h4 {
    font-size: 1.5em;
  }
}





/*------------------------------------*\
  #HEADERS
\*------------------------------------*/


.header .header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.header .header__inner p:last-child {
  margin: 0;
}

.header__headline {
  width: 40%;
}
.header__content {
  width: 50%;
}

.header--center {
  text-align: center;
}
.header--center .header__inner {
  display: block;
}
.header--center .header__headline,
.header--center .header__content {
  width: 100%;
}

.header + .video--full {
  margin-top: -4em;
}
.header + .video--full {
  padding-top: 2em;
}
.header [class*="section--"] {
  padding-bottom: 0;
}

.header + .profile,
.header + .locations,
.header + .faq,
.header + .events {
  margin-top: -2em;
}


@media only screen and (max-width: 1100px) {
  .header + .video--full {
    margin-top: -3em;
  }
  .header + .video--full {
    padding-top: 1em;
  }
}

@media only screen and (max-width: 900px) {
  .header + .video--full {
    margin-top: -2em;
  }
  .header + .profile,
  .header + .locations,
  .header + .faq,
  .header + .events {
    margin-top: -1em;
  }
}

@media only screen and (max-width: 750px) {
  .header + .video--full {
    margin-top: -1em;
  }
  .header + .profile,
  .header + .locations,
  .header + .faq,
  .header + .events {
    margin-top: 0;
  }
}





/*------------------------------------*\
  #CTA
\*------------------------------------*/


.cta__inner {
  max-width: 900px;
  margin: 0 auto;
}

.cta__block {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--dark-blue);
  padding: 1.2em 4.5em 1.2em 1.5em;
  border-radius: 8px;
  -webkit-transition: background 0.5s ease;
          transition: background 0.5s ease;
}
.cta__block::after {
  position: absolute;
  content: url(/files/core/icons/arrow.svg);
  top: 0;
  bottom: 0;
  margin: auto;
}

.cta__block .block__icon {
  position: absolute;
  width: 4.5em;
}

.cta__block .block__content {
  width: 100%;
}
.cta__block .block__content span {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
  color: var(--blue);
  margin-bottom: 0.2em;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.cta__block .block__content p {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

.cta__block:hover {
  background: #002e53;
}
.cta__block:hover .block__content span {
  color: var(--orange);
}

.cta--full .cta__block {
  padding: 1.8em 6em 1.8em 2.2em;
}
.cta--full .cta__block::after {
  width: 2.8em;
  height: 2.8em;
  right: 1.5em;
}
.cta--full .block__content {
  margin-left: 7em;
}
.cta--full .cta__block + .cta__block {
  margin-top: 2em;
}

.cta--grid .cta__inner {
  display: flex;
  flex-wrap: wrap;
}
.cta--grid .cta__block {
  width: 48.5%;
  margin: 0 3% 3% 0;
}
.cta--grid .cta__block:nth-child(2n) {
  margin-right: 0;
}
.cta--grid .cta__block::after {
  width: 2.5em;
  height: 2.5em;
  right: 1em;
}
.cta--grid .block__content span {
  font-size: 0.95em;
}
.cta--grid .block__content p {
  font-size: 1.4em;
}

.text + .cta,
.text + .anchor + .cta {
  margin-top: -3em;
}


@media only screen and (max-width: 1300px) {
  .cta__block .block__icon {
    width: 4em;
  }
  .cta__block .block__content span {
    font-size: 1.05em;
  }
  .cta__block .block__content p {
    font-size: 1.7em;
  }
  .cta--full .cta__block {
    padding: 1.8em 5.8em 1.8em 2.2em;
  }
  .cta--full .cta__block::after {
    width: 2.5em;
    height: 2.5em;
    right: 1.5em;
  }
  .cta--full .block__content {
    margin-left: 6em;
  }
  .cta--grid .block__content span {
    font-size: 0.9em;
  }
  .cta--grid .block__content p {
    font-size: 1.3em;
  }
  .cta--grid .cta__block::after {
    width: 2.3em;
    height: 2.3em;
  }
}

@media only screen and (max-width: 1100px) {
  .cta__block .block__icon {
    width: 3.5em;
  }
  .cta__block .block__content span {
    font-size: 1em;
  }
  .cta__block .block__content p {
    font-size: 1.6em;
  }
  .cta--full .cta__block {
    padding: 1.5em 5em 1.5em 1.8em;
  }
  .cta--full .cta__block::after {
    width: 2.2em;
    height: 2.2em;
    right: 1.2em;
  }
  .cta--full .block__content {
    margin-left: 5.5em;
  }
  .cta--grid .block__content span {
    font-size: 0.85em;
  }
  .cta--grid .block__content p {
    font-size: 1.25em;
  }
  .cta--grid .cta__block::after {
    width: 2.1em;
    height: 2.1em;
  }
  .text + .cta,
  .text + .anchor + .cta {
    margin-top: -2em;
  }
}

@media only screen and (max-width: 900px) {
  .cta__block .cta__block {
    padding: 1.1em 3.5em 1.1em 1.3em;
  }
  .cta__block .block__content span {
    font-size: 0.95em;
  }
  .cta__block .block__content p {
    font-size: 1.5em;
  }
  .cta--full .cta__block {
    padding: 1.5em 4.5em 1.5em 1.8em;
  }
  .cta--full  .cta__block + .cta__block {
    margin-top: 1.5em;
  }
  .cta--grid .cta__block {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .cta--grid .block__content span {
    font-size: 0.8em;
  }
  .cta--grid .block__content p {
    font-size: 1.2em;
  }
  .cta--grid .cta__block::after {
    width: 2em;
    height: 2em;
    right: 0.8em;
  }
  .text + .cta,
  .text + .anchor + .cta {
    margin-top: -1em;
  }
}

@media only screen and (max-width: 750px) {
  .cta__block .cta__block {
    padding: 1.2em 3.5em 1.2em 1.2em;
  }
  .cta__block .block__icon {
    width: 3em;
  }
  .cta__block .block__content span {
    font-size: 0.9em;
  }
  .cta__block .block__content p {
    font-size: 1.4em;
  }
  .cta--full .cta__block {
    padding: 1.5em 4em 1.5em 1.5em;
  }
  .cta--full .cta__block::after {
    width: 2em;
    height: 2em;
    right: 1em;
  }
  .cta--full .block__content {
    margin-left: 4.5em;
  }
  .cta--grid .cta__inner {
    display: block;
  }
  .cta--grid .cta__block {
    width: 100%;
  }
  .cta--grid .cta__block::after {
    width: 1.8em;
    height: 1.8em;
  }
  .cta--grid .block__content p {
    font-size: 1.3em;
  }
  .cta--grid .cta__block + .cta__block {
    margin: 1em 0 0;
  }
  .text + .cta,
  .text + .anchor + .cta {
    margin-top: 0;
  }
}

@media only screen and (max-width: 500px) {
  .cta__block .block__icon {
    display: none;
  }
  .cta__block .block__content span {
    font-size: 0.8em;
  }
  .cta__block .block__content p {
    font-size: 1.3em;
  }
  .cta--full .cta__block {
    padding: 1.2em 3.5em 1.2em 1.2em;
  }
  .cta--full .cta__block::after {
    width: 1.8em;
    height: 1.8em;
    right: 0.8em;
  }
  .cta--full .block__content {
    margin: 0;
  }
  .cta--full .cta__block + .cta__block {
    margin-top: 1em;
  }
}





/*------------------------------------*\
  #LOCATIONS
\*------------------------------------*/


.locations__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.locations__graphic {
  position: relative;
  align-self: stretch;
}
.locations__graphic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.locations__content h3 {
  font-size: 2em;
  line-height: 1.2;
  color: var(--dark-blue);
  margin-bottom: 0.3em;
}
.locations__content h4 {
  position: relative;
  font-size: 1.3em;
  font-weight: 500;
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}
.locations__content h4::before {
  position: absolute;
  content: url(/files/core/icons/phone.svg);
  width: 0.9em;
  height: 0.9em;
  top: 0.15em;
  left: 0;
}
.locations__content h4 a {
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.locations__content h4 a:hover {
  color: #0090c7;
}
.locations__content p span {
  display: inline-block;
  min-width: 160px;
  font-weight: 600;
}
.locations__content p:last-child {
  margin: 0;
}
.locations__content .button {
  margin-top: 1em;
}


.locations--callout .locations__inner {
  background: var(--light-gray);
}
.locations--callout .locations__graphic {
  width: 50%;
  min-height: 22em;
}
.locations--callout .locations__content {
  width: 50%;
  padding: 5%;
}
.locations--callout + .locations--callout {
  margin-top: -1em;
}


.locations--grid .locations__inner {
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.locations__card {
  position: relative;
  display: flex;
  width: 48.5%;
  background: var(--light-gray);
  margin: 0 3% 3% 0;
}
.locations__card:nth-child(2n) {
  margin-right: 0;
}

.locations__card .locations__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2em;
}
.locations__card .locations__content::before {
  position: absolute;
  content: '';
  width: 2em;
  height: 2em;
  top: 2em;
  right: 2em;
  background: var(--blue);
  border-radius: 50%;
}
.locations__card .locations__content::after {
  position: absolute;
  content: url(/files/core/icons/hospital-white.svg);
  width: 1em;
  height: 1em;
  top: 2.5em;
  right: 2.5em;
}
.locations__card .locations__content h3 {
  font-size: 1.6em;
  margin-right: 2.5em;
}
.locations__card .locations__content h4 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
.locations__card .locations__content p {
  font-size: 1.1em;
  margin: 0 0 auto;
}
.locations__card .locations__content .link {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 700;
  color: var(--orange);
  padding-right: 1em;
  margin-top: 0.8em;
}
.locations__card .locations__content .link:hover {
  color: #ce3c00;
}
.locations__card .locations__content .link svg {
  width: 0.95em;
  fill: var(--orange);
  margin: 0.1em 0 0 0.4em;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.locations__card .locations__content .link:hover svg {
  fill: #ce3c00;
  margin-left: 0.6em;
}

.profile__card .profile__content .button {
  margin-top: 0.8em;
}


@media only screen and (max-width: 1300px) {
  .locations__content h3 {
    font-size: 1.8em;
  }
  .locations__content h4 {
    font-size: 1.25em;
  }
  .locations__card .locations__content h3 {
    font-size: 1.5em;
  }
  .locations__card .locations__content h4 {
    font-size: 1.15em;
  }
  .locations__card .locations__content p,
  .locations__card .locations__content .link {
    font-size: 1.05em;
  }
}

@media only screen and (max-width: 1100px) {
  .locations__content h3 {
    font-size: 1.6em;
  }
  .locations__content h4 {
    font-size: 1.2em;
  }
  .locations--callout .locations__graphic {
    min-height: 20em;
  }
  .locations--callout .locations__content {
    padding: 6%;
  }
  .locations__content p span {
    min-width: 140px;
  }
  .locations__card .locations__content {
    padding: 1.5em;
  }
  .locations__card .locations__content::before {
    width: 1.7em;
    height: 1.7em;
    top: 1.5em;
    right: 1.5em;
  }
  .locations__card .locations__content::after {
    width: 0.9em;
    height: 0.9em;
    top: 1.8em;
    right: 1.9em;
  }
  .locations__card .locations__content h3 {
    font-size: 1.4em;
    margin-right: 2.2em;
  }
  .locations__card .locations__content h4 {
    font-size: 1.1em;
  }
  .locations__card .locations__content p,
  .locations__card .locations__content .link {
    font-size: 1em;
  }
}

@media only screen and (max-width: 900px) {
  .locations__content h3 {
    font-size: 1.5em;
  }
  .locations__content h4 {
    font-size: 1.15em;
  }
  .locations--callout .locations__inner {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .locations--callout .locations__graphic {
    width: 100%;
    height: 20em;
  }
  .locations--callout .locations__content {
    width: 100%;
    padding: 8%;
  }
  .locations--grid .locations__inner {
    display: block;
  }
  .locations__card,
  .locations__card:nth-child(2n) {
    display: flex;
    width: 100%;
    max-width: 500px;
    background: var(--light-gray);
    margin: 0 auto 2em;
  }
  .locations__card .locations__content {
    padding: 2em;
  }
  .locations__card .locations__content::before {
    top: 2em;
    right: 2em;
  }
  .locations__card .locations__content::after {
    top: 2.3em;
    right: 2.4em;
  }
  .locations__card .locations__content h3 {
    font-size: 1.35em;
    margin-right: 2.6em;
  }
  .locations__card .locations__content h4 {
    font-size: 1.05em;
  }
  .locations__card .locations__content p,
  .locations__card .locations__content .link {
    font-size: 0.95em;
  }
}

@media only screen and (max-width: 750px) {
  .locations__content h3 {
    font-size: 1.4em;
  }
  .locations__content h4 {
    font-size: 1.1em;
  }
  .locations__card .locations__content {
    padding: 1.5em;
  }
  .locations__card .locations__content::before {
    width: 1.6em;
    height: 1.6em;
    top: 1.5em;
    right: 1.5em;
  }
  .locations__card .locations__content::after {
    width: 0.8em;
    height: 0.8em;
    top: 1.7em;
    right: 1.9em;
  }
  .locations__card .locations__content h3 {
    font-size: 1.3em;
    margin-right: 2.3em;
  }
  .locations__card .locations__content h4 {
    font-size: 1em;
  }
  .locations__card .locations__content p,
  .locations__card .locations__content .link {
    font-size: 0.9em;
  }
  .locations--callout + .locations--callout {
    margin-top: 0;
  }
}

@media only screen and (max-width: 500px) {
  .locations--callout .locations__graphic {
    height: 15em;
  }
  .locations--callout .locations__content {
    padding: 10%;
  }
}




















/*------------------------------------*\
  #STATS
\*------------------------------------*/


.icons {
  background: var(--light-blue);
  padding: 5em 0;
  margin: 0;
}

.icons__inner {
  display: flex;
  justify-content: space-between;
}

.icon {
  display: flex;
  align-items: flex-start;
  width: 30%;
}

.icon__icon {
  flex: 0 0 6em;
  background: var(--blue);
  padding: 1.5em;
  border-radius: 50%;
}
.icon__content {
  padding-left: 2em;
}
.icon__content h3 {
  font-size: 1.4em;
  margin-bottom: 0.3em;
}
.icon__content p {
  font-size: 1.1em;
  line-height: 1.6;
}
.icon__content p:last-child {
  margin: 0;
}


.icons--center .icon {
  display: block;
}
.icons--center .icon__icon {
  width: 6em;
  margin: 0 auto 1em;
}
.icons--center .icon__content {
  text-align: center;
  padding: 0;
}


@media only screen and (max-width: 1100px) {
  .icons {
    padding: 4em 0;
  }
  .icon {
    width: 28%;
  }
  .icons--center .icon__icon {
    width: 5em;
    padding: 1.3em;
  }
  .icon__content h3 {
    font-size: 1.3em;
  }
  .icon__content p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 900px) {
  .icons {
    padding: 3em 0;
  }
  .icons__inner {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .icon {
    width: 100%;
    margin: 0 auto 2em;
  }
  .icon:last-child {
    margin: 0 auto;
  }
  .icons--center .icon__icon {
    width: 4.5em;
    padding: 1.2em;
  }
}





/*------------------------------------*\
  #CARDS
\*------------------------------------*/


.cards {
  background: var(--light-blue);
}

.cards__inner {
  display: flex;
  justify-content: space-between;
}

.card {
  width: 30%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.card__graphic {
  position: relative;
  align-self: stretch;
  height: 15em;
}
.card__graphic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__content {
  padding: 2em 2em 3em;
}
.card__content h3 {
  font-size: 1.4em;
  color: var(--blue);
  margin-bottom: 0.5em;
}
.card__content p {
  font-size: 1.1em;
  line-height: 1.6;
}
.card__content p:last-child {
  margin: 0;
}


@media only screen and (max-width: 1100px) {
  .card {
    width: 31%;
  }
  .card__graphic {
    height: 12em;
  }
  .card__content {
    padding: 1.8em 1.8em 2.5em;
  }
  .card__content h3 {
    font-size: 1.3em;
  }
  .card__content p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 900px) {
  .cards__inner {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .card {
    width: 100%;
    margin: 0 auto 2em;
  }
  .card:last-child {
    margin: 0 auto;
  }
  .card__graphic {
    height: 18em;
  }
  .card__content {
    padding: 1.8em 1.8em 2.2em;
  }
}





/*------------------------------------*\
  #FAQ
\*------------------------------------*/


.faq h2 {
  text-align: center;
}

.faq__inner {
  max-width: 900px;
  margin: 4em auto 0;
}

.accordion {
  border-top: 1px solid #ccc;
  margin: 0;
}
.accordion:last-child {
  border-bottom: 1px solid #ccc;
}

.accordion__title {
  display: block;
  padding: 1.8em 0;
  cursor: pointer;
}
.accordion__title h4 {
  position: relative;
  color: var(--dark-blue);
  padding-right: 1.5em;
  margin: 0;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.accordion__title h4::before,
.accordion__title h4::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--dark-blue);
  border-radius: 3px;
  margin: auto;
  -webkit-transition: background 0.5s ease;
          transition: background 0.5s ease;
}
.accordion__title h4::before {
  width: 17px;
  height: 3px;
}
.accordion__title h4::after {
  width: 3px;
  height: 17px;
  right: 7px;
}
.accordion__title h4:hover {
  color: var(--blue);
}
.accordion__title h4:hover::before,
.accordion__title h4:hover::after {
  background: var(--blue);
}
.accordion.open .accordion__title h4::after { 
  display: none;
}

.accordion__info {
  display: none;
  padding: 0 0 2.8em;
}
.accordion__info p {
  text-align: left;
}
.accordion__info p:last-child {
  margin: 0;
}

.text + .faq {
  margin-top: -2em;
}


@media only screen and (max-width: 1100px) {
  .faq__inner {
    margin: 3em auto 0;
  }
  .accordion__title {
    padding: 1.5em 0;
  }
  .accordion__title h4::before {
    width: 15px;
  }
  .accordion__title h4::after {
    height: 15px;
    right: 6px;
  }
  .accordion__info {
    padding: 0 0 2em;
  }
}

@media only screen and (max-width: 900px) {
  .faq__inner {
    margin: 2.5em auto 0;
  }
  .text + .faq {
    margin-top: -1em;
  }
}

@media only screen and (max-width: 750px) {
  .text + .faq {
    margin-top: 0;
  }
}





/*------------------------------------*\
  #IMAGE
\*------------------------------------*/


.image--full .container {
  width: 100%;
  max-width: 100%;
}

.image__inner {
  position: relative;
  align-self: stretch;
  height: 25em;
}

.image__inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media only screen and (max-width: 1300px) {
  .image .container {
    width: 100%;
    max-width: 100%;
  }
  .image__inner {
    height: 20em;
  }
}

@media only screen and (max-width: 900px) {
  .image__inner {
    height: 16em;
  }
}

@media only screen and (max-width: 600px) {
  .image__inner {
    height: 12em;
  }
}





/*------------------------------------*\
  #SIGN-UP
\*------------------------------------*/


.sign-up {
  background: var(--light-gray);
  padding: 6em 0;
  margin: 0;
}

.sign-up__inner {
  display: flex;
  justify-content: space-between;
}

.sign-up__wrap {
  width: 35%;
  margin-top: 3em;
}
.sign-up__wrap h6 {
  color: var(--dark-blue);
}

.sign-up__info {
  margin-top: 2em;
}

.info {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1em;
  border-bottom: 2px solid #e6e6e6;
  margin: 1em 0;
}
.info:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.info img {
  width: 1.2em;
  margin: 0.5em 0.8em 0 0;
}
.info p {
  font-weight: 600;
  color: var(--dark-blue);
  margin: 0;
}
.info .link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: var(--orange);
  text-decoration: none;
  padding-right: 1em;
}
.info .link:hover {
  color: #ce3c00;
}
.info .link svg {
  width: 0.95em;
  fill: var(--orange);
  margin: 0.1em 0 0 0.4em;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.link:hover svg {
  fill: #ce3c00;
  margin-left: 0.6em;
}

.sign-up__form {
  width: 45%;
}
.sign-up__form .form__wrap {
  width: 100%;
}
.sign-up__form .form__wrap h2 {
  margin-bottom: 0.8em;
}

.input__wrap {
  display: flex;
  justify-content: space-between;
}
.input__wrap .form__input {
  width: 48%;
}
.form__input {
  margin-bottom: 1.2em;
}
.form__input input,
.form__input .select {
  margin: 0;
}

.form__resend {
  text-align: center;
  margin-top: 2em;
}
.form__resend p,
.video__message p {
  font-weight: 500;
  margin: 0;
}
.form__resend p span,
.video__message p span {
  font-weight: 700;
  color: var(--dark-blue);
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.form__resend p span:hover,
.video__message p span:hover {
  color: var(--blue);
}

.banner--text .button {
  margin-top: 1em;
}


@media only screen and (max-width: 1300px) {
  .sign-up {
    padding: 6em 0;
  }
  .sign-up__wrap {
    width: 40%;
  }
  .info .link {
    font-size: 1.1em;
  }
  .sign-up__form {
    width: 50%;
  }
}

@media only screen and (max-width: 1100px) {
  .sign-up {
    padding: 5em 0;
  }
  .sign-up__wrap {
    margin-top: 2.5em;
  }
  .sign-up__info {
    margin-top: 1.5em;
  }
  .info img {
    width: 1.1em;
    margin: 0.4em 0.7em 0 0;
  }
  .info p {
    font-size: 1.1em;
  }
  .sign-up__form {
    width: 52%;
  }
  .form__resend {
    margin-top: 1.5em;
  }
}

@media only screen and (max-width: 900px) {
  .sign-up {
    padding: 4em 0;
  }
  .sign-up__inner {
    display: block;
  }
  .sign-up__wrap {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto 3em;
  }
  .sign-up__form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .info {
    display: block;
    max-width: 400px;
    text-align: center;
    margin: 0.8em auto;
  }
  .info:last-child {
    margin: 0 auto;
  }
  .info img {
    margin: 0 auto 0.4em;
  }
  .info .link {
    display: inline-flex;
    font-size: 1.05em;
  }
}

@media only screen and (max-width: 750px) {
  .sign-up {
    padding: 3em 0;
  }
  .info img {
    width: 1em;
  }
  .info p {
    font-size: 1em;
  }
  .info .link {
    font-size: 1em;
    line-height: 1.6;
  }
  .banner--text .button {
    margin-top: 0.5em;
  }
}

@media only screen and (max-width: 500px) {
  .sign-up {
    padding: 3em 8%;
  }
  .sign-up .container {
    width: 100%;
  }
  .sign-up__wrap,
  .sign-up__form,
  .info {
    width: 100%;
    max-width: 100%;
  }
  .sign-up__wrap {
    text-align: left;
  }
  .info {
    display: flex;
    align-items: flex-start;
    text-align: left;
  }
  .info img {
    margin: 0.35em 0.6em 0 0;
  }
  .sign-up .form__wrap form {
    background: var(--light-gray);
  }
}





/*------------------------------------*\
  #THANK-YOU
\*------------------------------------*/


.text--thank-you .sign-up__wrap {
  width: 100%;
  margin: 0;
}

.text--thank-you h6 {
  margin-bottom: 0.6em;
}
.text--thank-you p span {
  font-weight: 600;
  color: var(--dark-blue);
}





/*------------------------------------*\
  #WEBINAR
\*------------------------------------*/


.events__inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.events__card {
  position: relative;
  display: flex;
  width: 48.5%;
  background: var(--light-gray);
  margin: 0 3% 3% 0;
}
.events__card:nth-child(2n) {
  margin-right: 0;
}

.events__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2em;
}
.events__content::before {
  position: absolute;
  content: '';
  width: 2em;
  height: 2em;
  top: 2em;
  right: 2em;
  background: var(--blue);
  border-radius: 50%;
}
.events__content::after {
  position: absolute;
  content: url(/files/core/icons/date-white.svg);
  width: 0.85em;
  height: 0.85em;
  top: 2.4em;
  right: 2.55em;
}
.card--on-demand .events__content::after {
  content: url(/files/core/icons/play-white.svg);
  top: 2.45em;
  right: 2.5em;
}

.events__content h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0.2em 3.2em 0.4em 0;
}
.events__content h3 {
  font-size: 1.6em;
  line-height: 1.2;
  color: var(--dark-blue);
  margin-bottom: 0.4em;
}
.events__content p {
  font-size: 1.1em;
  margin: 0 0 auto;
}
.events__content p span {
  padding: 0 0.5em;
}

.events__content .link {
  display: flex;
  align-items: center;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 700;
  color: var(--orange);
  padding-right: 1em;
  margin-top: 1.2em;
}
.events__content .link:hover {
  color: #ce3c00;
}
.events__content .link svg {
  width: 0.95em;
  fill: var(--orange);
  margin: 0.1em 0 0 0.4em;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.events__content .link:hover svg {
  fill: #ce3c00;
  margin-left: 0.6em;
}


@media only screen and (max-width: 1300px) {
  .events__content h4 {
    font-size: 1.15em;
  }
  .events__content h3 {
    font-size: 1.5em;
  }
  .events__content p,
  .events__content .link {
    font-size: 1.05em;
  }
}

@media only screen and (max-width: 1100px) {
  .events__content {
    padding: 1.5em;
  }
  .events__content::before {
    width: 1.7em;
    height: 1.7em;
    top: 1.5em;
    right: 1.5em;
  }
  .events__content::after {
    width: 0.8em;
    height: 0.8em;
    top: 1.75em;
    right: 1.95em;
  }
  .card--on-demand .events__content::after {
    top: 1.75em;
    right: 1.9em;
  }
  .events__content h4 {
    font-size: 1.1em;
    margin: 0.1em 3em 0.4em 0;
  }
  .events__content h3 {
    font-size: 1.4em;
  }
  .events__content p,
  .events__content .link {
    font-size: 1em;
  }
}

@media only screen and (max-width: 900px) {
  .events__inner {
    display: block;
  }
  .events__card,
  .events__card:nth-child(2n) {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 2em;
  }
  .events__content {
    padding: 2em;
  }
  .events__content::before {
    top: 2em;
    right: 2em;
  }
  .events__content::after {
    top: 2.25em;
    right: 2.45em;
  }
  .card--on-demand .events__content::after {
    top: 2.25em;
    right: 2.4em;
  }
  .events__content h4 {
    font-size: 1.05em;
  }
  .events__content h3 {
    font-size: 1.35em;
  }
  .events__content p,
  .events__content .link {
    font-size: 0.95em;
  }
}

@media only screen and (max-width: 750px) {
  .events__content {
    padding: 1.5em;
  }
  .events__content::before {
    width: 1.6em;
    height: 1.6em;
    top: 1.5em;
    right: 1.5em;
  }
  .events__content::after {
    width: 0.75em;
    height: 0.75em;
    top: 1.7em;
    right: 1.9em;
  }
  .card--on-demand .events__content::after {
    top: 1.7em;
    right: 1.85em;
  }
  .events__content h4 {
    font-size: 1em;
  }
  .events__content h3 {
    font-size: 1.3em;
  }
  .events__content p,
  .events__content .link {
    font-size: 0.9em;
  }
}





/*------------------------------------*\
  #SEARCH
\*------------------------------------*/


.header + .search {
  margin-top: -3em;
}

.header--search .header__inner {
  max-width: 800px;
}

.search .form__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 2em;
  background: var(--light-blue);
  border-radius: 12px;
}
.search .form__wrap .form__input {
  margin: 0;
}
.input--zipcode {
  width: 42%;
}
.input--radius {
  width: 20%;
}
.search .form__wrap button {
  display: block;
  width: 16%;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 8px;
  padding: 0.8em 1em;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease;
          transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}
.search .form__wrap button.button--clear {
  color: var(--dark-blue);
  background: transparent;
  border-color: var(--dark-blue);
}
.search .form__wrap button:hover {
  border-color: #ce3c00;
}
.search .form__wrap button.button--clear:hover {
  color: #ce3c00;
}

.locations--search .locations__card {
  display: flex;
  flex-direction: column;
}
.locations--search .locations__card .locations__content::before {
  background: var(--orange);
}
.locations--search .locations__content {
  height: 100%;
}
.locations--search .locations__content h6 {
  font-size: 1.15em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
}
.locations--search .locations__content h3 {
  line-height: 1.4;
  margin-right: 0;
}

.locations__mileage {
  background: var(--dark-blue);
  padding: 0.4em 2em 0.5em;
}
.locations__mileage span {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

.locations__buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: auto;
}
.locations__buttons .button {
  width: 48%;
  color: #fff;
  background: var(--blue);
  padding: 0.9em 1.2em;
  border: 2px solid var(--blue);
  margin: 1em 0 0;
  -webkit-transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease;
          transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}
.locations__buttons .button--outline {
  color: var(--blue);
  background: transparent;
  border: 2px solid var(--blue);
}
.locations__buttons .button:hover {
  background: var(--orange);
  border-color: var(--orange);
}
.locations__buttons .button--outline:hover {
  color: var(--orange);
  background: transparent;
  border-color: var(--orange);
}

.locations__results {
  width: 100%;
  margin-top: -2rem;
}
.locations__results h4 {
  font-weight: 600;
}
.locations__results p {
  margin: 0;
}


@media only screen and (max-width: 1300px) {
  .locations__mileage {
    padding: 0.4em 2em 0.5em;
  }
  .locations__mileage span {
    font-size: 1.05em;
  }
  .locations--search .locations__content h6 {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 1100px) {
  .header + .search {
    margin-top: -2.5em;
  }
  .search .form__wrap button {
    font-size: 1.05em;
  }
  .locations__mileage {
    padding: 0.4em 1.5em 0.5em;
  }
  .locations__mileage span {
    font-size: 1em;
  }
  .locations--search .locations__content h6 {
    font-size: 1.05em;
  }
}

@media only screen and (max-width: 900px) {
  .header + .search {
    margin-top: -1.5em;
  }
  .locations__mileage {
    padding: 0.4em 2em 0.5em;
  }
  .locations__results {
    margin-top: -1rem;
  }
}

@media only screen and (max-width: 800px) {
  .search .form__wrap {
    max-width: 500px;
  }
  .search .form__wrap .form__input {
    margin-bottom: 1em;
  }
  .input--zipcode,
  .input--radius {
    width: 100%;
  }
  .search .form__wrap button {
    display: block;
    width: 48%;
    margin-top: 1em;
  }
  .locations__results {
    max-width: 500px;
    margin: -1rem auto 0;
  }
}

@media only screen and (max-width: 750px) {
  .header + .search {
    margin-top: -0.5em;
  }
  .search .form__wrap {
    padding: 1.5em;
  }
  .search .form__wrap button {
    font-size: 1em;
    margin-top: 0.5em;
  }
  .locations__mileage {
    padding: 0.4em 1.5em 0.5em;
  }
  .locations__mileage span {
    font-size: 0.95em;
  }
  .locations__buttons .button {
    padding: 0.9em 0.5em;
  }
  .locations__results {
    margin: -0.5rem auto 0;
  }
}





