@charset "UTF-8";
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes fadeInBlurIn {
  from {
    opacity: 0;
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes fadeInBlurIn {
  from {
    opacity: 0;
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.fadeInBlurIn {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-name: fadeInBlurIn;
  animation-name: fadeInBlurIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@font-face {
  font-family: "icons";
  src: url("/wp-content/themes/svp-entity/fonts/icons/icons.ttf?vsjkimz") format("truetype"), url("/wp-content/themes/svp-entity/fonts/icons/icons.woff?vsjkimz") format("woff"), url("/wp-content/themes/svp-entity/fonts/icons/icons.svg?vsjkimz#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscal;
}

.icon-careers:before {
  content: "\e91c";
}

.icon-facebook:before {
  content: "\e919";
}

.icon-twitter:before {
  content: "\e91a";
}

.icon-linkedin:before {
  content: "\e91b";
}

.icon-forms:before {
  content: "\e916";
}

.icon-financing:before {
  content: "\e917";
}

.icon-insurance:before {
  content: "\e918";
}

.icon-map-zoom-out:before {
  content: "\e914";
}

.icon-map-fullscreen:before {
  content: "\e912";
}

.icon-map-zoom-in:before {
  content: "\e913";
}

.icon-map-exit-fullscreen:before {
  content: "\e915";
}

.icon-location:before {
  content: "\e900";
}

.icon-menu:before {
  content: "\e901";
}

.icon-menu-expand:before {
  content: "\e902";
}

.icon-patient:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e904";
}

.icon-phone-mobile:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\e906";
}

.icon-president:before {
  content: "\e907";
}

.icon-professor:before {
  content: "\e908";
}

.icon-star:before {
  content: "\e909";
}

.icon-accessibility:before {
  content: "\e90a";
}

.icon-arrow:before {
  content: "\e90b";
}

.icon-award:before {
  content: "\e90c";
}

.icon-cancel:before {
  content: "\e90d";
}

.icon-check:before {
  content: "\e90e";
}

.icon-dollar:before {
  content: "\e90f";
}

.icon-editor:before {
  content: "\e910";
}

.icon-international:before {
  content: "\e911";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html.ie *::-ms-expand {
  display: none;
}
html.ie *::-ms-clear {
  display: none;
}
html.ie textarea {
  overflow: auto;
}
html.ie select:focus::-ms-value {
  background-color: transparent;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

[id^=__lpform_] {
  display: none !important;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  color: #ffffff;
}

* > :first-child {
  margin-top: 0;
}

* > :last-child {
  margin-bottom: 0;
}

@media (max-width:812px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width:813px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width:812px) and (max-height:500px) and (orientation:landscape) {
  .landscape {
    display: initial !important;
  }
}
@media print {
  .no-print {
    display: none !important;
  }
}
@media (min-width:782px) and (max-width:1160px) and (min-height:401px) {
  #super-navigation a > span.desktop-only {
    display: none !important;
  }
}
#super-navigation a > span.tablet-only {
  display: none;
}
@media (min-width:782px) and (max-width:1160px) and (min-height:401px) {
  #super-navigation a > span.tablet-only {
    display: block !important;
  }
}

html, body {
  min-height: 100%;
}

html {
  background-color: #192846;
  font-size: 20px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0rem;
  font-weight: 400;
  filter: none !important;
  /*
  &.lightbox {
  	overflow:hidden;

  	body {
  		overflow:hidden;
  	}
  }

  &.mobile-nav-open {
  	overflow-y:hidden;
  }
  */
}
@media (min-width:813px) and (max-width: calc(20px * 783 / calc(20 * 1))px) {
  html {
    font-size: calc(100 * 20 * 1)/783vw;
  }
}
@media (min-width: calc(20px * 783 / calc(20 * 1))px) {
  html {
    font-size: 20px;
  }
}
@media (max-width:812px) {
  html {
    font-size: calc(20 * 1);
  }
}

body {
  color: #ffffff;
  line-height: 1.3;
  width: 100%;
  /*
  &.booking-appointment {
  	@media @mobileMax {
  		overflow:hidden;
  	}
  }
  &.IE {
  	padding-top:5*$gutter-sm;
  }
  */
}

.logo-link {
  display: inline-block;
}

.grecaptcha-badge {
  display: none;
}

/*
i.hero-mask {
	&:before, &:after {
		content:'';
		display:block;
		position:absolute;
		width:100vw;
		width:1000%;
		height:100%;
		background-color:@color-6;
	}
	&:before {
		left:100%;
		margin-left:-1px;
	}
	&:after {
		right:100%;
		margin-right:-1px;
	}
}
*/
wbr {
  display: none;
}

a {
  color: #00a5a5;
  text-decoration: none;
  -webkit-transition: "color 0.1s ease-in";
  -moz-transition: "color 0.1s ease-in";
  -ms-transition: "color 0.1s ease-in";
  -o-transition: "color 0.1s ease-in";
  transition: "color 0.1s ease-in";
}
a.inherit:not(.cta):hover {
  color: #00a5a5;
}
a[name]:not([href]) {
  position: absolute;
}

iframe {
  max-width: 100%;
}

sup {
  font-size: 0.8em;
  vertical-align: 0.2em;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

h1, .h1 {
  display: block;
  width: 100%;
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 300;
  font-size: 2.7em;
  line-height: 1em;
  letter-spacing: -0.0188888889em;
}
h1 b, h1 strong, .h1 b, .h1 strong {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 300;
}
h1 a, .h1 a {
  text-decoration: none !important;
}
@media (min-width:813px) and (max-width: calc(54px * 783 / 42px) px) {
  h1, .h1 {
    font-size: calc(100 * 42px / 783)vw;
  }
}
@media (min-width: calc(54px * 783 / 42px) px) {
  h1, .h1 {
    font-size: 54px;
  }
}
@media (max-width:812px) {
  h1, .h1 {
    font-size: 42px;
  }
}
@media mobileMin and (max-width: calc(54px * 783 / 42px) px) {
  body.IE h1, body.IE .h1 {
    font-size: 54px;
  }
}
@media (min-width: calc(54px * 783 / 42px) px) {
  body.IE h1, body.IE .h1 {
    font-size: 54px;
  }
}
@media (max-width:812px) {
  body.IE h1, body.IE .h1 {
    font-size: 54px;
  }
}

h2, .h2 {
  display: block;
  width: 100%;
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 300;
  font-size: 2.7em;
  line-height: 1em;
  letter-spacing: -0.0188888889, em;
}
h2 b, h2 strong, .h2 b, .h2 strong {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 300;
}
h2 a:not(.underline), .h2 a:not(.underline) {
  text-decoration: none !important;
}
@media mobileMin and (max-width: 1006.7142857143px) {
  h2, .h2 {
    font-size: 5.3639846743pxvw;
  }
}
@media (min-width: 1006.7142857143px) {
  h2, .h2 {
    font-size: 54px;
  }
}
@media (max-width:812px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media mobileMin and (max-width: 1006.7142857143px) {
  body.IE h2, body.IE .h2 {
    font-size: 54px;
  }
}
@media (min-width: 1006.7142857143px) {
  body.IE h2, body.IE .h2 {
    font-size: 54px;
  }
}
@media (max-width:812px) {
  body.IE h2, body.IE .h2 {
    font-size: 54px;
  }
}

@media (max-width:812px) {
  main .mobile-h2 {
    display: block;
    width: 100%;
    font-family: acumin-pro-semi-condensed, sans-serif;
    letter-spacing: -0.02rem;
    font-weight: 300;
    font-size: 2.7em;
    line-height: 1em;
    letter-spacing: -0.0188888889, em;
    font-size: 42px;
  }
  main .mobile-h2 b, main .mobile-h2 strong {
    font-family: acumin-pro-semi-condensed, sans-serif;
    letter-spacing: -0.02rem;
    font-weight: 300;
  }
  main .mobile-h2 a:not(.underline) {
    text-decoration: none !important;
  }
}
h3, .h3, main h2, main .h2 {
  display: block;
  width: 100%;
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: -0.0188888889em;
}
h3 b, h3 strong, .h3 b, .h3 strong, main h2 b, main h2 strong, main .h2 b, main .h2 strong {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 300;
}
h3 a:not(.underline), .h3 a:not(.underline), main h2 a:not(.underline), main .h2 a:not(.underline) {
  text-decoration: none !important;
}
@media mobileMin and (max-width: 783px) {
  h3, .h3, main h2, main .h2 {
    font-size: 3.5759897829pxvw;
  }
}
@media (min-width: 783px) {
  h3, .h3, main h2, main .h2 {
    font-size: 28px;
  }
}
@media (max-width:812px) {
  h3, .h3, main h2, main .h2 {
    font-size: 28px;
  }
}
@media mobileMin and (max-width: 783px) {
  body.IE h3, body.IE .h3, body.IE main h2, body.IE main .h2 {
    font-size: 28px;
  }
}
@media (min-width: 783px) {
  body.IE h3, body.IE .h3, body.IE main h2, body.IE main .h2 {
    font-size: 28px;
  }
}
@media (max-width:812px) {
  body.IE h3, body.IE .h3, body.IE main h2, body.IE main .h2 {
    font-size: 28px;
  }
}

@media (max-width:812px) {
  main .mobile-h2 {
    display: block;
    width: 100%;
    font-family: acumin-pro-semi-condensed, sans-serif;
    letter-spacing: -0.02rem;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1em;
    letter-spacing: -0.0188888889em;
    font-size: 28px;
  }
  main .mobile-h2 b, main .mobile-h2 strong {
    font-family: acumin-pro-semi-condensed, sans-serif;
    letter-spacing: -0.02rem;
    font-weight: 300;
  }
}
h4, .h4, main h3, main .h3 {
  display: block;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
h4 b, h4 strong, .h4 b, .h4 strong, main h3 b, main h3 strong, main .h3 b, main .h3 strong {
  font-family: inherit;
  font-weight: inherit;
}
body.IE h4, body.IE .h4, body.IE main h3, body.IE main .h3 {
  font-size: inherit !important;
}

h5 a, .h5 a {
  text-decoration: none !important;
}
h5 sup, .h5 sup {
  vertical-align: 0.42em;
}

small, .small {
  display: block;
  font-size: 0.7rem;
  line-height: 18/14em;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: solid 1px #192846;
}

img {
  max-width: 100%;
}
img.size-auto {
  display: inline-block;
}
img.auto-width {
  width: auto;
}
img:not(.size-auto) {
  height: auto;
  display: inline-block;
}
img.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
img.cover {
  object-fit: cover;
  object-position: center center;
}

h1, .h1 {
  margin-bottom: 0.5em;
}
h1.size-medium, h1.size-smaller, .h1.size-medium, .h1.size-smaller {
  margin-bottom: 0.25em;
}

h2, .h2 {
  margin-bottom: 0.5em;
}
h2.size-medium, h2.size-smaller, .h2.size-medium, .h2.size-smaller {
  margin-bottom: 0.25em;
}

h3, .h3 {
  margin-bottom: 0.5em;
}
h3.size-medium, h3.size-smaller, .h3.size-medium, .h3.size-smaller {
  margin-bottom: 0.25em;
}

h4.size-medium, h4.size-smaller, .h4.size-medium, .h4.size-smaller {
  margin-bottom: 0.25em;
}

h5.em, .h5.em {
  margin-bottom: 1em;
}

p, ul, ol, small {
  margin-bottom: 2em;
}
@media (max-width:812px) {
  p, ul, ol, small {
    margin-bottom: 1em;
  }
}

.size-xxlarge {
  font-size: 1.6rem;
  line-height: 50/38em;
  margin-bottom: 20px;
}

.size-xlarge {
  font-size: 1.4rem;
  line-height: 30/28em;
}

.size-large {
  font-size: 1.1rem;
  line-height: 1.1818181818em;
}
@media mobileMin and (max-width: 783px) {
  .size-large {
    font-size: 2.809706258pxvw;
  }
}
@media (min-width: 783px) {
  .size-large {
    font-size: 22px;
  }
}
@media (max-width:812px) {
  .size-large {
    font-size: 22px;
  }
}
@media mobileMin and (max-width: 783px) {
  body.IE .size-large {
    font-size: 22px;
  }
}
@media (min-width: 783px) {
  body.IE .size-large {
    font-size: 22px;
  }
}
@media (max-width:812px) {
  body.IE .size-large {
    font-size: 22px;
  }
}

.size-medium {
  font-size: 0.9rem;
  line-height: 1.4444444444em;
}

.size-medium-tight {
  line-height: 1.2222222222em;
}

.size-smaller {
  font-size: 0.8rem;
  line-height: 1.625em;
}

.size-small {
  font-size: 0.7 rem;
  line-height: 1.2857142857em;
}

.size-small-double-spaced {
  font-size: 0.7rem;
  line-height: 2.1428571429em;
}

.size-disclaimer {
  font-size: 0.55rem;
  line-height: 1.2727272727em;
}

.size-title {
  font-size: 1rem;
  margin-bottom: 0.25em;
}

main > :first-child {
  margin-top: 0 !important;
}
main > :last-child {
  margin-bottom: 0 !important;
}
main h1, main .h1 {
  margin-bottom: 0.9259259259em;
}
body.single-post main h1, body.single-post main .h1 {
  margin-bottom: 0.462962963em;
}
main .cta-wrapper {
  margin-top: 2em;
}
main h2, main .h2 {
  margin-top: 2em;
  margin-bottom: 0.65em;
}
main h2, main .h2, main h3, main .h3 {
  color: #0e1432;
}
main h2.h1, main .h2.h1, main h3.h1, main .h3.h1 {
  color: inherit;
}
main h2 + p, main .h2 + p, main h3 + p, main .h3 + p {
  margin-top: 0;
}
main.two-columns h2, main.two-columns .h2, main.two-columns h3, main.two-columns .h3, main article h2, main article .h2, main article h3, main article .h3 {
  color: #00a5a5;
}
main.two-columns h2.h1, main.two-columns .h2.h1, main.two-columns h3.h1, main.two-columns .h3.h1, main article h2.h1, main article .h2.h1, main article h3.h1, main article .h3.h1 {
  color: inherit;
}
main.two-columns a:hover, main article a:hover {
  color: #0e1432;
}
main h3, main .h3 {
  margin-top: 2em;
  margin-bottom: 0.65em;
  font-weight: 500;
}
main p, main ul:not(.no-formatting), main ol:not(.no-formatting) {
  margin-top: 1em;
  margin-bottom: 1em;
}
main ul:not(.no-formatting)[columns], main ol:not(.no-formatting)[columns] {
  padding-right: 1em;
  margin-left: 0;
  margin-top: 1em;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media mobileMin {
  main ul:not(.no-formatting)[columns][columns="2"], main ol:not(.no-formatting)[columns][columns="2"] {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  main ul:not(.no-formatting)[columns][columns="3"], main ol:not(.no-formatting)[columns][columns="3"] {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width:812px) {
  main ul:not(.no-formatting)[columns], main ol:not(.no-formatting)[columns] {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
main ul:not(.no-formatting)[columns] > li, main ol:not(.no-formatting)[columns] > li {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.25em;
}
main ul:not(.no-formatting).columns-2, main ol:not(.no-formatting).columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width:812px) {
  main ul:not(.no-formatting).columns-2, main ol:not(.no-formatting).columns-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: mobileMin) {
  main ul:not(.no-formatting):not(.no-indent), main ol:not(.no-formatting):not(.no-indent) {
    margin-left: 1em;
  }
}
main ul:not(.no-formatting) ul, main ul:not(.no-formatting) ol, main ol:not(.no-formatting) ul, main ol:not(.no-formatting) ol {
  margin-top: 1em;
  padding-left: 1em;
}
main ul:not(.no-formatting):not(.no-bullets) li:before, main ol:not(.no-formatting):not(.no-bullets) li:before {
  content: "•";
  color: #616778;
}
main ul:not(.no-formatting):not(.no-indent) li, main ol:not(.no-formatting):not(.no-indent) li {
  padding-left: 1.275em;
}
main ul:not(.no-formatting) li, main ol:not(.no-formatting) li {
  position: relative;
}
main ul:not(.no-formatting) li + li, main ol:not(.no-formatting) li + li {
  margin-top: 0.25em;
}
main ul:not(.no-formatting) li:before, main ol:not(.no-formatting) li:before {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  left: 0;
}
main ol:not(.no-formatting) {
  counter-reset: section;
}
main ol:not(.no-formatting) > li {
  padding-left: 1.275em;
}
main ol:not(.no-formatting) > li:before {
  content: counter(section) "." !important;
  counter-increment: section;
}
@media (min-width: mobileMin) {
  main ul:not(.no-formatting)[columns], main ol:not(.no-formatting)[columns] {
    padding-right: 1em;
    margin-left: 0;
    margin-top: 1em;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  main ul:not(.no-formatting)[columns][columns="2"], main ol:not(.no-formatting)[columns][columns="2"] {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  main ul:not(.no-formatting)[columns][columns="3"], main ol:not(.no-formatting)[columns][columns="3"] {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  main ul:not(.no-formatting)[columns] > li, main ol:not(.no-formatting)[columns] > li {
    display: inline-block;
    width: 100%;
    margin: 0 0 1em;
  }
  main ul:not(.no-formatting) ul, main ul:not(.no-formatting) ol, main ol:not(.no-formatting) ul, main ol:not(.no-formatting) ol {
    padding-left: 1.275em;
  }
}

section {
  position: relative;
  width: 100%;
}
section > .content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1450px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width:812px) {
  section > .content {
    max-width: 1460px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
section > .content.static {
  position: static;
}
section > .content > .inner-content, section > .content .emulate-inner-content {
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
section > .content > .inner-content.static, section > .content .emulate-inner-content.static {
  position: static;
}
section > .content > .inner-content.short, section > .content .emulate-inner-content.short {
  max-width: 780px;
}
section > .content > .inner-content ol, section > .content .emulate-inner-content ol {
  counter-reset: section 0;
}
section > .content > .inner-content ol li, section > .content .emulate-inner-content ol li {
  position: relative;
  padding-left: 20px;
}
section > .content > .inner-content ol li:before, section > .content .emulate-inner-content ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #00a5a5;
  font-weight: bold;
}
section > .content > .inner-content ol li ol li, section > .content .emulate-inner-content ol li ol li {
  padding-left: 30px;
}
section > .content > .inner-content ol > li, section > .content .emulate-inner-content ol > li {
  margin-bottom: 15px;
  counter-increment: section;
}
section > .content > .inner-content ol > li:before, section > .content .emulate-inner-content ol > li:before {
  content: counter(section) ". ";
}
section > .content > .inner-content ol > li > ol, section > .content .emulate-inner-content ol > li > ol {
  counter-reset: subsection 0;
}
section > .content > .inner-content ol > li > ol > li, section > .content .emulate-inner-content ol > li > ol > li {
  counter-increment: subsection;
}
section > .content > .inner-content ol > li > ol > li:before, section > .content .emulate-inner-content ol > li > ol > li:before {
  content: counter(section) "." counter(subsection);
}
section.no-padding > .content {
  max-width: 1410px;
  padding-left: 0;
  padding-right: 0;
}

/*
.intro-content {
	max-width:$wrapper-short;
	margin-left:auto;
	margin-right:auto;
}
*/
img.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
img.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  object-fit: cover;
  object-position: 70%;
  font-family: "object-fit: cover; object-position: center center;";
}
img.bg-img.bg-img-center-left {
  object-position: center left;
  font-family: "object-fit: cover; object-position: center left;";
}
img.bg-img.bg-img-bottom-center {
  object-position: bottom center;
  font-family: "object-fit: cover; object-position: bottom center;";
}
img.bg-img.bg-img-top-center {
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center;";
}
img.bg-img.bg-img-center-right {
  object-position: center right;
}
img.bg-img.bg-img-contain {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: center center;";
}
img.bg-img.bg-img-contain.bg-img-center-left {
  font-family: "object-fit: contain; object-position: center left;";
}
img.bg-img.bg-img-contain.bg-img-bottom-center {
  font-family: "object-fit: contain; object-position: bottom center;";
}
img.bg-img.bg-img-contain.bg-img-top-center {
  font-family: "object-fit: contain; object-position: top center;";
}
img.size-full {
  display: block;
  width: 100%;
}
body.IE img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.bg-img-overlay {
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  -ms-mix-blend-mode: multiply;
  -o-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}

/*
a {
	&.download {
		letter-spacing:-0.5px;
		.Light;
		@include display-flex;
		@include flex-align-items-center;

		&:before {
			.Icons;
			content:'\e904';
			color:$anchor-color;
			font-size:13/14em;
			margin-right:0.5*$gutter-sm;
			.transform(rotate(90deg) translateX(-8px));
		}

		&:after {
			content:'';
			border-bottom:2px solid $color-2;
			position:absolute;
			width:18px;
			left:0;
			bottom:7px;
		}

		.featured &:before {
			color:inherit;
		}
	}

	&.more {
		.Regular;
		font-size:($font-size-multiplier * 14)/$rem;
		letter-spacing:@letter-spacing;
	$white-space:nowrap;
		@include display-inline-flex;
		@include flex-align-items-center;

		&:after {
			.Icons;
			content:'\e904';
			color:$anchor-color;
			font-size:17/14em;
			margin-left:4px;
			@include transition(transform .2s ease-out);
		}

		&.inherit-arrow {
			&:after {
				color:inherit;
			}
		}

		&:hover {
			&:after {
				.transform(translateX(0.25*$gutter-sm));
			}
		}
	}

	&.back {
		.Regular;
		font-size:($font-size-multiplier * 14)/$rem;
		letter-spacing:@letter-spacing;
	$white-space:nowrap;
		@include display-inline-flex;
		@include flex-align-items-center;

		&:before {
			.Icons;
			content:'\e904';
			color:$anchor-color;
			font-size:17/14em;
			margin-right:8px;
			.transform(scaleX(-1));
			@include transition(transform .2s ease-out);
		}

		&.inherit-arrow {
			&:before {
				color:inherit;
			}
		}

		&:hover {
			&:before {
				.transform(scaleX(-1)translateX(0.25*$gutter-sm));
			}
		}
	}

	&.long-arrow-large {
		font-weight:normal;

		&:after {
			.Icons;
			display:inline-block;
			vertical-align:middle;
			margin-left:0.25ch;
			font-size:($font-size-multiplier * 16)/$rem;
			line-height:40/16em;
			content:'\e901';
		}
	}
}

.mobile-reverse {
	@media @mobileMax {
		@include display-flex;
		.flex-direction-column-reverse;
		.flex-justify-content-flex-start;
		.flex-align-items-stretch;

		> * {
			@include flex(0,0,auto);
		}
	}
}
*/
.cta-wrapper {
  position: relative;
}
.cta-wrapper + .cta-wrapper {
  margin-top: 2em;
}

.cta {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  border: solid 1px transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: "color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in";
  -moz-transition: "color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in";
  -ms-transition: "color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in";
  -o-transition: "color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in";
  transition: "color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in";
}
.cta[disabled], .cta.disabled {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.cta:after {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.cta.absolute {
  position: absolute;
}
.cta.inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: auto;
}
.cta[disabled] {
  cursor: wait;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.cta.medium {
  line-height: 1.8rem;
  font-size: 0.8rem !important;
  font-size: 0.9rem;
  padding: 0 0.55rem;
}
@media (max-width:812px) {
  .cta.medium {
    padding: 0 1.5px;
  }
}
@media (max-width:812px) {
  .cta.mobile-full-width {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cta.narrow {
  padding: 0 0.5rem;
  font-size: 0.85em;
}
.cta.primary {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  background-color: #00a5a5;
  color: #ffffff;
  border-color: #00a5a5;
  white-space: nowrap;
}
.cta.primary:hover {
  background-color: #ffffff;
  color: #00a5a5;
  border-color: #00a5a5;
}
.cta.primary.primary-alt:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00a5a5;
}
.cta.secondary {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  background-color: transparent;
  border-color: #00a5a5;
  color: #00a5a5;
  white-space: nowrap;
}
.cta.secondary:hover {
  background-color: #00a5a5;
  border-color: #ffffff;
  color: #ffffff;
}
.cta.secondary.secondary-alt:hover {
  background-color: #00a5a5;
  border-color: #00a5a5;
  color: #ffffff;
}
.cta.tertiary {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  background-color: #d7dbe2;
  color: #4a536c;
  border-color: #d7dbe2;
  white-space: nowrap;
}
.cta.tertiary:hover {
  background-color: #ffffff;
  border-color: #d7dbe2;
  color: #4a536c;
}
.cta.text {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  border: none;
  background: none;
  color: #00a5a5;
  padding: 0;
}
.cta.text:hover {
  color: #ffffff;
}

a.dark-hover {
  -webkit-transition: "color 0.1s ease-out";
  -moz-transition: "color 0.1s ease-out";
  -ms-transition: "color 0.1s ease-out";
  -o-transition: "color 0.1s ease-out";
  transition: "color 0.1s ease-out";
}
a.dark-hover:hover {
  color: #192846 !important;
}

.iframe {
  overflow: auto;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.inherit {
  color: inherit;
}

.inherit-line-height {
  line-height: inherit;
}

a.inherit-font-size,
.inherit-font-size {
  font-size: inherit;
  line-height: inherit;
}

.break-word {
  word-break: break-all;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (max-width:812px) {
  .left-mobile {
    text-align: left;
  }
  .center-mobile {
    text-align: center;
  }
  .right-mobile {
    text-align: right;
  }
}
.grayscale {
  filter: grayscale(100%);
}

.inline {
  display: inline;
}

.inline-inherit * {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.no-margin {
  margin: 0;
}

.static {
  position: static;
}

.secondary-font {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
}

.black {
  color: #000000;
}

.white {
  color: #ffffff;
}

@media mobileMin {
  .desktop_white {
    color: #ffffff;
  }
}
.color-1 {
  color: #0e1432;
}

.color-2 {
  color: #192846;
}

.color-3 {
  color: #00a5a5;
}

.color-4 {
  color: #8c92a3;
}

.color-5 {
  color: #616778;
}

.color-6 {
  color: #f2f3f5;
}

.color-7 {
  color: #4a536c;
}

.color-8 {
  color: #d7dbe2;
}

.color-9 {
  color: #cad4da;
}

.color-10 {
  color: #f9f9fa;
}

.color-11 {
  color: #21bab3;
}

.color-12 {
  color: #28324d;
}

.color-13 {
  color: #ff0000;
}

.color-14 {
  color: #ff0000;
}

.color-15 {
  color: #ff0000;
}

.color-16 {
  color: #ff0000;
}

.color-17 {
  color: #ff0000;
}

.color-18 {
  color: #ff0000;
}

.color-19 {
  color: #ff0000;
}

.color-20 {
  color: #ff0000;
}

.color-21 {
  color: #ff0000;
}

.color-22 {
  color: #ff0000;
}

.color-23 {
  color: #ff0000;
}

.color-24 {
  color: #ff0000;
}

.color-25 {
  color: #ff0000;
}

.color-26 {
  color: #ff0000;
}

.color-27 {
  color: #ff0000;
}

.color-28 {
  color: #ff0000;
}

.color-29 {
  color: #ff0000;
}

.color-30 {
  color: #ff0000;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

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

.bg-color-1 {
  background-color: #0e1432;
}

.bg-color-2 {
  background-color: #192846;
}

.bg-color-3 {
  background-color: #00a5a5;
}

.bg-color-4 {
  background-color: #8c92a3;
}

.bg-color-5 {
  background-color: #616778;
}

.bg-color-6 {
  background-color: #f2f3f5;
}

.bg-color-7 {
  background-color: #4a536c;
}

.bg-color-7-important {
  background-color: #4a536c !important;
}

.bg-color-8 {
  background-color: #d7dbe2;
}

.bg-color-9 {
  background-color: #cad4da;
}

.bg-color-10 {
  background-color: #f9f9fa;
}

.bg-color-11 {
  background-color: #21bab3;
}

.bg-color-12 {
  background-color: #28324d;
}

.bg-color-13 {
  background-color: #ff0000;
}

.bg-color-14 {
  background-color: #ff0000;
}

.bg-color-15 {
  background-color: #ff0000;
}

.bg-color-16 {
  background-color: #ff0000;
}

.bg-color-17 {
  background-color: #ff0000;
}

.bg-color-18 {
  background-color: #ff0000;
}

.bg-color-19 {
  background-color: #ff0000;
}

.bg-color-20 {
  background-color: #ff0000;
}

.bg-color-21 {
  background-color: #ff0000;
}

.bg-color-22 {
  background-color: #ff0000;
}

.bg-color-23 {
  background-color: #ff0000;
}

.bg-color-24 {
  background-color: #ff0000;
}

.bg-color-25 {
  background-color: #ff0000;
}

.bg-color-26 {
  background-color: #ff0000;
}

.bg-color-27 {
  background-color: #ff0000;
}

.bg-color-28 {
  background-color: #ff0000;
}

.bg-color-29 {
  background-color: #ff0000;
}

.bg-color-30 {
  background-color: #ff0000;
}

.border-black {
  border-color: #000000;
}

.border-white {
  border-color: #ffffff;
}

.border-1 {
  border-color: #0e1432;
}

.border-2 {
  border-color: #192846;
}

.border-3 {
  border-color: #00a5a5;
}

.border-4 {
  border-color: #8c92a3;
}

.border-5 {
  border-color: #616778;
}

.border-6 {
  border-color: #f2f3f5;
}

.border-7 {
  border-color: #4a536c;
}

.border-8 {
  border-color: #d7dbe2;
}

.border-9 {
  border-color: #cad4da;
}

.border-10 {
  border-color: #f9f9fa;
}

.border-11 {
  border-color: #21bab3;
}

.border-12 {
  border-color: #28324d;
}

.border-13 {
  border-color: #ff0000;
}

.border-14 {
  border-color: #ff0000;
}

.border-15 {
  border-color: #ff0000;
}

.border-16 {
  border-color: #ff0000;
}

.border-17 {
  border-color: #ff0000;
}

.border-18 {
  border-color: #ff0000;
}

.border-19 {
  border-color: #ff0000;
}

.border-20 {
  border-color: #ff0000;
}

.border-21 {
  border-color: #ff0000;
}

.border-22 {
  border-color: #ff0000;
}

.border-23 {
  border-color: #ff0000;
}

.border-24 {
  border-color: #ff0000;
}

.border-25 {
  border-color: #ff0000;
}

.border-26 {
  border-color: #ff0000;
}

.border-27 {
  border-color: #ff0000;
}

.border-28 {
  border-color: #ff0000;
}

.border-29 {
  border-color: #ff0000;
}

.border-30 {
  border-color: #ff0000;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 0.1;
}

.button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #616778;
  color: #ffffff;
  width: 50px;
  height: 50px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.justified-content-flex-start {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.justified-content-flex-start > div {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.justified-content-flex-start > div:nth-of-type(1) {
  margin-right: 15px;
}
.justified-content-flex-start > div:nth-of-type(2) {
  margin-left: 15px;
}

.justified-center-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.justified-center-flex > div {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.justified-center-flex > div:nth-of-type(1) {
  margin-right: 15px;
}
.justified-center-flex > div:nth-of-type(2) {
  margin-left: 15px;
}

.justified-flex-end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justified-flex-end > div {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.justified-flex-end > div:nth-of-type(1) {
  margin-right: 15px;
}
.justified-flex-end > div:nth-of-type(2) {
  margin-left: 15px;
}

.flex-centered {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-space-around {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-space-around > *:not(:first-of-type) {
  margin-left: 10px;
}
@media (max-width:812px) {
  .flex-space-around > * {
    margin-top: 10px;
  }
}

/*
ul.content-grid {
	&.compact {
		@include display-flex;
		.flex-align-items-stretch;
		.flex-justify-content-flex-start;
		.flex-align-content-flex-start;
		@include flex-wrap-wrap;
		margin:-2px;

		> li {
			padding:0.5*$gutter-sm $gutter-sm;
			background-color:$color-3;
			@include display-flex;
			.flex-direction-column;
			.flex-align-items-stretch;
			.flex-justify-content-flex-end;

			margin:2px;

			@media (min-width:981px) {
				@width:calc(~"25% - 4px");
				@include flex(0,0,@width);
				width:@width;
			}
			@media mobileMin and (max-width:980px) {
				@third:percentage(1/3);
				@width:calc(~"@{third} - 4px");
				@include flex(0,0,@width);
				width:@width;
			}
			@media @mobileMax and (min-width:611px) {
				@width:calc(~"25% - 4px");
				@include flex(0,0,@width);
				width:@width;
			}
			@media @mobileSmallMin and (max-width:610px) {
				@third:percentage(1/3);
				@width:calc(~"@{third} - 4px");
				@include flex(0,0,@width);
				width:@width;
			}
			@media @mobileSmallMax {
				@half:percentage(1/2);
				@width:calc(~"@{half} - 4px");
				@include flex(0,0,@width);
				width:@width;
			}
			> div:nth-child(1) {
				@include flex(1,1,auto);
				@include display-flex;
				@include flex-align-items-center;
				margin:0 0 0.25*$gutter-sm;
			}

			> div:nth-child(2) {
				@include flex(0,0,auto);
				.Semibold;
				margin-top:0.5*$gutter-sm;
			}
		}
	}

	&.center {
		@include flex-justify-content-center;
		> li {
			> div:nth-child(1) {
				@include flex-justify-content-center;
			}
		}
	}

	&:not(.compact) {
		@media (min-width:481px) {
			@include display-flex;
			.flex-align-items-stretch;
			.flex-justify-content-flex-start;
			.flex-align-content-flex-start;
			@include flex-wrap-wrap;
			margin:-0.5*$gutter-md;
		}

		> li {
			padding:0.5*$gutter-sm $gutter-sm;
			background-color:$color-3;

			@include display-flex;
			.flex-direction-column;
			.flex-align-items-stretch;
			.flex-justify-content-flex-end;


			@media (min-width:481px) {
				margin:0.5*$gutter-md;
				@width:calc(~"50% - @$gutter-md}");
				@include flex(0,0,@width);
				width:@width;
			}

			@media (max-width:480px) {
				& + li {
					margin-top:$gutter-md;
				}
			}

			> div:nth-child(1) {
				@include flex(1,1,auto);
				@include display-flex;
				@include flex-align-items-center;
				margin:$gutter-sm 0 0.5*$gutter-sm;
			}

			> div:nth-child(2) {
				@include flex(0,0,auto);
				.Semibold;
				margin-top:0.5*$gutter-sm;
			}
		}
	}

	&.no-background {
		background-color:transparent;
	}
}
*/
.owl-nav.disabled {
  display: none;
}

.iframe {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}
* > .iframe:first-child {
  margin-top: 0;
}
* > .iframe:last-child {
  margin-bottom: 0;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

/*
.widget-image-feature-photo {
	img {
		display:block;
	}
}
*/
.tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2px -2.5px;
}
.tags li {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #00a5a5;
  border: solid 2px #00a5a5;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  -webkit-transition: "background-color 0.1s ease-in, color 0.1s ease-in";
  -moz-transition: "background-color 0.1s ease-in, color 0.1s ease-in";
  -ms-transition: "background-color 0.1s ease-in, color 0.1s ease-in";
  -o-transition: "background-color 0.1s ease-in, color 0.1s ease-in";
  transition: "background-color 0.1s ease-in, color 0.1s ease-in";
}
.tags li:not(.text):hover {
  background-color: #ffffff;
  color: #00a5a5;
  border-color: #00a5a5;
}
.tags li a {
  color: inherit;
}
.tags.tags-large li {
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  margin: 2px 2.5px;
}
.tags.tags-large li a, .tags.tags-large li span {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.5357142857em 0.8928571429em 0.75em;
  color: inherit;
}
@media screen and (max-width: 359px) {
  .tags.tags-large li a, .tags.tags-large li span {
    -webkit-border-radius: 30.6428571429px;
    -moz-border-radius: 30.6428571429px;
    border-radius: 30.6428571429px;
    font-size: 1.3rem;
    padding: 0.4974489796em 0.8290816327em 0.6964285714em;
  }
}

.rating {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00a5a5;
  font-size: 0.85rem;
  letter-spacing: 10px;
  margin-bottom: 15px;
}
@media (max-width:812px) {
  .rating {
    letter-spacing: 3px;
  }
}
.rating[data-rating="5"]:before {
  content: "\e909\e909\e909\e909\e909";
}
.rating[data-rating="4.5"]:before {
  content: "\e909\e909\e909\e909\e913";
}
.rating[data-rating="4"]:before {
  content: "\e909\e909\e909\e909";
}
.rating[data-rating="3.5"]:before {
  content: "\e909\e909\e909\e913";
}
.rating[data-rating="3"]:before {
  content: "\e909\e909\e909";
}
.rating[data-rating="2.5"]:before {
  content: "\e909\e909\e913";
}
.rating[data-rating="2"]:before {
  content: "\e909\e909";
}
.rating[data-rating="1.5"]:before {
  content: "\e909\e913";
}
.rating[data-rating="1"]:before {
  content: "\e909";
}
.rating[data-rating="0.5"]:before {
  content: "\e913";
}

@media (max-width:812px) {
  .review-count {
    font-size: 0.9rem;
    padding-left: 5px;
  }
}

.heading-line {
  position: relative;
  color: #192846;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.heading-line > i {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  background-color: #d7dbe2;
  height: 1px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.heading-line > span {
  background: #ffffff;
  z-index: 1;
  padding-right: 30px;
}
.heading-line > date {
  background: #ffffff;
  z-index: 1;
  padding-left: 30px;
}

ul.post-categories {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
ul.post-categories li:after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  content: " • ";
  color: #d7dbe2;
}
ul.post-categories li:last-child:after {
  content: none;
}

.article-content {
  margin-top: 75px;
  margin-bottom: 75px;
}

.f-light {
  font-weight: 300;
}

.f-regular {
  font-weight: 400;
}

.f-medium {
  font-weight: 500;
}

.f-semibold {
  font-weight: 600;
}

.f-primary {
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0rem;
}

.f-secondary {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

@media mobileMin {
  html body .acsb-trigger.acsb-ready {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (max-width:812px) {
  html body .acsb-trigger.acsb-ready {
    display: none !important;
    visibility: hidden !important;
  }
}

.notification {
  color: #192846;
  background: #ecc5c4;
  padding: 20px;
  border: 1px solid #d07c79;
}
.notification.btn {
  padding: 0 0.5rem;
  line-height: 1.9rem;
  color: #616778;
  font-size: 0.85em;
}
.notification.inline {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-size: 0.85em;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1.9rem;
  padding: 0 0.5rem;
  border-color: #d07c79;
  color: #192846;
}

.item-accordion .item-title {
  padding: 30px 0;
  position: relative;
  border-top: 1px solid #ACB0B8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-accordion .item-title .icon-menu-expand {
  border: 1px solid #C1C4CA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
.item-accordion .item-title .icon-menu-expand:before {
  color: #C1C4CA;
  font-size: 30px;
}
.item-accordion .item-copy {
  display: none;
  margin-bottom: 2em;
}
.item-accordion .item-copy h3:not(:first-child) {
  border-top: 1px solid #E2E3E6;
  padding-top: 2em;
}
.item-accordion.expanded .item-title i:before {
  content: "\e914";
}
.item-accordion.border-bottom {
  border-bottom: 1px solid #ACB0B8;
}

.redirectPopup {
  position: fixed;
  background-color: rgba(14, 20, 50, 0.5);
  inset: 50% 0px 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  z-index: 11;
  transform: translateY(-50%);
}
.redirectPopup .redirect-pop-up {
  position: fixed;
  top: 50%;
  max-width: 1160px;
  background-color: #fff;
  padding: 80px 120px;
  text-align: center;
  color: #192846;
  left: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
}
@media (max-width:812px) {
  .redirectPopup .redirect-pop-up {
    padding: 20px 20px;
    padding-top: 70px;
  }
}
@media (max-width:812px) {
  .redirectPopup .redirect-pop-up .content {
    padding: 0px 0px;
  }
}
@media (max-width:812px) {
  .redirectPopup .redirect-pop-up img {
    max-width: 300px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width:812px) {
  .redirectPopup .redirect-pop-up p {
    font-size: 18px;
  }
}
.redirectPopup .redirect-pop-up .icon-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 50px;
}
@media (max-width:812px) {
  .redirectPopup .redirect-pop-up .icon-close {
    padding: 25px;
  }
}
.redirectPopup .redirect-pop-up .icon-close .before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: #081F3B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.redirectPopup .redirect-pop-up .icon-close .after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: #081F3B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mode-selector {
  display: flex;
  gap: 20px;
}
.mode-selector > div {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.mode-selector > div span {
  color: #4F5A6E;
  transition: color 0.3s;
}
.mode-selector > div span.active {
  color: #ffffff;
}

.mode-switch,
.mode-switch-1 {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 14px;
}
.mode-switch input,
.mode-switch-1 input {
  opacity: 0;
  width: 0;
  height: 0;
}
.mode-switch input:checked + .slider,
.mode-switch-1 input:checked + .slider {
  background-color: #ffffff;
}
.mode-switch input:checked + .slider:before,
.mode-switch-1 input:checked + .slider:before {
  transform: translateX(14px);
}
.mode-switch input:focus + .slider,
.mode-switch-1 input:focus + .slider {
  box-shadow: 0 0 1px #ffffff;
}
.mode-switch .slider,
.mode-switch-1 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: 0.3s;
  border-radius: 7px;
}
.mode-switch .slider:before,
.mode-switch-1 .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 2px;
  background-color: #00A5A5;
  transition: 0.3s;
  border-radius: 50%;
}

#search-results.search-results-cards,
#form-location-search-result.justified-flex-end {
  display: grid;
  gap: 15px;
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  #search-results.search-results-cards,
  #form-location-search-result.justified-flex-end {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #search-results.search-results-cards,
  #form-location-search-result.justified-flex-end {
    grid-template-columns: 1fr;
  }
}
#search-results.search-results-cards > li,
#form-location-search-result.justified-flex-end > li {
  padding: 25px;
  border-radius: 20px;
  background-color: #0C1431;
  margin: 0;
  width: auto;
  max-width: 100%;
}
#search-results.search-results-cards .widget-search-result,
#form-location-search-result.justified-flex-end .widget-search-result {
  height: 100%;
}
#search-results.search-results-cards .widget-search-result > .content,
#form-location-search-result.justified-flex-end .widget-search-result > .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#search-results.search-results-cards .size-medium,
#form-location-search-result.justified-flex-end .size-medium {
  font-size: 28px;
  line-height: 27px;
  letter-spacing: -0.84px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
  transition: color 0.3s;
}
#search-results.search-results-cards .size-medium:hover h1.location_name,
#search-results.search-results-cards .size-medium:hover h2.location_name,
#form-location-search-result.justified-flex-end .size-medium:hover h1.location_name,
#form-location-search-result.justified-flex-end .size-medium:hover h2.location_name {
  color: #ffffff;
}
#search-results.search-results-cards .size-medium h1.location_name,
#form-location-search-result.justified-flex-end .size-medium h1.location_name {
  margin-top: 30px !important;
}
#search-results.search-results-cards .size-medium h1.location_name,
#form-location-search-result.justified-flex-end .size-medium h1.location_name {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -0.84px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 400;
  transition: color 0.3s;
  position: relative;
  color: #00a5a5;
  margin: 0 0 15px;
}
div.widget-form-appointment #search-results.search-results-cards .size-medium h1.location_name,
div.widget-form-appointment #form-location-search-result.justified-flex-end .size-medium h1.location_name {
  line-height: 28px !important;
}
body.page-template-home #search-results.search-results-cards .size-medium h1.location_name,
body.page-template-home #form-location-search-result.justified-flex-end .size-medium h1.location_name {
  line-height: 21px;
}
#search-results.search-results-cards .size-medium h1.location_name a,
#form-location-search-result.justified-flex-end .size-medium h1.location_name a {
  position: absolute;
  inset: 0;
}
#search-results.search-results-cards h2.location_name,
#form-location-search-result.justified-flex-end h2.location_name {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.18px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 0;
}
#search-results.search-results-cards h2.location_name a,
#form-location-search-result.justified-flex-end h2.location_name a {
  position: absolute;
  inset: 0;
}
#search-results.search-results-cards address, #search-results.search-results-cards p,
#form-location-search-result.justified-flex-end address,
#form-location-search-result.justified-flex-end p {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.18px;
  font-weight: 500;
}
#search-results.search-results-cards address a, #search-results.search-results-cards p a,
#form-location-search-result.justified-flex-end address a,
#form-location-search-result.justified-flex-end p a {
  font-weight: 500;
  color: #00a5a5;
  transition: color 0.3s;
}
#search-results.search-results-cards address a:hover, #search-results.search-results-cards p a:hover,
#form-location-search-result.justified-flex-end address a:hover,
#form-location-search-result.justified-flex-end p a:hover {
  color: #ffffff;
}
#search-results.search-results-cards .distance-duration,
#form-location-search-result.justified-flex-end .distance-duration {
  color: #00a5a5;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.18px;
}
#search-results.search-results-cards .distance-duration svg,
#form-location-search-result.justified-flex-end .distance-duration svg {
  margin-right: 10px;
}
#search-results.search-results-cards > div.widget-search-result > div.content div.cta-wrapper,
#form-location-search-result.justified-flex-end > div.widget-search-result > div.content div.cta-wrapper {
  margin-top: 25px;
}
#search-results.search-results-cards > div.widget-search-result > div.content div.cta-wrapper .cta.text,
#form-location-search-result.justified-flex-end > div.widget-search-result > div.content div.cta-wrapper .cta.text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
}
#search-results.search-results-cards .cta.secondary,
#form-location-search-result.justified-flex-end .cta.secondary {
  color: #00a5a5;
}
#search-results.search-results-cards .cta.secondary:hover,
#form-location-search-result.justified-flex-end .cta.secondary:hover {
  color: #ffffff;
}

section.hero .widget.widget-search-module {
  margin-top: 0 !important;
}
section.hero .widget.widget-search-module .search-error p:empty {
  display: none !important;
}
section.hero .widget.widget-search-module > .content {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media screen and (max-width: 960px) {
  .widget.widget-search-module #search-controls {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .widget.widget-search-module #search-controls .current-location.mode-selector {
    margin-left: 0 !important;
  }
  #search-suggestions {
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }
  #search-suggestions li {
    margin-left: 0 !important;
  }
  #search-controls .current-location.mode-selector {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 580px) {
  .widget.widget-search-module #search-suggestions-container {
    display: grid;
    gap: 10px;
    width: 100%;
  }
}
#service-appointment-form .current-location.mode-selector {
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  #service-appointment-form .current-location.mode-selector {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 700px) {
  .widget-form.widget-form-appointment #search-locations-for-services-form {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .widget-form.widget-form-appointment #search-locations-for-services-form .row-item.top-locations-field:not([style*=display]) + .row-item.top-providers-field {
    margin-top: 0 !important;
  }
  .widget-form.widget-form-appointment #search-locations-for-services-form .row-item.top-locations-field:not([style*=display]) + .row-item.top-providers-field .select-wrapper {
    margin-top: 0 !important;
  }
}

.widget.widget-map .controls button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #21bab3;
  cursor: pointer;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -moz-transition: color 0.1s linear, background-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
}
@media (max-width:812px) {
  .widget.widget-map .controls button {
    width: 40px;
    height: 40px;
  }
}
.widget.widget-map .controls button:before {
  content: "\e914";
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.widget.widget-map .controls button:hover {
  background-color: #21bab3;
  color: #ffffff;
}
.widget.widget-map .controls button.zoom-control-in {
  margin-bottom: 3px;
}
.widget.widget-map .controls button.zoom-control-in:before {
  content: "\e913";
  font-size: 1.15rem;
}
.widget.widget-map .controls button.zoom-control-out:before {
  content: "\e914";
  font-size: 1.15rem;
}
.widget.widget-map .controls button.fullscreen-control-toggle:before {
  content: "\e912";
  font-size: 1.25rem;
}
.widget.widget-map .controls.fullscreen-control {
  margin-top: 20px;
  margin-right: 20px;
}
.widget.widget-map .controls.fullscreen-control.is-fullscreen button.fullscreen-control-toggle:before {
  content: "\e915";
}
.widget.widget-map .controls.zoom-control {
  margin-bottom: 20px;
  margin-right: 20px;
}

/********************
Select2 Override style
*********************/
/* Assign min-width to container */
.select2-container {
  min-width: 50px;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #ffffff;
  color: #192846;
  border: solid 1px #d7dbe2 !important;
  box-shadow: none;
  border-radius: 0 !important;
}
body.admin-bar .select2-container--open .select2-dropdown--below,
body.admin-bar .select2-container--open .select2-dropdown--above {
  top: 32px;
}

.select2-container .select2-choice {
  border: 2px solid #dce4ec;
  border-radius: 0px;
  font-family: acumin-pro, sans-serif;
  text-indent: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  font-size: 0.7rem;
  line-height: 18/14em;
}

.select2-container .select2-choice div {
  border-left: 2px solid #dce4ec;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}

.select2-container *:focus {
  outline: 0px;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: 2px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #dce4ec;
  border-bottom: 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 12px;
}

.select2-search {
  margin-top: 3px;
}

.select2-search input {
  height: 26px;
  border: 2px solid #dce4ec;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 0;
  max-height: 200px;
  overflow: auto;
}

.select2-results .select2-highlighted {
  background: #16a085;
  color: #fff;
  border-radius: 0px;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #dce4ec;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-container .select2-selection--single {
  height: 50px !important;
}

/****** Single SCSS *******/
.select2-container--flat {
  font-size: 0.7rem;
  line-height: 18/14em;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: 1px solid #16a085;
}

.select2-container--flat .select2-results__option[aria-disabled=true] {
  display: none;
}

.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  background: #cad4da !important;
  color: #192846;
}

.select2-container--flat .select2-results__option[aria-selected=true] {
  background: #00a5a5 !important;
  color: #ffffff;
  opacity: 1;
}

.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}

.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.select2-container--flat span.select2-search input {
  height: 30px !important;
}

.select2-container--flat .select2-selection--single {
  background: #ffffff;
  border: 0px;
  height: 40px;
}

.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: #616778;
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.4444444444em;
  line-height: 50px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: #00a5a5 transparent transparent transparent;
  top: 50%;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -4px;
  position: absolute;
  width: 0;
}

.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: #616778;
}

.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/****** Multiple SCSS *******/
.select2-container--flat .select2-selection--multiple {
  border: 1px solid #16a085;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #16a085;
  cursor: pointer;
}

.select2-container--flat .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice {
  background-color: #48c9b0;
  color: #fff;
  border: 1px solid #48c9b0;
  border-radius: 0px;
  padding: 3px 5px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
  color: #16a085;
  margin-right: 6px;
  margin-left: 6px;
  float: right;
}

.select2-container--flat-inline {
  font-size: 0.7rem;
  line-height: 18/14em;
}

.select2-container--flat .select2-search__field {
  color: #000000;
}

.select2-container--flat-inline .select2-selection--single {
  height: 40px !important;
}

.select2-container--flat-inline .select2-container--focus .select2-selection--multiple {
  border: 1px solid #16a085;
}

.select2-container--flat-inline .select2-results__option--highlighted[aria-selected] {
  background: #cad4da !important;
  color: #4a536c;
}

.select2-container--flat-inline .select2-results__option[aria-disabled=true] {
  display: none;
}

.select2-container--flat-inline .select2-results__option[aria-selected=true] {
  background: #00a5a5 !important;
  color: #ffffff;
  opacity: 1;
}

.select2-container--flat-inline .select2-selection--single {
  border-radius: 0px;
}

.select2-container--flat-inline.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.select2-container--flat-inline span.select2-search input {
  height: 30px !important;
}

.select2-container--flat-inline .select2-selection--single {
  background: #ffffff;
  border: 0px;
  height: 40px;
  border-bottom: solid 1px #d7dbe2;
}

.select2-container--flat-inline .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: 40px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: calc(100% - 30px);
}

.select2-container--flat-inline .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
}

.select2-container--flat-inline .select2-selection--single .select2-selection__arrow b {
  border-color: #616778 transparent transparent transparent;
  top: 50%;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -4px;
  position: absolute;
  width: 0;
}

.select2-container--flat-inline .select2-selection--single .select2-selection__placeholder {
  color: #4a536c;
}

.select2-container--flat-inline .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

section.feature-photography.has-copy .inner-content {
  height: 600px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width:812px) {
  section.feature-photography.has-copy .inner-content {
    height: 530px;
  }
}
section.feature-photography.has-copy article {
  max-width: 430px;
}
@media (min-width:813px) {
  section.feature-photography.has-copy .copy {
    padding-right: 60px;
  }
}
section.feature-photography .overlay-color {
  position: absolute;
  background: #192846;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
@media (max-width:812px) {
  section.feature-photography .overlay-color + .content .inner-content article {
    color: #ffffff;
  }
}

section.feature-value-proposition {
  background-color: #ffffff;
  color: #192846;
  padding-top: 165px;
  padding-bottom: 75px;
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  transform: translateY(-90px);
}
@media (max-width:812px) {
  section.feature-value-proposition {
    padding: 50px 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
section.hero + section.feature-value-proposition {
  margin-top: -90px;
  padding-top: 165px;
}
section.feature-value-proposition .intro {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
section.feature-value-proposition .value-proposition-awards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #00a5a5;
  position: relative;
  margin: 40px 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 601px) {
  section.feature-value-proposition .value-proposition-awards {
    max-width: 800px;
    margin: 40px auto;
  }
}
section.feature-value-proposition .value-proposition-awards:before {
  content: "\e90c";
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  color: #00a5a5;
  font-size: "px"/20;
  display: inline-block;
}
@media screen and (min-width: 601px) {
  section.feature-value-proposition .value-proposition-awards:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 601px) {
  section.feature-value-proposition .value-proposition-awards li {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 25px 45px;
  }
}
@media (max-width:812px) {
  section.feature-value-proposition .value-proposition-awards {
    margin: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  section.feature-value-proposition .value-proposition-awards {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 12.5px;
  }
  section.feature-value-proposition .value-proposition-awards strong {
    display: block;
  }
  section.feature-value-proposition .value-proposition-awards:before {
    -webkit-order: 2;
    order: 2;
  }
  section.feature-value-proposition .value-proposition-awards > li:first-of-type {
    -webkit-order: 1;
    order: 1;
  }
  section.feature-value-proposition .value-proposition-awards > li:last-of-type {
    -webkit-order: 3;
    order: 3;
  }
  section.feature-value-proposition .value-proposition-awards:before,
  section.feature-value-proposition .value-proposition-awards > li:last-of-type {
    margin-top: 25px;
  }
}
section.feature-value-proposition .value-proposition-iconography {
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0rem;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (max-width:812px) {
  section.feature-value-proposition .value-proposition-iconography {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 401px) {
  section.feature-value-proposition .value-proposition-iconography {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width:812px) and (min-width: 401px) {
  section.feature-value-proposition .value-proposition-iconography {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -25px 0 -12.5px;
  }
}
@media screen and (max-width: 400px) {
  section.feature-value-proposition .value-proposition-iconography {
    margin-top: 50px;
  }
}
section.feature-value-proposition .value-proposition-iconography .size-large {
  margin-bottom: 10px;
}
section.feature-value-proposition .value-proposition-iconography h2 {
  margin-bottom: 0.25em;
}
@media (min-width:813px) {
  section.feature-value-proposition .value-proposition-iconography li {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 25%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width:812px) and (min-width: 401px) {
  section.feature-value-proposition .value-proposition-iconography li {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 25px 12.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  section.feature-value-proposition .value-proposition-iconography li + li {
    margin-top: 50px;
  }
}
section.feature-value-proposition .value-proposition-iconography li > div:first-child {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
section.feature-value-proposition .value-proposition-iconography i {
  color: #00a5a5;
}
section.feature-value-proposition .value-proposition-iconography i.icon-international {
  font-size: 2rem;
}
section.feature-value-proposition .value-proposition-iconography i.icon-professor {
  font-size: 1.65rem;
}
section.feature-value-proposition .value-proposition-iconography i.icon-president {
  font-size: 1.85rem;
}
section.feature-value-proposition .value-proposition-iconography i.icon-editor {
  font-size: 1.6rem;
}

#footer-navigation-meta {
  padding: 220px 40px 60px;
  background: linear-gradient(to bottom, #17193500 0%, #17193500 5%, #171935 100%);
}
body.IE #footer-navigation-meta {
  background: url("../../../images/footer-bg.jpg") repeat-x center center;
}
@media (max-width:812px) {
  #footer-navigation-meta {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 50px 25px 30px;
  }
}

@media (min-width:813px) {
  #footer-social-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#footer-social-navigation p {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  margin-right: 1ch;
  margin-bottom: 5px;
}
@media (max-width:812px) {
  #footer-social-navigation p {
    margin: 0;
  }
}

#social-navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#social-navigation a {
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -ms-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
#social-navigation a:hover {
  color: #ffffff;
}

#footer-utility-navigation {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: #616778;
  line-height: 1.25em;
}
@media (max-width:812px) {
  #footer-utility-navigation {
    margin-top: 12.5px;
  }
}
#footer-utility-navigation a {
  display: inline-block;
  color: inherit;
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -ms-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
#footer-utility-navigation a:hover {
  color: #ffffff;
}
#footer-utility-navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer-utility-navigation li {
  white-space: nowrap;
}
#footer-utility-navigation li:after {
  content: " | ";
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
#footer-utility-navigation li:last-of-type:after {
  content: none;
}

#footer-disclaimer {
  padding: 50px 40px;
  color: #616778;
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width:812px) {
  #footer-disclaimer {
    padding: 25px;
  }
}

#social-navigation {
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0rem;
  color: #00a5a5;
}
#social-navigation a {
  display: inline-block;
  color: inherit;
}
#social-navigation ul {
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#social-navigation li + li:before {
  content: "  | ";
  letter-spacing: -100/1000em;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  font-weight: 400;
  color: #616778;
}

@media (max-width:812px) {
  section.footer > .content {
    padding-left: 0;
    padding-right: 0;
  }
  #footer-navigation {
    margin-right: 0;
  }
  #footer-meta {
    margin: 25px 0 0;
  }
  #totop {
    display: none;
  }
  .expanded-supernav:not(.mobile-nav-open) #totop {
    position: fixed;
    bottom: 30px;
    right: 160px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
  }
  .expanded-supernav:not(.mobile-nav-open) #totop i {
    position: relative;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.callRail-number-hide {
  height: 1px;
  width: 1px;
}
.callRail-number-hide li a {
  color: transparent !important;
}
.callRail-number-hide li a:hover {
  color: transparent !important;
}
.callRail-number-hide li::after {
  content: none !important;
}

section.interrupter {
  padding: 40px;
  background-color: #42A5A1;
}
section.interrupter #interrupt {
  position: relative;
}
section.interrupter #interrupt > div {
  margin: 0 auto;
  max-width: 1160px;
  text-align: center;
}
section.interrupter #interrupt > div > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width:812px) {
  section.interrupter #interrupt > div > div {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
section.interrupter #interrupt > div > div > span {
  font-size: 35px;
  line-height: 25px;
  letter-spacing: -0.7px;
  color: #0F1530;
}
@media (max-width:812px) {
  section.interrupter #interrupt > div > div > span {
    font-size: 26px;
    line-height: 26px;
  }
}
section.interrupter #interrupt a.icon-cancel {
  position: absolute;
  right: -30px;
  top: -20px;
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  width: 30px;
  height: 30px;
  color: #0f1530;
  font-weight: 900 !important;
}

#header-super-navigation {
  background-color: #0e1432;
  top: 0;
  z-index: 3;
  color: #ffffff;
}
#header-super-navigation:not(.interstitial) {
  position: fixed;
}
@media (max-width: 970px) {
  #header-super-navigation {
    display: none;
  }
}
body.admin-bar #header-super-navigation {
  top: 32px;
}
#header-super-navigation a:not(.cta) {
  color: inherit;
}
#super-navigation {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
#super-navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#super-navigation li {
  position: relative;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#super-navigation li:hover a:not(.no-hover):not(.cta) > span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00a5a5;
  z-index: 1;
}
#super-navigation a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  line-height: 38px;
  padding: 0 20px;
}
@media (max-width:812px) and (max-height:500px) and (orientation:landscape) {
  #super-navigation a {
    padding: 0 10px;
  }
}
#super-navigation a > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 40px;
  position: relative;
}
html:not(.expanded-supernav) #super-navigation .show-expanded {
  display: none;
}
html.expanded-supernav #super-navigation .hide-expanded {
  display: none;
}
#super-navigation > div:first-child li:first-child a:not(.cta) {
  padding-left: 0;
}
#super-navigation i {
  display: inline-block;
  font-size: 0.6rem;
  margin-right: 0.4rem;
  color: #00a5a5;
}
#super-navigation i.icon-accessibility {
  font-size: 0.95rem;
}
#super-navigation i.icon-dollar {
  font-size: 0.6rem;
}
#super-navigation i.icon-plus, #super-navigation i.icon-patient {
  font-size: 0.5rem;
}
@media (min-width:782px) and (max-width:1160px) and (min-height:401px) {
  #super-navigation .text-accessibility {
    display: none;
  }
}

#super-navigation-left li.hide-expanded a {
  padding-left: 0;
}
@media (min-width:782px) and (max-width:1160px) and (min-height:401px) {
  #super-navigation-left {
    margin-right: 0;
  }
}
@media (max-width:812px) and (max-height:500px) and (orientation:landscape) {
  #super-navigation-left {
    margin-right: 0;
  }
}

#super-navigation-right li:not(:hover) div.sub-menu {
  display: none;
}
#super-navigation-right li:hover div.sub-menu {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 100%;
}
#super-navigation-right li:hover div.sub-menu > ul {
  white-space: nowrap;
  background-color: #0e1432;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 100%;
}
#super-navigation-right li.outlined > a {
  padding: 5px 0;
}
#super-navigation-right li.outlined > a span {
  border: 1px solid #00A5A4;
  line-height: normal;
  padding: 4px 10px;
  display: block;
}
#super-navigation-right li.outlined:hover a span {
  border: 1px solid #0F1530;
}
#super-navigation-right li.outlined > div.sub-menu {
  min-width: 100%;
}
#super-navigation-right li.outlined > div.sub-menu > ul {
  width: 100%;
}
#super-navigation-right li.outlined > div.sub-menu > ul > li {
  text-align: center;
  width: 100%;
}
#super-navigation-right li.outlined > div.sub-menu > ul > li a {
  text-align: center;
}
@media (min-width:782px) and (max-width:1160px) and (min-height:401px) {
  #super-navigation-right {
    margin-left: 0;
  }
  #super-navigation-right a {
    padding: 0 10px;
  }
  #super-navigation-right a.cta {
    font-size: 0.8rem;
  }
  #super-navigation-right a .icon-phone-mobile {
    font-size: 1rem;
    padding-top: 4px;
  }
}
@media (max-width:812px) and (max-height:500px) and (orientation:landscape) {
  #super-navigation-right {
    margin-left: 0;
  }
}

#header-branding {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
  background: linear-gradient(to bottom, #17193500 0%, #17193500 5%, #171935 100%);
}
#header-branding img {
  height: 60px;
}
@media (max-width: 813px) {
  #header-branding {
    margin: 0;
    padding: 0;
  }
  #header-branding .inner-content {
    display: block;
    padding-top: 80px;
    padding-bottom: 10px;
  }
  #header-branding img {
    display: block;
  }
}
body.IE #header-branding {
  background: url("../../../images/header-bg.jpg") repeat-x center center;
}
#header-branding .icon-phone {
  font-size: 0.85rem;
  margin-right: 4/17em;
}
#header-branding .icon-phone > span {
  pointer-events: none;
}
#header-branding .icon-phone > span > i {
  pointer-events: none;
}

#header-mobile-navigation.interstitial + #header-branding {
  margin-top: 0;
}
@media (max-width: 813px) {
  #header-mobile-navigation.interstitial + #header-branding {
    background-color: #192846;
  }
  #header-mobile-navigation.interstitial + #header-branding .inner-content {
    padding-top: 15px;
  }
  html.mobile-nav-open #header-mobile-navigation.interstitial + #header-branding .inner-content {
    padding-top: 80px;
  }
}

#header-meta {
  padding-right: 20px;
}
#header-meta a {
  color: #ffffff;
}

#header-logo, #header-logo > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

#header-phone {
  color: #d7dbe2;
  margin-top: -2/14em;
  padding-left: 4/14em;
}
#header-phone a {
  color: #d7dbe2;
}
#header-phone a * {
  pointer-events: none;
}

#header-primary-navigation {
  background-color: #f2f3f5;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 2;
  overflow: hidden;
}
body.admin-bar #header-primary-navigation {
  top: 72px;
}
body.IE #header-primary-navigation {
  top: 0px;
}

#primary-navigation a {
  color: #4a536c;
  line-height: 60px;
  padding: 0 30px 0 0;
}
#primary-navigation a.active {
  color: #00a5a5;
}
@media screen and (max-width: 970px) {
  html.mobile-nav-open #primary-navigation .mobile {
    display: block !important;
  }
}
#primary-navigation > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media screen and (max-width: 1260px) and (min-width: 810px) {
  #primary-navigation > ul {
    justify-content: space-between;
    gap: 10px;
  }
}
#primary-navigation > ul > li {
  width: 12.5%;
  min-width: 12.5%;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: 12.5%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  white-space: nowrap;
}
@media screen and (max-width: 1260px) and (min-width: 810px) {
  #primary-navigation > ul > li {
    width: fit-content;
    max-width: fit-content;
    min-width: fit-content;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: auto;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
#primary-navigation > ul > li > a {
  display: block;
}
@media screen and (max-width: 1260px) and (min-width: 810px) {
  #primary-navigation > ul > li > a {
    padding: 0;
  }
}
#primary-navigation > ul > li > a > span {
  display: inline-block;
  position: relative;
}
#primary-navigation > ul > li > div {
  display: none;
}
#primary-navigation > ul > li:hover > a {
  color: #00a5a5;
}
#primary-navigation > ul > li:hover > a > span:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00a5a5;
  z-index: 1;
}
#primary-navigation > ul > li > a.active > span:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00a5a5;
  z-index: 1;
}
@media (min-width: 812px) and ((max-width:1160px)) {
  #primary-navigation > ul > li.menu-item-has-children:hover > div {
    padding: 0 20px;
  }
}
@media (min-width: 812px) {
  #primary-navigation > ul > li.menu-item-has-children:hover > div {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: solid 2px #cad4da;
    background-color: #f2f3f5;
  }
  #primary-navigation > ul > li.menu-item-has-children:hover > div.expanded {
    display: block;
  }
  #primary-navigation > ul > li.menu-item-has-children:hover > div > ul {
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #primary-navigation > ul > li.menu-item-has-children:hover > div > ul > li {
    width: 16.6666666667%;
    min-width: 16.6666666667%;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 16.6666666667%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    white-space: nowrap;
  }
  #primary-navigation > ul > li.menu-item-has-children:hover > div > ul > li > a {
    line-height: 40px;
    display: block;
  }
  #primary-navigation > ul > li.menu-item-has-children:hover > div > ul > li > a:hover {
    color: #00a5a5;
  }
  #primary-navigation > ul > li.menu-item-has-children:hover.menu-item-expanded > div {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: solid 2px #cad4da;
    background-color: #f2f3f5;
  }
  #primary-navigation > ul > li.menu-item-has-children:hover.menu-item-expanded > div > ul {
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #primary-navigation > ul > li.menu-item-has-children:hover.menu-item-expanded > div > ul > li {
    width: 16.6666666667%;
    min-width: 16.6666666667%;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 16.6666666667%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    white-space: nowrap;
  }
  #primary-navigation > ul > li.menu-item-has-children:hover.menu-item-expanded > div > ul > li > a {
    line-height: 40px;
    display: block;
  }
  #primary-navigation > ul > li.menu-item-has-children:hover.menu-item-expanded > div > ul > li > a:hover {
    color: #00a5a5;
  }
}
@media (min-width:782px) and (max-width:1160px) and (min-height:401px) {
  #primary-navigation > ul > li.menu-item-has-children:hover > div > ul > li {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 33.3333333333%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}

#header-mobile-navigation {
  z-index: 5;
  background-color: #0e1432;
  display: none;
}
@media screen and (max-width: 970px) {
  #header-mobile-navigation {
    display: block !important;
  }
}
#header-mobile-navigation:not(.interstitial) {
  position: fixed;
  top: 0;
}
#header-mobile-navigation > .content > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header-mobile-navigation > .content > ul > li.menu-item-appt {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-size: 1rem;
  letter-spacing: -0.44px;
  text-align: center;
  padding: 20px 10px;
}
@media (max-width:380px) {
  #header-mobile-navigation > .content > ul > li.menu-item-appt {
    font-size: 0.9rem;
  }
}
html.search-nav-open #header-mobile-navigation > .content > ul > li.menu-item-appt {
  background-color: #00a5a5;
}
html.search-nav-open #header-mobile-navigation > .content > ul > li.menu-item-appt > a {
  color: #ffffff;
}
html.search-nav-open #header-mobile-navigation > .content > ul > li.menu-item-appt > a > i:before {
  color: #ffffff;
}
#header-mobile-navigation > .content > ul > li.menu-item-phone {
  cursor: pointer;
}
#header-mobile-navigation > .content > ul > li.menu-item-phone i {
  font-size: 1.55rem;
}
#header-mobile-navigation > .content > ul > li > .btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
#header-mobile-navigation > .content .hamburger {
  padding: 5px 0 5px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (max-width:812px) and (max-height:500px) and (orientation:landscape) {
  #header-mobile-navigation > .content .hamburger {
    display: block !important;
  }
}
#header-mobile-navigation > .content .hamburger .hamburger-box {
  width: 29px;
  height: 23px;
  display: inline-block;
  position: relative;
}
#header-mobile-navigation > .content .hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
#header-mobile-navigation > .content .hamburger .hamburger-inner:before {
  top: -10px;
  content: "";
  display: block;
}
#header-mobile-navigation > .content .hamburger .hamburger-inner:after {
  bottom: -10px;
  content: "";
  display: block;
}
#header-mobile-navigation > .content .hamburger .hamburger-inner, #header-mobile-navigation > .content .hamburger .hamburger-inner:before, #header-mobile-navigation > .content .hamburger .hamburger-inner:after {
  width: 29px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
#header-mobile-navigation > .content .hamburger.hamburger--slider .hamburger-inner {
  top: 3px;
}
#header-mobile-navigation > .content .hamburger.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
#header-mobile-navigation > .content .hamburger.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
html.mobile-nav-open #header-mobile-navigation > .content .hamburger.hamburger--slider .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
html.mobile-nav-open #header-mobile-navigation > .content .hamburger.hamburger--slider .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
html.mobile-nav-open #header-mobile-navigation > .content .hamburger.hamburger--slider .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

html.mobile-nav-open #header-primary-navigation.desktop {
  display: block !important;
  margin-top: 0px;
  background-color: #192846;
  height: 100vh;
}
html.mobile-nav-open #header-primary-navigation.desktop > .content {
  padding-top: 30px;
  padding-bottom: 60px;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul {
  display: block;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul li {
  width: auto;
  min-width: unset;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul li a {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul li a i.icon-menu-expand {
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0 20px;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul li a span:before {
  display: none;
}
@media (max-width: 812px) {
  html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul li a {
    font-size: 24px;
    line-height: 1.6;
  }
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul li div.sub-menu.expanded {
  position: relative;
  background: #192846;
  border: none;
  display: block;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul li div.sub-menu.expanded ul {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 30px;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul li div.sub-menu.expanded ul li a {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-device-width: 320px) {
  html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul li div.sub-menu.expanded ul li a {
    font-size: 1.2rem;
  }
}
@media (max-width: 812px) {
  html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul li div.sub-menu.expanded ul li a {
    font-size: 24px;
    line-height: 1.6;
  }
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation > ul li.menu-item-expanded i.icon-menu-expand:before {
  content: "\e914";
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation .super-nav {
  margin-top: 10px;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation .super-nav ul li a {
  font-size: 0.9rem;
  line-height: 2;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation .super-nav ul li a i {
  color: #00a5a5;
  width: 24px;
  display: inline-block;
  text-align: center;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation .super-nav ul li.menu-item-has-children {
  position: relative;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation .super-nav ul li.menu-item-has-children .dropdown.mobile {
  position: absolute;
  right: 20px;
  top: 5px;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation .super-nav ul li.menu-item-has-children div.sub-menu {
  display: none;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation .super-nav ul li.menu-item-has-children div.sub-menu ul li {
  padding-left: 45px;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation .super-nav ul li.menu-item-has-children div.sub-menu ul li a {
  font-size: 0.7rem;
  line-height: 2;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation .super-nav ul li.menu-item-has-children.menu-item-expanded > div {
  display: block;
}
html.mobile-nav-open #header-primary-navigation.desktop #primary-navigation .super-nav ul li.menu-item-has-children.menu-item-expanded .dropdown .icon-menu-expand:before {
  content: "\e914";
}
html.mobile-nav-open #header-primary-navigation.desktop a {
  color: #ffffff;
  font-size: 2.1rem;
}
html.mobile-nav-open section:not(#header-primary-navigation):not(#header-branding) {
  position: fixed;
}
html.mobile-nav-open section.footer {
  background: #192846;
}

header#header-compaing #header-branding {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}
header#header-compaing #header-branding img {
  height: 60px;
}
@media (max-width: 813px) {
  header#header-compaing #header-branding {
    margin: 0;
    padding: 0;
  }
  header#header-compaing #header-branding .inner-content {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  header#header-compaing #header-branding .inner-content #header-meta {
    margin-top: 20px;
  }
  header#header-compaing #header-branding img {
    display: block;
  }
}
header#header-compaing #header-branding .icon-phone {
  font-size: 0.85rem;
  margin-right: 4/17em;
}
header#header-compaing #header-branding .icon-phone > span {
  pointer-events: none;
}
header#header-compaing #header-branding .icon-phone > span > i {
  pointer-events: none;
}

section.form-appointment {
  padding-top: 75px;
  position: relative;
}
@media (max-width:812px) {
  section.form-appointment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.form-appointment + section.footer {
    margin-top: -50px;
  }
  section.form-appointment .widget.widget-form {
    position: static;
  }
}
section.form-appointment h2 {
  margin-bottom: 75px;
}
@media (max-width:812px) {
  section.form-appointment h2 {
    margin-bottom: inherit;
  }
}

#appointment {
  position: absolute;
  top: -50px;
}

section.form-request {
  font-size: 0.9em;
  padding-top: 75px;
  position: relative;
}
@media (max-width:812px) {
  section.form-request {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.form-request + section.footer {
    margin-top: -50px;
  }
  section.form-request .widget.widget-form {
    position: static;
  }
}
section.form-request h2 {
  margin-bottom: 75px;
}
#form-form-request {
  position: absolute;
  top: -50px;
}

section.hero-home {
  background-color: #ffffff;
  color: #192846;
  margin-bottom: 90px;
}
@media (max-width:812px) {
  section.hero-home {
    margin-bottom: 0;
  }
}
section.hero-home .inner-content {
  height: 525px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width:812px) {
  section.hero-home .inner-content {
    height: 350px;
  }
}
section.hero-home .widget-search-module {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(50%);
}
section.hero-home h1 {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
}
@media (max-width:812px) {
  section.hero-home h1 {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    width: 68vw;
  }
}

.careers-v2 main article h1 {
  font-weight: 400;
  font-size: 2.375em;
  color: #192846;
}

.careers-links {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width:812px) {
  .careers-links {
    flex-direction: column;
    align-items: center;
  }
}

.careers-links a {
  margin-bottom: 10px;
  padding: 0 10px !important;
}

section.hero-image {
  background-color: #ffffff;
  height: 525px;
  position: relative;
}
body.page-template-careers_v2 section.hero-image {
  height: 489px;
}
@media (max-width:812px) {
  body.page-template-careers_v2 section.hero-image {
    height: 50vw;
  }
}
@media (max-width:812px) {
  section.hero-image {
    height: 50vw;
  }
}

section.hero.hero-locations {
  padding-top: 40px;
}
section.hero.hero-locations h1 {
  margin-bottom: 0;
}
section.hero.hero-locations .widget-search-module {
  margin-top: 20px;
}
section.hero.hero-locations .widget-search-module .content {
  padding-left: 0;
  padding-right: 0;
}

section.location-frequently-asked-questions {
  background-color: #f9f9fa;
  color: #4a536c;
  padding-top: 75px;
  padding-bottom: 100px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width:812px) {
  section.location-frequently-asked-questions {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.location-frequently-asked-questions h3 {
  color: #0e1432;
  font-weight: 600;
}

#location-frequently-asked-questions {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin: 60px 0 0;
}
@media (max-width:812px) {
  #location-frequently-asked-questions {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width:782px) and (max-width:1160px) and (min-height:401px) {
  #location-frequently-asked-questions {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
#location-frequently-asked-questions li {
  margin-bottom: 25px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

section.location-metadata {
  background-color: #ffffff;
  color: #192846;
}
section.location-metadata > .content > .inner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width:812px) {
  section.location-metadata > .content > .inner-content {
    display: block;
  }
}
@media (min-width:783px) and (max-width:960px) {
  section.location-metadata > .content > .inner-content {
    display: block;
  }
}
section.location-metadata > .content > .inner-content > article, section.location-metadata > .content > .inner-content > aside {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
@media (max-width:812px) {
  section.location-metadata > .content > .inner-content > article, section.location-metadata > .content > .inner-content > aside {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width:783px) and (max-width:960px) {
  section.location-metadata > .content > .inner-content > article, section.location-metadata > .content > .inner-content > aside {
    width: 100%;
    max-width: 100%;
  }
}
section.location-metadata > .content > .inner-content > article div.widget-location-nap-reviews-cta > div.content h1, section.location-metadata > .content > .inner-content > aside div.widget-location-nap-reviews-cta > div.content h1 {
  margin-bottom: 15px;
}
section.location-metadata > .content > .inner-content > article div.widget-location-nap-reviews-cta > div.content h2, section.location-metadata > .content > .inner-content > aside div.widget-location-nap-reviews-cta > div.content h2 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  color: rgb(25, 40, 70);
  line-height: 26px;
  text-decoration: none;
  transform: none;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0;
}
section.location-metadata > .content > .inner-content > aside > div {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
section.location-metadata > .content > .inner-content > aside > div > .content {
  height: 100%;
}
@media (max-width:960px) {
  section.location-metadata > .content > .inner-content > aside > div.widget-location-map {
    display: none;
  }
}
@media (max-width:960px) {
  section.location-metadata > .content > .inner-content > aside > div.widget-location-gallery-carousel {
    display: none;
  }
}
section.location-metadata article {
  padding: 50px 90px 50px 0;
}
@media (max-width:812px) {
  section.location-metadata article {
    padding-right: 0;
  }
}
section.location-metadata article > .widget + .widget {
  margin-top: 50px;
}

section.accordion {
  padding: 80px 0;
}
section.accordion div.accordion h2 {
  font-size: 52px;
  margin-bottom: 50px;
}
section.accordion div.accordion .heading {
  border-bottom: 1px solid #D8DBE1;
  padding: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.accordion div.accordion .heading h3 {
  margin: 0;
  font-size: 25px;
}
section.accordion div.accordion .heading svg {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
section.accordion div.accordion h4 {
  font-weight: bold;
  padding: 12.5px 0;
}
section.accordion div.accordion .accordion-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
section.accordion div.accordion .accordion-content p {
  margin: 0;
  padding: 12.5px 0;
}
section.accordion div.accordion.expanded .accordion-content {
  padding: 35px 0;
  height: 100%;
  border-bottom: 1px solid #D8DBE1;
}
section.accordion div.accordion ol li {
  padding-left: 30px;
}
section.accordion div.accordion ul {
  list-style: disc;
  margin: 0;
  padding: 12.5px 0;
}
section.accordion div.accordion ul li {
  margin-left: 30px;
}
section.accordion div.ctas {
  margin-top: 30px;
}
section.accordion div.ctas a:not(:last-of-type) {
  margin-right: 15px;
}
section.accordion.dark-background {
  background-color: #1C2844;
}
section.accordion.dark-background h2, section.accordion.dark-background h3 {
  color: #4BA3A4;
}
section.accordion.light-background {
  background-color: #F2F3F5;
}
section.accordion.light-background h2, section.accordion.light-background h3, section.accordion.light-background h4, section.accordion.light-background p, section.accordion.light-background ol, section.accordion.light-background ul {
  color: #1C2844;
}
section.accordion.light-background div.accordion .heading {
  border-bottom: 1px solid #4C536A;
}
section.accordion.light-background div.accordion .heading svg .horizontal, section.accordion.light-background div.accordion .heading svg .vertical {
  stroke: #4C536A;
}
section.accordion.light-background div.accordion.expanded .accordion-content {
  border-bottom: 1px solid #4C536A;
}

section.location-providers {
  background-color: #f2f3f5;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width:812px) {
  section.location-providers {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.location-providers h2 {
  margin-bottom: 75px;
}

section.location-services {
  background-color: #ffffff;
  color: #616778;
  padding-top: 75px;
  padding-bottom: 100px;
}
@media (max-width:812px) {
  section.location-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width:812px) {
  section.location-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.location-services .inner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width:812px) {
  section.location-services .inner-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width:813px) {
  section.location-services .inner-content > article {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 35%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    width: 35%;
    max-width: 35%;
    padding-right: 45px;
  }
}
@media (min-width:813px) and (max-width: 1000px) {
  section.location-services .inner-content > article {
    padding-right: 20px;
  }
}
@media (min-width:813px) {
  section.location-services .inner-content > aside {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 65%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    width: 65%;
    max-width: 65%;
    padding-left: 45px;
  }
}
@media (max-width:812px) {
  section.location-services .inner-content > aside {
    margin-top: 25px;
  }
}
@media (min-width:813px) and (max-width: 1000px) {
  section.location-services .inner-content > aside {
    padding-left: 20px;
  }
}

section.locations-list {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0rem;
}
section.locations-list > .content > .inner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.locations-list > .content > .inner-content h3.h2:not(:first-of-type) {
  margin-top: 0.5em;
}
section.locations-list > .content > .inner-content h3.state-title {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.locations-list > .content > .inner-content h3.state-title a[href*="/locations/#"] {
  position: absolute;
  top: -30px;
}
section.locations-list > .content > .inner-content h3.state-title img {
  height: 77px;
  max-width: 373px;
}
section.locations-list > .content > .inner-content ul.location-list + .h2 {
  margin-top: 30px;
}
section.locations-list > .content > .inner-content ul.location-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
@media (max-width:812px) {
  section.locations-list > .content > .inner-content ul.location-list {
    display: block;
  }
}
section.locations-list > .content > .inner-content ul.location-list > li {
  background-color: #f2f3f5;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: calc(33.3333333333% - 20px);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 20px);
  -ms-flex: 0 0 calc(33.3333333333% - 20px);
  flex: 0 0 calc(33.3333333333% - 20px);
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  color: #4a536c;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.locations-list > .content > .inner-content ul.location-list > li .banner {
  width: 230px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0rem;
  letter-spacing: -0.28px;
  color: #FFFFFF;
  max-width: 230px;
  border-radius: 0px 0px 20px 0px;
}
section.locations-list > .content > .inner-content ul.location-list > li .banner.ophthalmology-practice {
  background-color: #4BA3A4;
}
section.locations-list > .content > .inner-content ul.location-list > li .banner.ambulatory-surgery-center {
  background-color: #1C2847;
}
section.locations-list > .content > .inner-content ul.location-list > li .widget.widget-location-nap {
  padding: 30px;
}
section.locations-list > .content > .inner-content ul.location-list > li .widget.widget-location-nap > div.content div.inner-content h1.location_name {
  margin-bottom: 15px;
  position: relative;
}
section.locations-list > .content > .inner-content ul.location-list > li .widget.widget-location-nap > div.content div.inner-content h1.location_name a {
  position: absolute;
  inset: 0;
}
section.locations-list > .content > .inner-content ul.location-list > li .widget.widget-location-nap > div.content div.inner-content h2.location_name {
  margin-bottom: 0;
  position: relative;
}
section.locations-list > .content > .inner-content ul.location-list > li .widget.widget-location-nap > div.content div.inner-content h2.location_name a {
  position: absolute;
  inset: 0;
}
section.locations-list > .content > .inner-content ul.location-list > li .widget.widget-location-nap > div.content div.inner-content h2.location_name {
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  color: rgb(74, 83, 108);
  line-height: 26px;
  text-decoration: none;
  transform: none;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0;
}
@media (min-width:782px) and (max-width:1160px) and (min-height:401px) {
  section.locations-list > .content > .inner-content ul.location-list > li {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: calc(50% - 20px);
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (max-width:812px) {
  section.locations-list > .content > .inner-content ul.location-list > li {
    width: auto;
  }
}
section.locations-list > .content > .inner-content ul.location-list > li p {
  margin-bottom: 0;
}
section.locations-list > .content > .inner-content ul.location-list > li .cta-wrapper {
  margin-top: 25px;
}
section.locations-list > .content > .inner-content ul.location-list > li > div {
  height: 100%;
}
section.locations-list > .content > .inner-content ul.location-list > li .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}
section.locations-list > .content > .inner-content ul.location-list > li .content > div {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width:812px) {
  section.locations-list > .content > .inner-content ul.location-list > li .content > div {
    display: block;
  }
}
section.locations-list > .content > .inner-content ul.location-list > li a.color-3 {
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -ms-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
section.locations-list > .content > .inner-content ul.location-list > li a.color-3:hover {
  color: #ffffff;
}
@media (max-width:812px) {
  section.locations-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.locations-list > .content > .inner-content h3.h2:not(:first-of-type) {
    margin-top: 1em;
  }
  section.locations-list > .content > .inner-content h3.state-title {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.locations-list > .content > .inner-content h3.state-title img {
    width: 100%;
    margin-top: 10px;
  }
}

section.locations-map {
  background-color: #ffffff;
}
section.locations-map > .content {
  padding-top: 90px;
  padding-bottom: 30px;
}
@media (max-width:812px) {
  section.locations-map > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#locations-map-container {
  height: 525px;
  position: relative;
}
#locations-map-container .map-legend {
  left: auto !important;
  right: 85px !important;
  bottom: 20px !important;
  top: auto !important;
  background: gray;
  padding: 5px 15px;
  opacity: 0.8;
}
#locations-map-container .map-legend ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
}
#locations-map-container .map-legend ul li {
  position: relative;
  padding: 1px 0px 1px 20px;
  line-height: 20px;
  margin: 0 5px !important;
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.5px;
}
#locations-map-container .map-legend ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  left: 0;
  top: 5px;
}
#locations-map-container .map-legend ul li.ophthalmology:before {
  background-color: #4BA3A4;
}
#locations-map-container .map-legend ul li.ambulatory:before {
  background-color: #1C2847;
}
#locations-map-container .map-legend ul li.both:before {
  background: linear-gradient(90deg, #4BA3A4, #4BA3A4 50%, #4BA3A4 50%, #1C2847 50%, #1C2847 50%);
}
@media (max-width:812px) {
  #locations-map-container {
    height: 360px;
  }
  #locations-map-container .map-legend {
    right: 65px !important;
  }
}

body.single-service section.locations-map > .content {
  padding-top: 0;
}

section.provider-filters {
  padding: 60px 0;
}
section.provider-filters > div.content > div.inner-content > div.intro {
  max-width: 660px;
}
section.provider-filters > div.content > div.inner-content > div.filters {
  margin-top: 40px;
  gap: 80px;
}
section.provider-filters > div.content > div.inner-content > div.filters .widget.widget-form {
  margin-top: 0;
}
@media (max-width:812px) {
  section.provider-filters > div.content > div.inner-content > div.filters {
    display: block;
  }
}
section.provider-filters > div.content > div.inner-content > div.filters > div {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
section.provider-filters > div.content > div.inner-content > div.filters > div:first-child {
  margin-right: 0;
}
@media (max-width:812px) {
  section.provider-filters > div.content > div.inner-content > div.filters > div:first-child {
    margin-right: 0;
  }
}
body.IE section.provider-filters > div.content > div.inner-content > div.filters > div:first-child {
  max-width: none;
}
section.provider-filters > div.content > div.inner-content > div.filters > div:last-child {
  max-width: 500px;
  margin-left: 0;
}
@media (max-width:812px) {
  section.provider-filters > div.content > div.inner-content > div.filters > div:last-child {
    margin-left: 0;
    margin-top: 20px !important;
  }
}
section.provider-filters > div.content > div.inner-content > div.filters .filter-title {
  color: #00a5a5;
  font-weight: 500;
  margin-bottom: 15px;
}

section.providers-list {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
section.providers-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: -37.5px -25px;
}
@media (max-width:812px) {
  section.providers-list ul {
    display: block;
  }
}
section.providers-list li {
  margin: 37.5px 25px;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: calc(25% - 2 * 25px);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 calc(25% - 2 * 25px);
  -ms-flex: 0 0 calc(25% - 2 * 25px);
  flex: 0 0 calc(25% - 2 * 25px);
  width: calc(25% - 2 * 25px);
  max-width: calc(25% - 2 * 25px);
  text-align: center;
}
@media screen and (max-width: 1140px) {
  section.providers-list li {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: calc(33.3333333333% - 2 * 25px);
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 calc(33.3333333333% - 2 * 25px);
    -ms-flex: 0 0 calc(33.3333333333% - 2 * 25px);
    flex: 0 0 calc(33.3333333333% - 2 * 25px);
    width: calc(33.3333333333% - 2 * 25px);
    max-width: calc(33.3333333333% - 2 * 25px);
  }
}
@media (max-width:812px) {
  section.providers-list li {
    width: auto;
    padding: 25px;
    margin: 0;
    max-width: unset;
  }
}

.widget.widget-location-gallery-carousel {
  min-height: 445px;
}
@media (max-width:812px) {
  .widget.widget-location-gallery-carousel {
    height: 270px;
    min-height: 270px;
    margin: 0 -25px;
  }
}
.widget.widget-location-gallery-carousel > .content {
  position: relative;
}
.widget.widget-location-gallery-carousel .carousel-container,
.widget.widget-location-gallery-carousel .owl-carousel,
.widget.widget-location-gallery-carousel .owl-stage-outer,
.widget.widget-location-gallery-carousel .owl-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget.widget-location-gallery-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin: 0;
}
.widget.widget-location-gallery-carousel .owl-dots .owl-dot {
  outline: none;
}
.widget.widget-location-gallery-carousel .owl-dots .owl-dot span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  width: 24px;
  height: 2px;
  margin: 0 4px;
  outline: none;
}
.widget.widget-location-gallery-carousel .owl-dots .owl-dot.active span {
  background-color: #00a5a5;
}

.widget.widget-location-hours table {
  color: #192846;
}
@media (max-width:380px) {
  .widget.widget-location-hours table td {
    font-size: 0.8rem;
  }
}
.widget.widget-location-hours table td:first-of-type {
  color: #0e1432;
  min-width: 105px;
}
@media (max-width:812px) {
  .widget.widget-location-hours table td:first-of-type {
    min-width: unset;
  }
}
.widget.widget-location-hours table td:last-of-type {
  padding-left: 40px;
}
@media (max-width:812px) {
  .widget.widget-location-hours table td:last-of-type {
    padding-left: 20px;
  }
}
.widget.widget-location-hours table time.closed {
  color: #4a536c;
}
.widget.widget-location-hours table tr + tr td {
  padding-top: 5px;
}
.widget.widget-location-hours > .content {
  padding: 0 30px 0 0;
}
@media (max-width:812px) {
  .widget.widget-location-hours > .content {
    padding: 0;
  }
}

.widget.widget-location-notification {
  margin: 15px -15px !important;
}
@media (max-width:812px) {
  .widget.widget-location-notification {
    width: 100vw;
    position: relative;
    margin-left: -25px !important;
  }
}
.widget.widget-location-notification div.content div {
  background-color: #99D5D5;
  padding: 10px 15px;
  border-radius: 28px;
  width: max-content;
}
@media (max-width:812px) {
  .widget.widget-location-notification div.content div {
    padding: 10px 25px;
    border-radius: unset;
    display: flex;
    gap: 10px;
  }
}
.widget.widget-location-notification div.content div span {
  display: inline-block;
  font-size: 20px;
  color: #192846;
}
.widget.widget-location-notification div.content div > span:first-of-type {
  min-width: 100px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 27px;
}
@media (max-width:812px) {
  .widget.widget-location-notification div.content div > span:first-of-type {
    min-width: 70px;
  }
}
.widget.widget-location-notification div.content div > span:last-of-type {
  padding-left: 40px;
  letter-spacing: -0.5px;
  line-height: 27px;
}
@media (max-width:812px) {
  .widget.widget-location-notification div.content div > span:last-of-type {
    padding-left: 20px;
  }
}

.widget.widget-location-affiliation img {
  height: auto;
}

.widget.widget-location-travel-support table {
  color: #192846;
}
.widget.widget-location-travel-support table td:first-of-type {
  color: #0e1432;
  min-width: 105px;
}
.widget.widget-location-travel-support table td:last-of-type {
  padding-left: 40px;
}
@media (max-width:812px) {
  .widget.widget-location-travel-support table td:last-of-type {
    padding-left: 0;
  }
}
.widget.widget-location-travel-support table time.closed {
  color: #4a536c;
}
.widget.widget-location-travel-support table tr + tr td {
  padding-top: 10px;
}
.widget.widget-location-travel-support table li + li {
  padding-top: 10px;
}
.widget.widget-location-travel-support > .content {
  padding: 0 30px 0 0;
}
@media (max-width:812px) {
  .widget.widget-location-travel-support > .content {
    padding: 0;
  }
}

.widget.widget-location-map {
  background-color: #8c92a3;
  min-height: 445px;
}
@media (max-width:812px) {
  .widget.widget-location-map {
    height: 270px;
    min-height: 270px;
    margin: 0 -25px;
  }
}
.widget.widget-location-map > .content {
  position: relative;
}

#widget-location-map-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-window-container {
  width: 370px;
  padding: 20px;
  background-color: #f2f3f5;
  color: #4a536c;
  position: relative;
  -webkit-box-shadow: 0px 0px 1px 0 black;
  -moz-box-shadow: 0px 0px 1px 0 black;
  box-shadow: 0px 0px 1px 0 black;
}
@media (max-width:812px) {
  .info-window-container {
    width: 280px;
  }
}
.info-window-container .cta-wrapper {
  margin-top: 25px;
}
@media (max-width:812px) {
  .info-window-container .cta-wrapper {
    display: block;
  }
  .info-window-container .cta-wrapper a {
    display: block;
  }
}
.info-window-container .h3 {
  padding-right: 30px;
}
.info-window-container .icon-cancel {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.1rem;
  color: #192846;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -ms-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
.info-window-container .icon-cancel:hover {
  color: #00a5a5;
}

.widget.widget-location-nap-reviews-cta > div.content > div.locations_schedule_and_consultations_ctas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  gap: 20px;
}
@media (max-width:812px) {
  .widget.widget-location-nap-reviews-cta > div.content > div.locations_schedule_and_consultations_ctas {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
}
.widget.widget-location-nap-reviews-cta > div.content > div.locations_schedule_and_consultations_ctas a {
  flex: 1 1 auto;
  padding: 14px 10px;
  border: 1px solid #00A5A5;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 600;
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 100%;
  text-align: center;
  display: block;
  max-width: 50%;
}
@media (max-width:812px) {
  .widget.widget-location-nap-reviews-cta > div.content > div.locations_schedule_and_consultations_ctas a {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
}
.widget.widget-location-nap-reviews-cta > div.content > div.locations_schedule_and_consultations_ctas a:first-of-type {
  background-color: #00A5A5;
  color: #ffffff;
}
.widget.widget-location-nap-reviews-cta > div.content > div.locations_schedule_and_consultations_ctas a:first-of-type:hover {
  background-color: #ffffff;
  color: #00A5A5;
}
.widget.widget-location-nap-reviews-cta > div.content > div.locations_schedule_and_consultations_ctas a:last-of-type:hover {
  background-color: #00A5A5;
  color: #ffffff;
}
.widget.widget-location-nap-reviews-cta > div.content > div#location-directions > p {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(23, 40, 73, 0.8);
}
.widget.widget-location-nap-reviews-cta > div.content > a.location_get_direction_cta {
  padding: 14px 32px;
  background: rgba(23, 40, 73, 0.2);
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #172849;
  display: block;
  max-width: fit-content;
  margin-top: 30px;
}
@media (max-width:812px) {
  .widget.widget-location-nap-reviews-cta > div.content > a.location_get_direction_cta {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.widget.widget-location-nap-reviews-cta > div.content > a.location_get_direction_cta:hover {
  background-color: #ffffff;
  border: 1px solid rgba(23, 40, 73, 0.2);
}
.widget.widget-location-nap-reviews-cta .justified-content-flex-start {
  margin-top: 20px;
}
@media (max-width:812px) {
  .widget.widget-location-nap-reviews-cta .justified-content-flex-start {
    display: block;
  }
}
.widget.widget-location-nap-reviews-cta .justified-content-flex-start > a + a {
  margin-left: 20px;
}
@media (max-width:812px) {
  .widget.widget-location-nap-reviews-cta .justified-content-flex-start > a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width:812px) {
  .widget.widget-location-nap-reviews-cta .justified-content-flex-start > a.cta {
    width: 100%;
    text-align: center;
  }
}
.widget.widget-location-nap-reviews-cta .notification {
  margin-right: 0;
  margin-bottom: 30px;
}
.widget.widget-location-nap-reviews-cta .asc-content {
  margin-bottom: 30px;
}
.widget.widget-location-nap-reviews-cta .banner {
  width: 230px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0rem;
  letter-spacing: -0.28px;
  color: #FFFFFF;
  max-width: 230px;
  border-radius: 0px 0px 20px 0px;
  margin-bottom: 30px;
}
.widget.widget-location-nap-reviews-cta .banner.ophthalmology-practice {
  background-color: #4BA3A4;
}
.widget.widget-location-nap-reviews-cta .banner.ambulatory-surgery-center {
  background-color: #1C2847;
}

#location-nap-reviews {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width:812px) {
  #location-nap-reviews {
    display: block;
  }
}
#location-nap-reviews > div {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#location-nap-reviews > div:last-child {
  margin-left: 50px;
}
@media (max-width:812px) {
  #location-nap-reviews > div:last-child {
    margin-left: 0;
  }
}
#location-nap-reviews p {
  margin-bottom: 0;
}
#location-nap-reviews .rating {
  margin-top: -2.5px;
  margin-bottom: 5px;
}

#location-actions {
  margin-top: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#location-actions > ul,
#location-actions > span {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
}
#location-actions ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 5px;
}
#location-actions ul > li {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#location-actions ul > li + li {
  position: relative;
  margin-left: 20px;
}
#location-actions ul > li + li:before {
  content: "";
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80%;
  border-left: solid 1px #00a5a5;
}

#location-directions {
  margin-top: 30px;
}

@media (max-width:812px) {
  .widget.widget-location-review-summary > .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
  }
  .widget.widget-location-review-summary > .content > h2 {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 75px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    margin-bottom: 0;
  }
  .widget.widget-location-review-summary > .content > a.block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .widget.widget-location-review-summary > .content .rating {
    margin-bottom: 0;
    margin-top: 0;
  }
  .widget.widget-location-nap {
    margin-top: 25px;
  }
}
.widget.widget-location-surgery-center > .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width:812px) {
  .widget.widget-location-surgery-center > .content {
    display: block;
  }
}
.widget.widget-location-surgery-center > .content > div:first-of-type {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.widget.widget-location-surgery-center > .content > div:last-of-type {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 50px;
}
@media (max-width:812px) {
  .widget.widget-location-surgery-center > .content > div:last-of-type {
    margin-left: 0;
  }
}
.widget.widget-location-surgery-center + .widget-location-surgery-center {
  margin-top: 100px;
}
@media (max-width:812px) {
  .widget.widget-location-surgery-center + .widget-location-surgery-center {
    margin-top: 50px;
  }
}
.widget.widget-location-surgery-center h2, .widget.widget-location-surgery-center .h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.widget.widget-location-surgery-center p {
  margin: 0;
}
.widget.widget-location-surgery-center address, .widget.widget-location-surgery-center .cta-wrapper {
  margin-top: 30px;
}

section.provider-individual {
  background-color: #ffffff;
  color: #192846;
}
section.provider-individual > .content .inner-content {
  overflow: hidden;
}
section.provider-individual h1 {
  margin-bottom: 10px;
}
section.provider-individual .provider-header {
  width: 100%;
  padding-top: 50px;
  margin: 0 -45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width:812px) {
  section.provider-individual .provider-header {
    display: block;
    margin: 0;
  }
}
section.provider-individual .provider-header img {
  margin-right: 90px;
}
@media (max-width:812px) {
  section.provider-individual .provider-header img {
    margin-right: 0;
  }
}
section.provider-individual .provider-header p {
  margin-bottom: 0.75em;
}
section.provider-individual .provider-header .description {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 20px;
}
section.provider-individual .provider-header .provider-headshot {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: calc(33.3333333333% - 3 * 30px);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 3 * 30px);
  -ms-flex: 0 0 calc(33.3333333333% - 3 * 30px);
  flex: 0 0 calc(33.3333333333% - 3 * 30px);
  width: calc(33.3333333333% - 3 * 30px);
  max-width: calc(33.3333333333% - 3 * 30px);
  margin: 0 90px 0 45px;
}
@media (max-width:812px) {
  section.provider-individual .provider-header .provider-headshot {
    width: auto;
    max-width: 240px;
    margin: 0 0 25px 0;
  }
}
section.provider-individual .provider-header :first-child {
  margin-top: 0;
}
section.provider-individual .provider-header :last-child {
  margin-bottom: 0;
}
section.provider-individual .provider-header .cta-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  margin-top: 2em;
}
@media (max-width:812px) {
  section.provider-individual .provider-header .cta-wrapper {
    display: block;
  }
}
section.provider-individual .provider-header .cta-wrapper a.mobile {
  display: none;
}
@media (max-width:812px) {
  section.provider-individual .provider-header .cta-wrapper a.mobile {
    display: flex;
  }
}
section.provider-individual .provider-header .cta-wrapper a.desktop {
  display: block;
}
@media (max-width:812px) {
  section.provider-individual .provider-header .cta-wrapper a.desktop {
    display: none;
  }
}
@media (max-width:812px) {
  section.provider-individual .provider-header .cta-wrapper a.cta {
    width: 100%;
    text-align: center;
  }
}
section.provider-individual .provider-header .cta-wrapper > .request_lasik_consultation_cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.provider-individual .provider-header .cta-wrapper > .request_lasik_consultation_cta > a.secondary {
  background-color: #0e1432;
  color: #fff;
}
section.provider-individual .provider-header .cta-wrapper > .request_lasik_consultation_cta > a.secondary:hover {
  background-color: transparent;
  color: #00a5a5;
  border-color: #00a5a5;
}
section.provider-individual .provider-header .cta-wrapper > .request_lasik_consultation_cta > span {
  font-size: 10px;
  text-align: center;
  margin-top: 4px;
}
section.provider-individual .provider-info {
  margin: 0 -45px;
  padding: 50px 0 75px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media (max-width:812px) {
  section.provider-individual .provider-info {
    display: block;
    margin: 0;
    padding: 40px 0;
  }
}
section.provider-individual .provider-info > div {
  margin: 0 45px;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: calc(33.3333333333% - 3 * 30px);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 3 * 30px);
  -ms-flex: 0 0 calc(33.3333333333% - 3 * 30px);
  flex: 0 0 calc(33.3333333333% - 3 * 30px);
  width: calc(33.3333333333% - 3 * 30px);
  max-width: calc(33.3333333333% - 3 * 30px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width:812px) {
  section.provider-individual .provider-info > div {
    width: auto;
    max-width: unset;
    margin: 0;
  }
}
section.provider-individual .provider-info > div > div + div {
  margin-top: 60px;
}
@media (max-width:812px) {
  section.provider-individual .provider-info > div.col-2 {
    margin-top: 25px;
  }
}
@media (max-width:812px) {
  section.provider-individual .provider-info > div.col-3 {
    margin-top: 25px;
  }
}
section.provider-individual .provider-info > div .widget-language-education .heading-line {
  margin-bottom: 8px;
}
section.provider-individual .provider-info > div .widget-language-education ul li {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.36px;
  color: #02A5A4;
}
section.provider-individual .provider-info ul.locations {
  font-size: 1.4rem;
}
section.provider-individual .provider-info ul.locations li + li {
  margin-top: 12.5px;
}
section.provider-individual .provider-info img.affiliate-logo {
  height: auto;
  margin-top: 10px;
}
body.postid-4727 section.provider-individual .provider-info img.affiliate-logo {
  max-width: 115%;
}
section.provider-individual .provider-info ul.multi-item h3 {
  margin-bottom: 0;
  color: #4a536c;
}
section.provider-individual .provider-info ul.multi-item li + li {
  margin-top: 25px;
}
section.provider-individual .provider-info ul.has-year > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section.provider-individual .provider-info ul.has-year > li > small {
  color: #4a536c;
  min-width: 40px;
}
section.provider-individual .provider-info article + article {
  margin-top: 60px;
}
section.provider-individual .news p {
  margin-bottom: 20px;
}

section.provider-bio {
  color: #0e1432;
  padding: 75px 0 100px;
  background-color: #f9f9fa;
}
@media (max-width:812px) {
  section.provider-bio {
    padding: 40px 0;
  }
}
section.provider-bio .inner-content {
  max-width: 750px;
}
section.provider-bio h2 {
  margin-bottom: 60px;
}
@media (max-width:812px) {
  section.provider-bio h2 {
    margin-bottom: 40px;
  }
}

section.service-providers {
  background-color: #f2f3f5;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width:812px) {
  section.service-providers {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.service-providers h2 {
  margin-bottom: 75px;
}

body.single-service > section.main ol {
  list-style: decimal;
}
body.single-service > section.main ol li {
  padding-left: 0;
  margin-left: 20px;
}
body.single-service > section.main ol li::before {
  content: none !important;
}
body.single-service > section.main ol li::marker {
  position: absolute;
  left: 0;
  top: 0;
  color: #00a5a5;
  font-weight: bold;
}

.widget.widget-services-list h2 {
  margin-top: 25px;
}
.widget.widget-services-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: -37.5px -25px;
}
@media (max-width:812px) {
  .widget.widget-services-list ul {
    display: block;
  }
}
.widget.widget-services-list li {
  margin: 37.5px 25px;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: calc(33.3333333333% - 2 * 25px);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 2 * 25px);
  -ms-flex: 0 0 calc(33.3333333333% - 2 * 25px);
  flex: 0 0 calc(33.3333333333% - 2 * 25px);
  width: calc(33.3333333333% - 2 * 25px);
  max-width: calc(33.3333333333% - 2 * 25px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width:812px) {
  .widget.widget-services-list li {
    width: auto;
    max-width: unset;
  }
}
.widget.widget-services-list li > div {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.widget.widget-services-list li > div + div {
  margin-top: 1em;
}
.widget.widget-services-list p {
  margin-top: 0;
  margin-bottom: 0;
}
.widget.widget-services-list p + p {
  margin-top: 18/18em;
}

section.main {
  background-color: #ffffff;
  color: #192846;
}
@media (min-width:813px) {
  section.main {
    padding: 75px 0 100px;
  }
}
@media (max-width:812px) {
  section.main {
    padding: 50px 0;
  }
}
body.IE section.main > .content > .inner-content > main:not(.blog-columns), body.IE section.main > .content > .inner-content > main:not(.two-columns) {
  display: block;
}
section.main > .content > .inner-content > main + main {
  margin-top: 75px;
}
section.main > .content > .inner-content > main.service-introduction + main {
  margin-top: 50px;
}
section.main > .content > .inner-content > main.wide > article {
  max-width: 1060px;
}
section.main > .content > .inner-content > main.wider > article {
  max-width: 1000px;
}
section.main > .content > .inner-content > main.narrow > article {
  max-width: 890px;
}
@media (min-width:813px) {
  section.main > .content > .inner-content > main.two-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width:813px) {
  section.main > .content > .inner-content > main.two-columns > article {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 62.5%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
    padding-right: 0;
  }
}
@media (min-width:813px) and (max-width: 900px) {
  section.main > .content > .inner-content > main.two-columns > article {
    padding-right: 20px;
  }
}
@media (max-width:1410px) and (min-width: 901px) {
  section.main > .content > .inner-content > main.two-columns > article {
    padding-right: 30px;
  }
}
@media (max-width:812px) {
  section.main > .content > .inner-content > main.two-columns > article {
    margin-bottom: 50px;
  }
}
section.main > .content > .inner-content > main.two-columns > aside {
  position: relative;
}
@media (min-width:813px) {
  section.main > .content > .inner-content > main.two-columns > aside {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 37.5%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
    padding-left: 75px;
  }
}
@media (min-width:813px) and (max-width: 900px) {
  section.main > .content > .inner-content > main.two-columns > aside {
    padding-left: 20px;
  }
}
@media (max-width:1410px) and (min-width: 901px) {
  section.main > .content > .inner-content > main.two-columns > aside {
    padding-left: 30px;
  }
}
@media (max-width:812px) {
  section.main > .content > .inner-content > main.two-columns > aside {
    margin-top: 50px;
  }
}
@media (max-width:812px) and (min-width: 481px) {
  section.main > .content > .inner-content > main.two-columns > aside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: -12.5px;
  }
  section.main > .content > .inner-content > main.two-columns > aside > .widget {
    margin: 12.5px;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: calc(100% - 25px);
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 25px);
    -ms-flex: 0 0 calc(100% - 25px);
    flex: 0 0 calc(100% - 25px);
    width: calc(100% - 25px);
  }
  section.main > .content > .inner-content > main.two-columns > aside > .widget img {
    width: 100%;
  }
}
@media (min-width:813px) {
  section.main > .content > .inner-content > main.two-columns > aside > .widget + .widget {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  section.main > .content > .inner-content > main.two-columns > aside > .widget + .widget {
    margin-top: 60px;
  }
}
@media (min-width:813px) {
  section.main > .content > .inner-content > main.two-columns > aside > :first-child {
    margin-top: 0 !important;
  }
  section.main > .content > .inner-content > main.two-columns > aside > :last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  section.main > .content > .inner-content > main.two-columns > aside > :first-child {
    margin-top: 0 !important;
  }
  section.main > .content > .inner-content > main.two-columns > aside > :last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width:812px) {
  section.main > .content > .inner-content > main.two-columns.service-introduction {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.main > .content > .inner-content > main.two-columns.service-introduction article {
    order: 2;
    margin-bottom: 0 !important;
  }
  section.main > .content > .inner-content > main.two-columns.service-introduction aside {
    order: 1;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
  section.main > .content > .inner-content > main.two-columns.service-introduction + .main {
    margin-top: 25px !important;
  }
}
@media (max-width:812px) {
  section.main > .content > .inner-content > main.two-columns.referring article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.main > .content > .inner-content > main.two-columns.referring article .page_copy {
    order: 2;
  }
  section.main > .content > .inner-content > main.two-columns.referring article .page_ce {
    order: 1;
    margin-bottom: 60px;
  }
}
@media (min-width:813px) {
  section.main > .content > .inner-content > main.blog-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width:812px) {
  section.main > .content > .inner-content > main.blog-columns {
    display: block;
  }
}
@media (min-width:813px) {
  section.main > .content > .inner-content > main.blog-columns > article {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 75%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    padding-right: 0;
    padding-right: 50px;
  }
}
@media (min-width:813px) and (max-width: 900px) {
  section.main > .content > .inner-content > main.blog-columns > article {
    padding-right: 20px;
  }
}
@media (max-width:1410px) and (min-width: 901px) {
  section.main > .content > .inner-content > main.blog-columns > article {
    padding-right: 40px;
  }
}
@media (max-width:812px) {
  section.main > .content > .inner-content > main.blog-columns > article {
    margin-bottom: 50px;
  }
}
section.main > .content > .inner-content > main.blog-columns > aside {
  position: relative;
}
@media (min-width:813px) {
  section.main > .content > .inner-content > main.blog-columns > aside {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: 25%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding-left: 50px;
  }
}
@media (min-width:813px) and (max-width: 900px) {
  section.main > .content > .inner-content > main.blog-columns > aside {
    padding-left: 20px;
  }
}
@media (max-width:1410px) and (min-width: 901px) {
  section.main > .content > .inner-content > main.blog-columns > aside {
    padding-left: 40px;
  }
}
@media (max-width:812px) {
  section.main > .content > .inner-content > main.blog-columns > aside {
    margin-top: 50px;
    display: none;
  }
}
@media (max-width:812px) and (min-width: 481px) {
  section.main > .content > .inner-content > main.blog-columns > aside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: -12.5px;
  }
  section.main > .content > .inner-content > main.blog-columns > aside > .widget {
    margin: 12.5px;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: calc(50% - 25px);
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 25px);
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    width: calc(50% - 25px);
  }
}
@media (min-width:813px) {
  section.main > .content > .inner-content > main.blog-columns > aside > .widget + .widget {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  section.main > .content > .inner-content > main.blog-columns > aside > .widget + .widget {
    margin-top: 60px;
  }
}
@media (min-width:813px) {
  section.main > .content > .inner-content > main.blog-columns > aside > :first-child {
    margin-top: 0 !important;
  }
  section.main > .content > .inner-content > main.blog-columns > aside > :last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  section.main > .content > .inner-content > main.blog-columns > aside > :first-child {
    margin-top: 0 !important;
  }
  section.main > .content > .inner-content > main.blog-columns > aside > :last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width:812px) {
  section.main + section.location-services {
    padding-top: 0;
  }
}

@media (max-width:812px) {
  .single-service > section.main {
    padding: 0;
  }
}
@media (min-width:813px) {
  body.single-service section.main {
    padding: 75px 0 0;
  }
}

section.reviews-featured {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width:812px) {
  section.reviews-featured {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.reviews-featured .widget.widget-reviews-list {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1260px) {
  section.reviews-featured {
    padding-left: 30px;
    padding-right: 30px;
  }
}
section.reviews-featured h2 {
  margin-bottom: 75px;
}
@media (max-width:812px) {
  section.reviews-featured h2 {
    margin-bottom: 50px;
  }
}

.widget.widget-blog-categories .size-small {
  margin-bottom: 30px;
}
.widget.widget-blog-categories li + li {
  margin-top: 20px;
}

.widget.widget-blog-overview > .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width:812px) {
  .widget.widget-blog-overview > .content {
    display: block;
  }
}
.widget.widget-blog-overview > .content > div:first-of-type {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.widget.widget-blog-overview > .content > div:last-of-type {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 45px;
}
@media (max-width:812px) {
  .widget.widget-blog-overview > .content > div:last-of-type {
    margin-left: 0;
  }
}
@media (max-width:812px) {
  .widget.widget-blog-overview > .content .heading-line {
    margin-top: 50px;
  }
}
@media (max-width:812px) {
  .widget.widget-blog-overview > .content .heading-line + h2 {
    margin-top: 1em;
  }
}
.widget.widget-blog-overview + .widget-blog-overview {
  margin-top: 90px;
}
.widget.widget-blog-overview .cta-wrapper {
  margin-top: 0;
}
.widget.widget-blog-overview .cta-wrapper.load-more {
  margin-top: 100px;
}

.widget.widget-blog-share {
  font-size: 1.5rem;
}
.widget.widget-blog-share ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.widget.widget-blog-share li + li {
  margin-left: 25px;
}

.widget.widget-form {
  position: relative;
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (min-width:813px) {
  .widget.widget-form {
    margin-top: 25px;
  }
}
@media (max-width:812px) {
  .widget.widget-form {
    margin-top: 50px;
  }
}
.widget.widget-form.widget-form-form-request {
  background-color: #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget.widget-form .required-label {
  position: absolute;
  bottom: 100%;
  right: 10px;
  margin-bottom: 1em;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
@media (max-width:812px) {
  .widget.widget-form .required-label {
    position: relative;
    text-align: right;
    right: 0;
  }
}
.widget.widget-form input.error, .widget.widget-form textarea.error {
  background-color: #f3c3c3;
}
.widget.widget-form .notification {
  color: #616778;
  background: #ecc5c4;
  padding: 20px;
  border: 1px solid #d07c79;
}
@media (min-width:813px) {
  .widget.widget-form form .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width:813px) {
  .widget.widget-form form .row + .row {
    margin-top: 20px;
  }
}
@media (min-width:813px) {
  .widget.widget-form form .row > .row-item {
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
}
@media (min-width:813px) {
  .widget.widget-form form .row > .row-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width:812px) {
  .widget.widget-form form .row > .row-item {
    margin-top: 12.5px;
  }
}
.widget.widget-form form .row > .row-item.row-item-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.widget.widget-form form .row > .row-item.row-item-auto-width {
  width: auto;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.widget.widget-form form .row.disabled {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
}
.widget.widget-form .form-text {
  white-space: nowrap;
  line-height: 50px;
}
.widget.widget-form .form-text a.inherit:not(.cta):hover {
  color: #ffffff;
}
.widget.widget-form p.form-text {
  margin-bottom: 10px;
}
.widget.widget-form input:not([type=submit]):not([type=radio]):not([type=checkbox]), .widget.widget-form textarea, .widget.widget-form select {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: #616778;
  line-height: 48px;
  font-size: inherit;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none !important;
  text-align: left;
  border-bottom: solid 2px transparent;
  outline: none;
}
.widget.widget-form input:not([type=submit]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, .widget.widget-form textarea::-webkit-input-placeholder, .widget.widget-form select::-webkit-input-placeholder {
  color: #616778;
}
.widget.widget-form input:not([type=submit]):not([type=radio]):not([type=checkbox])::-moz-placeholder, .widget.widget-form textarea::-moz-placeholder, .widget.widget-form select::-moz-placeholder {
  color: #616778;
}
.widget.widget-form input:not([type=submit]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder, .widget.widget-form textarea:-ms-input-placeholder, .widget.widget-form select:-ms-input-placeholder {
  color: #616778;
}
.widget.widget-form input:not([type=submit]):not([type=radio]):not([type=checkbox]):-moz-placeholder, .widget.widget-form textarea:-moz-placeholder, .widget.widget-form select:-moz-placeholder {
  color: #616778;
}
.widget.widget-form input:not([type=submit]):not([type=radio]):not([type=checkbox]):placeholder-shown, .widget.widget-form textarea:placeholder-shown, .widget.widget-form select:placeholder-shown {
  color: #616778;
}
.widget.widget-form input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder, .widget.widget-form textarea::placeholder, .widget.widget-form select::placeholder {
  color: #616778;
}
.widget.widget-form input:not([type=submit]):not([type=radio]):not([type=checkbox]), .widget.widget-form textarea {
  height: 50px;
  -webkit-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  -ms-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  padding: 0 30px;
}
.widget.widget-form select {
  padding: 0 30px;
}
.widget.widget-form textarea.auto-height {
  resize: none;
}
.widget.widget-form textarea:not(.auto-height) {
  resize: vertical;
  min-height: 50px;
}
.widget.widget-form .row-item {
  position: relative;
}
@media (max-width:812px) {
  .widget.widget-form .row-item + .row-item {
    margin-top: 40px;
  }
}
.widget.widget-form .row-item:not(.row-item-choice) > label {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.widget.widget-form .row-item.row-item-choice input[type=checkbox] {
  position: absolute;
  left: -99999px;
}
.widget.widget-form .row-item.row-item-choice label {
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.widget.widget-form .row-item.row-item-choice i {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  cursor: pointer;
}
.widget.widget-form .row-item.row-item-choice span {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  margin-left: 20px;
}
@media (max-device-width: 320px) {
  .widget.widget-form .row-item.row-item-choice span {
    font-size: 0.8rem;
  }
}
.widget.widget-form .row-item.row-item-choice input:checked + i:before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  color: #00a5a5;
  font-size: 0.75rem;
}

select.error + .select2-container--flat .select2-selection--single {
  background: #f3c3c3;
}

.widget.widget-form-inline {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width:812px) {
  .widget.widget-form-inline {
    padding-bottom: 25px;
  }
}
.widget.widget-form-inline input.error, .widget.widget-form-inline textarea.error {
  border-bottom-color: #c50000 !important;
  color: #c50000 !important;
}
.widget.widget-form-inline input.error::-webkit-input-placeholder, .widget.widget-form-inline textarea.error::-webkit-input-placeholder {
  color: #c50000 !important;
}
.widget.widget-form-inline input.error::-moz-placeholder, .widget.widget-form-inline textarea.error::-moz-placeholder {
  color: #c50000 !important;
}
.widget.widget-form-inline input.error:-ms-input-placeholder, .widget.widget-form-inline textarea.error:-ms-input-placeholder {
  color: #c50000 !important;
}
.widget.widget-form-inline input.error:-moz-placeholder, .widget.widget-form-inline textarea.error:-moz-placeholder {
  color: #c50000 !important;
}
.widget.widget-form-inline input.error:placeholder-shown, .widget.widget-form-inline textarea.error:placeholder-shown {
  color: #c50000 !important;
}
.widget.widget-form-inline input.error::placeholder, .widget.widget-form-inline textarea.error::placeholder {
  color: #c50000 !important;
}
.widget.widget-form-inline select.error + .select2 .select2-selection--single {
  border-bottom-color: #c50000 !important;
}
.widget.widget-form-inline select.error + .select2 .select2-selection__placeholder {
  color: #c50000 !important;
}
.widget.widget-form-inline select.error + .select2 .select2-selection__arrow b {
  border-top-color: #c50000 !important;
}
.widget.widget-form-inline .select2 .select2-selection--single {
  border-bottom-color: #00a5a5 !important;
}
.widget.widget-form-inline .select2 .select2-selection__arrow b {
  border-top-color: #00a5a5 !important;
}
.widget.widget-form-inline form .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width:813px) {
  .widget.widget-form-inline form .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (max-width:812px) {
  .widget.widget-form-inline form .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.widget.widget-form-inline form .row + .row > .row-item {
  margin-top: 30px;
}
@media (max-width:812px) {
  .widget.widget-form-inline form .row + .row > .row-item {
    margin-top: 30px;
  }
}
@media (min-width:813px) {
  .widget.widget-form-inline form .row > .row-item {
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
}
@media (min-width: 1161px) {
  .widget.widget-form-inline form .row > .row-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width:813px) and (max-width: 1160px) {
  .widget.widget-form-inline form .row > .row-item {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.widget.widget-form-inline form .row > .row-item.row-item-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.widget.widget-form-inline form .row > .row-item.row-item-auto-width {
  width: auto;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.widget.widget-form-inline form .row.disabled {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.widget.widget-form-inline form.referring-portal {
  margin-top: 30px;
}
.widget.widget-form-inline form.referring-portal input[type=password] {
  background: transparent;
}
.widget.widget-form-inline form.referring-portal .row-item.centered-right {
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget.widget-form-inline form.referring-portal-password-request {
  display: none;
  overflow: hidden;
  margin-top: 30px;
}
.widget.widget-form-inline form.referring-portal-password-request input {
  background: transparent;
}
.widget.widget-form-inline .referring-portal-links > a {
  margin-top: 20px;
}
.widget.widget-form-inline .form-text {
  white-space: nowrap;
  line-height: 40px;
}
.widget.widget-form-inline .form-text a.inherit:not(.cta):hover {
  color: #ffffff;
}
.widget.widget-form-inline p.form-text {
  margin-bottom: 15px;
}
.widget.widget-form-inline input:not([type=submit]):not([type=radio]):not([type=checkbox]), .widget.widget-form-inline textarea, .widget.widget-form-inline select {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: #4a536c;
  line-height: 39px;
  font-size: inherit;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none !important;
  text-align: left;
  border-bottom: solid 1px #00a5a5;
  outline: none;
}
.widget.widget-form-inline input:not([type=submit]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, .widget.widget-form-inline textarea::-webkit-input-placeholder, .widget.widget-form-inline select::-webkit-input-placeholder {
  color: #4a536c;
}
.widget.widget-form-inline input:not([type=submit]):not([type=radio]):not([type=checkbox])::-moz-placeholder, .widget.widget-form-inline textarea::-moz-placeholder, .widget.widget-form-inline select::-moz-placeholder {
  color: #4a536c;
}
.widget.widget-form-inline input:not([type=submit]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder, .widget.widget-form-inline textarea:-ms-input-placeholder, .widget.widget-form-inline select:-ms-input-placeholder {
  color: #4a536c;
}
.widget.widget-form-inline input:not([type=submit]):not([type=radio]):not([type=checkbox]):-moz-placeholder, .widget.widget-form-inline textarea:-moz-placeholder, .widget.widget-form-inline select:-moz-placeholder {
  color: #4a536c;
}
.widget.widget-form-inline input:not([type=submit]):not([type=radio]):not([type=checkbox]):placeholder-shown, .widget.widget-form-inline textarea:placeholder-shown, .widget.widget-form-inline select:placeholder-shown {
  color: #4a536c;
}
.widget.widget-form-inline input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder, .widget.widget-form-inline textarea::placeholder, .widget.widget-form-inline select::placeholder {
  color: #4a536c;
}
.widget.widget-form-inline input:not([type=submit]):not([type=radio]):not([type=checkbox]), .widget.widget-form-inline textarea {
  height: 40px;
  -webkit-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  -ms-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  padding: 0;
}
.widget.widget-form-inline select {
  padding: 0;
}
.widget.widget-form-inline textarea.auto-height {
  resize: none;
}
.widget.widget-form-inline textarea:not(.auto-height) {
  resize: vertical;
  min-height: 40px;
}
.widget.widget-form-inline .row-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width:812px) {
  .widget.widget-form-inline .row-item + .row-item {
    margin-top: 30px;
  }
}
.widget.widget-form-inline .row-item:not(.row-item-choice) > label {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.widget.widget-form-inline .row-item.row-item-choice input[type=checkbox] {
  position: absolute;
  left: -99999px;
}
.widget.widget-form-inline .row-item.row-item-choice label {
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.widget.widget-form-inline .row-item.row-item-choice i {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  cursor: pointer;
}
.widget.widget-form-inline .row-item.row-item-choice span {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  margin-left: 20px;
}
.widget.widget-form-inline .row-item.row-item-choice input:checked + i:before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  color: #00a5a5;
  font-size: 0.75rem;
}

.widget.widget-form-self-test form, .widget.widget-form-self-test .select2-results__option {
  font-size: 0.9rem;
  line-height: 2.2;
}
.widget.widget-form-self-test .select2-container .select2-selection--single .select2-selection__rendered, .widget.widget-form-self-test .select2-results__option {
  font-size: 0.9rem;
  line-height: 2.2;
}

.single-service section.main > .content > .inner-content > main.narrow > article {
  max-width: unset;
}

@media (min-width:813px) {
  .widget + .widget:not(.widget-location-gallery-carousel):not(.widget-location-review-summary) {
    margin-top: 50px;
  }
}
.widget-form-self-test form div.row-item.error > label {
  color: #c50000;
}

.form.form-report-incident {
  background-color: #f2f3f5;
}
.form.form-report-incident .content .inner-content {
  padding-top: 90px;
  padding-bottom: 120px;
}
.form.form-report-incident .content .inner-content h2 {
  color: #192846;
  max-width: 750px;
  margin: 0 auto 30px;
}
.form.form-report-incident .content .inner-content p {
  color: #616778;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 60px;
}
.form.form-report-incident .content .inner-content form {
  position: relative;
}

.owl-carousel {
  margin-left: auto;
  margin-right: auto;
  /*
  @media (max-width:1299px) {
  	padding-left:3*$gutter-md;
  	padding-right:3*$gutter-md;

  	.owl-nav {
  		button {
  			&.owl-prev {
  				right:auto;
  				left:$gutter-sm/2;
  			}
  			&.owl-next {
  				right:$gutter-sm;
  				left:auto;
  			}
  		}
  	}
  }
  */
  /*
  @media $mobileMax {
  	padding-left:2*$gutter-lg;
  	padding-right:2*$gutter-lg;
  	@include Light;

  	.owl-item + .owl-item {
  		margin-left:1*$gutter-sm;
  	}

  	.owl-nav {
  		button {
  			&:before {
  				content:'\e904';
  			}
  			&.owl-prev {
  				left:$gutter-sm;
  			}
  		}
  	}
  }
  */
  /*
  @media $mobileMax and (min-width:581px) {
  	.widget.widget-reviews-carousel & {
  		.rating {
  			font-size:30/$rem;
  		}
  	}
  }

  @media (max-width:580px) {
  	padding-left:3*$gutter-md;
  	padding-right:3*$gutter-md;

  	.owl-item + .owl-item {
  		margin-left:0;
  	}
  }

  @media (max-width:420px) {
  	padding-left:2*$gutter-lg;
  	padding-right:2*$gutter-lg;
  }

  @media (max-width:350px) {
  	.widget.widget-reviews-carousel & {
  		.rating {
  			font-size:30/$rem;
  		}
  	}
  }
  */
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
html .owl-carousel .owl-stage:after {
  content: none;
}
.owl-carousel .owl-stage.owl-stage-center {
  margin: auto;
}
.owl-carousel .owl-item {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
}
.owl-carousel .owl-nav {
  line-height: inherit;
}
.owl-carousel .owl-nav button {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 120px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: padding-left 0.2s ease-out;
  -moz-transition: padding-left 0.2s ease-out;
  -ms-transition: padding-left 0.2s ease-out;
  -o-transition: padding-left 0.2s ease-out;
  transition: padding-left 0.2s ease-out;
  outline: none;
}
.owl-carousel .owl-nav button:before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00a5a5;
  content: "\e90b";
  display: inline-block;
  font-size: 1.6rem;
}
.owl-carousel .owl-nav button.owl-next {
  left: 100%;
  margin: 0;
  margin-left: 10px;
}
@media (min-width:1411px) {
  .owl-carousel .owl-nav button.owl-next {
    margin-left: 50px;
  }
}
.owl-carousel .owl-nav button.owl-next:hover {
  background: inherit;
  color: inherit;
  padding-left: 5px !important;
}
.owl-carousel .owl-nav button.owl-prev {
  right: 100%;
  margin: 0;
  margin-right: 10px;
  -webkit-transform: rotateZ(180deg) translateY(50%);
  -moz-transform: rotateZ(180deg) translateY(50%);
  -ms-transform: rotateZ(180deg) translateY(50%);
  -o-transform: rotateZ(180deg) translateY(50%);
  transform: rotateZ(180deg) translateY(50%);
}
@media (min-width:1411px) {
  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 50px;
  }
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background: inherit;
  color: inherit;
  padding-left: 5px !important;
}

/*
.widget.widget-locations-map {
	.widgets-wrapper & {
		background-color:$color-3;
	}

	.content {
		position:relative;
	}

	@media $mobileMax {
		.content {
			&:before {
				content:'';
				display:block;
				width:100%;
				padding-top:percentage(9/16);
				min-height:320px;
			}
		}
	}
}
*/
.widget.widget-map.widget-location-map .controls.fullscreen-control {
  margin-top: 20px;
}
.widget.widget-map.widget-location-map .controls.zoom-control {
  margin-bottom: 20px;
}

#widget-locations-map-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
.info-window-container {
	width:260px;
	background-color:$white;
	border-top:solid 3px $color-2;
	padding:0.75*$gutter-sm 1.75*$gutter-sm 0.75*$gutter-sm 0.75*$gutter-sm;
	position:relative;
	@include box-shadow(0px 0px 1px 0 rgba($black, 50));

	&.affiliated {
		border-top-color:$color-4;
	}

	.h3 {
		font-size:inherit;
	}

	.office-hours {
		margin-top:0.5em;
	}

	.links {
		> a {
			& + a {
				margin-left:0.5*$gutter-sm;
			}
		}
	}

	table {
		td + td {
			padding-left:0.5*$gutter-sm;
		}
	}

	.icon-close {
		position:absolute;
		top:0;
		right:0;
		width:40px;
		height:40px;
		@include display-flex;
		@include flex-justify-content-center;
		@include flex-align-items-center;
		@include transform(translate(5px, -5px));
		cursor:pointer;
		@include transition(transform 0.2s ease-out);

		&:hover {
			@include transform(translate(5px, -5px)scale(1.2));
		}
	}
}
*/
#breadcrumbs ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumbs li:not(:last-child):after {
  content: "/";
  padding: 0 5px;
}

.widget.widget-main-blog-list > .content + .content .cta-wrapper {
  margin-top: 100px;
}

.widget.widget-career-opportunities .icon-careers {
  font-size: 4.55rem;
}

.widget.widget-financing-list {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width:812px) {
  .widget.widget-financing-list {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.widget.widget-financing-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width:812px) {
  .widget.widget-financing-list ul {
    display: block;
  }
  .widget.widget-financing-list ul li + li {
    margin-top: 50px;
  }
}

body.page-template-patient-forms section.main div.content div.inner-content main.two-columns > article {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form {
  margin-top: 85px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion > :first-child {
  border-bottom: 1px solid #192846;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-header > span {
  color: #4BA3A4;
  font-size: 25px;
  line-height: 49px;
  font-weight: 400;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-header i.icon-open:before {
  content: "\e902";
  font-weight: 700;
  font-size: 16px;
  color: #4BA3A4;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-header i.icon-close::before {
  content: "−";
  font-weight: 700;
  font-size: 26px;
  color: #4BA3A4;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form {
  max-width: 100%;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .patient_header {
  background-color: #F2F3F5;
  border-top: 2px solid #192846;
  padding: 20px;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .patient_header {
    padding: 10px;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form > .form-parts {
  max-width: 90%;
  margin: 40px auto;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form > .form-parts {
    margin: 20px auto;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form > .steps {
  max-width: 90%;
  margin: auto;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .form-input > div {
  display: flex;
  justify-content: space-between;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .form-input > div {
    flex-direction: column;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .form-input > div > span {
  max-width: 60%;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .form-input > div > label {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .form-input > div > label {
    padding: 10px 0;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .form-input > div > label > input {
  margin-top: 0px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .form-input > textarea {
  height: 150px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .row input {
  margin-top: 0;
  margin-right: 10px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .row > div {
  display: flex;
  gap: 10px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .h-150 {
  height: 150px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .w-25 {
  width: 25%;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .w-25 {
    width: 100%;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .w-50 {
  width: 50%;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .w-50 {
    width: 100%;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .col-five {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 10px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .col-five > label {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: calc(20%);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 calc(20%);
  -ms-flex: 0 0 calc(20%);
  flex: 0 0 calc(20%);
  width: calc(20%);
  max-width: calc(20%);
  display: grid;
  grid-template-columns: 1fr 11fr;
  align-items: center;
  gap: 5px;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .col-five > label {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: calc(50%);
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 calc(50%);
    -ms-flex: 0 0 calc(50%);
    flex: 0 0 calc(50%);
    width: calc(50%);
    max-width: calc(50%);
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .col-five > label > input {
  margin-top: 0;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .table-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 21px 0;
  border-bottom: 2px solid;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .table-row {
    flex-direction: column;
    row-gap: 10px;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .table-row > div {
  display: flex;
  gap: 10px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .table-row > div > label {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .table-row > div > label > input {
  margin-top: 5px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .table-row:last-child {
  border-bottom: none;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .registration_form_footer {
  border-top: 2px solid #192846;
  padding-top: 50px;
  margin-top: 50px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > .medical-history-form .registration_form_footer input {
  width: 65%;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form {
  max-width: 90%;
  margin: auto;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form label {
  font-size: 18px;
  line-height: 18px;
  color: #1C2844;
  display: block;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form input {
  border: 1px solid #979797;
  border-radius: 2px;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  margin-top: 12px;
  font-size: 18px;
  line-height: 18px;
  padding: 5px 20px;
  font-weight: 400;
  color: #A5A5A5;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form input {
    margin-top: 5px;
    padding: 5px 10px;
    width: 100%;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form textarea {
  border: 1px solid #979797;
  border-radius: 2px;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  margin-top: 12px;
  font-size: 18px;
  line-height: 18px;
  padding: 5px 20px;
  font-weight: 400;
  color: #A5A5A5;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form select {
  border: 1px solid #979797;
  border-radius: 2px;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  margin-top: 12px;
  font-size: 18px;
  line-height: 18px;
  padding: 5px 20px;
  font-weight: 400;
  color: #A5A5A5;
  width: 100%;
}
body.page-template-patient-forms section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .select-wrapper .select2-selection--single {
  border: 1px solid #a5a5a5;
  height: 35px !important;
}
body.page-template-patient-forms section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .select-wrapper .select2 {
  margin-top: 10px;
}
body.page-template-patient-forms section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .select-wrapper .select2-selection__rendered {
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 18px;
  line-height: 18px;
  padding: 7px 0;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .select-wrapper .select2-selection__placeholder {
  color: #A5A5A5;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form input::placeholder {
  color: #A5A5A5;
  font-size: 18px;
  line-height: 18px;
  display: block;
  font-weight: 400;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form textarea::placeholder {
  color: #A5A5A5;
  font-size: 18px;
  line-height: 18px;
  display: block;
  font-weight: 400;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .form-parts {
  color: #A5A5A5;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  margin-top: 50px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .form-parts :not(.active) {
  opacity: 0.25;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .form-parts :not(.active) {
    opacity: 0.5;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .form-parts .active {
  color: #4BA3A4;
  font-weight: 400;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .form-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .form-input {
    padding: 10px 0;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .form-input > textarea.insurance_input {
  height: 150px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .form-input .error {
  background-color: #f3c3c3;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .radio-inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 12px;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .radio-inputs {
    gap: 10px;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .radio-inputs > span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #1C2844;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .radio-inputs > label {
  display: inline-block;
  vertical-align: middle;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .radio-inputs > label > input {
  margin-top: 0px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .steps {
  margin-top: 50px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .steps .step {
  display: none;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .steps .step > div.form-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .steps .step > div.form-btns > .btn-back {
  border: 2px solid #4BA3A4;
  color: #4BA3A4;
  background-color: transparent;
  padding: 10px 30px;
  cursor: pointer;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .steps .step > div.form-btns > .btn-continue {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #4BA3A4;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .steps .step > div.form-btns > .btn-submit {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #4BA3A4;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .steps .step .active {
  display: block;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .steps .step.active {
  display: block;
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .col-two {
  columns: 2;
  column-gap: 80px;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .col-two {
    columns: 1;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .col-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .col-three {
    flex-wrap: wrap;
    gap: 0px;
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .col-three > .form-input {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: calc(33.3333333333% - 20px);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 20px);
  -ms-flex: 0 0 calc(33.3333333333% - 20px);
  flex: 0 0 calc(33.3333333333% - 20px);
  width: calc(33.3333333333% - 20px);
  max-width: calc(33.3333333333% - 20px);
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .col-three > .form-input {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: calc(100%);
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 calc(100%);
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%);
    width: calc(100%);
    max-width: calc(100%);
  }
}
section.main div.content div.inner-content main.two-columns > article > div.moa-form > div.accordion .accordion-content > form .col-three > .form-input > input.insurance_input {
  height: 150px;
}
section.main div.content div.inner-content main.two-columns .widget.widget-forms-list {
  margin-top: 75px;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns .widget.widget-forms-list {
    margin-top: 25px;
  }
}
section.main div.content div.inner-content main.two-columns .widget.widget-forms-list h2 {
  color: inherit;
  margin-bottom: 0;
}
section.main div.content div.inner-content main.two-columns .widget.widget-forms-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
section.main div.content div.inner-content main.two-columns .widget.widget-forms-list:not(.full-width) ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -10px;
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns .widget.widget-forms-list:not(.full-width) ul {
    display: block;
  }
}
section.main div.content div.inner-content main.two-columns .widget.widget-forms-list:not(.full-width) li {
  margin: 10px;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: calc(33.3333333333% - 20px);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 20px);
  -ms-flex: 0 0 calc(33.3333333333% - 20px);
  flex: 0 0 calc(33.3333333333% - 20px);
  width: calc(33.3333333333% - 20px);
  max-width: calc(33.3333333333% - 20px);
}
@media (max-width:812px) {
  section.main div.content div.inner-content main.two-columns .widget.widget-forms-list:not(.full-width) li {
    width: auto;
    max-width: unset;
  }
}
section.main div.content div.inner-content main.two-columns .widget.widget-forms-list.full-width li + li {
  margin-top: 10px;
}
section.main div.content div.inner-content main.two-columns .widget.widget-forms-list .form-container {
  padding: 25px 30px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f2f3f5;
  min-height: 200px;
}
section.main div.content div.inner-content main.two-columns .widget.widget-forms-list h3, section.main div.content div.inner-content main.two-columns .widget.widget-forms-list .cta-wrapper {
  margin: 0;
}
section.main div.content div.inner-content main.two-columns .widget.widget-forms-list h3 {
  color: #192846;
}
section.main div.content div.inner-content main.two-columns .widget.widget-forms-list .form-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.main div.content div.inner-content main.two-columns .widget.widget-forms-list .form-heading:after {
  display: inline-block;
  margin-left: 25px;
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  font-size: 2.3rem;
  color: #ffffff;
}

.widget-registration {
  text-align: center;
  border: 1px solid #192846;
  padding: 20px;
}
.widget-registration h2 {
  color: #0e1432 !important;
}
@media (max-width:812px) {
  .widget-registration {
    margin-bottom: 30px;
  }
}

@media screen and (min-width:701px) {
  .widget.widget-main-image-excerpt > .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width:701px) {
  .widget.widget-main-image-excerpt > .content > div:first-of-type {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: auto;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media screen and (min-width:701px) {
  .widget.widget-main-image-excerpt > .content > div:last-of-type {
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-flex-basis: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 45px;
  }
}
@media screen and (max-width:700px) {
  .widget.widget-main-image-excerpt > .content > div:last-of-type {
    margin-top: 50px;
  }
}
@media screen and (min-width:701px) {
  .widget.widget-main-image-excerpt + .widget-main-image-excerpt {
    margin-top: 90px;
  }
}
@media screen and (max-width:700px) {
  .widget.widget-main-image-excerpt + .widget-main-image-excerpt {
    margin-top: 75px;
  }
}

.widget.widget-insurance-list ul {
  margin: -50px -25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 20% 20% 20% 20%;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
@media (max-width:812px) {
  .widget.widget-insurance-list ul {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
.widget.widget-insurance-list li {
  padding: 50px 25px;
}
.widget.widget-insurance-list img {
  -webkit-transition: transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in;
  -ms-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  /*&:hover {
  	@include transform(scale(1.05));
  }*/
}

.widget.widget-related-service-pages .size-small {
  margin-bottom: 30px;
}
.widget.widget-related-service-pages li + li {
  margin-top: 20px;
}
.widget.widget-related-service-pages ul {
  margin-top: 0;
}

main.two-columns.related .widget-related-service-pages {
  padding-bottom: 50px;
}
main.two-columns p + h2 {
  margin-top: 75px;
}

.widget.widget-main-reviews ul {
  margin: -25px -60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}
@media (max-width:812px) {
  .widget.widget-main-reviews ul {
    display: block;
    margin: 0;
  }
}
.widget.widget-main-reviews li {
  padding: 25px 60px;
}
@media (max-width:812px) {
  .widget.widget-main-reviews li {
    padding: 0 0 50px 0;
  }
}
.widget.widget-main-reviews .widget.widget-reviews-list li + li {
  margin-top: 0;
}
.widget.widget-main-reviews small {
  margin-top: 15px;
}
.widget.widget-main-reviews small:before {
  content: "– ";
}
.widget.widget-main-reviews .cta-wrapper {
  margin-top: 100px;
}

.widget.widget-resources-subpage-list {
  margin-top: 90px;
  margin-bottom: 90px;
}
.widget.widget-resources-subpage-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -25px;
}
@media (max-width:812px) {
  .widget.widget-resources-subpage-list ul {
    display: block;
  }
}
.widget.widget-resources-subpage-list h2 {
  margin-top: 30px;
}
.widget.widget-resources-subpage-list li {
  margin: 0 25px;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: calc(33.3333333333% - 2 * 25px);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 2 * 25px);
  -ms-flex: 0 0 calc(33.3333333333% - 2 * 25px);
  flex: 0 0 calc(33.3333333333% - 2 * 25px);
  width: calc(33.3333333333% - 2 * 25px);
  max-width: calc(33.3333333333% - 2 * 25px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width:812px) {
  .widget.widget-resources-subpage-list li {
    width: auto;
    max-width: unset;
  }
}
@media (max-width:812px) {
  .widget.widget-resources-subpage-list li + li {
    margin-top: 50px;
  }
}
.widget.widget-resources-subpage-list li > div {
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.widget.widget-resources-subpage-list li > div + div {
  margin-top: 1em;
}
.widget.widget-resources-subpage-list i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 2.7rem;
}
.widget.widget-resources-subpage-list i.icon-forms {
  font-size: 3rem;
}
.widget.widget-resources-subpage-list i.icon-insurance {
  font-size: 2.7rem;
}
.widget.widget-resources-subpage-list i.icon-financing {
  font-size: 3rem;
}

.widget.widget-main-video .content {
  position: relative;
}
.widget.widget-main-video .content:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.widget.widget-main-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget.widget-main-video.video-vimeo .content:before {
  padding-top: 75%;
}

.widget.widget-provider {
  color: #192846;
  height: 100%;
}
.owl-item .widget.widget-provider {
  min-height: 0;
}
.widget.widget-provider > div.content {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.widget.widget-provider > div.content > div.provider-info a {
  display: block;
}
.widget.widget-provider > div.content > div.provider-info img.headshot {
  display: inline-block;
  max-width: 240px;
  margin-bottom: 5px;
}
.widget.widget-provider > div.content > div.provider-info a.provider-name {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.widget.widget-provider > div.content > div.provider-info p.title {
  text-align: center;
}
.widget.widget-provider .cta-wrapper {
  margin-top: 20px;
}

div.widget-provider-services div.content ul {
  gap: 10px;
  margin: 0;
  margin-bottom: 30px !important;
}
div.widget-provider-services div.content ul li.parent-service {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 !important;
}
div.widget-provider-services div.content ul li.parent-service a {
  font-size: 1.2rem;
}
div.widget-provider-services div.content ul li.child-service {
  color: #00a5a5;
  background-color: white;
}
div.widget-provider-services div.content ul li.child-service a {
  padding: 10px 10px;
  font-size: 0.9rem;
}
div.widget-provider-services div.content ul li.child-service:hover {
  background-color: #00a5a5;
  color: #fff;
}

.widget.widget-reviews-list {
  margin-top: 75px;
  margin-bottom: 75px;
}
.widget.widget-reviews-list li + li {
  margin-top: 50px;
}
.widget.widget-reviews-list q {
  display: block;
}

.widget.widget-reviews-carousel .owl-carousel .owl-nav button {
  top: 50%;
}
.widget.widget-reviews-carousel .widget.widget-reviews-list {
  color: #ffffff;
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width:812px) {
  .widget.widget-reviews-carousel .widget.widget-reviews-list {
    margin-left: 25px;
    margin-right: 25px;
  }
  .widget.widget-reviews-carousel .widget.widget-reviews-list .owl-nav button.owl-prev {
    left: 0;
    margin-right: 0;
    margin-left: -25px;
  }
  .widget.widget-reviews-carousel .widget.widget-reviews-list .owl-nav button.owl-next {
    right: 0;
    margin-right: -25px;
  }
}
.widget.widget-reviews-carousel li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}
.widget.widget-reviews-carousel .rating {
  font-size: 0.85rem;
  letter-spacing: 10px;
  margin-bottom: 0.75em;
}
.widget.widget-reviews-carousel > .content {
  position: relative;
}
.widget.widget-reviews-carousel small {
  margin-top: 0.6375rem;
}
.widget.widget-reviews-carousel small:before {
  content: "– ";
}

.widget.widget-search-module > .content {
  padding: 30px 30px 20px;
  background-color: #192846;
}
@media (max-width:812px) {
  .widget.widget-search-module > .content {
    padding: 25px 0 20px 0;
  }
}
@media (min-width:813px) {
  .widget.widget-search-module[data-title] > .content {
    padding-top: 20px;
  }
}
.widget.widget-search-module[data-title]:before {
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  content: attr(data-title);
  white-space: nowrap;
  padding: 10px 30px 0;
  background-color: #192846;
  color: #ffffff;
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: ""/20;
  line-height: "px"/20em;
  margin-bottom: -10px;
}
.widget.widget-search-module .bootstrap-tagsinput {
  background-color: #0e1432;
  color: #ffffff;
  display: block;
  width: 100%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width:812px) {
  .widget.widget-search-module .bootstrap-tagsinput {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
.widget.widget-search-module .tag {
  background-color: #192846;
  display: inline-block;
  padding-left: 30px;
  padding-right: 100px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (max-width:812px) {
  .widget.widget-search-module .tag {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.widget.widget-search-module .tag span[data-role=remove] {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget.widget-search-module .tag span[data-role=remove]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget.widget-search-module .tag span[data-role=remove]:after {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  color: #00a5a5;
  font-size: 1.1rem;
  display: block;
}
.widget.widget-search-module input[type=text], .widget.widget-search-module .tag {
  width: 100%;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0rem;
  font-weight: 300;
  padding: 10px 70px 10px 40px;
  font-size: 1.4rem;
  margin: 10px;
}
body.IE .widget.widget-search-module input[type=text], body.IE .widget.widget-search-module .tag {
  width: 100%;
}
@media (max-width:812px) {
  .widget.widget-search-module input[type=text], .widget.widget-search-module .tag {
    padding: 5px 35px 5px 10px;
    margin: 0 5px;
    font-size: 0.75rem;
  }
  .widget.widget-search-module input[type=text] span[data-role=remove], .widget.widget-search-module .tag span[data-role=remove] {
    right: 10px;
  }
  .widget.widget-search-module input[type=text] span[data-role=remove]:after, .widget.widget-search-module .tag span[data-role=remove]:after {
    font-size: 0.7rem;
  }
}
.widget.widget-search-module input[type=text]:placeholder-shown {
  width: 100%;
  font-style: italic;
  letter-spacing: -0.0188888889em;
}
@media (max-width:812px) {
  .widget.widget-search-module input[type=text]:placeholder-shown {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.widget.widget-search-module input[type=text]::placeholder {
  color: rgb(216.75, 216.75, 216.75);
}

#form-location-results,
#search-controls,
#search-controls-mobile {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#form-location-results a,
#search-controls a,
#search-controls-mobile a {
  color: #00a5a5;
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -ms-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
#form-location-results a:hover,
#search-controls a:hover,
#search-controls-mobile a:hover {
  color: #ffffff;
}
@media (max-width:812px) {
  #form-location-results,
  #search-controls,
  #search-controls-mobile {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
#form-location-results .loading-icon,
#search-controls .loading-icon,
#search-controls-mobile .loading-icon {
  width: 100%;
  height: 30px;
  max-width: 100%;
  min-height: 30px;
  position: absolute;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 20%;
}
#form-location-results .loading-icon:not(.relative),
#search-controls .loading-icon:not(.relative),
#search-controls-mobile .loading-icon:not(.relative) {
  top: 0;
  left: 0;
  position: absolute;
}
#form-location-results .loading-icon div,
#search-controls .loading-icon div,
#search-controls-mobile .loading-icon div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 4px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  animation: loading-icon 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ffffff transparent transparent transparent;
}
#form-location-results .loading-icon div:nth-child(1),
#search-controls .loading-icon div:nth-child(1),
#search-controls-mobile .loading-icon div:nth-child(1) {
  animation-delay: -0.45s;
}
#form-location-results .loading-icon div:nth-child(2),
#search-controls .loading-icon div:nth-child(2),
#search-controls-mobile .loading-icon div:nth-child(2) {
  animation-delay: -0.3s;
}
#form-location-results .loading-icon div:nth-child(3),
#search-controls .loading-icon div:nth-child(3),
#search-controls-mobile .loading-icon div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loading-icon {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#search-suggestions-container {
  max-width: 100%;
  margin-right: 0;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#search-suggestions-container em {
  width: 160px;
  max-width: 160px;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: 160px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 160px;
  -ms-flex: 0 1 160px;
  flex: 0 1 160px;
  color: #8c92a3;
  font-family: acumin-pro, sans-serif;
  letter-spacing: 0rem;
  font-weight: 300;
}
#search-suggestions-container ul {
  width: calc(100% - 160px);
  max-width: calc(100% - 160px);
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-flex-basis: calc(100% - 160px);
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 calc(100% - 160px);
  -ms-flex: 1 1 calc(100% - 160px);
  flex: 1 1 calc(100% - 160px);
  font-family: acumin-pro-semi-condensed, sans-serif;
  letter-spacing: -0.02rem;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#search-suggestions-container li {
  margin-left: 2ch;
}
@media (max-width:812px) {
  #search-suggestions-container li:first-of-type {
    margin-left: 0;
  }
}

#search-geolocation, .current-location {
  margin-top: 15px;
  margin-left: 0;
}
#search-geolocation i, .current-location i {
  font-size: 0.85rem;
}
@media (max-width: 960px) {
  #search-geolocation, .current-location {
    margin: 18.75px 0 0;
    padding-top: 12.5px;
    border-top: solid 1px #28324d;
  }
}

.search-error p {
  color: #f3c3c3;
  padding-bottom: 20px;
}

#form-location-search-result,
#form-location-search-result-mobile,
#search-results,
#search-results-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin: 20px -15px 0;
}
#form-location-search-result > li,
#form-location-search-result-mobile > li,
#search-results > li,
#search-results-mobile > li {
  margin: 0 15px;
  width: calc(33.3333333333% - 30px);
  max-width: calc(33.3333333333% - 30px);
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: calc(33.3333333333% - 30px);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333333333% - 30px);
  -ms-flex: 0 0 calc(33.3333333333% - 30px);
  flex: 0 0 calc(33.3333333333% - 30px);
}
#form-location-search-result > li div.widget-search-result > div.content p,
#form-location-search-result-mobile > li div.widget-search-result > div.content p,
#search-results > li div.widget-search-result > div.content p,
#search-results-mobile > li div.widget-search-result > div.content p {
  margin-bottom: 0;
}
#form-location-search-result > li div.widget-search-result > div.content div.cta-wrapper,
#form-location-search-result-mobile > li div.widget-search-result > div.content div.cta-wrapper,
#search-results > li div.widget-search-result > div.content div.cta-wrapper,
#search-results-mobile > li div.widget-search-result > div.content div.cta-wrapper {
  margin-top: 20px;
}
#form-location-search-result > li div.cta-wrapper,
#form-location-search-result-mobile > li div.cta-wrapper,
#search-results > li div.cta-wrapper,
#search-results-mobile > li div.cta-wrapper {
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#form-location-search-result > li div.cta-wrapper > a.secondary,
#form-location-search-result-mobile > li div.cta-wrapper > a.secondary,
#search-results > li div.cta-wrapper > a.secondary,
#search-results-mobile > li div.cta-wrapper > a.secondary {
  color: #ffffff;
}
@media (max-width: 1215px) {
  #form-location-search-result > li div.cta-wrapper,
  #form-location-search-result-mobile > li div.cta-wrapper,
  #search-results > li div.cta-wrapper,
  #search-results-mobile > li div.cta-wrapper {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #form-location-search-result > li div.cta-wrapper > a:not(:last-of-type),
  #form-location-search-result-mobile > li div.cta-wrapper > a:not(:last-of-type),
  #search-results > li div.cta-wrapper > a:not(:last-of-type),
  #search-results-mobile > li div.cta-wrapper > a:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media (max-width:812px) {
  #form-location-search-result,
  #form-location-search-result-mobile,
  #search-results,
  #search-results-mobile {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #form-location-search-result > li,
  #form-location-search-result-mobile > li,
  #search-results > li,
  #search-results-mobile > li {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: calc(100% - 30px);
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 30px);
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    margin-bottom: 10px;
  }
}

.popup {
  display: none;
  position: relative;
}
.popup .inner {
  position: fixed;
  top: 10vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  z-index: 10000;
  color: #000;
  padding: 20px;
  width: 90vw;
  max-width: 720px;
}
.popup .inner a:hover {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #192846;
}
@media (max-width:812px) {
  .popup .inner {
    width: 98vw;
  }
  .popup .inner h2 {
    font-size: 22px;
  }
  .popup .inner p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.popup div.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.bg-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4a536c;
  opacity: 0.9;
  box-shadow: 0px 3px 5px 1px #999;
}

a.temp:hover {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #192846;
}

#search-results a.temp:hover {
  color: #ffffff;
}

.form-appointment a:hover {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #ffffff;
}

.widget.widget-form-appointment .row .row-item .form-input-label {
  margin-left: 10px;
}
.widget.widget-form-appointment .row .row-item:not(#open-offices) .select-wrapper button.cta-primary {
  background-color: #00a5a5;
  color: white;
}
.widget.widget-form-appointment .row .form-input-label-2 {
  margin: 20px 10px;
}
.widget.widget-form-appointment .content h6.form-appointment-heading {
  margin: 20px 10px 10px;
}
.widget.widget-form-appointment .content p.form-appointment-subheading {
  margin: -10px 10px 10px;
  font-size: 0.8em;
  line-height: 1.2em;
}
.widget.widget-form-appointment .content .odr-main__normal {
  margin-left: 10px !important;
}

#patient_type_input_field > .row-item > .select-patient-type {
  margin: 20px 10px;
  display: flex;
}
#patient_type_input_field > .row-item > .select-patient-type label {
  position: relative;
  display: block;
  max-width: max-content;
  background-color: #fff;
  padding: 10px 40px;
  margin-right: 10px;
  color: #000;
  cursor: pointer;
  line-height: 1.2rem;
  font-size: 1.2rem;
}
#patient_type_input_field > .row-item > .select-patient-type input[type=radio] {
  appearance: none;
}
#patient_type_input_field > .row-item > .select-patient-type input[type=radio]:checked + label {
  background-color: #00a5a5;
  border: none;
  outline: none;
  color: #fff;
}

#service-appointment-form > .row > .row-item > .select-patient-type {
  margin: 20px 10px;
  display: flex;
}
#service-appointment-form > .row > .row-item > .select-patient-type label {
  position: relative;
  display: block;
  max-width: max-content;
  background-color: #fff;
  padding: 10px 40px;
  margin-right: 10px;
  color: #000;
  cursor: pointer;
  line-height: 1.2rem;
  font-size: 1.2rem;
}
#service-appointment-form > .row > .row-item > .select-patient-type input[type=radio] {
  appearance: none;
}
#service-appointment-form > .row > .row-item > .select-patient-type input[type=radio]:checked + label {
  background-color: #00a5a5;
  border: none;
  outline: none;
  color: #fff;
}
#service-appointment-form > #service-form {
  margin: 0 10px;
}
#service-appointment-form > #service-form p {
  margin-bottom: 0px;
}
#service-appointment-form > #service-form div.row {
  display: flex;
  gap: 20px;
}
#service-appointment-form > #service-form div.row > .row-item {
  margin-top: 10px;
  flex: 1 1 50%;
}
#service-appointment-form > #service-form div.row > .row-item.top-providers-field .select-wrapper {
  margin: 10px 0;
}
#service-appointment-form > #service-form div.row > .row-item > #form-location-search {
  margin: 0px;
}
#service-appointment-form > #service-form div.row > .row-item > #form-location-search div.content {
  padding: 0;
}
#service-appointment-form > #service-form div.row > .row-item > #form-location-search div.content div {
  background-color: none;
  border-radius: none !important;
}
#service-appointment-form > #service-form div.row > .row-item > #form-location-search div.content div input[type=text] {
  margin: 10px 0;
  font-style: normal;
}
#service-appointment-form > #service-form div.row > .row-item > #form-location-search div.content div#search-results {
  margin: 10px;
}
#service-appointment-form > #service-form div.row > .row-item > #form-location-search div.content div#search-results > li {
  list-style: none;
}
#service-appointment-form > #service-form div.row > .row-item > #services_label {
  margin: 0 10px;
}
#service-appointment-form > #service-form div.row > .row-item > #services {
  margin: 10px;
}
#service-appointment-form > #service-form div.row > .row-item > #service_providers_label {
  margin: 10px 10px;
}
#service-appointment-form > #service-form #services-input-for-services-form {
  margin-top: 10px;
}
#service-appointment-form > #service-form #services-input-for-services-form > label {
  margin-bottom: 10px;
  display: block;
}
#service-appointment-form > #service-form #regular-app-form h6 {
  margin: 10px 10px;
}

section.hero-image-with-text {
  width: 100%;
  padding: 60px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width:812px) {
  section.hero-image-with-text {
    height: 300px;
  }
}
section.hero-image-with-text .content {
  height: 100%;
}
@media (max-width:812px) {
  section.hero-image-with-text .content {
    padding-top: 40px;
  }
}
section.hero-image-with-text .content .inner-content {
  height: 100%;
}
section.hero-image-with-text .content .inner-content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  height: 100%;
}
section.hero-image-with-text .content .inner-content div .logo {
  width: 300px;
}
@media (max-width:812px) {
  section.hero-image-with-text .content .inner-content div .logo {
    width: 200px;
  }
}
section.hero-image-with-text .content .inner-content div h1 {
  font-size: 40px;
  color: #192849;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width:812px) {
  section.hero-image-with-text .content .inner-content div h1 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
}
section.hero-image-with-text .content .inner-content div a {
  font-size: 40px;
  font-weight: 500;
  color: #00A5A5;
  display: block;
  width: 40%;
  line-height: 40px;
}
@media (max-width:812px) {
  section.hero-image-with-text .content .inner-content div a {
    width: 75%;
    font-size: 24px;
    line-height: 24px;
  }
}

section#location-logos {
  background: #00A5A5;
  padding: 40px 0px;
}
section#location-logos .content .inner-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width:812px) {
  section#location-logos .content .inner-content {
    flex-wrap: wrap;
    gap: 50px;
  }
}

section#statistics .content .inner-content .stats {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width:812px) {
  section#statistics .content .inner-content .stats {
    justify-content: center;
    gap: 30px;
  }
}
section#statistics .content .inner-content .stats .stat {
  color: #99DBDB;
  text-align: center;
}
section#statistics .content .inner-content .stats .stat h2 {
  font-size: 48px;
  line-height: 76px;
}
section#statistics .content .inner-content .stats .stat p {
  font-size: 18px;
  line-height: 26px;
}

section.form-joining {
  width: 100%;
  position: relative;
}
section.form-joining .content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1450px;
  padding-left: 20px;
  padding-right: 20px;
}
section.form-joining .content .form-footer {
  margin-bottom: 50px;
  padding: 40px 40px;
  background: linear-gradient(rgba(23, 25, 53, 0) 0%, rgba(23, 25, 53, 0) 5%, rgb(23, 25, 53) 100%);
}
section.form-joining .content .form-footer h2 {
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 50px;
}
section.form-joining .content .form-footer > form > .row {
  display: flex;
  gap: 40px;
}
@media (max-width:812px) {
  section.form-joining .content .form-footer > form > .row {
    flex-wrap: wrap;
    gap: 0px;
  }
}
section.form-joining .content .form-footer > form > .row > .col {
  width: 50%;
}
@media (max-width:812px) {
  section.form-joining .content .form-footer > form > .row > .col {
    width: 100%;
  }
}
section.form-joining .content .form-footer > form > .row > .col > div {
  margin-bottom: 30px;
}
section.form-joining .content .form-footer > form > .row > .col > div > label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}
section.form-joining .content .form-footer > form > .row > .col > div > input {
  width: 100%;
  padding: 8px;
  border: 1px solid #66C9C9;
  background: none;
}
section.form-joining .content .form-footer > form > .row > .col > div input.error {
  background-color: #f3c3c3;
}
section.form-joining .content .form-footer > form > .row > .col > div #resume {
  display: none;
}
section.form-joining .content .form-footer > form > .row > .col .row {
  display: flex;
  gap: 50px;
}
section.form-joining .content .form-footer > form > .row > .col .row .col div span {
  font-size: 14px;
  text-decoration: underline;
  color: #66C9C9;
  line-height: 20px;
}
section.form-joining .content .form-footer > form > .row > .col .row .col div > p {
  font-size: 14px;
}
section.form-joining .content .form-footer > form button {
  background-color: #66C9C9;
  padding: 8px 20px;
  font-size: 1.2rem;
  border: 1px solid #66C9C9;
  color: white;
}
section.form-joining .content .form-footer > p {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin-top: 50px;
}

section#confirmation-message {
  padding: 60px 0;
}
section#confirmation-message .content .inner-content h1 {
  color: #00A5A5;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#confirmation-message .content .inner-content h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
section#confirmation-message .content .inner-content p {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
}
section#confirmation-message .content .inner-content div {
  padding: 40px 40px;
  height: 301px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(rgba(23, 25, 53, 0) 0%, rgba(23, 25, 53, 0) 5%, rgb(23, 25, 53) 100%);
}
section#confirmation-message .content .inner-content div p {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

section.footer-locations-services {
  margin-bottom: 100px;
}
section.footer-locations-services div.content div.inner-content a.footer_locations {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
section.footer-locations-services div.content div.inner-content a.footer_locations i.icon-open:before {
  content: "\e902";
  font-weight: 700;
  font-size: 16px;
}
section.footer-locations-services div.content div.inner-content a.footer_locations i.icon-close::before {
  content: "−";
  font-weight: 700;
  font-size: 26px;
}
section.footer-locations-services div.content div.inner-content ul.footer_locations_list {
  columns: 4;
  gap: 20px;
  margin-bottom: 20px;
  display: none;
  overflow: hidden;
}
@media (min-width:782px) and (max-width:1160px) and (min-height:401px) {
  section.footer-locations-services div.content div.inner-content ul.footer_locations_list {
    columns: 3;
  }
}
@media (max-width:812px) {
  section.footer-locations-services div.content div.inner-content ul.footer_locations_list {
    columns: 2;
  }
}
section.footer-locations-services div.content div.inner-content ul.footer_locations_list li.state_heading {
  font-weight: bold;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-weight: 500;
  color: #00a5a5;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 16px;
}
section.footer-locations-services div.content div.inner-content ul.footer_locations_list li.state_heading:not(:first-child) {
  margin-top: 10px;
}
section.footer-locations-services div.content div.inner-content ul.footer_locations_list li:not(.state_heading) {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}
section.footer-locations-services div.content div.inner-content ul.footer_locations_list li a {
  color: white;
  transition: hover 0.2s ease-in-out;
}
section.footer-locations-services div.content div.inner-content ul.footer_locations_list li a:hover {
  color: #00a5a5;
}
section.footer-locations-services div.content div.inner-content .footer_services {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
section.footer-locations-services div.content div.inner-content .footer_services i.icon-open:before {
  content: "\e902";
  font-weight: 700;
  font-size: 16px;
}
section.footer-locations-services div.content div.inner-content .footer_services i.icon-close::before {
  content: "−";
  font-weight: 700;
  font-size: 26px;
}
section.footer-locations-services div.content div.inner-content .footer_services_list {
  columns: 4;
  gap: 20px;
  margin-bottom: 20px;
  display: none;
  overflow: hidden;
}
@media (min-width:782px) and (max-width:1160px) and (min-height:401px) {
  section.footer-locations-services div.content div.inner-content .footer_services_list {
    columns: 3;
  }
}
@media (max-width:812px) {
  section.footer-locations-services div.content div.inner-content .footer_services_list {
    columns: 2;
  }
}
section.footer-locations-services div.content div.inner-content .footer_services_list li {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}
section.footer-locations-services div.content div.inner-content .footer_services_list li a {
  color: white;
  transition: color 300ms ease-in-out;
}
section.footer-locations-services div.content div.inner-content .footer_services_list li a:hover {
  color: #00a5a5;
}

.divider-line {
  max-width: 90rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #4A4A4A;
  border-left: 0;
  margin: 1.25rem auto;
}

div.nextpatient-box {
  width: 100%;
  max-width: 100%;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  margin-left: 10px;
}
@media (max-width:812px) {
  div.nextpatient-box {
    margin-left: 0;
    margin-top: 30px;
  }
}
div.nextpatient-box .nextpatient-reason-select select {
  max-width: 100%;
  color: black;
  padding: 10px 17px;
  border-radius: 5px;
}
@media (max-width:812px) {
  div.nextpatient-box .nextpatient-reason-select select {
    width: 100%;
  }
}
div.nextpatient-box > div.nextpatient-font {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
}
div.nextpatient-box > div.nextpatient-font > div.nextpatient-criteria-box {
  max-width: 30%;
}
@media (max-width:812px) {
  div.nextpatient-box > div.nextpatient-font > div.nextpatient-criteria-box {
    max-width: 100%;
    width: 100%;
  }
}
div.nextpatient-box > div.nextpatient-font > div.nextpatient-criteria-box > div.nextpatient-criteria-label {
  display: block;
  margin: 0px 0px 5px 0px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -0.14px;
  line-height: 25px;
}
@media (max-width:812px) {
  div.nextpatient-box > div.nextpatient-font > div.nextpatient-criteria-box > div.nextpatient-criteria-label > br {
    display: none;
  }
}
@media (max-width:812px) {
  div.nextpatient-box > div.nextpatient-font > div.nextpatient-criteria-box > div.nextpatient-criteria-input {
    width: 100%;
  }
}
div.nextpatient-box > div.nextpatient-font > div.nextpatient-criteria-box > div.nextpatient-criteria-input > select,
div.nextpatient-box > div.nextpatient-font > div.nextpatient-criteria-box > div.nextpatient-criteria-input input {
  color: black;
  font-size: 20px;
  height: 40px;
  line-height: 25px;
  padding: 5px 10px;
  margin: 0;
  width: auto;
  max-width: 100%;
  text-overflow: ellipsis;
  border: none;
  letter-spacing: -0.2px;
}
@media (max-width:812px) {
  div.nextpatient-box > div.nextpatient-font > div.nextpatient-criteria-box > div.nextpatient-criteria-input > select,
  div.nextpatient-box > div.nextpatient-font > div.nextpatient-criteria-box > div.nextpatient-criteria-input input {
    width: 100%;
  }
}
div.nextpatient-box > div.nextpatient-font > div.nextpatient-criteria-box > div.nextpatient-criteria-input > input[type=submit] {
  background: #4BA3A4;
  padding: 1px 50px;
  max-width: 150px;
  color: #FFFFFF;
  cursor: pointer;
}
div.nextpatient-box > div.nextpatient-font > div.nextpatient-criteria-box > div.nextpatient-criteria-input > input[type=submit]:hover {
  background: #FFFFFF;
  color: #4BA3A4;
}
div.nextpatient-box > div > div.nextpatient-provider-table {
  width: 100%;
  color: black;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell {
  vertical-align: middle;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.nextpatient-provider-name-block > div.nextpatient-provider-name-block-right > div.nextpatient-provider-name {
  text-align: left;
  font-size: 30px;
  line-height: 25px;
  letter-spacing: -0.6px;
}
@media (max-width:812px) {
  div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.nextpatient-provider-name-block > div.nextpatient-provider-name-block-right > div.nextpatient-provider-name {
    font-size: 20px;
  }
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.nextpatient-provider-name-block > div.nextpatient-provider-name-block-right > div.nextpatient-provider-age-range {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-style: unset;
  letter-spacing: -0.2px;
}
@media (max-width:812px) {
  div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.nextpatient-provider-name-block > div.nextpatient-provider-name-block-right > div.nextpatient-provider-age-range {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.nextpatient-provider-name-block > div.nextpatient-provider-name-block-right > div.nextpatient-provider-age-range > b {
  font-weight: normal;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.nextpatient-provider-name-block > div.nextpatient-provider-name-block-right > div.nextpatient-provider-blurb {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
  margin: 5px 0px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.nextpatient-provider-name-block > div.nextpatient-provider-name-block-right > div.nextpatient-provider-blurb > b {
  font-weight: normal;
  margin-right: 20px;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.nextpatient-provider-name-block > div.nextpatient-provider-name-block-right > div.nextpatient-provider-blurb > a:hover {
  color: #4BA3A4;
  cursor: pointer;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.nextpatient-provider-times {
  display: flex;
  flex-wrap: wrap;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.nextpatient-provider-times > div {
  display: block !important;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.nextpatient-provider-times > div > a.nextpatient-slot-time {
  padding: 5px 0;
  background: #4BA3A4;
  color: #FFFFFF;
  border: none;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.next-appt-block > div.time-line {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.2px;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.next-appt-block > div.time-line > span {
  font-size: 20px !important;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.next-appt-block div.explanation {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.16px;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.call-no-times > span {
  font-size: 17px !important;
}
div.nextpatient-box > div > div.nextpatient-provider-table > div.nextpatient-provider > div.nextpatient-provider-provider-cell > div.call-no-times > a:hover {
  color: #4BA3A4;
}
div.nextpatient-box > div.nextpatient-provider-age-range {
  margin: 30px 0px 10px 0px;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
}
div.nextpatient-box > div .nextpatient-provider-location {
  width: 30%;
  margin-right: 30px;
  display: inline-block;
  margin-top: 30px;
}
@media (max-width:812px) {
  div.nextpatient-box > div .nextpatient-provider-location {
    width: 100%;
  }
}
div.nextpatient-box > div .nextpatient-provider-location .nextpatient-provider-times {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width:812px) {
  div.nextpatient-box > div .nextpatient-provider-location .nextpatient-provider-times {
    grid-template-columns: 1fr;
  }
}
div.nextpatient-box > div .nextpatient-provider-location .nextpatient-provider-times > div {
  display: block !important;
  margin: 5px 5px 3px 0px !important;
  background-color: #00a5a5 !important;
  border-radius: 5px !important;
  border: none !important;
  cursor: pointer;
}
div.nextpatient-box > div .nextpatient-provider-location .nextpatient-provider-times > div > a.nextpatient-slot-time {
  background: #00a5a5;
  color: white;
  border: none;
  margin: 0px;
  width: 100%;
}
div.nextpatient-box > div .nextpatient-provider-location .nextpatient-provider-times > div.nextpatient-no-time {
  grid-column-end: 1;
  padding: 6px 15px 6px 15px;
}
div.nextpatient-box > div .nextpatient-provider-location .nextpatient-provider-times > div.nextpatient-no-time > a {
  color: #FFFFFF;
}

section.pop-up {
  background-color: rgba(14, 20, 50, 0.5);
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  inset: 0;
  z-index: 11;
}
section.pop-up.display-none {
  display: none;
}
section.pop-up.provider-departure-message > div.content > div.inner-content h3 {
  margin-bottom: 20px;
  text-align: left;
}
section.pop-up.provider-departure-message > div.content > div.inner-content p {
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width:812px) {
  section.pop-up.provider-departure-message > div.content > div.inner-content p {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width:812px) {
  section.pop-up.provider-departure-message > div.content > div.inner-content ul li {
    font-size: 17px;
    line-height: 22px;
  }
}
section.pop-up > div.content > div.inner-content > div {
  position: fixed;
  top: 50%;
  max-width: 1160px;
  background-color: #fff;
  padding: 80px 120px;
  text-align: center;
  color: #192846;
  transform: translateY(-50%);
}
@media (max-width:812px) {
  section.pop-up > div.content > div.inner-content > div {
    margin-right: 25px;
    padding: 60px 20px;
  }
}
section.pop-up > div.content > div.inner-content > div img {
  max-width: 400px;
  margin-bottom: 60px;
}
@media (max-width:812px) {
  section.pop-up > div.content > div.inner-content > div img {
    margin-bottom: 25px;
  }
}
section.pop-up > div.content > div.inner-content > div h3 {
  font-weight: bold;
}
@media (max-width:812px) {
  section.pop-up > div.content > div.inner-content > div h3.mobile-small {
    font-weight: 400;
    font-size: 25px;
  }
}
section.pop-up > div.content > div.inner-content > div p {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.69px;
}
@media (max-width:812px) {
  section.pop-up > div.content > div.inner-content > div p {
    font-size: 17px;
    line-height: 22px;
  }
}
section.pop-up > div.content > div.inner-content > div p > a[href^="tel:"] {
  white-space: nowrap;
}
section.pop-up > div.content > div.inner-content > div span.icon-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 50px;
  cursor: pointer;
}
@media (max-width:812px) {
  section.pop-up > div.content > div.inner-content > div span.icon-close {
    padding: 30px;
  }
}
section.pop-up > div.content > div.inner-content > div span.icon-close::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: #081F3B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
section.pop-up > div.content > div.inner-content > div span.icon-close::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: #081F3B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

section.provider-departure-message {
  background-color: rgba(14, 20, 50, 0.5);
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  inset: 0;
  z-index: 11;
}
section.provider-departure-message.display-none {
  display: none;
}
section.provider-departure-message > div.content > div.inner-content > div {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 80px 80px;
  text-align: center;
  color: #192846;
  transform: translate(-50%, -50%);
  max-width: 1024px;
  width: 90%;
}
@media screen and (max-width: 1224px) {
  section.provider-departure-message > div.content > div.inner-content > div {
    padding: 80px 40px;
    width: 90%;
  }
}
@media (max-width:812px) {
  section.provider-departure-message > div.content > div.inner-content > div {
    margin-right: 25px;
    padding: 60px 20px;
  }
}
section.provider-departure-message > div.content > div.inner-content > div h3 {
  font-size: 32px;
  font-weight: 500;
}
section.provider-departure-message > div.content > div.inner-content > div p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.69px;
  margin-top: 30px;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width:812px) {
  section.provider-departure-message > div.content > div.inner-content > div p {
    font-size: 17px;
    line-height: 22px;
  }
}
section.provider-departure-message > div.content > div.inner-content > div p > a[href^="tel:"] {
  white-space: nowrap;
}
section.provider-departure-message > div.content > div.inner-content > div a.cta {
  letter-spacing: -0.02rem;
  font-weight: 500;
  background-color: #00a5a5;
  color: #ffffff;
  padding: 5px 20px;
  display: block;
  max-width: fit-content;
  margin-inline: auto;
  border: 2px solid #00a5a5;
}
section.provider-departure-message > div.content > div.inner-content > div a.cta:hover {
  border: 2px solid #00a5a5;
  background: #ffffff;
  color: #00a5a5;
}
section.provider-departure-message > div.content > div.inner-content > div span.icon-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 30px;
  cursor: pointer;
}
@media (max-width:812px) {
  section.provider-departure-message > div.content > div.inner-content > div span.icon-close {
    padding: 30px;
  }
}
section.provider-departure-message > div.content > div.inner-content > div span.icon-close::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: #081F3B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
section.provider-departure-message > div.content > div.inner-content > div span.icon-close::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: #081F3B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

section#pop-up-box.location-popup {
  background-color: rgba(14, 20, 50, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
section#pop-up-box.location-popup.display-none {
  display: none;
}
section#pop-up-box.location-popup > div {
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
  padding: 80px 120px;
  color: #192846;
}
@media (max-width:812px) {
  section#pop-up-box.location-popup > div {
    padding: 60px 20px;
  }
}
section#pop-up-box.location-popup > div > p {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.69px;
}
@media (max-width:812px) {
  section#pop-up-box.location-popup > div > p {
    font-size: 17px;
    line-height: 22px;
  }
}
section#pop-up-box.location-popup > div > p > a[href^="tel:"] {
  white-space: nowrap;
}
section#pop-up-box.location-popup > div span.icon-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 50px;
  cursor: pointer;
}
@media (max-width:812px) {
  section#pop-up-box.location-popup > div span.icon-close {
    padding: 30px;
  }
}
section#pop-up-box.location-popup > div span.icon-close::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: #081F3B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
section#pop-up-box.location-popup > div span.icon-close::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: #081F3B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.page-template-general-eye-care-campaign section.branding-hero {
  max-height: 510px;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.branding-hero {
    max-height: 120px;
  }
}
body.page-template-general-eye-care-campaign section.branding-hero-section {
  padding: 90px 0;
  background-color: #FFFFFF;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.branding-hero-section {
    padding: 45px 0;
  }
}
body.page-template-general-eye-care-campaign section.branding-hero-section > .content > .inner-content h1 {
  max-width: 60%;
  margin-inline: auto;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -1.02px;
  text-align: center;
  color: #192846;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.branding-hero-section > .content > .inner-content h1 {
    max-width: 100%;
    font-size: 42px;
    line-height: 42px;
  }
}
body.page-template-general-eye-care-campaign section.branding-hero-section > .content > .inner-content p {
  max-width: 60%;
  margin-inline: auto;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.69px;
  text-align: center;
  color: #192846;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.branding-hero-section > .content > .inner-content p {
    max-width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
}
body.page-template-general-eye-care-campaign section.branding-hero-section > .content > .inner-content a {
  background-color: #00A5A5;
  padding: 10px 15px;
  display: block;
  max-width: fit-content;
  margin-inline: auto;
  color: #FFFFFF;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.branding-hero-section > .content > .inner-content a {
    padding: 10px 10px;
  }
}
body.page-template-general-eye-care-campaign section.choice-section {
  background-color: #F2F3F5;
  position: relative;
}
body.page-template-general-eye-care-campaign section.choice-section > .content > .inner-content > article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 100px;
  position: relative;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.choice-section > .content > .inner-content > article {
    gap: 20px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.page-template-general-eye-care-campaign section.choice-section > .content > .inner-content > article > .aside {
  padding: 120px 0;
  flex: 0 0 50%;
  padding-right: 50px;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.choice-section > .content > .inner-content > article > .aside {
    padding: 45px 0;
    flex: 0 0 100%;
    padding-right: 0;
  }
}
body.page-template-general-eye-care-campaign section.choice-section > .content > .inner-content > article > .aside h2 {
  color: #192846;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -1.02px;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.choice-section > .content > .inner-content > article > .aside h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
body.page-template-general-eye-care-campaign section.choice-section > .content > .inner-content > article > .aside p {
  color: #616778;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.22px;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.choice-section > .content > .inner-content > article > .aside p {
    font-size: 16px;
    line-height: 18px;
  }
}
body.page-template-general-eye-care-campaign section.choice-section > .content > .inner-content > article > img {
  position: absolute;
  width: calc(50vw - 9px);
  left: 50%;
  height: 100%;
  flex: 0 0 50%;
  object-fit: cover;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.choice-section > .content > .inner-content > article > img {
    position: initial;
    width: 100%;
    flex: 0 0 100%;
  }
}
body.page-template-general-eye-care-campaign section.services-compaign {
  background-color: #FFFFFF;
  padding: 90px 0;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.services-compaign {
    padding: 45px 0;
  }
}
body.page-template-general-eye-care-campaign section.services-compaign > .content > .inner-content {
  color: #192846;
}
body.page-template-general-eye-care-campaign section.services-compaign > .content > .inner-content h3 {
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -1.02px;
  max-width: 60%;
  margin-inline: auto;
  text-align: center;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.services-compaign > .content > .inner-content h3 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1.02px;
    max-width: 100%;
  }
}
body.page-template-general-eye-care-campaign section.services-compaign > .content > .inner-content p {
  max-width: 60%;
  margin-inline: auto;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.69px;
  text-align: center;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.services-compaign > .content > .inner-content p {
    font-size: 16px;
    line-height: 18px;
    max-width: 100%;
  }
}
body.page-template-general-eye-care-campaign section.services-compaign > .content > .inner-content div {
  max-width: 70%;
  margin-inline: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.services-compaign > .content > .inner-content div {
    max-width: 100%;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
body.page-template-general-eye-care-campaign section.services-compaign > .content > .inner-content div span {
  border-radius: 100px;
  padding: 20px;
  background-color: #11A5A5;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.31px;
}
@media (max-width:812px) {
  body.page-template-general-eye-care-campaign section.services-compaign > .content > .inner-content div span {
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
  }
}

body.page-template-vitreo-retinal-service section img {
  display: block;
}
body.page-template-vitreo-retinal-service section.hero {
  background-color: #00A5A5;
}
body.page-template-vitreo-retinal-service section.hero > .content .inner-content p {
  padding: 30px 0;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -1.02px;
  max-width: 90%;
}
@media (max-width:812px) {
  body.page-template-vitreo-retinal-service section.hero > .content .inner-content p {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1.02px;
    max-width: 100%;
  }
}
body.page-template-vitreo-retinal-service section.main ul {
  list-style: disc;
  color: #0F1530;
  margin-left: 20px;
}
body.page-template-vitreo-retinal-service section.main ul li {
  padding-left: 0 !important;
}
body.page-template-vitreo-retinal-service section.main ul li:before {
  content: none !important;
}
body.page-template-vitreo-retinal-service section.main ul li::marker {
  font-size: 10px;
  padding-left: 20px;
}
body.page-template-vitreo-retinal-service section.providers {
  background-color: #FFFFFF;
  padding-bottom: 60px;
}
body.page-template-vitreo-retinal-service section.providers > div.content > div.inner-content h2 {
  color: #192846;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -1.02px;
}
body.page-template-vitreo-retinal-service section.providers > div.content > div.inner-content > .widget-providers-carousel {
  margin: 60px 0;
}
body.page-template-vitreo-retinal-service section.providers > div.content > div.inner-content > .widget-providers-carousel .owl-stage-center {
  margin: 0;
}
body.page-template-vitreo-retinal-service section.providers > div.content > div.inner-content > .widget-providers-carousel .owl-stage-center .provider-info small {
  max-width: 60%;
  margin-inline: auto;
}
body.page-template-vitreo-retinal-service section.providers > div.content > div.inner-content > div.fellowship-alumni p {
  margin-top: 60px;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: -0.48px;
  color: #4BA3A4;
  margin: 20px 0;
}
body.page-template-vitreo-retinal-service section.providers > div.content > div.inner-content > div.fellowship-alumni ul {
  list-style: disc;
  color: #0F1530;
  padding-left: 15px;
}
body.page-template-vitreo-retinal-service section.providers > div.content > div.inner-content > div.fellowship-alumni ul li::marker {
  font-size: 10px;
}

div.widget-form-compaign-appointment {
  padding-bottom: 100px;
}
div.widget-form-compaign-appointment div.compaign-form form .row .row-item label {
  margin-bottom: 10px;
  display: block;
}
div.widget-form-compaign-appointment div.compaign-form form .row.submit-button {
  display: block;
  padding: 70px 0;
}
@media (max-width:812px) {
  div.widget-form-compaign-appointment div.compaign-form form .row.submit-button {
    padding: 20px 0;
  }
}
div.widget-form-compaign-appointment div.bottom {
  background-color: #0E1432;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
div.widget-form-compaign-appointment div.bottom p {
  max-width: 70%;
  margin-inline: auto;
  font-size: 12px;
  line-height: 16px;
  margin-top: 25px;
}
@media (max-width:812px) {
  div.widget-form-compaign-appointment div.bottom p {
    max-width: 90%;
  }
}

section#breadcrumbs {
  background-color: #F2FAFA;
  padding: 10px 0;
}
section#breadcrumbs > div.content > div.inner-content ul {
  display: flex;
  flex-wrap: wrap;
}
section#breadcrumbs > div.content > div.inner-content ul > li {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.48px;
  color: #000;
}
section#breadcrumbs > div.content > div.inner-content ul > li > a {
  color: #000;
}
section#breadcrumbs > div.content > div.inner-content ul > li:not(:last-child):after {
  content: "/";
  margin-right: 5px;
}
section#breadcrumbs > div.content > div.inner-content ul > li:last-child a {
  color: #09A4A5;
}
@media (max-width:812px) {
  section#breadcrumbs > div.content > div.inner-content ul > li {
    font-size: 16px;
  }
}

section#exit-pop-up {
  background-color: rgba(14, 20, 50, 0.5);
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  inset: 0;
  z-index: 11;
}
section#exit-pop-up.display-none {
  display: none;
}
section#exit-pop-up > div.content > div.inner-content > div {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 80px 40px;
  text-align: center;
  color: #192846;
  transform: translate(-50%, -50%);
  max-width: 1024px;
  width: 90%;
}
@media screen and (max-width: 1224px) {
  section#exit-pop-up > div.content > div.inner-content > div {
    padding: 80px 40px;
    width: 90%;
  }
}
@media (max-width:812px) {
  section#exit-pop-up > div.content > div.inner-content > div {
    margin-right: 25px;
    padding: 60px 20px;
  }
}
section#exit-pop-up > div.content > div.inner-content > div h3 {
  font-size: 32px;
  font-weight: 500;
}
section#exit-pop-up > div.content > div.inner-content > div p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.69px;
  margin-top: 30px;
  max-width: 80%;
  margin-inline: auto;
}
@media (max-width:812px) {
  section#exit-pop-up > div.content > div.inner-content > div p {
    font-size: 17px;
    line-height: 22px;
  }
}
section#exit-pop-up > div.content > div.inner-content > div p > a[href^="tel:"] {
  white-space: nowrap;
}
section#exit-pop-up > div.content > div.inner-content > div a.cta {
  letter-spacing: -0.02rem;
  font-weight: 500;
  background-color: #00a5a5;
  color: #ffffff;
  padding: 5px 20px;
  display: block;
  max-width: fit-content;
  margin-inline: auto;
  border: 2px solid #00a5a5;
}
section#exit-pop-up > div.content > div.inner-content > div a.cta:hover {
  border: 2px solid #00a5a5;
  background: #ffffff;
  color: #00a5a5;
}
section#exit-pop-up > div.content > div.inner-content > div span.icon-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 30px;
  cursor: pointer;
}
@media (max-width:812px) {
  section#exit-pop-up > div.content > div.inner-content > div span.icon-close {
    padding: 30px;
  }
}
section#exit-pop-up > div.content > div.inner-content > div span.icon-close::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: #081F3B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
section#exit-pop-up > div.content > div.inner-content > div span.icon-close::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2.5px;
  background-color: #081F3B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*# sourceMappingURL=styles.css.map */
