@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap);
.accordion button[aria-expanded="true"] + div[data-v-04a98a33] {
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.accordion > div[data-v-04a98a33] {
  transition: all 75ms cubic-bezier(0.4, 0, 1, 1);
  overflow: hidden;
}


button[data-v-5291c869] {
  position: absolute;
  top: -222vh;
  left: -444vw;
  border: none;
}
button[data-v-5291c869]:focus {
    position: static;
    top: auto;
    left: auto;
}

code[data-v-4df6cdc7] {
  display: inline-block;
  padding: 20px;
  background-color: rgba(255, 0, 0, 0.25);
  border: 2px solid red;
  margin: 30px 0;
  color: red;
}
.dev[data-v-4df6cdc7] {
  border: 1px solid black;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/* Text meant only for screen readers. */
#find-a-location .jump-link-nav > :first-child {
  margin-top: 0; }

#find-a-location .jump-link-nav > :last-child {
  margin-bottom: 0; }

.foo {
  background-color: red; }

@font-face {
  font-family: "ctortho-icons";
  src: url(fonts/ctortho-icons.ttf) format("truetype"), url(fonts/ctortho-icons.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="icon-"], [class*=" icon-"], .bcrumb-nav a:nth-last-of-type(1)::before, .bcrumb-nav a.bcrumb-back::before, .treatments-and-conditions-link::after, .dynamic-external-link:not(.hero-nav-link):not([href$=".pdf"])::after, .resource-link:first-child > span::after, .about-link:first-child > span::after, .home-hero .hero-video button.pause::after, .request-content .form-sidebar a.service-card span.more::after, .patient-buttons > div a .link-inner::before, .patient-buttons > div a .link-inner .button-text::after, .postid-1216 .content-block h3.patient-downloads::before, .alert .content::before, .select-providers nav a .inner::before, .select-providers nav a .inner > span::after, #find-a-location .display .location-card .copy .directions > a::after, .search-block button.search::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ctortho-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-x-ray:before {
  content: ""; }

.icon-medical-chart:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-file-pdf:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-crutches:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-ext:before {
  content: ""; }

.icon-x:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-right:before, .icon-left:before,
.icon-chevron:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-alert:before {
  content: ""; }

.icon-medical:before {
  content: ""; }

.icon-pay:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-quote:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

body {
  font-family: "Montserrat", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  color: #293F8E;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0; }

a {
  color: #293F8E;
  transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
  a:hover {
    color: inherit;
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
  a.more {
    display: inline-block;
    color: #293F8E;
    margin: 0;
    padding: 5px 0;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    color: #293F8E;
    background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 295ms ease; }
    a.more:hover {
      color: #293F8E;
      background-size: 100% 100%; }
    a.more .icon-right, a.more .icon-left {
      display: inline !important; }
    a.more:hover {
      color: #293f8d; }

.announce-excerpt a:not(.more):not(.btn-more),
.jump-item a:not(.more):not(.btn-more),
.contacts-email a:not(.more):not(.btn-more),
.contacts-office a:not(.more):not(.btn-more),
.callout-text-specialists a:not(.more):not(.btn-more),
.provider-specialties a:not(.more):not(.btn-more),
.eduvids-content a:not(.more):not(.btn-more),
.full-bio a:not(.more):not(.btn-more),
.trusted-resources a:not(.more):not(.btn-more),
.intro-content a:not(.more):not(.btn-more),
.footer-nav a:not(.more):not(.btn-more),
.services-checklist a:not(.more):not(.btn-more),
.provider-quals-content a:not(.more):not(.btn-more),
#locations .location-card a:not(.more):not(.btn-more),
.faqs-content a:not(.more):not(.btn-more),
.comprehensive-care a:not(.more):not(.btn-more),
.service-mantle a:not(.more):not(.btn-more),
.location-info a:not(.more):not(.btn-more) {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out; }
  .announce-excerpt a:not(.more):not(.btn-more):hover,
  .jump-item a:not(.more):not(.btn-more):hover,
  .contacts-email a:not(.more):not(.btn-more):hover,
  .contacts-office a:not(.more):not(.btn-more):hover,
  .callout-text-specialists a:not(.more):not(.btn-more):hover,
  .provider-specialties a:not(.more):not(.btn-more):hover,
  .eduvids-content a:not(.more):not(.btn-more):hover,
  .full-bio a:not(.more):not(.btn-more):hover,
  .trusted-resources a:not(.more):not(.btn-more):hover,
  .intro-content a:not(.more):not(.btn-more):hover,
  .footer-nav a:not(.more):not(.btn-more):hover,
  .services-checklist a:not(.more):not(.btn-more):hover,
  .provider-quals-content a:not(.more):not(.btn-more):hover,
  #locations .location-card a:not(.more):not(.btn-more):hover,
  .faqs-content a:not(.more):not(.btn-more):hover,
  .comprehensive-care a:not(.more):not(.btn-more):hover,
  .service-mantle a:not(.more):not(.btn-more):hover,
  .location-info a:not(.more):not(.btn-more):hover {
    background-color: #8BDB35 !important;
    text-decoration: none !important; }
  .announce-excerpt a:not(.more):not(.btn-more):hover > span,
  .jump-item a:not(.more):not(.btn-more):hover > span,
  .contacts-email a:not(.more):not(.btn-more):hover > span,
  .contacts-office a:not(.more):not(.btn-more):hover > span,
  .callout-text-specialists a:not(.more):not(.btn-more):hover > span,
  .provider-specialties a:not(.more):not(.btn-more):hover > span,
  .eduvids-content a:not(.more):not(.btn-more):hover > span,
  .full-bio a:not(.more):not(.btn-more):hover > span,
  .trusted-resources a:not(.more):not(.btn-more):hover > span,
  .intro-content a:not(.more):not(.btn-more):hover > span,
  .footer-nav a:not(.more):not(.btn-more):hover > span,
  .services-checklist a:not(.more):not(.btn-more):hover > span,
  .provider-quals-content a:not(.more):not(.btn-more):hover > span,
  #locations .location-card a:not(.more):not(.btn-more):hover > span,
  .faqs-content a:not(.more):not(.btn-more):hover > span,
  .comprehensive-care a:not(.more):not(.btn-more):hover > span,
  .service-mantle a:not(.more):not(.btn-more):hover > span,
  .location-info a:not(.more):not(.btn-more):hover > span {
    text-decoration: none !important; }

.callout-nav-link:not(span),
.bcrumb-nav a,
.footer-bottom a,
.conditions-content a {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out; }
  .callout-nav-link:not(span):hover,
  .bcrumb-nav a:hover,
  .footer-bottom a:hover,
  .conditions-content a:hover {
    background-color: #8BDB35 !important;
    text-decoration: none !important; }

@media (min-width: 768px) {
  .conditions-content a {
    display: inline-block; } }

.footer-about a[href*="tel:"],
.resource-links a.resource-link:not(:first-child),
.footer-about a.about-link:not(:first-child),
.location-card .directions a,
.location-card .phone a {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out;
  display: inline-block !important; }
  .footer-about a[href*="tel:"]:hover,
  .resource-links a.resource-link:not(:first-child):hover,
  .footer-about a.about-link:not(:first-child):hover,
  .location-card .directions a:hover,
  .location-card .phone a:hover {
    background-color: #8BDB35 !important;
    text-decoration: none !important; }
  .footer-about a[href*="tel:"]:hover > span,
  .resource-links a.resource-link:not(:first-child):hover > span,
  .footer-about a.about-link:not(:first-child):hover > span,
  .location-card .directions a:hover > span,
  .location-card .phone a:hover > span {
    text-decoration: none !important; }

.services-checklist a:not(.more):hover,
.footer-nav a:not(.more):hover,
.footer-bottom a:not(.more):hover,
.footer-about a[href*="tel:"]:not(.more):hover,
.resource-links a.resource-link:not(:first-child):not(.more):hover,
.footer-about a.about-link:not(:first-child):not(.more):hover {
  color: #293F8E; }

#find-a-location .jump-links button,
#find-a-doctor .jump-links button,
.accordion button {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out; }
  #find-a-location .jump-links button:hover,
  #find-a-doctor .jump-links button:hover,
  .accordion button:hover {
    background-color: #8BDB35 !important;
    text-decoration: none !important; }
  #find-a-location .jump-links button:hover > span,
  #find-a-doctor .jump-links button:hover > span,
  .accordion button:hover > span {
    text-decoration: none !important; }

/*
// Client/Custom (hosted) fonts
$typography-custom-font-url: '../fonts/';
// change '[SCSS Interpolation Hash]' to '#' if you need to use this
@font-face {
    font-family: "Web Font Name";
    src: url("[SCSS Interpolation Hash]{ $typography-custom-font-url }web-font-filename.eot?#iefix");
    src: url("[SCSS Interpolation Hash]{ $typography-custom-font-url }web-font-filename.eot?#iefix") format("eot"), 
        url("[SCSS Interpolation Hash]{ $typography-custom-font-url }web-font-filename.woff") format("woff"), 
        url("[SCSS Interpolation Hash]{ $typography-custom-font-url }web-font-filename.ttf") format("truetype"), 
        url("[SCSS Interpolation Hash]{ $typography-custom-font-url }web-font-filename.svg#font-filename") format("svg");
}
*/
@-webkit-keyframes breathe {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  53% {
    transform: scale(1.03); }
  93% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@-moz-keyframes breathe {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  53% {
    transform: scale(1.03); }
  93% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@-o-keyframes breathe {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  53% {
    transform: scale(1.03); }
  93% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@keyframes breathe {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  53% {
    transform: scale(1.03); }
  93% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

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

body {
  min-width: 300px; }

p {
  margin: 0 0 1em 0; }

.row, #find-a-location .jump-link-nav, #find-a-location .search-block, #find-a-location .display .layout {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .row .row, #find-a-location .jump-link-nav .row, #find-a-location .search-block .row, #find-a-location .display .layout .row, .row #find-a-location .jump-link-nav, #find-a-location .row .jump-link-nav, #find-a-location .jump-link-nav .jump-link-nav, #find-a-location .search-block .jump-link-nav, #find-a-location .display .layout .jump-link-nav, .row #find-a-location .search-block, #find-a-location .row .search-block, #find-a-location .jump-link-nav .search-block, #find-a-location .search-block .search-block, #find-a-location .display .layout .search-block, .row #find-a-location .display .layout, #find-a-location .display .row .layout, #find-a-location .jump-link-nav .display .layout, #find-a-location .display .jump-link-nav .layout, #find-a-location .search-block .display .layout, #find-a-location .display .search-block .layout, #find-a-location .display .layout .layout {
    padding-left: 0;
    padding-right: 0; }

.post {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

p:empty {
  display: none; }

.btn {
  background: #fff;
  border: 1px solid #293F8E;
  border-radius: 4px;
  color: #293F8E;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0.75em 1em;
  text-decoration: none;
  transition: all 0.2s ease-out; }
  .btn:hover {
    background: #182553;
    border-color: #182553;
    color: #fff;
    transition: all 0.2 ease-out; }

.btn-alt {
  background: #fff;
  border: 1px solid #293F8E;
  border-radius: 4px;
  color: #293F8E;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0.75em 1em;
  text-decoration: none;
  transition: all 0.2s ease-out;
  background: #293F8E;
  color: #eee; }
  .btn-alt:hover {
    background: #182553;
    border-color: #182553;
    color: #fff;
    transition: all 0.2 ease-out; }

.btn-urgent {
  background: #fff;
  border: 1px solid #293F8E;
  border-radius: 4px;
  color: #293F8E;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0.75em 1em;
  text-decoration: none;
  transition: all 0.2s ease-out;
  background-color: #CA442F;
  border-color: #CA442F;
  color: #eee; }
  .btn-urgent:hover {
    background: #182553;
    border-color: #182553;
    color: #fff;
    transition: all 0.2 ease-out; }

.button {
  background: #fff;
  border: 1px solid #293F8E;
  border-radius: 4px;
  color: #293F8E;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0.75em 1em;
  text-decoration: none;
  transition: all 0.2s ease-out;
  background: #293F8E;
  color: #eee; }
  .button:hover {
    background: #182553;
    border-color: #182553;
    color: #fff;
    transition: all 0.2 ease-out; }

.btn-more, .cta-docloc .btn {
  background: #fff;
  border: 1px solid #293F8E;
  border-radius: 4px;
  color: #293F8E;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0.75em 1em;
  text-decoration: none;
  transition: all 0.2s ease-out;
  background: #293F8E;
  border: 0;
  color: #eee; }
  .btn-more:hover, .cta-docloc .btn:hover {
    background: #182553;
    border-color: #182553;
    color: #fff;
    transition: all 0.2 ease-out; }
  .btn-more *, .cta-docloc .btn * {
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
  .btn-more span, .cta-docloc .btn span {
    display: block;
    margin: 0 1em;
    padding: 0 .5em;
    position: relative; }
  .btn-more i:last-child, .cta-docloc .btn i:last-child {
    position: absolute;
    opacity: 0;
    right: 1em;
    top: 50%;
    transform: translateY(-45%) scale(0.85); }
  .btn-more:hover, .cta-docloc .btn:hover {
    background: #182553;
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
    .btn-more:hover span, .cta-docloc .btn:hover span {
      padding: 0 1em 0 0; }
    .btn-more:hover i:last-child, .cta-docloc .btn:hover i:last-child {
      opacity: 1;
      right: 0;
      transform: translateY(-45%) scale(0.85); }
  .btn-more.dynamic-external-link .icon-right::before, .btn-more.dynamic-external-link .icon-left::before, .cta-docloc .dynamic-external-link.btn .icon-right::before, .cta-docloc .dynamic-external-link.btn .icon-left::before {
    content: ""; }
  .btn-more.dynamic-external-link::after, .cta-docloc .dynamic-external-link.btn::after {
    content: normal !important; }
  .btn-more.dynamic-external-link [class*="icon-"], .cta-docloc .dynamic-external-link.btn [class*="icon-"] {
    font-size: 1em !important;
    transform: translate(50%, -50%) scale(1) !important; }

.no-slash a:after {
  content: "" !important; }

.bcrumb {
  width: 100%; }

.bcrumb-nav {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 10px; }
  .bcrumb-nav a {
    color: #293F8E; }
    .bcrumb-nav a:hover {
      text-decoration: underline; }
    @media (max-width: 767px) {
      .bcrumb-nav a {
        display: none; } }
    .bcrumb-nav a:after {
      content: '/';
      display: inline-block;
      text-decoration: none;
      color: #222;
      padding: 0 10px; }
    .bcrumb-nav a:nth-last-of-type(1)::before {
      display: inline-block;
      content: "";
      font-size: 10px;
      padding-left: 0.2em;
      transform: scaleX(-1); }
    @media (min-width: 768px) {
      .bcrumb-nav a:nth-last-of-type(1)::before {
        display: none; } }
    @media (max-width: 767px) {
      .bcrumb-nav a:nth-last-of-type(1) {
        display: inline-block; }
        .bcrumb-nav a:nth-last-of-type(1):after {
          display: none; } }
    .bcrumb-nav a.bcrumb-back::before {
      display: inline-block;
      content: "";
      font-size: 10px;
      padding-left: 0.2em;
      transform: scaleX(-1); }
  @media (max-width: 767px) {
    .bcrumb-nav .current {
      display: none; }
    .bcrumb-nav .current-parent {
      display: inline-block;
      text-decoration: underline; }
      .bcrumb-nav .current-parent:before {
        content: '‹';
        display: inline-block;
        margin-right: .5em; } }
  @media (min-width: 768px) {
    .bcrumb-nav {
      padding-top: 18px;
      padding-bottom: 15px; } }

main [data-stripe-reset], .home main .edumats-callout[data-stripe] {
  background-color: #fff; }
  main [data-stripe-reset] + [data-stripe]:nth-of-type(odd), .home main .edumats-callout[data-stripe] + [data-stripe]:nth-of-type(odd) {
    background-color: #f7f7f4; }

main [data-stripe] {
  background-color: #f7f7f4; }
  main [data-stripe]:nth-of-type(odd) {
    background-color: #fff; }

.page-title {
  color: #293F8E;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.75em 0;
  margin-bottom: 1.125em;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .page-title {
      font-size: 28px; } }
  .page-title:after {
    background: #8BDB35;
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 100%;
    left: 0; }

.page-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

.nobr {
  white-space: nowrap; }

.srt, .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

[v-cloak] {
  display: none; }

.treatments-and-conditions-link {
  display: block;
  padding: .5em 0; }
  .treatments-and-conditions-link::after {
    content: " ";
    font-size: 10px; }

.dynamic-external-link:not(.hero-nav-link):not([href$=".pdf"])::after {
  content: " ";
  font-size: 12px; }

[href$=".pdf"]::after {
  font-family: "Montserrat", sans-serif;
  content: " PDF" !important;
  font-weight: 700;
  font-size: 14px; }

.icon-right, .icon-left {
  font-size: .75em; }

.topbtn {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out;
  display: inline-block;
  margin: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: fixed;
  bottom: 1vw;
  right: 1vw;
  left: auto;
  z-index: 100;
  cursor: pointer;
  border: none;
  transform: translate(0, 0) scale(1);
  opacity: 1; }
  @media (hover: hover) {
    .topbtn:hover {
      background-color: rgba(0, 0, 0, 0.5); } }
  .topbtn:focus {
    background-color: #293F8E; }
  @media (min-width: 768px) {
    .topbtn {
      bottom: 2vw;
      right: 2vw; } }
  body.menu-open .topbtn {
    transform: translate(0, 100%) scale(0);
    opacity: 0; }
  .topbtn svg {
    width: 30px;
    padding: 7.5px 5px 5px 5px; }
  .topbtn span {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important; }

section[class*="-callout"] {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out; }
  @media (max-width: 767px) {
    section[class*="-callout"] {
      padding-top: 0; } }

.icon-chevron {
  font-size: .8em; }

.pdf-file {
  margin-top: 20px; }
  .pdf-file:first-of-type {
    margin-top: 0; }

.alert button.close {
  color: white;
  display: none; }

form {
  margin: 0;
  padding: 0;
  width: 100%; }
  form input {
    border: 0;
    box-shadow: none;
    border-radius: 4px; }

@media (min-width: 768px) {
  .form-area {
    width: 60%;
    padding-right: 10%; } }

.form-area .hero-heading {
  color: #293F8E;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.75em 0;
  margin-bottom: 1.125em;
  position: relative; }
  @media (min-width: 768px) {
    .form-area .hero-heading {
      font-size: 28px; } }
  .form-area .hero-heading:after {
    background: #8BDB35;
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 100%;
    left: 0; }

.form-area .gform_body {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important; }

.form-area .gform_footer {
  padding-top: 40px !important; }

.form-area .gform_button {
  width: calc( 100% - 16px) !important;
  font-size: 14px !important;
  padding: 1em !important; }

.form-area .gfield_label .gfield_required {
  color: inherit !important;
  margin-left: -.125em !important; }

.form-area .ginput_container {
  margin-top: .25em !important; }
  .form-area .ginput_container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .form-area .ginput_container input[type='text'],
  .form-area .ginput_container input[type='email'],
  .form-area .ginput_container input[type='tel'],
  .form-area .ginput_container select {
    background: transparent;
    background: #fff !important;
    border: 1px solid #293F8E;
    border-radius: 3px;
    color: #293F8E;
    font-size: 14px !important;
    margin-left: 0 !important;
    padding: 1em !important;
    width: 100% !important; }
    .form-area .ginput_container input[type='text']:focus,
    .form-area .ginput_container input[type='email']:focus,
    .form-area .ginput_container input[type='tel']:focus,
    .form-area .ginput_container select:focus {
      border-color: inherit;
      outline: none;
      box-shadow: inset 0px 0px 0px 3px #00ABE9; }
  .form-area .ginput_container.ginput_container_select {
    position: relative; }
    .form-area .ginput_container.ginput_container_select::after {
      color: #293F8E;
      position: absolute;
      z-index: 2;
      content: "\25B6";
      top: 50%;
      right: 25px;
      transform: translate(50%, -50%) rotate(90deg) scaleX(0.8);
      pointer-events: none; }

.form-area .gform_heading {
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 30px; }
  .form-area .gform_heading .gform_description {
    padding-bottom: 20px; }

.form-area .gform_footer {
  border-top: 1px solid #D2D2D2;
  margin-top: 30px; }
  .form-area .gform_footer input[type=submit] {
    margin-top: 15px; }

.form-area .gform_wrapper div.validation_error {
  color: #FF0000;
  border: none; }

.form-area .gform_wrapper ol.validation_list {
  color: #FF0000; }
  .form-area .gform_wrapper ol.validation_list li a {
    color: #ff0000; }

.form-area .gform_wrapper li.gfield.gfield_error {
  background-color: #f7f7f4;
  border: none;
  padding-top: 0;
  padding-bottom: 0; }

.form-area .gform_validation_error .validation_message,
.form-area .gform_validation_error .gfield_error .gfield_label,
.form-area .gform_validation_error .ginput_container input[aria-required="true"] {
  color: #F6001C !important;
  border-color: #F6001C !important; }

.form-area .gform_validation_error .validation_message {
  font-weight: normal !important;
  padding-top: 0 !important; }

.form-area .gfield_error select#input_1_7 {
  border: 1px solid #790000;
  color: #790000; }
  .form-area .gfield_error select#input_1_7::after {
    color: #790000; }

.form-area .form-area .gfield_error .ginput_container.ginput_container_select::after {
  color: #790000; }

.global-header {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out;
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .menu-open .global-header {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      height: 100vh;
      background: linear-gradient(224.93deg, #293f8e 0%, #0d1c52 100%); } }

.logo-util-group {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 15px;
  width: 100%;
  background: white; }
  .logo-util-group.menu-open ~ .main-nav {
    max-height: none;
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .logo-util-group {
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      padding: 20px 15px 10px 15px; } }

.nav-util-group {
  background: #ECF5F8;
  width: 100%;
  display: none; }
  @media (min-width: 768px) {
    .nav-util-group {
      display: block; } }
  .nav-util-group .util-menu {
    width: 100%;
    max-width: 1100px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #ECF5F8;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .nav-util-group .util-menu li {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .nav-util-group .util-menu li::after {
        width: 1px;
        height: 15px;
        background-color: #293f8e;
        content: "";
        display: block; }
      .nav-util-group .util-menu li a {
        color: #293f8e;
        text-decoration: none;
        font-size: 12px;
        line-height: 1.15em;
        letter-spacing: 0px;
        padding: 5px 15px; }
        .nav-util-group .util-menu li a:hover {
          text-decoration: underline; }
      .nav-util-group .util-menu li.current_page_item a {
        font-weight: bold; }
      .nav-util-group .util-menu li:last-child::after {
        display: none; }
      .nav-util-group .util-menu li:last-child a {
        padding-right: 0; }

.nav-util-group-mobile {
  display: block; }
  @media (min-width: 768px) {
    .nav-util-group-mobile {
      display: none; } }
  .nav-util-group-mobile .util-menu-mobile {
    list-style: none;
    padding: 0 20px;
    margin: 10px 0 0; }
    .nav-util-group-mobile .util-menu-mobile li a {
      color: #fff;
      font-size: 12px;
      line-height: 30px;
      letter-spacing: 0px;
      text-decoration: none;
      padding: 5px 0;
      display: block; }
    .nav-util-group-mobile .util-menu-mobile li.current_page_item a {
      font-weight: bold; }

.util-nav {
  background: #fff;
  width: 100%;
  padding-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .util-nav ul,
  .util-nav li {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media (min-width: 768px) {
    .util-nav {
      padding: 5px 0 0 0;
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }

.util-nav-items {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  .util-nav-items .util-nav-item {
    max-width: 375px;
    display: block;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (max-width: 767px) {
      .util-nav-items .util-nav-item:first-child {
        display: none; } }
    @media (min-width: 768px) {
      .util-nav-items .util-nav-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding-left: 15px;
        text-align: center; } }
  .util-nav-items .util-nav-link {
    width: 100%;
    line-height: 1.3;
    padding: 0.6em 1em; }
    .util-nav-items .util-nav-link:focus {
      border-color: inherit;
      outline: none;
      box-shadow: inset 0px 0px 0px 3px #0D1C52; }
    .util-nav-items .util-nav-link *,
    .util-nav-items .util-nav-link:hover * {
      transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
    .util-nav-items .util-nav-link span {
      display: inline-block;
      position: relative; }
    .util-nav-items .util-nav-link i {
      position: absolute;
      opacity: 0;
      right: 0;
      top: 50%;
      transform: translateY(-45%) scale(0.85); }
    @media (min-width: 992px) {
      .util-nav-items .util-nav-link:hover span {
        transform: translateX(-0.5em); }
      .util-nav-items .util-nav-link:hover i {
        opacity: 1;
        right: -1em;
        transform: translateY(-45%) scale(0.85);
        transition: right 195ms cubic-bezier(0.4, 0, 0.2, 1) !important; } }
    @media (max-width: 767px) {
      .util-nav-items .util-nav-link {
        width: calc(100% - 5px);
        height: 100%; }
        .util-nav-items .util-nav-link.btn-urgent {
          margin-right: 5px; }
        .util-nav-items .util-nav-link.btn-alt {
          margin-left: 5px; } }
    @media (min-width: 768px) {
      .util-nav-items .util-nav-link {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    .util-nav-items .util-nav-link br {
      display: none; }
      @media (min-width: 768px) {
        .util-nav-items .util-nav-link br {
          display: block; } }
      @media (min-width: 992px) {
        .util-nav-items .util-nav-link br {
          display: none; } }

.header-logo {
  padding-right: 20px;
  line-height: 0;
  width: calc(100% - 100px);
  max-width: 220px; }
  @media (min-width: 768px) {
    .header-logo {
      -webkit-flex-basis: 33vw;
      -moz-flex-basis: 33vw;
      -ms-flex-basis: 33vw;
      flex-basis: 33vw;
      width: 33vw;
      max-width: 300px; } }
  @media (max-width: 767px) {
    .header-logo {
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }
  .header-logo img {
    width: 100%; }

.main-nav-toggle {
  background: #fff;
  border: 1px solid #293F8E;
  border-radius: 4px;
  color: #293F8E;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0.25em 0;
  padding: 0.25em 0.5em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none; }
  .main-nav-toggle:focus {
    border-color: inherit;
    outline: none;
    box-shadow: inset 0px 0px 0px 3px #0D1C52; }
  @media (min-width: 768px) {
    .main-nav-toggle {
      display: none; } }
  .main-nav-toggle .button-text {
    width: 3.25em;
    display: inline-block;
    text-align: center;
    margin-right: 0.1em;
    transform: translateY(1px); }
    .main-nav-toggle .button-text.closed {
      display: inline-block; }
    .main-nav-toggle .button-text.opened {
      display: none; }
  .main-nav-toggle .burger {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 2px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    vertical-align: middle; }
    .main-nav-toggle .burger:after, .main-nav-toggle .burger:before {
      content: "";
      position: absolute;
      top: 0;
      height: 0;
      border-bottom: 2px solid #293F8E;
      width: 100%;
      left: 0;
      right: 0;
      transition: all ease-out 0.1s; }
    .main-nav-toggle .burger:after {
      top: auto;
      bottom: 0; }
    .main-nav-toggle .burger i {
      display: block;
      text-indent: 100%;
      overflow: hidden;
      white-space: nowrap;
      height: 2px;
      background-color: #293F8E;
      width: 100%;
      position: absolute;
      top: 50%;
      transition: all ease-out 0.1s;
      transform: translateY(-50%); }
  .menu-open .main-nav-toggle .button-text.closed {
    display: none; }
  .menu-open .main-nav-toggle .button-text.opened {
    display: inline-block; }
  .menu-open .main-nav-toggle .burger:after {
    transform: rotate(-45deg);
    transform-origin: center;
    top: 50%;
    transition: all ease-out 0.1s; }
  .menu-open .main-nav-toggle .burger:before {
    transform: rotate(45deg);
    transform-origin: center;
    top: 50%;
    transition: all ease-out 0.1s; }
  .menu-open .main-nav-toggle .burger i {
    opacity: 0;
    transition: all ease-out 0.1s; }

.main-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, height 0.2s ease-out; }
  .menu-open .main-nav {
    transition: max-height 0.2s ease-in, height 0.2s ease-in;
    max-height: 844px;
    overflow: auto; }
  .main-nav .main-nav-resources {
    width: 100%;
    text-align: center; }
    .main-nav .main-nav-resources:focus {
      border-color: inherit;
      outline: none;
      box-shadow: inset 0px 0px 0px 3px #00ABE9; }
    @media (min-width: 768px) {
      .main-nav .main-nav-resources {
        display: none; } }
  @media (min-width: 768px) {
    .main-nav {
      background: none;
      transition: none;
      max-height: none;
      padding-bottom: 5px; } }

@media (max-width: 767px) {
  .main-nav-inner {
    padding: 20px 15px;
    position: relative;
    opacity: 0;
    transform: translateY(-35px);
    transition: all 0.2s ease-out; }
    .menu-open .main-nav-inner {
      opacity: 1;
      transform: translateY(0);
      transition: all 0.2s ease-out; } }

@media (min-width: 768px) {
  .main-nav-inner {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; } }

.main-nav-items {
  color: #fff;
  display: block;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0; }
  @media (min-width: 768px) {
    .main-nav-items {
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }

.main-nav-item {
  list-style: none;
  font-size: 14px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .main-nav-item {
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      display: block;
      position: relative;
      width: 100%; }
      .main-nav-item:after {
        color: inherit;
        content: "›";
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
      .main-nav-item:first-child, .main-nav-item.header-search-fields {
        border-top: 0; } }
  @media (min-width: 768px) {
    .main-nav-item {
      padding: 10px 0; }
      .main-nav-item.active {
        position: relative; }
        .main-nav-item.active:after {
          background: #293F8E;
          content: "";
          display: block;
          position: absolute;
          bottom: 10px;
          left: 0;
          height: 4px;
          z-index: 0;
          width: 25px; } }

.main-nav-link {
  color: #fff;
  display: block;
  padding: 15px 5px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    .main-nav-link {
      color: #293F8E;
      background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size 295ms ease;
      padding: 5px 0; }
      .main-nav-link:hover {
        color: #293F8E;
        background-size: 100% 100%; } }
  .main-nav-link:focus {
    outline: none; }
  .main-nav-link::after {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    content: "";
    position: absolute;
    top: -2px;
    right: -15px;
    bottom: -2px;
    left: -15px;
    box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0);
    z-index: -1;
    border-radius: 4px;
    opacity: 0; }
  .main-nav-link:focus::after {
    opacity: 1;
    box-shadow: inset 0px 0px 0px 3px #00ABE9; }
    @media (min-width: 768px) {
      .main-nav-link:focus::after {
        box-shadow: inset 0px 0px 0px 3px #0D1C52; } }

.header-search-fields {
  padding-top: 30px;
  width: 100%; }
  .header-search-fields:after {
    display: none; }
  .header-search-fields .header-search {
    display: block;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 1px solid #ccc;
    padding: 0.5em 0.75em; }
  .header-search-fields .header-submit {
    background: #fff;
    border: 1px solid #293F8E;
    border-radius: 4px;
    color: #293F8E;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 0.75em 1em;
    text-decoration: none;
    transition: all 0.2s ease-out;
    display: block;
    margin-left: 10px;
    border: 1px solid #ccc !important; }
    .header-search-fields .header-submit:hover {
      background: #182553;
      border-color: #182553;
      color: #fff;
      transition: all 0.2 ease-out; }
  @media (min-width: 768px) {
    .header-search-fields {
      padding: 0;
      -webkit-flex-basis: 20vw;
      -moz-flex-basis: 20vw;
      -ms-flex-basis: 20vw;
      flex-basis: 20vw; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .header-search-fields {
      -webkit-flex-basis: 300px;
      -moz-flex-basis: 300px;
      -ms-flex-basis: 300px;
      flex-basis: 300px; } }
  .header-search-fields .header-search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    @media (min-width: 768px) {
      .header-search-fields .header-search-form {
        padding-top: 5px; } }

body.page-template-page_landingpage nav.util-nav ul.util-nav-items .util-nav-item.btn-1 {
  text-align: center; }
  @media (min-width: 768px) {
    body.page-template-page_landingpage nav.util-nav ul.util-nav-items .util-nav-item.btn-1 {
      text-align: left; } }

body.page-template-page_landingpage nav.util-nav ul.util-nav-items .util-nav-item a span span {
  display: block; }
  @media (min-width: 768px) {
    body.page-template-page_landingpage nav.util-nav ul.util-nav-items .util-nav-item a span span {
      display: inline-block; } }

.site-subfooter {
  position: relative; }
  @media (min-width: 768px) {
    .site-subfooter:before, .site-subfooter:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 0;
      width: 50%; }
    .site-subfooter:before {
      left: 0;
      background: #CA442F; }
    .site-subfooter:after {
      right: 0;
      background: #0D1C52; } }

.subfooter-buttons {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2; }
  @media (min-width: 500px) {
    .subfooter-buttons {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; } }

.subfooter-button {
  background: #CA442F;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 20px;
  text-decoration: none; }
  .subfooter-button * {
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
  .subfooter-button + .subfooter-button {
    background: #0D1C52; }
  @media (min-width: 768px) {
    .subfooter-button {
      font-size: 16px;
      height: 9.5vw;
      max-height: 130px;
      position: relative;
      width: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  @media (min-width: 992px) {
    .subfooter-button {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .subfooter-button {
      font-size: 20px; } }
  .subfooter-button .button-text {
    display: block; }
    @media (min-width: 768px) {
      .subfooter-button .button-text {
        display: block; } }
  @media (min-width: 768px) {
    .subfooter-button span {
      display: block;
      margin: 0 1em;
      padding: 0 .5em;
      position: relative; }
    .subfooter-button i:last-child {
      position: absolute;
      opacity: 0;
      right: 1em;
      top: 50%;
      transform: translateY(-44%); }
    .subfooter-button:hover {
      color: #fff;
      transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
      .subfooter-button:hover span {
        padding: 0 1em 0 0; }
      .subfooter-button:hover i:last-child {
        opacity: 1;
        right: 0;
        transform: translateY(-44%); } }

.site-footer {
  background: linear-gradient(214.33deg, #293F8E 0%, #0D1C52 100%);
  color: #fff;
  position: relative;
  overflow: hidden; }
  .site-footer .primary-column {
    width: 100%; }
    @media (min-width: 768px) {
      .site-footer .primary-column {
        width: calc( 41.666% - 10px); } }
  .site-footer .secondary-column {
    width: 100%; }
    @media (min-width: 768px) {
      .site-footer .secondary-column {
        width: calc( 50% - 10px); } }
  .site-footer a {
    color: #fff; }

.footer-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 400px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .footer-content {
      margin: 0;
      width: 100%;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }

.footer-logo {
  line-height: 0;
  padding: 40px 30px 30px 30px;
  width: 100%;
  text-align: left; }
  @media (min-width: 768px) {
    .footer-logo {
      padding: 100px 0 30px 0; } }
  .footer-logo img {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 215px; }
    @media (min-width: 768px) {
      .footer-logo img {
        display: block;
        margin: 0 auto 0 0;
        max-width: none;
        width: calc( 41.666% - 10px); } }

.footer-nav {
  width: 100%; }

.footer-nav-items {
  border-top: 1px solid #fff;
  list-style: none;
  display: block;
  margin: 0;
  padding: 20px 0 30px 0;
  width: 100%;
  max-height: 12.75em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media (min-width: 768px) {
    .footer-nav-items {
      margin-top: 3em;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; } }

.footer-nav-item {
  list-style: none;
  display: block;
  margin: 0;
  padding: .5em 1em .5em 0;
  width: calc( 50% - 15px); }

@media (min-width: 768px) {
  .resources-about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; } }

.resource-links {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .resource-links {
      width: calc( 50% - 15px); } }

.resource-link {
  display: block;
  padding: .25em 0; }
  .resource-link:first-child {
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 1em 0 .5em 0;
    margin-bottom: 2em;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch; }
    .resource-link:first-child > span::after {
      content: " ";
      font-size: 0.8em; }
    @media (min-width: 768px) {
      .resource-link:first-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
  .resource-link i[class*="icon-"] {
    font-size: 11px; }

.footer-about {
  font-weight: bold;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .footer-about {
      width: calc( 50% - 10px); } }

.about-link {
  display: block;
  padding: .25em 0;
  font-weight: normal; }
  .about-link:first-child {
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 1em 0 .5em 0;
    margin-bottom: 2em;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch; }
    .about-link:first-child > span::after {
      content: " ";
      font-size: 0.8em; }
    @media (min-width: 768px) {
      .about-link:first-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
  .about-link i[class*="icon-"] {
    font-size: 11px; }

.resource-link:first-of-type span,
.about-link:first-of-type span {
  display: inline-block;
  background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 295ms ease; }

.resource-link:first-of-type:hover span,
.about-link:first-of-type:hover span {
  background-size: 100% 100%; }

.footer-social {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .footer-social {
      padding-top: 70px; } }
  .footer-social .social-link {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    position: relative;
    text-decoration: none;
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
    .footer-social .social-link i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
    .footer-social .social-link .link-text {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      word-wrap: normal !important; }
    .footer-social .social-link:hover {
      transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1);
      background: #fff; }
      .footer-social .social-link:hover i {
        color: #0D1C52;
        transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }

.footer-affiliations .affiliations-block {
  background: transparent !important;
  color: #fff !important; }
  @media (min-width: 768px) {
    .footer-affiliations .affiliations-block {
      padding-top: 0; } }

.footer-affiliations .affiliations-content {
  padding-left: 0 !important; }

.footer-affiliations .affiliations-logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .footer-affiliations .affiliations-logos .affiliation-logo {
    position: relative;
    display: block !important;
    height: 75px;
    width: calc( 20% - 16px);
    margin-right: 15px !important; }
    .footer-affiliations .affiliations-logos .affiliation-logo img {
      width: 100%; }
    .footer-affiliations .affiliations-logos .affiliation-logo:last-of-type {
      margin-right: 0 !important; }
    .footer-affiliations .affiliations-logos .affiliation-logo:nth-of-type(4) {
      transform: scale(1.15) translateX(2px); }
    .footer-affiliations .affiliations-logos .affiliation-logo .pinned {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2; }

.footer-affiliations .affiliations-heading {
  border-bottom: 1px solid #fff;
  font-size: 16px !important;
  margin-bottom: 20px !important;
  padding: 1em 0 .5em 0 !important; }
  @media (min-width: 768px) {
    .footer-affiliations .affiliations-heading {
      border-color: rgba(255, 255, 255, 0.2); } }
  .footer-affiliations .affiliations-heading:after {
    display: none !important; }

.footer-affiliations .affiliations-copy p {
  display: none !important; }

.footer-bottom {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  padding: 15px 0 30px 0; }
  @media (min-width: 768px) {
    .footer-bottom {
      text-align: left;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      padding-left: 20px;
      padding-right: 20px; } }
  .footer-bottom .footer-content {
    border-top: 1px solid #fff; }
    @media (min-width: 768px) {
      .footer-bottom .footer-content {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 25px 0 0 0; } }
  .footer-bottom .primary-column,
  .footer-bottom .secondary-column {
    padding-left: 0; }
  .footer-bottom .primary-column {
    padding-top: 10px; }
  @media (min-width: 768px) {
    .footer-bottom .secondary-column {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; } }
  .footer-bottom .secondary-column a {
    display: block;
    margin: 10px 0; }

.footer-bug {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  padding-left: 0 !important;
  pointer-events: none;
  opacity: .05;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-31%, 50%); }
  @media (min-width: 768px) {
    .footer-bug {
      transform: translate(-31%, 45%); } }
  .footer-bug svg {
    width: 100%; }

.home-hero {
  background: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .home-hero {
      padding: 50px 0; } }
  .home-hero .hero-image {
    line-height: 0; }
    .home-hero .hero-image img {
      width: 100%; }
    @media (min-width: 768px) {
      .home-hero .hero-image {
        display: none; } }
  .home-hero .hero-video {
    display: none;
    overflow: hidden; }
    @media (min-width: 768px) {
      .home-hero .hero-video {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 1px;
        left: 0;
        z-index: 1; } }
    .home-hero .hero-video img {
      width: 100%; }
    .home-hero .hero-video video {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute; }
    .home-hero .hero-video button {
      -webkit-transition: all 195ms ease-in-out;
      -moz-transition: all 195ms ease-in-out;
      -ms-transition: all 195ms ease-in-out;
      -o-transition: all 195ms ease-in-out;
      transition: all 195ms ease-in-out;
      position: absolute;
      left: 30px;
      bottom: 30px;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: rgba(0, 0, 0, 0.5);
      border: 1px solid white;
      width: 60px;
      height: 60px;
      color: white;
      text-indent: -999em;
      border-radius: 50%;
      cursor: pointer;
      opacity: 0.5;
      transform-origin: center center;
      transform: scale(1); }
      .home-hero .hero-video button:focus {
        border-color: inherit;
        outline: none;
        box-shadow: inset 0px 0px 0px 3px #0D1C52; }
      .home-hero .hero-video button::after {
        position: absolute;
        top: 50%;
        right: 50%;
        text-indent: 0;
        transform: translate(50%, -50%);
        font-size: 24px;
        cursor: pointer; }
      .home-hero .hero-video button.play::after {
        content: "\25B6"; }
      .home-hero .hero-video button.pause::after {
        content: ""; }
      .home-hero .hero-video button:focus, .home-hero .hero-video button:hover {
        opacity: 1; }
  .home-hero .hero-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
    pointer-events: none; }
  .home-hero .hero-panel {
    padding: 20px 0 40px 0;
    pointer-events: auto; }
    @media (min-width: 768px) {
      .home-hero .hero-panel {
        min-width: 430px;
        background: #fff;
        width: calc( 50% - 10px);
        margin-left: auto;
        padding: 20px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
        transition: box-shadow .25s ease-out; }
        .home-hero .hero-panel:hover {
          box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.4);
          transition: box-shadow .25s ease-out; } }
  @media (min-width: 768px) {
    .home-hero .hero-text {
      padding: 40px 25px 20px 25px; } }
  .home-hero .hero-text > :first-child {
    margin-top: 0;
    padding-top: 0; }
  .home-hero .hero-text > :last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .home-hero .hero-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .home-hero .hero-heading {
        font-size: 28px; } }
    .home-hero .hero-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .home-hero .hero-subheading {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    display: none; }
  .home-hero .hero-nav {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .home-hero .hero-nav {
        padding-top: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        padding-bottom: 30px; } }
  .home-hero .hero-nav-link {
    font-size: 16px;
    margin-top: 0.9em;
    text-decoration: none;
    display: block;
    margin-top: 15px; }
    .home-hero .hero-nav-link .link-inner {
      color: #293F8E;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      border: 1px solid #293F8E;
      border-radius: 3px;
      padding: 0.8em 1em 0.63em 0.75em;
      transition: all 0 195ms cubic-bezier(0.4, 0, 0.2, 1); }
      .home-hero .hero-nav-link .link-inner > [class*="icon-"] {
        height: 3em;
        width: 3.5em;
        position: relative; }
        .home-hero .hero-nav-link .link-inner > [class*="icon-"]:before {
          font-size: 2.5em;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .home-hero .hero-nav-link .button-text {
      color: inherit;
      font-weight: bold;
      padding-left: 0.5em;
      line-height: 1.3; }
      .home-hero .hero-nav-link .button-text br {
        display: none; }
        @media (min-width: 768px) {
          .home-hero .hero-nav-link .button-text br {
            display: block; } }
        @media (min-width: 1130px) {
          .home-hero .hero-nav-link .button-text br {
            display: none; } }
    .home-hero .hero-nav-link:hover .link-inner {
      border-color: #293F8E;
      box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.33);
      background: #293F8E;
      color: #fff;
      transform: translateY(-5px);
      transition: all 0 195ms cubic-bezier(0.4, 0, 0.2, 1); }
    .home-hero .hero-nav-link:hover b {
      font-weight: inherit; }
    @media (min-width: 768px) {
      .home-hero .hero-nav-link {
        width: calc( 50% - 10px);
        margin: 10px auto; } }
    .home-hero .hero-nav-link:focus {
      outline: none;
      box-shadow: none; }
      .home-hero .hero-nav-link:focus > .link-inner {
        box-shadow: inset 0px 0px 0px 3px #0D1C52; }
    .home-hero .hero-nav-link i {
      display: inline; }
    @media (min-width: 768px) {
      .home-hero .hero-nav-link .icon-heart + span {
        padding-left: 1.25em; } }
    .home-hero .hero-nav-link .link-inner {
      transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
      .home-hero .hero-nav-link .link-inner:hover {
        transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }

@media (min-width: 768px) {
  body.page-template-page_landingpage section.home-hero.content-0 {
    height: auto;
    min-height: 450px; } }

body.page-template-page_landingpage section.home-hero .hero-subheading {
  display: block; }

.mantle-intro-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .mantle-intro-block {
      padding-top: 30px;
      padding-bottom: 25px; } }
  .mantle-intro-block .intro-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .mantle-intro-block .intro-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .mantle-intro-block .intro-heading {
        font-size: 28px; } }
    .mantle-intro-block .intro-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .mantle-intro-block .intro-subhead {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; }
  .mantle-intro-block .intro-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media (min-width: 768px) {
      .mantle-intro-block .intro-content {
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding-top: 20px; } }
    .mantle-intro-block .intro-content .callout-text {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    .mantle-intro-block .intro-content .callout-image {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      min-width: 100%;
      background-position: center center;
      background-size: cover;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
      padding-top: 50%;
      margin: 0 7% 0 0; }
      @media (min-width: 768px) {
        .mantle-intro-block .intro-content .callout-image {
          min-width: 50%; } }
  @media (min-width: 768px) {
    .mantle-intro-block .intro-panel {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      width: calc( 50% - 10px); } }
  .mantle-intro-block .intro-panel > :first-child {
    padding-top: 0; }
  .mantle-intro-block .promo-panel {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    margin: 60px -20px 0;
    background-color: white;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
    @media (min-width: 360px) {
      .mantle-intro-block .promo-panel {
        max-width: 320px;
        margin-top: 60px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2); } }
    @media (min-width: 768px) {
      .mantle-intro-block .promo-panel {
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        margin: 0 0 30px 30px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2); } }
    .mantle-intro-block .promo-panel :last-child {
      margin-bottom: 0; }
    .mantle-intro-block .promo-panel .copy {
      -webkit-transition: all 195ms ease-in-out;
      -moz-transition: all 195ms ease-in-out;
      -ms-transition: all 195ms ease-in-out;
      -o-transition: all 195ms ease-in-out;
      transition: all 195ms ease-in-out;
      padding: 30px 20px 20px; }
      .mantle-intro-block .promo-panel .copy > :first-child {
        margin-top: 0; }
      .mantle-intro-block .promo-panel .copy > :last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .mantle-intro-block .promo-panel .copy {
          padding: 30px 45px 45px; } }
    .mantle-intro-block .promo-panel .promo-heading {
      margin: 30px 0 20px;
      position: relative;
      line-height: 1.3;
      /* … and I quote, "…Decrease the module header copy so it allows for at least two words before wrapping." */
      font-size: 17px;
      letter-spacing: -0.02em; }
    .mantle-intro-block .promo-panel .promo-description {
      margin: 30px 0; }
    .mantle-intro-block .promo-panel figure {
      margin: 0;
      padding: 0;
      height: 0;
      padding-top: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .mantle-intro-block .promo-panel figure img {
        display: block;
        width: 100%; }
    .mantle-intro-block .promo-panel p:last-child {
      margin-top: 24px; }

.reserve-appointment {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .reserve-appointment {
      padding: 50px 0; } }
  .reserve-appointment .form-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    .reserve-appointment .form-content .form-heading {
      text-align: center; }

.panel-promo {
  position: relative;
  margin: 0; }
  @media (min-width: 768px) {
    .panel-promo {
      padding-top: 100px;
      padding-bottom: 100px;
      position: relative; } }
  .panel-promo .promo-bg {
    -webkit-animation: breathe 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both paused;
    -moz-animation: breathe 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both paused;
    -o-animation: breathe 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both paused;
    animation: breathe 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both paused;
    line-height: 0; }
    @media (max-width: 767px) {
      .panel-promo .promo-bg:not(.memorial) {
        background-image: none !important; } }
    @media (min-width: 768px) {
      .panel-promo .promo-bg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; } }
    .panel-promo .promo-bg img {
      width: 100%; }
      @media (min-width: 768px) {
        .panel-promo .promo-bg img {
          display: none; } }
  @media (hover: hover) {
    .panel-promo.hover {
      overflow: hidden; }
      .panel-promo.hover .promo-bg {
        animation-play-state: running; } }
  .panel-promo .promo-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2; }
  .panel-promo .promo-panel {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding: 20px 0 40px 0; }
    @media (min-width: 768px) {
      .panel-promo .promo-panel {
        min-width: 430px;
        background: #fff;
        width: calc( 50% - 10px);
        margin-left: auto;
        margin-right: 0;
        padding: 55px 45px 45px 45px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2); } }
  .panel-promo .promo-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .panel-promo .promo-heading {
        font-size: 28px; } }
    .panel-promo .promo-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .panel-promo .btn-alt {
    padding-left: 2em;
    padding-right: 2em; }
  .panel-promo .promo-nav-link {
    font-size: 16px;
    margin-top: 0.9em;
    text-decoration: none; }
    .panel-promo .promo-nav-link .link-inner {
      color: #293F8E;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      border: 1px solid #293F8E;
      border-radius: 3px;
      padding: 0.8em 1em 0.63em 0.75em;
      transition: all 0 195ms cubic-bezier(0.4, 0, 0.2, 1); }
      .panel-promo .promo-nav-link .link-inner > [class*="icon-"] {
        height: 3em;
        width: 3.5em;
        position: relative; }
        .panel-promo .promo-nav-link .link-inner > [class*="icon-"]:before {
          font-size: 2.5em;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .panel-promo .promo-nav-link .button-text {
      color: inherit;
      font-weight: bold;
      padding-left: 0.5em;
      line-height: 1.3; }
      .panel-promo .promo-nav-link .button-text br {
        display: none; }
        @media (min-width: 768px) {
          .panel-promo .promo-nav-link .button-text br {
            display: block; } }
        @media (min-width: 1130px) {
          .panel-promo .promo-nav-link .button-text br {
            display: none; } }
    .panel-promo .promo-nav-link:hover .link-inner {
      border-color: #293F8E;
      box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.33);
      background: #293F8E;
      color: #fff;
      transform: translateY(-5px);
      transition: all 0 195ms cubic-bezier(0.4, 0, 0.2, 1); }
    .panel-promo .promo-nav-link:hover b {
      font-weight: inherit; }
    @media (min-width: 768px) {
      .panel-promo .promo-nav-link {
        width: calc( 50% - 5px);
        margin-top: 10px; } }
  .panel-promo .panel-button {
    margin-top: 20px; }
    .panel-promo .panel-button:last-child {
      margin-bottom: 0; }

.bcrumb + .panel-promo {
  margin-top: 0 !important; }

.memorial-callout {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out;
  position: relative;
  position: relative;
  margin: 20px 0 0 0; }
  @media (min-width: 480px) {
    .memorial-callout {
      padding-top: 60px;
      padding-bottom: 60px;
      position: relative; } }
  @media (min-width: 768px) {
    .memorial-callout {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .memorial-callout .promo-bg {
    line-height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    @media (min-width: 480px) {
      .memorial-callout .promo-bg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: #add; } }
    .memorial-callout .promo-bg > img {
      width: 100%;
      display: block; }
      @media (min-width: 480px) {
        .memorial-callout .promo-bg > img {
          position: absolute;
          top: -200vh;
          left: -200vw; } }
  .memorial-callout .promo-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2; }
  .memorial-callout .promo-panel {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding: 20px 0 40px 0;
    background: white; }
    @media (min-width: 480px) {
      .memorial-callout .promo-panel {
        padding: 55px 45px 45px 45px;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2); } }
    @media (min-width: 768px) {
      .memorial-callout .promo-panel {
        min-width: 430px;
        width: calc( 50% - 10px);
        margin-left: auto;
        margin-right: 0; } }
  .memorial-callout .promo-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .memorial-callout .promo-heading {
        font-size: 28px; } }
    .memorial-callout .promo-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .memorial-callout .promo-panel .portrait {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    .memorial-callout .promo-panel .portrait .promo-heading {
      margin-bottom: 0;
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1; }
      .memorial-callout .promo-panel .portrait .promo-heading::after {
        top: auto;
        bottom: 0; }
    .memorial-callout .promo-panel .portrait figure {
      margin: 0 12px 0 0;
      width: auto;
      min-width: 110px;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }
      .memorial-callout .promo-panel .portrait figure img {
        width: 100%;
        display: block; }

.services-checklist {
  background: #207E7C;
  color: #fff;
  padding: 40px 0 20px 0;
  box-shadow: inset 0 10px 15px 0 rgba(0, 0, 0, 0.2); }
  .services-checklist .checklist-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .services-checklist a {
    color: white; }

.checklist-heading {
  color: #293F8E;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.75em 0;
  margin-bottom: 1.125em;
  position: relative;
  color: #fff; }
  @media (min-width: 768px) {
    .checklist-heading {
      font-size: 28px; } }
  .checklist-heading:after {
    background: #8BDB35;
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 100%;
    left: 0; }

.checklist {
  display: block;
  margin: 2.25em 0 0 0;
  padding: 1em 0 2em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.checklist-item {
  padding: 1em 1.5em;
  margin: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .checklist-item:nth-child(2n) {
    background: rgba(0, 0, 0, 0.12); }
  .checklist-item span {
    display: block;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    padding-right: 1.5em; }
  .checklist-item .icon-check {
    color: #8BDB35;
    display: block;
    padding: .5em; }

.checklist-footer .more,
.checklist-footer .more:hover {
  color: #fff;
  margin-top: 20px; }

.testimonial-quote,
.quote {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out;
  padding: 115px 10px 70px 10px;
  color: #fff;
  background: linear-gradient(214.33deg, #293F8E 0%, #00ABE9 100%);
  position: relative; }
  .testimonial-quote.orange,
  .quote.orange {
    background: #D35642;
    background-color: #D35642; }
  .testimonial-quote.purple,
  .quote.purple {
    background: #7A3C94;
    background-color: #7A3C94; }
  .testimonial-quote.green,
  .quote.green {
    background: #1A954E;
    background-color: #1A954E; }
  .testimonial-quote.sea-foam,
  .quote.sea-foam {
    background: #2DACA9;
    background-color: #2DACA9; }
  @media (min-width: 768px) {
    .testimonial-quote,
    .quote {
      padding: 140px 10px 90px 10px; } }
  .testimonial-quote .icon-quote,
  .quote .icon-quote {
    font-size: 2.5em;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%); }
  .testimonial-quote:before, .testimonial-quote:after,
  .quote:before,
  .quote:after {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    width: 80px;
    position: absolute;
    top: 80px; }
    @media (min-width: 500px) {
      .testimonial-quote:before, .testimonial-quote:after,
      .quote:before,
      .quote:after {
        width: 16vw; } }
    @media (min-width: 1000px) {
      .testimonial-quote:before, .testimonial-quote:after,
      .quote:before,
      .quote:after {
        width: 160px; } }
  .testimonial-quote:before,
  .quote:before {
    left: calc( 50% + 45px); }
  .testimonial-quote:after,
  .quote:after {
    right: calc( 50% + 45px); }
  .testimonial-quote + .services-callout,
  .quote + .services-callout {
    padding-top: 30px; }

.quote-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }

.quote-text {
  font-size: 20px;
  margin: 0;
  padding: 0; }
  @media (min-width: 500px) {
    .quote-text {
      font-size: 4vw; } }
  @media (min-width: 1000px) {
    .quote-text {
      font-size: 40px; } }

.edumats-callout {
  padding: 20px 0; }

.edumats-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.edumats-header {
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px; }

.edumats-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0; }
  .edumats-heading .heading-icon {
    display: block;
    line-height: 0;
    margin-right: 20px;
    width: 36px; }
    @media (min-width: 768px) {
      .edumats-heading .heading-icon {
        width: 46px; } }
    .edumats-heading .heading-icon svg {
      width: 100%; }
  .edumats-heading .heading-text {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #293F8E;
    line-height: 1.25;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 768px) {
      .edumats-heading .heading-text {
        font-size: 32px; } }

.edumats-excerpts {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .edumats-excerpts {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      border-bottom: 1px solid #d2d2d2; } }
  @media (min-width: 992px) {
    .edumats-excerpts {
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }

.edumats-excerpt {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative; }
  .edumats-excerpt .excerpt-heading,
  .edumats-excerpt .post-card-heading {
    font-size: 19px;
    margin: 0 0 17px 0;
    line-height: 1.4; }
    .edumats-excerpt .excerpt-heading span,
    .edumats-excerpt .post-card-heading span {
      background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size 295ms ease; }
    .edumats-excerpt .excerpt-heading + p,
    .edumats-excerpt .post-card-heading + p {
      margin-top: 20px; }
  .edumats-excerpt:hover .excerpt-heading {
    background-size: 100% 100%;
    transition: background-size 295ms ease; }
  .edumats-excerpt:hover .post-card-heading span {
    background-size: 100% 100%;
    padding-bottom: 5px; }
  .edumats-excerpt .post-link {
    display: block;
    text-decoration: none; }
    .edumats-excerpt .post-link p {
      color: #000; }
  .edumats-excerpt .excerpt-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .edumats-excerpt p:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .edumats-excerpt {
      border-bottom: 0;
      width: 50%; }
      .edumats-excerpt:nth-child(1) {
        width: 100%;
        padding: 0; }
      .edumats-excerpt:nth-child(2) {
        padding-right: 20px; }
      .edumats-excerpt:nth-child(3) {
        padding-left: 20px;
        border-left: 1px solid #d2d2d2; } }
  @media (min-width: 992px) {
    .edumats-excerpt {
      width: 25%; }
      .edumats-excerpt:nth-child(1) {
        width: 50%;
        border-right: 1px solid #d2d2d2;
        padding-right: 7.5%; }
      .edumats-excerpt:nth-child(2) {
        padding: 0 20px; }
      .edumats-excerpt:nth-child(3) {
        padding: 0 20px; } }

.post-image img {
  width: 100%; }

.post-image + .post-text {
  padding-top: 10px; }

.eduvids-callout {
  padding: 20px 0; }

.eduvids-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.eduvids-header {
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px; }

.eduvids-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0; }
  .eduvids-heading .heading-icon {
    display: block;
    line-height: 0;
    margin-right: 20px;
    width: 36px; }
    @media (min-width: 768px) {
      .eduvids-heading .heading-icon {
        width: 46px; } }
    .eduvids-heading .heading-icon svg {
      width: 100%; }
  .eduvids-heading .heading-text {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #293F8E;
    line-height: 1.25;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 768px) {
      .eduvids-heading .heading-text {
        font-size: 32px; } }

.eduvids-list {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .eduvids-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; } }

.eduvids-item {
  display: block;
  margin: 0;
  padding: 0 20px .5em 0;
  width: 100%; }
  @media (min-width: 768px) {
    .eduvids-item {
      width: 50%; } }

.eduvids-link {
  display: block; }

.announce-callout {
  padding: 20px 0; }

.announce-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.announce-header {
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 15px; }

.announce-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0; }
  .announce-heading .heading-icon {
    display: block;
    line-height: 0;
    margin-right: 20px;
    width: 55px; }
    @media (min-width: 768px) {
      .announce-heading .heading-icon {
        width: 70px; } }
    .announce-heading .heading-icon svg {
      width: 100%; }
  .announce-heading .heading-text {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #293F8E;
    line-height: 1.25;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 768px) {
      .announce-heading .heading-text {
        font-size: 32px; } }

.announce-excerpts {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px; }

.page-template-page_news .announce-excerpts {
  border-bottom: none; }

.announce-excerpt {
  padding: 20px 20px 20px 10px; }
  .announce-excerpt:nth-child(2n) {
    background: rgba(0, 171, 233, 0.1); }
  .announce-excerpt .excerpt-heading {
    display: block;
    font-weight: normal;
    font-size: 17px;
    padding-bottom: 5px;
    margin: 0;
    background: none; }
  .announce-excerpt time {
    font-weight: 700;
    display: block; }

.specialties-callout,
.services-callout {
  padding-top: 0;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .specialties-callout,
    .services-callout {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .specialties-callout .callout-content,
  .services-callout .callout-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .specialties-callout .callout-content,
      .services-callout .callout-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
  .specialties-callout .callout-text,
  .services-callout .callout-text {
    padding: 20px 0 0 0; }
    @media (max-width: 767px) {
      .specialties-callout .callout-text,
      .services-callout .callout-text {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 768px) {
      .specialties-callout .callout-text,
      .services-callout .callout-text {
        padding: 0;
        width: 43.5%; } }
  .specialties-callout .callout-text-top,
  .services-callout .callout-text-top {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .specialties-callout .callout-text-top p,
    .services-callout .callout-text-top p {
      margin: 0; }
      .specialties-callout .callout-text-top p + p,
      .services-callout .callout-text-top p + p {
        margin-top: 1em; }
    .specialties-callout .callout-text-top + .video-module,
    .services-callout .callout-text-top + .video-module {
      border-top: none;
      padding-top: none;
      margin-bottom: 30px; }
  .specialties-callout .callout-nav,
  .services-callout .callout-nav {
    display: block; }
    .specialties-callout .callout-nav > div > a,
    .services-callout .callout-nav > div > a {
      display: inline-block; }
  .specialties-callout .callout-nav-link,
  .services-callout .callout-nav-link {
    color: #293F8E;
    display: block;
    line-height: 1.5;
    padding: 0.5em 0; }
    @media (min-width: 480px) {
      .specialties-callout .callout-nav-link,
      .services-callout .callout-nav-link {
        display: inline-block; } }
  .specialties-callout .callout-heading,
  .services-callout .callout-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative;
    padding-top: 0; }
    @media (min-width: 768px) {
      .specialties-callout .callout-heading,
      .services-callout .callout-heading {
        font-size: 28px; } }
    .specialties-callout .callout-heading:after,
    .services-callout .callout-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .specialties-callout .callout-image,
  .services-callout .callout-image {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    margin-bottom: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 50%; }
    @media (max-width: 479px) {
      .specialties-callout .callout-image,
      .services-callout .callout-image {
        width: auto;
        height: 0;
        margin-right: -20px;
        margin-left: -20px;
        padding-top: 50vw; } }
    .specialties-callout .callout-image img,
    .services-callout .callout-image img {
      position: absolute;
      top: -999vh;
      left: -999vw; }
    @media (min-width: 768px) {
      .specialties-callout .callout-image,
      .services-callout .callout-image {
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
        width: calc(50% - 10px);
        padding-top: 50%;
        margin-bottom: 0; }
        .specialties-callout .callout-image:after,
        .services-callout .callout-image:after {
          content: "";
          display: block;
          padding-top: 100%; } }
  .specialties-callout .callout-nav,
  .specialties-callout .callout-text-top-inst,
  .services-callout .callout-nav,
  .services-callout .callout-text-top-inst {
    display: block; }
    .specialties-callout .callout-nav + .callout-text-more,
    .specialties-callout .callout-text-top-inst + .callout-text-more,
    .services-callout .callout-nav + .callout-text-more,
    .services-callout .callout-text-top-inst + .callout-text-more {
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px solid #d2d2d2; }

@media (min-width: 768px) {
  .specialties-callout .callout-text {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .specialties-callout .callout-image {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .specialties-callout .callout-nav {
    display: block;
    columns: 2 auto;
    column-gap: 20px; }
    .specialties-callout .callout-nav ul {
      line-height: inherit; } }

@media (min-width: 768px) {
  .specialties-callout .callout-text-top-inst .callout-nav {
    columns: 1 auto;
    column-gap: 0; } }

.specialties-callout .callout-text-more a {
  display: inline-block;
  color: #293F8E;
  margin: 0 0 0 0;
  padding: 5px 0;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #293F8E;
  background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 295ms ease; }
  .specialties-callout .callout-text-more a:hover {
    color: #293F8E;
    background-size: 100% 100%; }
  .specialties-callout .callout-text-more a:hover {
    color: #293f8d; }

.specialties-callout .callout-content {
  overflow: hidden; }

.specialties-callout .callout-text-specialists {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .specialties-callout .callout-text-specialists {
      margin-top: inherit; } }

.specialties-callout .callout-content.workers-comp .callout-image {
  background-position: center top; }

.specialties-callout .callout-image[style*="Callout_Innovative_Care"] {
  background-position: center top; }

@media (min-width: 768px) {
  .services-callout .callout-text {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .services-callout .callout-image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .services-callout .callout-nav {
    display: block; } }

.service-logo img {
  max-width: 35%; }

.conditions-callout {
  background: #f7f7f4;
  padding: 20px 0; }

.conditions-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .conditions-content h3 {
    margin: .5em 0; }
    .conditions-content h3 + ul {
      margin-top: 0; }

.conditions-header {
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px; }

.conditions-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0; }
  .conditions-heading .heading-icon {
    display: block;
    line-height: 0;
    margin-right: 20px;
    width: 36px; }
    @media (min-width: 768px) {
      .conditions-heading .heading-icon {
        width: 46px; } }
    .conditions-heading .heading-icon svg {
      width: 100%; }
  .conditions-heading .heading-text {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #293F8E;
    line-height: 1.25;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 768px) {
      .conditions-heading .heading-text {
        font-size: 32px; } }

@media (min-width: 768px) {
  .conditions-excerpts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    border-bottom: 1px solid #d2d2d2; } }

@media (min-width: 992px) {
  .conditions-excerpts {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; } }

.conditions-excerpt {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative; }
  .conditions-excerpt .excerpt-heading {
    display: inline;
    font-size: 17px;
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 295ms ease; }
    .conditions-excerpt .excerpt-heading + p {
      margin-top: 20px; }
  .conditions-excerpt:hover .excerpt-heading {
    background-size: 100% 100%;
    transition: background-size 295ms ease; }
  .conditions-excerpt .excerpt-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .conditions-excerpt p:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .conditions-excerpt {
      border-bottom: 0;
      width: 50%; }
      .conditions-excerpt:nth-child(1) {
        width: 100%;
        padding: 0; }
      .conditions-excerpt:nth-child(2) {
        padding-right: 20px; }
      .conditions-excerpt:nth-child(3) {
        padding-left: 20px;
        border-left: 1px solid #d2d2d2; } }
  @media (min-width: 992px) {
    .conditions-excerpt {
      width: 25%; }
      .conditions-excerpt:nth-child(1) {
        width: 50%;
        border-right: 1px solid #d2d2d2;
        padding-right: 10%; }
      .conditions-excerpt:nth-child(2) {
        padding: 0 20px; }
      .conditions-excerpt:nth-child(3) {
        padding: 0 20px; } }

.location-detail {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .location-detail {
      padding-top: 0; } }
  .location-detail .location-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .location-detail .location-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        padding-bottom: 75px; } }
  .location-detail .location-image {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    margin-right: -20px;
    margin-left: -20px;
    width: auto;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.25); }
    .location-detail .location-image img {
      display: block;
      width: 100%; }
    @media (min-width: 768px) {
      .location-detail .location-image {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin: 85px 0 0 10px;
        padding: 0;
        width: 58%; } }
  .location-detail .location-info {
    padding-top: 30px; }
    @media (min-width: 768px) {
      .location-detail .location-info {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 42%;
        padding-right: 6%; } }
  .location-detail .location-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .location-detail .location-heading {
        font-size: 28px; } }
    .location-detail .location-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .location-detail .location-subhead {
    border-bottom: 1px solid #d2d2d2;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 1em;
    margin-bottom: 1em; }
  @media (min-width: 768px) {
    .location-detail .location-contact p {
      width: 50%;
      padding: 0 10px 0 0; }
      .location-detail .location-contact p + p {
        padding: 0 0 0 10px; } }
  @media (min-width: 768px) {
    .location-detail .location-contact {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }
  .location-detail .directions {
    display: inline-block;
    margin-top: 10px; }

.location-profiles {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .location-profiles {
      padding: 50px 0; } }

.location-profiles-heading {
  color: #293F8E;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.75em 0;
  margin-bottom: 1.125em;
  position: relative; }
  @media (min-width: 768px) {
    .location-profiles-heading {
      font-size: 28px; } }
  .location-profiles-heading:after {
    background: #8BDB35;
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 100%;
    left: 0; }

.services-specialties {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .services-specialties {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      padding-top: 60px;
      padding-bottom: 50px; } }
  .services-specialties .callout-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative;
    padding-top: 0; }
    @media (min-width: 768px) {
      .services-specialties .callout-heading {
        font-size: 28px; } }
    .services-specialties .callout-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .services-specialties .callout-nav-link {
    display: inline-block;
    padding: 9px 5px; }
  @media (min-width: 768px) {
    .services-specialties .services-column {
      border: 0;
      border-right: 1px solid #d2d2d2; } }
  .services-specialties .services-column + .specialties-column {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #d2d2d2; }
    @media (min-width: 768px) {
      .services-specialties .services-column + .specialties-column {
        border-top: none;
        margin-top: inherit;
        padding-top: inherit; } }
  @media (min-width: 768px) {
    .services-specialties .services-column,
    .services-specialties .specialties-column {
      width: 50%;
      padding: 0 0 0 40px !important; } }

.provider-detail {
  padding-top: 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .provider-detail {
      padding-top: 0; } }
  .provider-detail .provider-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .provider-detail .provider-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding-bottom: 75px; } }
  .provider-detail .provider-image-col {
    text-align: center; }
    @media (min-width: 768px) {
      .provider-detail .provider-image-col {
        text-align: left;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        width: 42%; } }
  .provider-detail .provider-image {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    max-width: 325px;
    position: relative; }
    .provider-detail .provider-image:empty {
      min-height: 280px;
      background-image: url(images/cto-mark-centered.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 768px) {
        .provider-detail .provider-image:empty {
          min-height: 300px; } }
      @media (min-width: 992px) {
        .provider-detail .provider-image:empty {
          min-height: 400px; } }
    .provider-detail .provider-image:after {
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.15) 100%);
      mix-blend-mode: multiply;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2; }
    .provider-detail .provider-image img {
      width: 100%; }
    @media (min-width: 768px) {
      .provider-detail .provider-image {
        margin-top: 70px;
        max-width: 100%; } }
  .provider-detail .provider-info {
    padding-top: 30px; }
    @media (min-width: 768px) {
      .provider-detail .provider-info {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 58%;
        padding-top: 60px;
        padding-right: 6%; } }
  .provider-detail .provider-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    font-size: 28px;
    position: relative; }
    .provider-detail .provider-heading::after {
      width: 60px;
      height: 6px;
      background-color: #8BDB35;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      left: 0;
      content: ''; }
    .provider-detail .provider-heading .heading-icon {
      display: block;
      line-height: 0;
      margin-right: 20px;
      width: 36px; }
      @media (min-width: 768px) {
        .provider-detail .provider-heading .heading-icon {
          width: 46px; } }
      .provider-detail .provider-heading .heading-icon svg {
        width: 100%; }
    .provider-detail .provider-heading .heading-text {
      display: block;
      font-size: 24px;
      font-weight: bold;
      color: #293F8E;
      line-height: 1.25;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media (min-width: 768px) {
        .provider-detail .provider-heading .heading-text {
          font-size: 32px; } }
  .provider-detail .provider-intro {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: .75em;
    padding-bottom: 1em; }
  .provider-detail .provider-specialties {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 1.5em;
    margin-bottom: 2em; }
    .provider-detail .provider-specialties > div {
      width: 50%; }
      .provider-detail .provider-specialties > div a, .provider-detail .provider-specialties > div span {
        display: inline-block;
        width: auto;
        padding: .5em 1em .5em 0; }
  .provider-detail .provider-subhead {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 1.25em;
    margin: 0;
    width: 100%; }
    .provider-detail .provider-subhead ~ .provider-subhead {
      padding-top: 2em; }
  .provider-detail .specialty-link,
  .provider-detail span.callout-nav-link {
    display: block;
    width: 50%;
    padding: .5em 1em .5em 0;
    line-height: 1.3; }
  .provider-detail .btn-alt {
    padding: 1.3em;
    width: 375px;
    max-width: 100%; }
  .provider-detail .full-bio {
    width: 100%; }
  .provider-detail .bio-intro {
    padding-top: 30px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .provider-detail .bio-intro {
        padding-top: 50px; } }
  .provider-detail .bio-block {
    padding-top: 20px; }
    .provider-detail .bio-block h1 {
      text-align: left;
      font-family: "Montserrat", sans-serif;
      color: #293F8E;
      font-size: 24px;
      line-height: 1.2;
      padding: 0.75em 0;
      margin-bottom: 1.125em;
      position: relative; }
      @media (min-width: 768px) {
        .provider-detail .bio-block h1 {
          font-size: 28px; } }
      .provider-detail .bio-block h1:after {
        background: #8BDB35;
        content: "";
        display: block;
        height: 5px;
        width: 60px;
        position: absolute;
        top: 100%;
        left: 0; }
    .provider-detail .bio-block h2 {
      text-align: left;
      font-family: "Montserrat", sans-serif;
      font-size: 20px; }
    .provider-detail .bio-block h3 {
      text-align: left;
      font-family: "Montserrat", sans-serif;
      font-size: 17px;
      border-bottom: 1px solid #d2d2d2;
      margin-bottom: 1em;
      padding-bottom: 0.25em; }
    .provider-detail .bio-block p {
      text-align: left;
      font-size: 16px;
      margin: 0 0 1em 0; }
    .provider-detail .bio-block *[style*="text-align:"] {
      text-align: left !important; }
    .provider-detail .bio-block .bio-subhead {
      color: #000;
      border-bottom: 1px solid #d2d2d2;
      font-size: 16px;
      font-weight: bold;
      padding-bottom: .5em;
      margin-bottom: 1em; }

.trusted-resources {
  padding-top: 0;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .trusted-resources {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .trusted-resources .callout-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .trusted-resources .callout-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
  .trusted-resources .callout-text {
    padding: 20px 0 0 0; }
    @media (max-width: 767px) {
      .trusted-resources .callout-text {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 768px) {
      .trusted-resources .callout-text {
        padding: 0;
        width: 43.5%; } }
  .trusted-resources .callout-text-top {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .trusted-resources .callout-text-top p {
      margin: 0; }
      .trusted-resources .callout-text-top p + p {
        margin-top: 1em; }
    .trusted-resources .callout-text-top + .video-module {
      border-top: none;
      padding-top: none;
      margin-bottom: 30px; }
  .trusted-resources .callout-nav {
    display: block; }
    .trusted-resources .callout-nav > div > a {
      display: inline-block; }
  .trusted-resources .callout-nav-link {
    color: #293F8E;
    display: block;
    line-height: 1.5;
    padding: 0.5em 0; }
    @media (min-width: 480px) {
      .trusted-resources .callout-nav-link {
        display: inline-block; } }
  .trusted-resources .callout-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative;
    padding-top: 0; }
    @media (min-width: 768px) {
      .trusted-resources .callout-heading {
        font-size: 28px; } }
    .trusted-resources .callout-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .trusted-resources .callout-image {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    margin-bottom: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 50%; }
    @media (max-width: 479px) {
      .trusted-resources .callout-image {
        width: auto;
        height: 0;
        margin-right: -20px;
        margin-left: -20px;
        padding-top: 50vw; } }
    .trusted-resources .callout-image img {
      position: absolute;
      top: -999vh;
      left: -999vw; }
    @media (min-width: 768px) {
      .trusted-resources .callout-image {
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
        width: calc(50% - 10px);
        padding-top: 50%;
        margin-bottom: 0; }
        .trusted-resources .callout-image:after {
          content: "";
          display: block;
          padding-top: 100%; } }
  .trusted-resources .callout-image {
    margin-bottom: 0;
    margin-top: 40px; }
  .trusted-resources a {
    display: block;
    padding: .5em 0; }

.quals-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .quals-nav > :first-child {
    align-self: stretch; }
  .quals-nav a {
    display: inline-block; }

.providerbio-header {
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px; }

.providerbio-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0; }
  .providerbio-heading .heading-icon {
    display: block;
    line-height: 0;
    margin-right: 20px;
    width: 36px; }
    @media (min-width: 768px) {
      .providerbio-heading .heading-icon {
        width: 46px; } }
    .providerbio-heading .heading-icon svg {
      width: 100%; }
  .providerbio-heading .heading-text {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #293F8E;
    line-height: 1.25;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 768px) {
      .providerbio-heading .heading-text {
        font-size: 32px; } }

.provider-select .select-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .provider-select .select-content {
      padding-top: 50px; } }

.provider-select .select-heading {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px; }

.select-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  @media (min-width: 768px) {
    .select-buttons {
      width: 85%;
      min-width: 725px;
      margin-right: auto; } }

.select-button {
  background: #fff;
  border: 1px solid #293F8E;
  border-radius: 4px;
  color: #293F8E;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0.75em 1em;
  text-decoration: none;
  transition: all 0.2s ease-out;
  font-size: 16px;
  text-align: center;
  width: calc( 50% - 5px);
  margin-bottom: 10px; }
  .select-button:hover {
    background: #182553;
    border-color: #182553;
    color: #fff;
    transition: all 0.2 ease-out; }
  .select-button.active {
    color: #fff;
    background-color: #293F8E; }
  @media (min-width: 625px) {
    .select-button {
      width: calc( 33% - 6.66px); } }
  @media (min-width: 768px) {
    .select-button {
      font-size: 14px;
      text-align: left;
      width: calc( 33% - 10px); } }
  .select-button > [class*='icon-']:first-child {
    text-align: inherit;
    display: block;
    font-size: 32px;
    margin: 5px 0 15px 0; }
    @media (min-width: 768px) {
      .select-button > [class*='icon-']:first-child {
        display: inline-flex;
        margin: 0; } }
  .select-button .button-text {
    display: inline-block;
    line-height: 1.33;
    max-width: 100%; }
    @media (min-width: 768px) {
      .select-button .button-text {
        padding-left: .25em;
        transform: translateY(-0.45em); } }

.provider-video {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .provider-video {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .provider-video .provider-video-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .provider-video .video-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; }

.provider-quals {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .provider-quals {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .provider-quals .provider-quals-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .provider-quals .provider-quals-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
    .provider-quals .provider-quals-content > nav,
    .provider-quals .provider-quals-content > article {
      padding-bottom: 30px; }
      @media (min-width: 768px) {
        .provider-quals .provider-quals-content > nav,
        .provider-quals .provider-quals-content > article {
          width: 45%; } }
      .provider-quals .provider-quals-content > nav.quals-downloads,
      .provider-quals .provider-quals-content > article.quals-downloads {
        width: 100% !important; }
  .provider-quals .quals-heading {
    border-bottom: 1px solid #d2d2d2;
    color: #000; }
    .provider-quals .quals-heading svg {
      display: inline-block;
      width: 30px;
      vertical-align: middle;
      margin: 0 5px 5px 0; }
  .provider-quals .quals-list {
    padding-left: 1.25em; }
    .provider-quals .quals-list li {
      padding-bottom: .5em; }
  .provider-quals .quals-contact-methods dt {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: bold;
    width: 6em; }
  .provider-quals .quals-contact-methods dd {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: calc( 100% - 6.5em); }
  .provider-quals .more {
    margin-top: 0; }

.location-cards {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .location-cards {
      padding-top: 50px;
      padding-bottom: 20px; } }

.location-cards-header {
  width: 100%; }
  @media (min-width: 768px) {
    .location-cards-header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      padding-bottom: 20px; } }
  .location-cards-header .header-image {
    width: 225px;
    height: auto;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .location-cards-header .header-image {
        margin: 0; } }

.location-cards-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 500px) {
    .location-cards-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; } }
  @media (min-width: 768px) {
    .location-cards-content {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; } }

.location-cards-heading {
  color: #293F8E;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.75em 0;
  margin-bottom: 1.125em;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .location-cards-heading {
      font-size: 28px; } }
  .location-cards-heading:after {
    background: #8BDB35;
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 100%;
    left: 0; }

.location-card {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #f7f7f4;
  box-shadow: 0 2px 6px 3px #f7f7f4;
  transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
  .location-card:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.33);
    transform: translate(0, -4px);
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 500px) {
    .location-card {
      width: calc( (100% - 30px )/2);
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .location-card {
      width: calc( (100% - 60px )/3);
      margin-bottom: 50px;
      margin-right: 30px; }
      .location-card:nth-of-type(3n) {
        margin-right: 0; } }
  .location-card img {
    width: 100%; }
  .location-card .more {
    margin-top: 0; }
  .location-card .location-card-image {
    position: relative; }
    .location-card .location-card-image:after {
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.125) 100%);
      mix-blend-mode: multiply;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2; }

.location-card-text {
  padding: 30px; }

.location-hours {
  margin: 0 0 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .location-hours dt, .location-hours dd {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%; }
  .location-hours dd {
    text-align: right;
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-basis: 55%;
    flex-basis: 55%; }

body.page-template-page_landingpage .location-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  body.page-template-page_landingpage .location-card .location-card-image {
    height: auto;
    min-height: 175px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (min-width: 768px) {
      body.page-template-page_landingpage .location-card .location-card-image {
        min-height: 211px; } }
  body.page-template-page_landingpage .location-card .location-card-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-grow: 1; }
    body.page-template-page_landingpage .location-card .location-card-text .directions {
      margin: 10px 0; }
    body.page-template-page_landingpage .location-card .location-card-text .phone {
      margin-bottom: 10px; }
    body.page-template-page_landingpage .location-card .location-card-text .location-info {
      margin-top: 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
      body.page-template-page_landingpage .location-card .location-card-text .location-info strong {
        margin-bottom: 5px;
        display: block; }
      body.page-template-page_landingpage .location-card .location-card-text .location-info dl {
        margin-bottom: 10px; }
    body.page-template-page_landingpage .location-card .location-card-text .more {
      margin: auto 0 0; }

.find-location-intro {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .find-location-intro {
      padding-top: 30px;
      padding-bottom: 25px; } }
  .find-location-intro .intro-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .find-location-intro .intro-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .find-location-intro .intro-heading {
        font-size: 28px; } }
    .find-location-intro .intro-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .find-location-intro .intro-subhead {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; }

.search-block {
  background: #293F8E; }

.search article {
  border-bottom: 1px solid #ccc !important;
  padding: 20px 0 !important; }
  .search article a {
    text-align: left !important;
    text-decoration: none !important;
    color: #000; }
    .search article a p {
      color: #000; }
  .search article .post-card-heading {
    font-size: 20px;
    font-weight: bold; }
    .search article .post-card-heading span {
      color: #293F8E;
      background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size 295ms ease;
      padding-bottom: 5px; }
      .search article .post-card-heading span:hover {
        color: #293F8E;
        background-size: 100% 100%; }
  .search article:hover .post-card-heading span {
    background-size: 100% 100%; }

.location-jumps {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .location-jumps {
      padding-top: 40px;
      padding-bottom: 25px; } }

.location-jump-nav {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }

.location-jump-heading {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  width: 100%; }
  @media (min-width: 768px) {
    .location-jump-heading {
      font-size: 32px; } }

.location-jump-link {
  display: block;
  padding: .375em 1em .375em 0;
  width: 50%; }
  @media (min-width: 450px) {
    .location-jump-link {
      width: 33.33%; } }
  @media (min-width: 600px) {
    .location-jump-link {
      width: 25%; } }
  @media (min-width: 768px) {
    .location-jump-link {
      width: 20%; } }
  @media (min-width: 992px) {
    .location-jump-link {
      width: 16.66%; } }

.request-appt {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .request-appt {
      padding-top: 50px;
      padding-bottom: 50px; } }

.request-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .request-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }
  .request-content .form-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .request-content .form-heading {
        font-size: 28px; } }
    .request-content .form-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .request-content .form-sidebar .callout-image {
    background-image: none !important; }
    .request-content .form-sidebar .callout-image img {
      width: 100%; }
  .request-content .form-sidebar .service-card {
    display: block; }
    @media (min-width: 768px) {
      .request-content .form-sidebar .service-card {
        width: 100%; } }
    .request-content .form-sidebar .service-card .service-card-text {
      padding-right: 16%; }
  .request-content .form-sidebar a.service-card {
    padding-top: 30px;
    text-decoration: none;
    color: black;
    box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0);
    transform: translate(0, 0);
    cursor: pointer; }
    .request-content .form-sidebar a.service-card:focus {
      border-color: inherit;
      outline: none;
      box-shadow: inset 0px 0px 0px 3px #0D1C52; }
    .request-content .form-sidebar a.service-card span.more {
      display: inline-block;
      color: #293F8E;
      margin: 20px 0 0 0;
      padding: 5px 0;
      font-size: inherit;
      font-weight: bold;
      text-decoration: none;
      color: #293F8E;
      background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size 295ms ease; }
      .request-content .form-sidebar a.service-card span.more:hover {
        color: #293F8E;
        background-size: 100% 100%; }
      .request-content .form-sidebar a.service-card span.more:hover {
        background-size: 0 100%; }
      .request-content .form-sidebar a.service-card span.more::after {
        content: " ";
        font-size: 10px; }
    .request-content .form-sidebar a.service-card:hover {
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.33);
      transform: translate(0, -4px); }
      .request-content .form-sidebar a.service-card:hover span, .request-content .form-sidebar a.service-card:hover span:hover {
        color: #293f8d;
        background-size: 100% 100%; }
  @media (min-width: 768px) {
    .request-content .form-sidebar {
      width: 40%; } }

.edu-listing {
  background: #f7f7f4;
  padding: 30px 0; }
  .edu-listing .page-title {
    margin-bottom: 40px; }

.edu-listing-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.edu-cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }

.post-card,
.video-card {
  background: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  width: 100%;
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 500px) {
    .post-card,
    .video-card {
      width: calc( 50% - 10px); }
      .post-card:nth-of-type(even),
      .video-card:nth-of-type(even) {
        margin-left: 20px; } }
  .post-card .post-link,
  .video-card .post-link {
    display: block;
    text-decoration: none; }
    .post-card .post-link p,
    .video-card .post-link p {
      color: #000; }
  .post-card .post-image,
  .video-card .post-image {
    line-height: 0;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start; }
    .post-card .post-image img,
    .video-card .post-image img {
      max-width: 100%; }
  .post-card .post-text,
  .video-card .post-text {
    padding: 30px 15px; }
    @media (min-width: 768px) {
      .post-card .post-text,
      .video-card .post-text {
        padding: 40px 20px; } }
  .post-card .post-card-heading,
  .video-card .post-card-heading {
    font-size: 20px;
    font-weight: bold; }
    .post-card .post-card-heading span,
    .video-card .post-card-heading span {
      color: #293F8E;
      background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size 295ms ease;
      padding-bottom: 5px; }
      .post-card .post-card-heading span:hover,
      .video-card .post-card-heading span:hover {
        color: #293F8E;
        background-size: 100% 100%; }
  .post-card:hover .post-card-heading span,
  .video-card:hover .post-card-heading span {
    background-size: 100% 100%; }

.post-card {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.edu-listing-snippet {
  width: 100%; }

.viewmedica-wrapper {
  background: #fff;
  position: relative;
  width: 100%;
  padding-bottom: 55.5%;
  margin-bottom: 30px; }
  .viewmedica-wrapper > div {
    display: inline; }
  .viewmedica-wrapper iframe {
    height: 100%;
    width: 100%;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }

.edu-video {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .edu-video {
      padding: 50px 0; } }

.edu-video-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.edu-video-intro {
  padding-bottom: 20px; }

.article-subhead {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-top: 20px; }

.home .edu-video .callout-heading {
  color: #293F8E;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.75em 0;
  margin-bottom: 1.125em;
  position: relative;
  padding-top: 0; }
  @media (min-width: 768px) {
    .home .edu-video .callout-heading {
      font-size: 28px; } }
  .home .edu-video .callout-heading:after {
    background: #8BDB35;
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 100%;
    left: 0; }

.edu-article {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .edu-article {
      padding: 50px 0; } }

.edu-article-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .edu-article-content .article-image {
    padding: 20px 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc( 100% + 40px); }
    @media (min-width: 768px) {
      .edu-article-content .article-image {
        margin: 0;
        width: 100%;
        padding: 5px 5% 30px 5%; } }
    .edu-article-content .article-image img {
      width: 100%; }
  .edu-article-content img {
    max-width: 100%; }
  .edu-article-content a.dynamic-external-link {
    word-break: break-all; }
  @media (min-width: 768px) {
    .edu-article-content .article-text {
      padding: 0 12.5%; } }
  .edu-article-content .article-subhead {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-top: 20px; }

.excerpt-heading span {
  background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 295ms ease; }

.excerpt-link:hover ~ .excerpt-heading span {
  background-size: 100% 100%;
  transition: background-size 295ms ease; }

.posts {
  width: 100%; }
  .posts [id*='post-'] {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }

.avatar-lockup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px; }
  .avatar-lockup .avatar-image {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 75px;
    height: 75px;
    position: relative;
    line-height: 0;
    margin: 0; }
    .avatar-lockup .avatar-image img {
      height: 101%;
      width: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .avatar-lockup .avatar-name {
    display: block;
    padding-left: 1em; }
  .avatar-lockup .avatar-date {
    display: block;
    font-size: .8em;
    color: #333;
    white-space: nowrap; }

.article-content {
  padding-top: 20px;
  padding-left: 10%;
  padding-right: 10%;
  overflow: hidden; }
  .article-content img {
    max-width: 100%;
    height: auto; }

.news-block {
  width: 100%;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .news-block {
      padding: 50px 0; } }

.news-article {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .news-article h1 {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .news-article h1 {
        font-size: 28px; } }
    .news-article h1:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .news-article h2 {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 20px; }
  .news-article h3 {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 1em;
    padding-bottom: 0.25em; }
  .news-article p {
    text-align: left;
    font-size: 16px;
    margin: 0 0 1em 0; }
  .news-article *[style*="text-align:"] {
    text-align: left !important; }
  .news-article .article-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .news-article .article-heading {
        font-size: 28px; } }
    .news-article .article-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }

.intro-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .intro-block {
      padding-top: 30px;
      padding-bottom: 25px; } }
  .intro-block .intro-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .intro-block .intro-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .intro-block .intro-heading {
        font-size: 28px; } }
    .intro-block .intro-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .intro-block .intro-subhead {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; }
  .intro-block.promo-feature {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    padding-bottom: 0; }
    @media (min-width: 360px) {
      .intro-block.promo-feature {
        padding-bottom: 15px; } }
    .intro-block.promo-feature .intro-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      @media (min-width: 768px) {
        .intro-block.promo-feature .intro-content {
          -webkit-flex-flow: row nowrap;
          -moz-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          padding-top: 20px; } }
    @media (min-width: 768px) {
      .intro-block.promo-feature .intro-panel {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: calc( 50% - 10px); } }
    .intro-block.promo-feature .intro-panel > :first-child {
      padding-top: 0; }
    .intro-block.promo-feature .promo-panel {
      -webkit-transition: all 195ms ease-in-out;
      -moz-transition: all 195ms ease-in-out;
      -ms-transition: all 195ms ease-in-out;
      -o-transition: all 195ms ease-in-out;
      transition: all 195ms ease-in-out;
      margin: 60px -20px 0;
      background-color: white;
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
      @media (min-width: 360px) {
        .intro-block.promo-feature .promo-panel {
          max-width: 320px;
          margin-top: 60px;
          margin-right: auto;
          margin-bottom: 50px;
          margin-left: auto;
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2); } }
      @media (min-width: 768px) {
        .intro-block.promo-feature .promo-panel {
          -webkit-flex-shrink: 1;
          -moz-flex-shrink: 1;
          -ms-flex-shrink: 1;
          flex-shrink: 1;
          margin: 0 0 30px 30px;
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2); } }
      .intro-block.promo-feature .promo-panel :last-child {
        margin-bottom: 0; }
      .intro-block.promo-feature .promo-panel .copy {
        -webkit-transition: all 195ms ease-in-out;
        -moz-transition: all 195ms ease-in-out;
        -ms-transition: all 195ms ease-in-out;
        -o-transition: all 195ms ease-in-out;
        transition: all 195ms ease-in-out;
        padding: 30px 20px 20px; }
        .intro-block.promo-feature .promo-panel .copy > :first-child {
          margin-top: 0; }
        .intro-block.promo-feature .promo-panel .copy > :last-child {
          margin-bottom: 0; }
        @media (min-width: 768px) {
          .intro-block.promo-feature .promo-panel .copy {
            padding: 30px 45px 45px; } }
      .intro-block.promo-feature .promo-panel .promo-heading {
        margin: 30px 0 20px;
        position: relative;
        line-height: 1.3;
        /* … and I quote, "…Decrease the module header copy so it allows for at least two words before wrapping." */
        font-size: 17px;
        letter-spacing: -0.02em; }
      .intro-block.promo-feature .promo-panel .promo-description {
        margin: 30px 0; }
      .intro-block.promo-feature .promo-panel figure {
        margin: 0;
        padding: 0;
        height: 0;
        padding-top: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        .intro-block.promo-feature .promo-panel figure img {
          display: block;
          width: 100%; }
      .intro-block.promo-feature .promo-panel p:last-child {
        margin-top: 24px; }

.pagination {
  width: 100%;
  padding: 20px 0; }

.pagi-nav {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.pagi-prev,
.pagi-next {
  display: block;
  text-decoration: none; }
  .pagi-prev .pagi-label,
  .pagi-next .pagi-label {
    font-weight: bold; }

.pagi-prev .icon-right, .pagi-prev .icon-left {
  transform: scaleX(-1); }

.pagi-pages {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0; }
  .pagi-pages li {
    display: inline-block;
    margin: 0;
    padding: 0 .125em; }
    .pagi-pages li.active {
      font-weight: bold; }

.icon-left:before {
  display: inline-block;
  transform: scaleX(-1); }

.specialties-lists {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .specialties-lists {
      padding-top: 50px;
      padding-bottom: 50px; } }

.specialties-cards-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.specialty-cards {
  margin: 0;
  width: 100%;
  list-style-type: none;
  border-top: 1px solid #d2d2d2;
  padding: 35px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0; }

.specialty-card {
  display: block;
  margin: 0 0 50px 0;
  padding: 0;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 500px) and (max-width: 767px) {
    .specialty-card {
      width: calc( 50% - 10px); }
      .specialty-card:nth-of-type(odd) {
        margin-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .specialty-card {
      margin-right: 20px;
      width: calc( 33.333% - 13.333px); }
      .specialty-card:nth-of-type(3n) {
        margin-right: 0; } }
  @media (min-width: 992px) {
    .specialty-card {
      margin-right: 20px;
      width: calc( 25% - 15px); }
      .specialty-card:nth-of-type(4n) {
        margin-right: 0; } }
  .specialty-card:hover .specialty-card-heading {
    background-size: 100% 100%; }
  .specialty-card:hover .specialty-card-mask {
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.14); }
    .specialty-card:hover .specialty-card-mask:before {
      border: 10px solid #fff;
      transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
  .specialty-card:hover .specialty-card-image {
    transform: scale(1.25);
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }

/* LANDING PAGE OVERRIDES */
body.page-template-page_landingpage .specialty-cards {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-template-rows: auto;
  column-gap: 3%;
  row-gap: 20px; }

body.page-template-page_landingpage .specialty-card {
  width: calc( 100% - 10px);
  display: block;
  padding: 0; }

.specialty-card-heading {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  color: #293F8E;
  background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 295ms ease; }
  .specialty-card-heading:hover {
    color: #293F8E;
    background-size: 100% 100%; }

.specialty-card-link {
  display: block; }
  .specialty-card-link .icon-right, .specialty-card-link .icon-left {
    display: inline !important; }

.specialty-card-mask {
  box-shadow: none;
  margin: 0 0 1em 0;
  padding: 0;
  overflow: hidden;
  transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative; }
  .specialty-card-mask:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border: 10px solid transparent;
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }

.specialty-card-image {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }

.specialties-secondary {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .specialties-secondary .specialties-secondary-list {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0 0 30px 0; }
    @media (min-width: 600px) {
      .specialties-secondary .specialties-secondary-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch; } }
  .specialties-secondary .specialties-secondary-item {
    display: block;
    font-weight: bold;
    width: 100%; }
    @media (min-width: 600px) {
      .specialties-secondary .specialties-secondary-item {
        width: 50%; } }
    @media (min-width: 768px) {
      .specialties-secondary .specialties-secondary-item {
        width: 33.333%; } }

.specialty-specialists {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .specialty-specialists {
      padding-top: 50px;
      padding-bottom: 50px; } }

.name-list {
  display: block;
  list-style-type: none;
  padding: 25px 0 0 0;
  margin: 25px 0 0 0;
  border-top: 1px solid #d2d2d2;
  width: 100%; }
  @media (min-width: 768px) {
    .name-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; } }

.name-list-item {
  display: block;
  padding: .625em 0; }
  @media (min-width: 768px) {
    .name-list-item {
      padding-right: 25px;
      width: 50%; } }
  @media (min-width: 992px) {
    .name-list-item {
      width: 33.333%; } }
  .name-list-item .more {
    margin: 0; }

.cta-block {
  padding-top: 0;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .cta-block {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .cta-block .callout-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .cta-block .callout-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
  .cta-block .callout-text {
    padding: 20px 0 0 0; }
    @media (max-width: 767px) {
      .cta-block .callout-text {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 768px) {
      .cta-block .callout-text {
        padding: 0;
        width: 43.5%; } }
  .cta-block .callout-text-top {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .cta-block .callout-text-top p {
      margin: 0; }
      .cta-block .callout-text-top p + p {
        margin-top: 1em; }
    .cta-block .callout-text-top + .video-module {
      border-top: none;
      padding-top: none;
      margin-bottom: 30px; }
  .cta-block .callout-nav {
    display: block; }
    .cta-block .callout-nav > div > a {
      display: inline-block; }
  .cta-block .callout-nav-link {
    color: #293F8E;
    display: block;
    line-height: 1.5;
    padding: 0.5em 0; }
    @media (min-width: 480px) {
      .cta-block .callout-nav-link {
        display: inline-block; } }
  .cta-block .callout-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative;
    padding-top: 0; }
    @media (min-width: 768px) {
      .cta-block .callout-heading {
        font-size: 28px; } }
    .cta-block .callout-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .cta-block .callout-image {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    margin-bottom: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 50%; }
    @media (max-width: 479px) {
      .cta-block .callout-image {
        width: auto;
        height: 0;
        margin-right: -20px;
        margin-left: -20px;
        padding-top: 50vw; } }
    .cta-block .callout-image img {
      position: absolute;
      top: -999vh;
      left: -999vw; }
    @media (min-width: 768px) {
      .cta-block .callout-image {
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
        width: calc(50% - 10px);
        padding-top: 50%;
        margin-bottom: 0; }
        .cta-block .callout-image:after {
          content: "";
          display: block;
          padding-top: 100%; } }
  @media (min-width: 768px) {
    .cta-block {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    .cta-block .callout-text {
      padding: 0; } }
  .cta-block .callout-list {
    margin: 20px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #d2d2d2;
    list-style-type: none;
    display: block; }
  .cta-block .callout-list-item {
    display: block;
    padding: .625em 0; }
  .cta-block .callout-link {
    display: block; }

.common-injuries {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .common-injuries {
      padding-top: 50px;
      padding-bottom: 50px; } }

.common-injuries-list {
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .common-injuries-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }

.common-injuries-item {
  width: auto;
  margin-left: 1.5em;
  padding: .5em 25px .5em 0; }
  @media (min-width: 768px) {
    .common-injuries-item {
      width: calc( 50% - 1.5em); } }

.comprehensive-care {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .comprehensive-care {
      padding-top: 50px;
      padding-bottom: 50px; } }

.cta-docloc {
  background: linear-gradient(214.33deg, #293F8E 0%, #00ABE9 100%) !important;
  text-align: center;
  width: 100%; }
  .cta-docloc .row, .cta-docloc #find-a-location .jump-link-nav, #find-a-location .cta-docloc .jump-link-nav, .cta-docloc #find-a-location .search-block, #find-a-location .cta-docloc .search-block, .cta-docloc #find-a-location .display .layout, #find-a-location .display .cta-docloc .layout {
    padding: 40px 10px 20px 10px; }
    @media (min-width: 768px) {
      .cta-docloc .row, .cta-docloc #find-a-location .jump-link-nav, #find-a-location .cta-docloc .jump-link-nav, .cta-docloc #find-a-location .search-block, #find-a-location .cta-docloc .search-block, .cta-docloc #find-a-location .display .layout, #find-a-location .display .cta-docloc .layout {
        padding: 55px 20px 45px 20px; } }
  .cta-docloc .cta-heading {
    color: #fff;
    font-weight: 400;
    padding: 0 20px;
    font-size: 20px; }
    @media (min-width: 500px) {
      .cta-docloc .cta-heading {
        font-size: 4vw; } }
    @media (min-width: 1000px) {
      .cta-docloc .cta-heading {
        font-size: 40px; } }
  .cta-docloc .btn {
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    width: 100%;
    margin: 20px auto;
    max-width: 215px; }
    .cta-docloc .btn > span {
      display: inline-block;
      margin: auto; }
    .cta-docloc .btn:hover {
      color: #fff;
      background: #182553;
      border-color: #182553; }
    @media (min-width: 768px) {
      .cta-docloc .btn {
        display: inline-block;
        margin: 0 5px 10px 5px; } }

.postid-1220 .mantle-text {
  width: 100%; }
  .postid-1220 .mantle-text ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .postid-1220 .mantle-text ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
    .postid-1220 .mantle-text ul li {
      display: block;
      margin: 0;
      padding: 10px 30px 10px 0;
      width: auto; }
      @media (min-width: 992px) {
        .postid-1220 .mantle-text ul li {
          padding-right: 35px; } }
    .postid-1220 .mantle-text ul a {
      white-space: nowrap; }

.callout-contacts {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .callout-contacts {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .callout-contacts .contacts-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .callout-contacts .contacts-heading {
        font-size: 28px; } }
    .callout-contacts .contacts-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .callout-contacts .contacts-subhead {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-bottom: .5em; }
  .callout-contacts .contacts-email {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .callout-contacts .contacts-email .contacts-text {
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 30px;
        margin-bottom: 30px; } }
    .callout-contacts .contacts-email a {
      text-decoration: none; }
      .callout-contacts .contacts-email a:hover {
        text-decoration: none; }
        .callout-contacts .contacts-email a:hover span {
          text-decoration: underline; }
  .callout-contacts .contacts-office {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .callout-contacts .contacts-office {
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
  .callout-contacts .contacts-office-text {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
    @media (min-width: 768px) {
      .callout-contacts .contacts-office-text {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 42%;
        padding-right: 25px; } }
  .callout-contacts .contacts-office-image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    line-height: 0;
    padding: 0;
    margin: 20px 0;
    position: relative; }
    .callout-contacts .contacts-office-image::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.125) 100%);
      mix-blend-mode: multiply; }
    @media (min-width: 768px) {
      .callout-contacts .contacts-office-image {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        width: 60%; } }
    .callout-contacts .contacts-office-image img {
      width: 100%; }
      @media (min-width: 768px) {
        .callout-contacts .contacts-office-image img {
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); } }
  .callout-contacts .contacts-numbers {
    list-style-type: none;
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%; }
    .callout-contacts .contacts-numbers li {
      display: inline-block;
      padding: 0 25px 0 0; }

.callout-leadership {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .callout-leadership {
      padding-top: 50px; } }
  .callout-leadership .leadership-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .callout-leadership .leadership-heading {
        font-size: 28px; } }
    .callout-leadership .leadership-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .callout-leadership .leadership-cards {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 20px 0; }
    @media (min-width: 600px) {
      .callout-leadership .leadership-cards {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch; } }
  .callout-leadership .leadership-card {
    display: block;
    width: 100%;
    padding-bottom: 25px; }
    @media (min-width: 600px) {
      .callout-leadership .leadership-card {
        width: calc( 50% - 12.5px); }
        .callout-leadership .leadership-card:nth-of-type(odd) {
          margin-right: 25px; } }
    @media (min-width: 768px) {
      .callout-leadership .leadership-card {
        width: calc(( 100% - 75px )/4);
        margin-right: 25px; }
        .callout-leadership .leadership-card:nth-of-type(4n) {
          margin-right: 0 !important; } }
  .callout-leadership .leadership-image {
    line-height: 0;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative; }
    .callout-leadership .leadership-image::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.125) 100%);
      mix-blend-mode: multiply; }

input:focus,
button:focus,
.promo-content a.btn-more:focus,
.subfooter-buttons .subfooter-button:focus {
  border-color: inherit;
  outline: none;
  box-shadow: inset 0px 0px 0px 3px #0D1C52; }

.subfooter-buttons .subfooter-button:nth-child(2):focus,
.footer-content .footer-social .social-link:focus {
  border-color: inherit;
  outline: none;
  box-shadow: inset 0px 0px 0px 3px #00ABE9; }

@media (max-width: 767px) {
  .main-nav-inner a, .main-nav-inner input, .main-nav-inner button {
    visibility: hidden; } }

@media (max-width: 767px) {
  .menu-open .main-nav-inner a, .menu-open .main-nav-inner input, .menu-open .main-nav-inner button {
    visibility: visible; } }

a.callout-nav-link,
a.more,
.announce-excerpt a {
  position: relative; }
  a.callout-nav-link:focus,
  a.more:focus,
  .announce-excerpt a:focus {
    outline: none;
    z-index: 5; }
  a.callout-nav-link::after,
  a.more::after,
  .announce-excerpt a::after {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    bottom: -5px;
    left: -10px;
    z-index: -1;
    box-shadow: inset 0px 0px 0px 3px #0D1C52;
    opacity: 0;
    border-radius: 4px; }
  a.callout-nav-link:focus::after,
  a.more:focus::after,
  .announce-excerpt a:focus::after {
    opacity: 1; }

.footer-content .footer-nav a,
.footer-content .resources-about a,
.footer-bottom .footer-content a {
  position: relative; }
  .footer-content .footer-nav a:focus,
  .footer-content .resources-about a:focus,
  .footer-bottom .footer-content a:focus {
    outline: none;
    z-index: 5; }
  .footer-content .footer-nav a::after,
  .footer-content .resources-about a::after,
  .footer-bottom .footer-content a::after {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    bottom: -5px;
    left: -10px;
    z-index: -1;
    box-shadow: inset 0px 0px 0px 3px #00ABE9;
    opacity: 0;
    border-radius: 4px; }
  .footer-content .footer-nav a:focus::after,
  .footer-content .resources-about a:focus::after,
  .footer-bottom .footer-content a:focus::after {
    opacity: 1; }

.announce-excerpt a {
  display: inline-block; }

.header-logo a {
  position: relative;
  display: inline-block; }
  .header-logo a:focus {
    outline: none;
    z-index: 5; }
  .header-logo a::after {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    bottom: -5px;
    left: -10px;
    z-index: -1;
    box-shadow: inset 0px 0px 0px 3px #0D1C52;
    opacity: 0;
    border-radius: 4px; }
  .header-logo a:focus::after {
    opacity: 1; }

label[for="site-search"],
.dynamic-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.skip {
  border: 20px solid red;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #293F8E;
  color: white; }

/* Things that need temporary focus */
header.global-header:focus .logo-util-group {
  border-color: inherit;
  outline: none;
  box-shadow: inset 0px 0px 0px 3px #0D1C52; }

[tabindex="-1"]:focus:not([id*="-jump-link"]):focus {
  border-color: inherit;
  outline: none;
  box-shadow: inset 0px 0px 0px 3px #0D1C52; }

.affiliations-block {
  width: 100%;
  background: linear-gradient(304.33deg, #293F8E 0%, #313B8D 100%) !important;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .affiliations-block {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .affiliations-block + #careers {
    margin-top: 0; }

.affiliations-content {
  color: #fff;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.affiliations-heading {
  color: #293F8E;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.75em 0;
  margin-bottom: 1.125em;
  position: relative;
  color: #fff; }
  @media (min-width: 768px) {
    .affiliations-heading {
      font-size: 28px; } }
  .affiliations-heading:after {
    background: #8BDB35;
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 100%;
    left: 0; }

.affiliations-logos {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .affiliations-logos {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      width: 85%; } }

.affiliation-logo {
  display: block;
  height: 85px;
  width: 85px;
  margin: 0 auto 20px auto;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .affiliation-logo img {
    width: 100%; }
  @media (min-width: 768px) {
    .affiliation-logo {
      display: inline-block;
      margin: 0 40px 40px 0;
      height: 75px;
      width: calc( 20% - 16px); } }
  .affiliation-logo:first-of-type {
    transform: scale(0.9); }

.tof-logo {
  max-width: 250px; }

.glossary-block {
  width: 100%; }

.glossary-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(210deg, #293F8E 0%, #0D1C52 100%) !important;
  position: relative;
  overflow: hidden;
  padding: 30px 30px 20px 30px; }
  @media (min-width: 768px) {
    .glossary-content {
      padding: 40px 40px 25px 40px;
      background: linear-gradient(300deg, #293F8E 0%, #0D1C52 100%) !important; } }
  @media (min-width: 992px) {
    .glossary-content {
      padding: 50px 50px 30px 50px; } }
  .glossary-content:after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    max-width: 300px;
    background: url(images/circles-crop.svg) no-repeat bottom right;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .07;
    z-index: 1; }

.glossary-heading {
  font-size: 16px;
  font-weight: bold;
  color: #fff; }

.glossary-list {
  color: #fff;
  margin: 20px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  z-index: 2; }

.glossary-term {
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 7px 10px;
  width: 5em; }

.glossary-def {
  color: #fff;
  font-weight: normal;
  display: block;
  width: calc( 100% - 5em);
  margin: 0;
  padding: 7px 10px; }
  @media (min-width: 768px) {
    .glossary-def {
      margin-right: 5px;
      width: calc(( 50% - 5em ) - 2.5px); }
      .glossary-def:nth-of-type(even) {
        margin-right: 0; } }

.glossary-term:nth-of-type(odd),
.glossary-def:nth-of-type(odd) {
  background-color: #0D1C52; }

@media (min-width: 768px) {
  .glossary-term:nth-of-type(odd),
  .glossary-def:nth-of-type(odd) {
    background-color: transparent; }
  .glossary-term:nth-of-type(4n + 1), .glossary-term:nth-of-type(4n + 2),
  .glossary-def:nth-of-type(4n + 1),
  .glossary-def:nth-of-type(4n + 2) {
    background-color: #0D1C52; } }

.profile-cards {
  padding-top: 5px; }
  @media (min-width: 500px) {
    .profile-cards {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; } }
  .profile-cards .profile-card {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 25px;
    text-decoration: none;
    white-space: normal; }
    @media (min-width: 500px) and (max-width: 767px) {
      .profile-cards .profile-card {
        width: calc((100% - 25px ) / 2); }
        .profile-cards .profile-card:nth-of-type(odd) {
          margin-right: 25px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .profile-cards .profile-card {
        width: calc((100% - 50px ) / 3);
        margin-right: 25px; }
        .profile-cards .profile-card:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .profile-cards .profile-card {
        margin-right: 25px;
        width: calc((100% - 75px ) / 4); }
        .profile-cards .profile-card:nth-of-type(4n) {
          margin-right: 0; } }
    .profile-cards .profile-card:hover .profile-image-mask {
      box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.14);
      transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
      .profile-cards .profile-card:hover .profile-image-mask:before {
        border: 10px solid #fff;
        transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
    .profile-cards .profile-card:hover .profile-image {
      transform: scale(1.3); }
    .profile-cards .profile-card:hover .profile-name span {
      color: #293F8E;
      background-size: 100% 100%; }
  .profile-cards .profile-image-mask {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
    .profile-cards .profile-image-mask:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      border: 10px solid transparent;
      transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
    .profile-cards .profile-image-mask:after {
      content: '';
      display: block;
      padding-bottom: 100%;
      margin-bottom: 20px; }
    .profile-cards .profile-image-mask .profile-image {
      transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url(images/cto-mark-centered.svg); }
      .profile-cards .profile-image-mask .profile-image:after {
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.125) 100%);
        mix-blend-mode: multiply;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2; }
  .profile-cards .profile-name {
    font-weight: bold;
    display: inline-block;
    padding-top: 1em; }
    .profile-cards .profile-name span {
      padding-bottom: 5px;
      background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size 295ms ease; }

.faqs {
  width: 100%;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .faqs {
      padding: 50px 0; } }

.faqs-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.faqs-heading {
  color: #293F8E;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.75em 0;
  margin-bottom: 1.125em;
  position: relative; }
  @media (min-width: 768px) {
    .faqs-heading {
      font-size: 28px; } }
  .faqs-heading:after {
    background: #8BDB35;
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 100%;
    left: 0; }

.faq-item {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .faq-item {
      padding-right: 12.5%; } }

.faq-question {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em; }

.services-block {
  background: #F1F1ED;
  width: 100%;
  padding: 40px 0 20px 0; }
  @media (min-width: 768px) {
    .services-block {
      padding: 50px 0; } }

.services-cards {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.service-card {
  background: #fff;
  box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0);
  width: 100%;
  margin-bottom: 25px;
  padding: 25px;
  position: relative;
  transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: black;
  transform: translate(0, 0);
  cursor: pointer; }
  .service-card .cta {
    font-weight: bold;
    color: #293F8E;
    background-image: linear-gradient(180deg, transparent 85%, #8BDB35 0);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 295ms ease; }
  .service-card:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.33);
    transform: translate(0, -4px); }
    .service-card:hover .cta {
      background-size: 100% 100%; }
  @media (min-width: 768px) {
    .service-card {
      margin-bottom: 40px;
      width: calc( 50% - 20px); }
      .service-card:nth-of-type(odd) {
        margin-right: 40px; } }
  .service-card .service-card-logo {
    margin: 0 0 20px 0;
    padding: 0 12% 0 5%; }
    .service-card .service-card-logo img {
      line-height: 0;
      width: 100%; }
  .service-card .service-card-text {
    padding-right: 20%;
    padding-bottom: 20px; }
  .service-card .more {
    display: inline; }
  .service-card .service-card-heading {
    font-weight: bold;
    font-size: 16px;
    color: #000; }
  .service-card .logo-bug {
    width: 100px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0; }
    .service-card .logo-bug img {
      width: 100%;
      line-height: 0; }

.service-mantle {
  width: 100%;
  padding-bottom: 15px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .service-mantle {
      padding-bottom: 0;
      position: relative; }
      .service-mantle:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 45%;
        z-index: 0; } }

.services-mantle-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .services-mantle-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .services-mantle-content.no-photo {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }

.services-mantle-content .mantle-image {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  line-height: 0; }
  .services-mantle-content .mantle-image img {
    display: block;
    width: 100%;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .services-mantle-content .mantle-image {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      background: none !important;
      margin: 0;
      padding: 0;
      z-index: 2; } }

@media (min-width: 768px) {
  .services-mantle-content.no-photo .mantle-image {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 50%;
    position: relative; } }

.services-mantle-content.no-photo .mantle-image > img {
  max-width: 480px; }

.services-mantle-content.photo .mantle-image {
  overflow: hidden;
  padding: 0;
  position: relative;
  width: auto; }
  @media (min-width: 768px) {
    .services-mantle-content.photo .mantle-image {
      width: 60%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 55%;
      transform: translateX(100%);
      z-index: 2;
      max-width: 734.4px; } }
  .services-mantle-content.photo .mantle-image > [style*="background-image"] {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    height: 0;
    padding-top: 78.125%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (min-width: 768px) {
      .services-mantle-content.photo .mantle-image > [style*="background-image"] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        background-position: left top; } }
    @media (min-width: 992px) {
      .services-mantle-content.photo .mantle-image > [style*="background-image"] {
        background-position: left center; } }

@media (min-width: 768px) {
  .mantle-text {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 45%;
    padding-top: 50px;
    z-index: 5;
    padding-bottom: 20px; } }

.mantle-heading {
  color: #293F8E;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.75em 0;
  margin-bottom: 1.125em;
  position: relative; }
  @media (min-width: 768px) {
    .mantle-heading {
      font-size: 28px; } }
  .mantle-heading:after {
    background: #8BDB35;
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 100%;
    left: 0; }

.mantle-subhead {
  color: #000;
  font-size: 16px;
  font-weight: bold; }

.mantle-logo {
  border-top: 1px solid #d2d2d2;
  margin-top: 20px;
  padding-top: 0; }
  .mantle-logo img {
    width: 100%; }
    @media (min-width: 768px) {
      .mantle-logo img {
        width: 80%; } }
    @media (min-width: 992px) {
      .mantle-logo img {
        width: 66%; } }

/*


// Urgent Care
.postid-1212{
	.bcrumb, .testimonial-quote{
    	background: $color-service-urgent !important;

		nav{
			color:white;
			a, a:after{
				color:white;
			}
		}
	}

	.services-mantle-content {
		@include bp( $screen-sm ){
			@include align-items( center );
		}
	}			
    .mantle-image,
    .service-mantle:after {
        background: linear-gradient(87.17deg, #F7F7F4 7%, $color-service-urgent 150% );
	}
	
	.location-card {
		.location-name {
			display: none;
		}
	}

	.location-card-image {
		display: none !important;
	}
}


*/
.careers-callout {
  width: 100%;
  padding: 30px 0; }

.careers-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.job_filters .search_jobs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .job_filters .search_jobs .search_keywords,
  .job_filters .search_jobs .search_location {
    float: none;
    font-size: 14px !important;
    display: block;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    .job_filters .search_jobs .search_keywords input,
    .job_filters .search_jobs .search_location input {
      border: 1px solid #293F8E;
      color: #293F8E; }
      .job_filters .search_jobs .search_keywords input ::-webkit-input-placeholder,
      .job_filters .search_jobs .search_location input ::-webkit-input-placeholder {
        /* Edge */
        color: #293F8E; }
      .job_filters .search_jobs .search_keywords input :-ms-input-placeholder,
      .job_filters .search_jobs .search_location input :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #293F8E; }
      .job_filters .search_jobs .search_keywords input ::placeholder,
      .job_filters .search_jobs .search_location input ::placeholder {
        color: #293F8E; }
  .job_filters .search_jobs .search_submit {
    float: none;
    display: block;
    padding: 0 0 0 15px !important;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .job_filters .search_jobs .search_submit input[type="submit"] {
      background: #293F8E;
      color: #fff;
      font-size: 14px !important;
      font-weight: bold; }
  .job_filters .search_jobs:before, .job_filters .search_jobs:after,
  .job_filters .search_jobs div[style*="clear"] {
    display: none !important; }
  .job_filters .search_jobs input {
    font-size: 14px;
    padding: 1em; }

.job_filters .job_types {
  padding: 5px !important;
  border-bottom: 1px solid #d2d2d2; }

.patient-navs {
  width: 100%;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .patient-navs > .row, #find-a-location .patient-navs > .jump-link-nav, #find-a-location .patient-navs > .search-block, #find-a-location .display .patient-navs > .layout {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }

.patient-buttons {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .patient-buttons {
      padding: 40px 40px 60px 40px;
      background: #fff;
      width: calc( 50% - 10px);
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1); } }
  .patient-buttons h3 {
    color: black;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
    position: relative; }
    .patient-buttons h3::after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #d2d2d2;
      position: absolute;
      bottom: 0;
      left: 0; }
  .patient-buttons > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    margin-top: 30px;
    margin-bottom: -8px; }
    .patient-buttons > div a {
      border: 1px solid #293F8E;
      color: #293F8E;
      border-radius: 3px;
      padding: .8em 1em .63em .75em;
      transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1);
      transform: translateY(0);
      text-decoration: none;
      margin: 0 0 8px; }
      .patient-buttons > div a:hover {
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.33);
        background: #293F8E;
        color: #fff;
        transform: translateY(-5px);
        transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1); }
      .patient-buttons > div a .link-inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
        .patient-buttons > div a .link-inner::before {
          content: normal;
          margin-right: 12px;
          font-size: 38px;
          min-width: 40px;
          line-height: 40px;
          text-align: center; }
        .patient-buttons > div a .link-inner .button-text::after {
          content: " ";
          font-size: 11px; }
      .patient-buttons > div a[href*="request"] .link-inner::before {
        content: ""; }
      .patient-buttons > div a[href*="bill"] .link-inner::before {
        content: ""; }
      .patient-buttons > div a[href*="ambrahealth.com/access"] .link-inner::before {
        content: ""; }
      .patient-buttons > div a[href*="ambrahealth.com/access"] .link-inner .button-text::after {
        content: " ";
        font-size: 16px; }
      .patient-buttons > div a[href*="contact"] .link-inner::before {
        content: "";
        font-size: 24px; }

.patient-links {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .patient-links {
      padding: 40px 40px 50px 40px;
      background: #fff;
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
      width: calc( 50% - 10px); } }
  .patient-links h3 {
    color: black;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
    position: relative; }
    .patient-links h3::after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #d2d2d2;
      position: absolute;
      bottom: 0;
      left: 0; }
  .patient-links ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 20px 0; }
    .patient-links ul li {
      display: block;
      padding: .75em 0; }
    .patient-links ul a {
      display: inline-block;
      text-decoration: none;
      font-weight: bold;
      color: #293F8E;
      color: #293F8E;
      background-image: linear-gradient(180deg, transparent 75%, #8BDB35 0);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size 295ms ease; }
      .patient-links ul a:hover {
        color: #293F8E;
        background-size: 100% 100%; }

.billing-block {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .billing-block {
      padding: 50px 0; } }
  .billing-block .billing-heading {
    color: #293F8E;
    font-size: 24px;
    line-height: 1.2;
    padding: 0.75em 0;
    margin-bottom: 1.125em;
    position: relative; }
    @media (min-width: 768px) {
      .billing-block .billing-heading {
        font-size: 28px; } }
    .billing-block .billing-heading:after {
      background: #8BDB35;
      content: "";
      display: block;
      height: 5px;
      width: 60px;
      position: absolute;
      top: 100%;
      left: 0; }
  .billing-block .billing-subhead {
    font-size: 16px;
    color: #000; }

.payment-block {
  list-style-type: none;
  display: block;
  width: 100%;
  margin: 30px 0;
  padding: 0; }
  @media (min-width: 768px) {
    .payment-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }
  .payment-block .payment-item {
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .payment-block .payment-item {
        width: calc( (100% - 40px)/3);
        margin-bottom: 0; } }
    .payment-block .payment-item:hover {
      box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.4);
      transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1);
      transform: translate(0, -4px); }
    .payment-block .payment-item .payment-link {
      display: block;
      padding: 30px 30px 0 30px;
      text-decoration: none; }
      @media (min-width: 768px) {
        .payment-block .payment-item .payment-link {
          padding: 40px 30px 0 30px; } }
      .payment-block .payment-item .payment-link .btn-more {
        pointer-events: none; }
        .payment-block .payment-item .payment-link .btn-more i {
          top: 45%; }
      .payment-block .payment-item .payment-link:hover .btn-more {
        background-color: #182553; }
        .payment-block .payment-item .payment-link:hover .btn-more span {
          margin-left: .5em;
          padding-right: 1.5em; }
        .payment-block .payment-item .payment-link:hover .btn-more i {
          right: 0;
          opacity: 1; }
  .payment-block .payment-code {
    font-weight: 400;
    border: 2px solid #293F8E;
    width: 3em;
    height: 3em;
    font-size: 32px;
    margin: 0 auto 30px auto;
    color: #293F8E;
    border-radius: 50%;
    padding-top: 24px;
    text-align: center; }
  .payment-block .payment-name {
    font-size: 16px;
    color: #000; }

.powered-by-image {
  padding: 20px;
  border-top: 1px solid #d2d2d2;
  margin: 30px -30px 0 -30px; }
  .powered-by-image img {
    display: none;
    width: auto;
    margin: 0 auto;
    height: 32px; }

.payment-item .logo-waystar {
  display: block; }

.payment-item:first-of-type .logo-waystar {
  display: none; }

.payment-item:first-of-type .logo-phreesia {
  display: block; }

.postid-1212 .bcrumb,
.postid-1212 .testimonial-quote {
  background: #D35642 !important; }
  .postid-1212 .bcrumb nav,
  .postid-1212 .testimonial-quote nav {
    color: white; }
    .postid-1212 .bcrumb nav a,
    .postid-1212 .bcrumb nav a:after,
    .postid-1212 .testimonial-quote nav a,
    .postid-1212 .testimonial-quote nav a:after {
      color: white; }

.postid-1212 .mantle-image,
.postid-1212 .service-mantle:after {
  background: linear-gradient(87.17deg, #f7f7f4 7%, #D35642 150%); }

.postid-1212 .location-card .location-name {
  display: none; }

.postid-1212 .location-card-image {
  display: none !important; }

.postid-1214 .bcrumb,
.postid-1214 .testimonial-quote {
  background: #7A3C94 !important; }
  .postid-1214 .bcrumb nav,
  .postid-1214 .testimonial-quote nav {
    color: white; }
    .postid-1214 .bcrumb nav a,
    .postid-1214 .bcrumb nav a:after,
    .postid-1214 .testimonial-quote nav a,
    .postid-1214 .testimonial-quote nav a:after {
      color: white; }

.postid-1214 .mantle-image,
.postid-1214 .service-mantle:after {
  background: linear-gradient(87.17deg, #f7f7f4 7%, #7A3C94 150%); }

.postid-1216 .bcrumb,
.postid-1216 .testimonial-quote {
  background: #1A954E !important; }
  .postid-1216 .bcrumb nav,
  .postid-1216 .testimonial-quote nav {
    color: white; }
    .postid-1216 .bcrumb nav a,
    .postid-1216 .bcrumb nav a:after,
    .postid-1216 .testimonial-quote nav a,
    .postid-1216 .testimonial-quote nav a:after {
      color: white; }

.postid-1216 .mantle-image,
.postid-1216 .service-mantle:after {
  background: linear-gradient(87.17deg, #f7f7f4 7%, #1A954E 150%); }

.postid-1216 .video-module {
  border: none; }

.postid-1216 .video-module + .content-block {
  margin-top: 20px; }

.postid-1216 .content-block {
  border: none; }
  .postid-1216 .content-block .callout-text-top {
    border: none; }
  .postid-1216 .content-block h3 {
    color: black;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 8px;
    font-size: 16px; }
    .postid-1216 .content-block h3.patient-downloads::before {
      content: "";
      display: inline-block;
      margin-right: 0.5em;
      color: #CA442F;
      font-size: 30px;
      vertical-align: middle; }

.postid-1218 .bcrumb,
.postid-1218 .testimonial-quote {
  background: #2DACA9 !important; }
  .postid-1218 .bcrumb nav,
  .postid-1218 .testimonial-quote nav {
    color: white; }
    .postid-1218 .bcrumb nav a,
    .postid-1218 .bcrumb nav a:after,
    .postid-1218 .testimonial-quote nav a,
    .postid-1218 .testimonial-quote nav a:after {
      color: white; }

.postid-1218 .mantle-image,
.postid-1218 .service-mantle:after {
  background: linear-gradient(87.17deg, #f7f7f4 7%, #2DACA9 150%); }

.postid-1220 .mantle-image {
  display: none; }

@media (min-width: 768px) {
  .single-services .video-wrapper {
    width: 100%; } }

.locations-template-page_custom_location .panel-button,
.page-template-page_custom_location .panel-button {
  display: none !important; }

@media (min-width: 768px) {
  .locations-template-page_custom_location .location-detail .location-content,
  .page-template-page_custom_location .location-detail .location-content {
    padding: 30px 20px 40px 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; } }

.locations-template-page_custom_location .location-detail .location-image,
.page-template-page_custom_location .location-detail .location-image {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  box-shadow: none;
  margin: 0;
  padding: 0; }
  .locations-template-page_custom_location .location-detail .location-image img,
  .page-template-page_custom_location .location-detail .location-image img {
    box-shadow: none;
    max-width: 325px; }
  @media (min-width: 768px) {
    .locations-template-page_custom_location .location-detail .location-image,
    .page-template-page_custom_location .location-detail .location-image {
      padding-left: 20px;
      padding-top: 0 !important;
      width: 45%; }
      .locations-template-page_custom_location .location-detail .location-image img,
      .page-template-page_custom_location .location-detail .location-image img {
        width: 100%;
        display: block; } }

.locations-template-page_custom_location .location-detail .location-info,
.page-template-page_custom_location .location-detail .location-info {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }
  @media (min-width: 768px) {
    .locations-template-page_custom_location .location-detail .location-info,
    .page-template-page_custom_location .location-detail .location-info {
      padding: 34px 5% 0 0 !important;
      width: 53%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .locations-template-page_custom_location .location-detail .location-info > p,
      .page-template-page_custom_location .location-detail .location-info > p {
        display: block;
        margin: 0;
        width: 45%; }
        .locations-template-page_custom_location .location-detail .location-info > p + p,
        .page-template-page_custom_location .location-detail .location-info > p + p {
          padding-top: 1.5em; }
      .locations-template-page_custom_location .location-detail .location-info .directions,
      .page-template-page_custom_location .location-detail .location-info .directions {
        margin-top: 0px; } }

@media (min-width: 768px) {
  .locations-template-page_custom_location .edu-video-content p,
  .page-template-page_custom_location .edu-video-content p {
    padding-right: 15%; } }

.locations-template-page_custom_location .edu-video-content .accordion > div p,
.page-template-page_custom_location .edu-video-content .accordion > div p {
  padding-right: inherit; }

.locations-template-page_custom_location .location-subhead,
.page-template-page_custom_location .location-subhead {
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .locations-template-page_custom_location .contacts-numbers,
  .page-template-page_custom_location .contacts-numbers {
    display: inline-block;
    white-space: nowrap; } }

.locations-template-page_custom_location .contacts-numbers li,
.page-template-page_custom_location .contacts-numbers li {
  line-height: 1.4;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .locations-template-page_custom_location .contacts-numbers li,
    .page-template-page_custom_location .contacts-numbers li {
      display: inline-block;
      padding-right: 2em; } }

.page-id-1085 .services-checklist {
  background-color: #fff;
  color: #000;
  box-shadow: none; }

.page-id-1085 .checklist {
  border-top-color: #d2d2d2;
  margin-bottom: 0; }

.page-id-1085 .checklist-heading {
  color: #293F8E; }

.page-id-1085 .checklist-item:nth-child(2n) {
  background-color: #f7f7f4; }

.page-id-1085 .faq-question {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 0.25em;
  margin-bottom: 1.5em; }

.page-id-1085 .intro-copy p:first-of-type {
  border-bottom: 1px solid #d2d2d2;
  display: inline-block;
  margin-right: auto; }

@media (min-width: 768px) {
  .page-id-1102 .posts + .specialties-callout .callout-image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .page-id-1102 .posts + .specialties-callout .callout-text {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; } }

.postid-4119 .contacts-office-text {
  width: auto !important; }

.conditions-callout .aggregate_block {
  margin-bottom: 0px !important;
  background-color: inherit !important;
  -webkit-box-shadow: none;
  /* box-shadow: none; */
  padding: inherit;
  padding-bottom: 20px;
  border: inherit;
  border-bottom: 1px solid #ccc; }

.provider-content .tabs-1 {
  display: none; }

.careers-content .job_listing .location,
.careers-content .job_listing .meta,
.careers-content .job_listing .full-time {
  color: #000 !important; }

.rtree-short .aggregate_block {
  margin-bottom: 0 !important;
  background-color: inherit !important;
  -webkit-box-shadow: none;
  /* box-shadow: none; */
  padding: 0 !important;
  border: 0 !important; }

.rtree-short .five-stars-container:before {
  color: #8bdb35; }

.rtree-short .four-stars-container:before {
  color: #8bdb35; }

.review_tb img {
  display: none; }

.review_tb span li {
  line-height: 14px;
  font-weight: normal !important;
  padding-top: 4px;
  list-style: none;
  display: block;
  margin-left: 10px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
  font-size: 1em; }

.review_tb span li:first-child {
  padding-left: 0;
  margin-left: 0;
  border: none;
  font-weight: normal !important; }

.rr {
  padding: 20px 0 !important;
  border-bottom: 1px solid #ccc !important; }

.five-stars:before {
  font-family: FontAwesome;
  content: "\f005\f005\f005\f005\f005";
  color: #8bdb35; }

.five-stars-container {
  margin-left: 0; }
  .five-stars-container:before {
    color: #8bdb35; }

.four-stars:before {
  font-family: FontAwesome;
  content: "\f005\f005\f005\f005\f006";
  color: #8bdb35; }

.four-stars-container {
  margin-left: 0; }
  .four-stars-container:before {
    color: #8bdb35; }

.conditions-content #loadmore {
  display: none; }

.total_count {
  font-weight: normal !important;
  text-decoration: underline;
  margin-bottom: 0px; }

.rtree-short .five-stars-container {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 22px !important;
  padding-bottom: 2px !important; }

.rtree-short .four-stars-container {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 22px !important;
  padding-bottom: 2px !important; }

.rtree-short .ratingValue {
  font-size: 16px; }

.rtree-short .read-more-wrap {
  visibilty: hidden; }

.long_testimonials .read-more-wrap .rr:nth-child(1n + 5) {
  display: none;
  transition: 0.1s ease-in; }

.long_testimonials .read-more-wrap #load_more {
  position: absolute; }

.long_testimonials .read-more-wrap .load-more-btn {
  width: 250px;
  margin: 30px auto;
  display: block;
  cursor: pointer;
  text-align: center; }
  .long_testimonials .read-more-wrap .load-more-btn .loaded {
    display: none; }

.long_testimonials .read-more-wrap #load_more {
  display: none; }
  .long_testimonials .read-more-wrap #load_more:checked ~ .rr:nth-child(1n + 5) {
    display: block;
    transition: 0.2s ease-in; }
  .long_testimonials .read-more-wrap #load_more:checked ~ .load-more-btn .loaded {
    display: block; }
  .long_testimonials .read-more-wrap #load_more:checked ~ .load-more-btn .unloaded {
    display: none; }

@media (max-width: 767px) {
  .job_filters {
    margin-top: 30px; } }

@media (max-width: 479px) {
  .job_filters .search_jobs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .job_filters .search_jobs > div[class*="search_"] {
      width: auto !important;
      margin: 5px 0 !important;
      padding: 0 !important; } }

.job_filters .showing_jobs .rss_link {
  display: none; }

.job_filters .job_types:empty {
  display: none; }

@media (max-width: 767px) {
  .job_application {
    margin-right: -20px !important;
    margin-left: -20px !important;
    text-align: center; } }

@media (max-width: 767px) {
  .job_application .application_details::before, .job_application .application_details::after {
    left: 50% !important;
    transform: translateX(-50%); } }

@media (max-width: 767px) {
  .job_application form.job-manager-application-form fieldset {
    text-align: left; }
    .job_application form.job-manager-application-form fieldset label,
    .job_application form.job-manager-application-form fieldset .field {
      display: block;
      width: auto;
      float: none; }
    .job_application form.job-manager-application-form fieldset input[type="file"] {
      font-size: 14px; } }

.dr-block {
  background-color: inherit !important; }

.alert {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out;
  border: none;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding: 30px;
  line-height: 1.4;
  background: gray;
  color: black;
  background: #CA442F;
  color: #fff; }
  .alert + .alert,
  .alert + .announcement {
    -webkit-box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2); }
  .alert button.close {
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
    border: 0;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 2px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .alert button.close {
        right: 0;
        top: -40px; } }
    .alert button.close::after {
      content: "\00D7";
      margin-left: 0.25em;
      font-weight: 100;
      padding-top: 5px;
      font-size: 30px;
      font-family: sans-serif;
      transform: translateY(-4px); }
  .alert .content {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    position: relative; }
    @media (min-width: 768px) {
      .alert .content {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px; } }
    .alert .content .heading {
      margin-top: 0;
      font-size: 16px;
      font-weight: 700; }
    .alert .content a {
      white-space: nowrap; }
      .alert .content a[href^="http"]::after {
        content: " ⬀"; }
  .menu-open .alert {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .alert button.close {
    color: white; }
  @media (min-width: 768px) {
    .alert .content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 0 20px; } }
  .alert .content .heading {
    color: white; }
  .alert .content::before {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    content: "";
    font-size: 3.5em; }
    @media (min-width: 768px) {
      .alert .content::before {
        font-size: 6em;
        width: 30%;
        margin-right: 20px;
        text-align: center; } }
    @media (min-width: 992px) {
      .alert .content::before {
        width: 260px; } }

.announcement,
.announcements {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out;
  border: none;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding: 30px;
  line-height: 1.4;
  background: gray;
  color: black;
  background: #F5F5F5; }
  .announcement + .alert,
  .announcement + .announcement,
  .announcements + .alert,
  .announcements + .announcement {
    -webkit-box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2); }
  .announcement button.close,
  .announcements button.close {
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
    border: 0;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 2px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .announcement button.close,
      .announcements button.close {
        right: 0;
        top: -40px; } }
    .announcement button.close::after,
    .announcements button.close::after {
      content: "\00D7";
      margin-left: 0.25em;
      font-weight: 100;
      padding-top: 5px;
      font-size: 30px;
      font-family: sans-serif;
      transform: translateY(-4px); }
  .announcement .content,
  .announcements .content {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    position: relative; }
    @media (min-width: 768px) {
      .announcement .content,
      .announcements .content {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px; } }
    .announcement .content .heading,
    .announcements .content .heading {
      margin-top: 0;
      font-size: 16px;
      font-weight: 700; }
    .announcement .content a,
    .announcements .content a {
      white-space: nowrap; }
      .announcement .content a[href^="http"]::after,
      .announcements .content a[href^="http"]::after {
        content: " ⬀"; }
  .menu-open .announcement, .menu-open
  .announcements {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .announcement button.close,
  .announcements button.close {
    color: #293F8E; }
  .announcement .content,
  .announcements .content {
    color: black;
    padding-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 480px) {
      .announcement .content,
      .announcements .content {
        padding-top: 0;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; } }
    @media (min-width: 992px) {
      .announcement .content,
      .announcements .content {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; } }
    @media (min-width: 480px) {
      .announcement .content.has-image,
      .announcements .content.has-image {
        padding-top: 50px; } }
    @media (min-width: 768px) {
      .announcement .content.has-image,
      .announcements .content.has-image {
        padding-top: 0; } }
    .announcement .content .heading,
    .announcements .content .heading {
      color: black; }
    .announcement .content .copy,
    .announcements .content .copy {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }
      @media (min-width: 480px) {
        .announcement .content .copy,
        .announcements .content .copy {
          width: 70%; } }
    .announcement .content figure,
    .announcements .content figure {
      -webkit-transition: all 195ms ease-in-out;
      -moz-transition: all 195ms ease-in-out;
      -ms-transition: all 195ms ease-in-out;
      -o-transition: all 195ms ease-in-out;
      transition: all 195ms ease-in-out;
      margin: 0;
      margin-bottom: 24px; }
      @media (min-width: 480px) {
        .announcement .content figure,
        .announcements .content figure {
          margin-right: 20px;
          margin-bottom: 0;
          width: 30%; } }
      @media (min-width: 992px) {
        .announcement .content figure,
        .announcements .content figure {
          width: 260px; } }
      .announcement .content figure img,
      .announcements .content figure img {
        display: block;
        width: 100%; }

#find-a-doctor {
  font-size: 16px;
  line-height: 1.2;
  position: relative; }
  #find-a-doctor::after {
    content: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    opacity: 0.5; }
  #find-a-doctor .control,
  #find-a-doctor .display,
  #find-a-doctor nav[class*="jump-links"] {
    transition: all 333ms cubic-bezier(0, 0, 0.2, 1); }
  #find-a-doctor.blur .control {
    opacity: 0.1;
    cursor: default; }
  #find-a-doctor.blur .display,
  #find-a-doctor.blur nav[class*="jump-links"] {
    filter: blur(6px) grayscale(100%); }
  #find-a-doctor.blur::after {
    content: "";
    width: 100px;
    height: 100px;
    background: url(images/spinner.gif) no-repeat center center;
    background-size: contain; }
  #find-a-doctor .display:focus {
    border-color: inherit;
    outline: none;
    box-shadow: 0px 0px 0px 3px #0D1C52; }
  #find-a-doctor .caption {
    font-size: 24px;
    font-weight: 200;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    color: #293F8E; }
    #find-a-doctor .caption::after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #d2d2d2;
      position: absolute;
      left: 0;
      bottom: -20px; }
  #find-a-doctor .display-group .group-heading {
    position: relative;
    margin-top: 30px;
    margin-bottom: 45px;
    padding-bottom: 25px; }
    #find-a-doctor .display-group .group-heading::after {
      width: 60px;
      height: 6px;
      background-color: #8BDB35;
      overflow: hidden;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0; }
    #find-a-doctor .display-group .group-heading > span {
      display: inline-block;
      position: relative; }
      #find-a-doctor .display-group .group-heading > span::after {
        -webkit-transition: all 195ms ease-in-out;
        -moz-transition: all 195ms ease-in-out;
        -ms-transition: all 195ms ease-in-out;
        -o-transition: all 195ms ease-in-out;
        transition: all 195ms ease-in-out;
        content: "";
        position: absolute;
        top: -5px;
        right: -10px;
        bottom: -5px;
        left: -10px;
        z-index: -1;
        box-shadow: inset 0px 0px 0px 3px #0D1C52;
        opacity: 0;
        border-radius: 4px; }
    #find-a-doctor .display-group .group-heading:focus {
      outline: none; }
      #find-a-doctor .display-group .group-heading:focus > span::after {
        z-index: 3;
        opacity: 1; }
  #find-a-doctor .display-group .group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    @media (min-width: 480px) {
      #find-a-doctor .display-group .group {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; } }
    @media (min-width: 992px) {
      #find-a-doctor .display-group .group {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  #find-a-doctor .profile-card {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    background-color: transparent; }
    #find-a-doctor .profile-card:focus {
      border-color: inherit;
      outline: none;
      box-shadow: inset 0px 0px 0px 3px #0D1C52; }
    #find-a-doctor .profile-card:nth-child(2n) {
      background-color: transparent; }
    @media (min-width: 480px) {
      #find-a-doctor .profile-card {
        width: 280px;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin: 12.5px; } }
    @media (min-width: 768px) {
      #find-a-doctor .profile-card {
        background-color: #f7f7f4;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
    #find-a-doctor .profile-card:hover:focus:focus {
      border-color: inherit;
      outline: none;
      box-shadow: inset 0px 0px 0px 3px #0D1C52; }
    #find-a-doctor .profile-card figure {
      margin: 0;
      padding: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media (min-width: 768px) {
        #find-a-doctor .profile-card figure {
          width: 23.40426%;
          max-width: 220px;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-shrink: 0;
          flex-shrink: 0;
          margin-right: 30px; } }
      #find-a-doctor .profile-card figure .portrait {
        -webkit-transition: all 195ms ease-in-out;
        -moz-transition: all 195ms ease-in-out;
        -ms-transition: all 195ms ease-in-out;
        -o-transition: all 195ms ease-in-out;
        transition: all 195ms ease-in-out;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 0;
        padding-top: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        background-color: #f7f7f4;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        overflow: hidden; }
        #find-a-doctor .profile-card figure .portrait::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.125) 100%);
          mix-blend-mode: multiply; }
        #find-a-doctor .profile-card figure .portrait::before {
          -webkit-transition: all 195ms ease-in-out;
          -moz-transition: all 195ms ease-in-out;
          -ms-transition: all 195ms ease-in-out;
          -o-transition: all 195ms ease-in-out;
          transition: all 195ms ease-in-out;
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 3;
          border: 0 solid white; }
        #find-a-doctor .profile-card figure .portrait > span {
          -webkit-transition: all 195ms ease-in-out;
          -moz-transition: all 195ms ease-in-out;
          -ms-transition: all 195ms ease-in-out;
          -o-transition: all 195ms ease-in-out;
          transition: all 195ms ease-in-out;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          display: block;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          transform: scale(1); }
        #find-a-doctor .profile-card figure .portrait.default {
          background-color: transparent; }
          #find-a-doctor .profile-card figure .portrait.default::after {
            content: normal;
            width: 100%;
            padding: 0 20px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 30px;
            font-weight: 700;
            color: white;
            text-shadow: 0 2px 1px rgba(0, 0, 0, 0.8);
            line-height: 0.9;
            text-transform: uppercase;
            text-align: center; }
          #find-a-doctor .profile-card figure .portrait.default > span {
            background-image: url(images/cto-mark.svg);
            background-position: center center;
            background-size: 60%; }
    #find-a-doctor .profile-card:hover figure .portrait > span {
      transform: scale(1.25); }
    #find-a-doctor .profile-card:hover figure .portrait::before {
      border-width: 10px; }
    @media (min-width: 768px) {
      #find-a-doctor .profile-card .copy {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1; } }
    #find-a-doctor .profile-card .copy header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 768px) {
        #find-a-doctor .profile-card .copy header {
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; } }
      #find-a-doctor .profile-card .copy header a {
        position: relative;
        z-index: 5; }
        #find-a-doctor .profile-card .copy header a.post-link {
          position: static; }
          #find-a-doctor .profile-card .copy header a.post-link::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0; }
        #find-a-doctor .profile-card .copy header a:last-child {
          -webkit-align-self: flex-start;
          -moz-align-self: flex-start;
          -ms-align-self: flex-start;
          align-self: flex-start; }
          @media (min-width: 768px) {
            #find-a-doctor .profile-card .copy header a:last-child {
              -webkit-align-self: auto;
              -moz-align-self: auto;
              -ms-align-self: auto;
              align-self: auto; } }
    #find-a-doctor .profile-card .details {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      color: black;
      line-height: 1.5;
      margin-top: 15px; }
      @media (min-width: 768px) {
        #find-a-doctor .profile-card .details {
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          position: relative;
          padding-top: 15px; } }
      #find-a-doctor .profile-card .details::before {
        display: block;
        content: "";
        border-bottom: 1px solid #d2d2d2;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          #find-a-doctor .profile-card .details::before {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            margin-bottom: 0; } }
      #find-a-doctor .profile-card .details > * {
        margin: 15px 0; }
        @media (min-width: 768px) {
          #find-a-doctor .profile-card .details > * {
            width: 33.33333%;
            padding-right: 30px; } }
        @media (min-width: 768px) {
          #find-a-doctor .profile-card .details > *:last-child {
            margin-right: 0; } }
      #find-a-doctor .profile-card .details .heading {
        margin: 0;
        color: black; }
        @media (min-width: 768px) {
          #find-a-doctor .profile-card .details .heading {
            margin-bottom: 20px; } }
      #find-a-doctor .profile-card .details p {
        margin-top: 0;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 10px; }
        #find-a-doctor .profile-card .details p + ul {
          margin-top: 0;
          margin-bottom: 0; }
      #find-a-doctor .profile-card .details ul {
        list-style: none;
        margin: 0;
        padding: 0; }
    #find-a-doctor .profile-card .name {
      margin-top: 20px;
      margin-bottom: 15px;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 5px;
      padding-bottom: 10px;
      display: inline-block;
      position: relative; }
      #find-a-doctor .profile-card .name::after {
        font-family: "ctortho-icons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: " ";
        font-size: 10px; }
      #find-a-doctor .profile-card .name::before {
        -webkit-transition: all 195ms ease-in-out;
        -moz-transition: all 195ms ease-in-out;
        -ms-transition: all 195ms ease-in-out;
        -o-transition: all 195ms ease-in-out;
        transition: all 195ms ease-in-out;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        height: 6px;
        background-color: #8BDB35; }
    #find-a-doctor .profile-card:hover .name::before {
      right: 0; }
  @media (min-width: 768px) {
    #find-a-doctor.rehab-providers .display-group .group, #find-a-doctor.other-providers .display-group .group {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; } }
  #find-a-doctor.rehab-providers .profile-card, #find-a-doctor.other-providers .profile-card {
    background-color: transparent; }
    @media (min-width: 768px) {
      #find-a-doctor.rehab-providers .profile-card, #find-a-doctor.other-providers .profile-card {
        width: 280px;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin: 12.5px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 768px) {
      #find-a-doctor.rehab-providers .profile-card figure, #find-a-doctor.other-providers .profile-card figure {
        width: auto;
        max-width: none;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin-right: 0; } }
  #find-a-doctor.rehab-providers:hover figure .portrait, #find-a-doctor.other-providers:hover figure .portrait {
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.14); }
  #find-a-doctor .jump-links {
    -webkit-transition: margin 195ms ease-in-out;
    -moz-transition: margin 195ms ease-in-out;
    -ms-transition: margin 195ms ease-in-out;
    -o-transition: margin 195ms ease-in-out;
    transition: margin 195ms ease-in-out;
    color: #ccc;
    text-transform: uppercase;
    padding: 0;
    margin: 30px 0 40px;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 768px) {
      #find-a-doctor .jump-links {
        margin: 40px 0 40px; } }
    #find-a-doctor .jump-links ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
      #find-a-doctor .jump-links ul > li {
        padding: 5px; }
      #find-a-doctor .jump-links ul li {
        padding: 0;
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        -ms-flex-basis: 20%;
        flex-basis: 20%;
        text-align: center;
        position: relative; }
        #find-a-doctor .jump-links ul li::after {
          display: block;
          width: 0.5em;
          content: "|";
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(50%, -52%);
          color: #293F8E;
          line-height: 2em; }
        #find-a-doctor .jump-links ul li:nth-child(5n)::after, #find-a-doctor .jump-links ul li:last-child::after {
          content: normal; }
        @media (min-width: 768px) {
          #find-a-doctor .jump-links ul li {
            -webkit-flex-basis: 10%;
            -moz-flex-basis: 10%;
            -ms-flex-basis: 10%;
            flex-basis: 10%; }
            #find-a-doctor .jump-links ul li:nth-child(5n)::after {
              content: "|"; }
            #find-a-doctor .jump-links ul li:nth-child(10n)::after {
              content: normal; } }
        @media (min-width: 992px) {
          #find-a-doctor .jump-links ul li {
            -webkit-flex-basis: 3.84615%;
            -moz-flex-basis: 3.84615%;
            -ms-flex-basis: 3.84615%;
            flex-basis: 3.84615%; }
            #find-a-doctor .jump-links ul li:nth-child(10n)::after {
              content: "|"; } }
    #find-a-doctor .jump-links button,
    #find-a-doctor .jump-links span {
      min-width: 2em;
      min-height: 2em;
      line-height: 2em;
      vertical-align: middle; }
    #find-a-doctor .jump-links span {
      display: inline-block; }
    #find-a-doctor .jump-links button {
      display: inline-block;
      background: none;
      border: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      text-decoration: underline;
      cursor: pointer;
      font-weight: 400;
      color: #293F8E; }
      #find-a-doctor .jump-links button:focus {
        border-color: inherit;
        outline: none;
        box-shadow: inset 0px 0px 0px 3px #0D1C52; }
      #find-a-doctor .jump-links button:focus {
        box-shadow: inset 0px 0px 0px 1.5px #0D1C52; }
  #find-a-doctor .verbose {
    display: none; }

.select-providers {
  -webkit-transition: padding 195ms ease-in-out;
  -moz-transition: padding 195ms ease-in-out;
  -ms-transition: padding 195ms ease-in-out;
  -o-transition: padding 195ms ease-in-out;
  transition: padding 195ms ease-in-out;
  padding: 40px 0 30px; }
  @media (min-width: 768px) {
    .select-providers {
      padding: 50px 0; } }
  .select-providers h2 {
    -webkit-transition: margin 195ms ease-in-out;
    -moz-transition: margin 195ms ease-in-out;
    -ms-transition: margin 195ms ease-in-out;
    -o-transition: margin 195ms ease-in-out;
    transition: margin 195ms ease-in-out;
    font-size: 16px;
    line-height: 1.5;
    color: black;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .select-providers h2 {
        margin-bottom: 20px; } }
  .select-providers nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media (min-width: 768px) {
      .select-providers nav {
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
    .select-providers nav a {
      text-decoration: none;
      border: 1px solid #293F8E;
      border-radius: 3px;
      padding: 20px 0 14px;
      color: #293F8E;
      background-color: white;
      margin: 5px 0;
      width: calc(50% - 5px); }
      .select-providers nav a:focus {
        border-color: inherit;
        outline: none;
        box-shadow: inset 0px 0px 0px 3px #0D1C52; }
      @media (min-width: 768px) {
        .select-providers nav a {
          width: calc(33% - 13px);
          padding: 15px; } }
      .select-providers nav a[aria-current], .select-providers nav a:hover {
        background: #293F8E;
        color: white; }
      .select-providers nav a:hover {
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.33);
        transform: translateY(-5px);
        text-decoration: none; }
      .select-providers nav a .inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        @media (min-width: 768px) {
          .select-providers nav a .inner {
            -webkit-flex-flow: row nowrap;
            -moz-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; } }
        .select-providers nav a .inner::before {
          content: "";
          font-size: 40px;
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            .select-providers nav a .inner::before {
              margin-bottom: 0;
              margin-right: 10px; } }
        .select-providers nav a .inner > span {
          font-weight: 900;
          line-height: 1.25;
          text-align: center;
          padding-right: 8vw;
          padding-left: 8vw; }
          @media (min-width: 480px) {
            .select-providers nav a .inner > span {
              padding-right: 15px;
              padding-left: 15px; } }
          @media (min-width: 768px) {
            .select-providers nav a .inner > span {
              text-align: left; } }
          .select-providers nav a .inner > span::after {
            content: " ";
            font-size: 11px; }
      .select-providers nav a[href*="doctor"] .inner::before {
        content: ""; }
      .select-providers nav a[href*="rehab"] .inner::before {
        content: ""; }
      .select-providers nav a[href*="rehab"] .inner > span {
        -webkit-transition: letter-spacing 195ms ease-in-out;
        -moz-transition: letter-spacing 195ms ease-in-out;
        -ms-transition: letter-spacing 195ms ease-in-out;
        -o-transition: letter-spacing 195ms ease-in-out;
        transition: letter-spacing 195ms ease-in-out;
        letter-spacing: -0.03em; }
        @media (min-width: 480px) {
          .select-providers nav a[href*="rehab"] .inner > span {
            letter-spacing: 0; } }
      .select-providers nav a[href*="a-provider"] .inner::before {
        -webkit-transition: margin 195ms ease-in-out;
        -moz-transition: margin 195ms ease-in-out;
        -ms-transition: margin 195ms ease-in-out;
        -o-transition: margin 195ms ease-in-out;
        transition: margin 195ms ease-in-out;
        content: "";
        margin-bottom: 4px; }
        @media (min-width: 480px) {
          .select-providers nav a[href*="a-provider"] .inner::before {
            margin-bottom: 20px; } }
        @media (min-width: 768px) {
          .select-providers nav a[href*="a-provider"] .inner::before {
            margin-bottom: 0; } }

#find-a-location {
  position: relative; }
  #find-a-location::after {
    content: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    opacity: 0.5; }
  #find-a-location.blur::after {
    content: "";
    width: 100px;
    height: 100px;
    background: url(images/spinner.gif) no-repeat center center;
    background-size: contain; }
  #find-a-location .jump-link-nav {
    padding: 40px 15px; }
    #find-a-location .jump-link-nav h2 {
      -webkit-transition: all 195ms ease-in-out;
      -moz-transition: all 195ms ease-in-out;
      -ms-transition: all 195ms ease-in-out;
      -o-transition: all 195ms ease-in-out;
      transition: all 195ms ease-in-out;
      font-weight: 200;
      font-size: 24px;
      padding-bottom: 20px;
      position: relative; }
      @media (min-width: 768px) {
        #find-a-location .jump-link-nav h2 {
          font-size: 32px; } }
      #find-a-location .jump-link-nav h2::after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #d2d2d2;
        position: absolute;
        bottom: 0;
        left: 0; }
    #find-a-location .jump-link-nav .jump-links ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      list-style: none;
      margin: 0;
      padding: 0;
      margin-top: 30px; }
      #find-a-location .jump-link-nav .jump-links ul li {
        width: 50%; }
        @media (min-width: 480px) {
          #find-a-location .jump-link-nav .jump-links ul li {
            width: 33.33333%; } }
        @media (min-width: 768px) {
          #find-a-location .jump-link-nav .jump-links ul li {
            width: 25%; } }
        @media (min-width: 992px) {
          #find-a-location .jump-link-nav .jump-links ul li {
            width: 16.66667%; } }
    #find-a-location .jump-link-nav .jump-links span, #find-a-location .jump-link-nav .jump-links button {
      line-height: 1.15; }
    #find-a-location .jump-link-nav .jump-links button {
      appearance: none;
      background: transparent;
      border: 0;
      box-shadow: none;
      border: none;
      background: none;
      color: #293F8E;
      text-decoration: underline;
      padding: 5px;
      margin: 0;
      cursor: pointer;
      -moz-appearance: none;
      -webkit-appearance: none; }
      #find-a-location .jump-link-nav .jump-links button:focus {
        border-color: inherit;
        outline: none;
        box-shadow: inset 0px 0px 0px 3px #0D1C52; }
      #find-a-location .jump-link-nav .jump-links button:focus {
        background-color: transparent; }
      #find-a-location .jump-link-nav .jump-links button:hover {
        color: #182553; }
    #find-a-location .jump-link-nav .jump-links span {
      display: inline-block;
      padding: 5px; }
  #find-a-location .search-block {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out; }
    @media (min-width: 1100px) {
      #find-a-location .search-block {
        margin-bottom: 60px; } }
  #find-a-location .caption {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important; }
  #find-a-location .display .group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    @media (min-width: 480px) {
      #find-a-location .display .group {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
    @media (min-width: 992px) {
      #find-a-location .display .group {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; } }
  #find-a-location .display .display-group {
    background-color: #f7f7f4;
    overflow: hidden;
    padding: 60px 0 40px; }
    #find-a-location .display .display-group > .layout > :first-child {
      margin-top: 0; }
    #find-a-location .display .display-group > .layout > :last-child {
      margin-bottom: 0; }
    #find-a-location .display .display-group:nth-child(2n) {
      background-color: transparent; }
    #find-a-location .display .display-group .group-heading {
      position: relative;
      margin-top: 30px;
      margin-bottom: 45px;
      padding-bottom: 25px; }
      #find-a-location .display .display-group .group-heading::after {
        width: 60px;
        height: 6px;
        background-color: #8BDB35;
        overflow: hidden;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0; }
      #find-a-location .display .display-group .group-heading > span {
        display: inline-block;
        position: relative; }
        #find-a-location .display .display-group .group-heading > span::after {
          -webkit-transition: all 195ms ease-in-out;
          -moz-transition: all 195ms ease-in-out;
          -ms-transition: all 195ms ease-in-out;
          -o-transition: all 195ms ease-in-out;
          transition: all 195ms ease-in-out;
          content: "";
          position: absolute;
          top: -5px;
          right: -10px;
          bottom: -5px;
          left: -10px;
          z-index: -1;
          box-shadow: inset 0px 0px 0px 3px #0D1C52;
          opacity: 0;
          border-radius: 4px; }
      #find-a-location .display .display-group .group-heading:focus {
        outline: none; }
        #find-a-location .display .display-group .group-heading:focus > span::after {
          z-index: 3;
          opacity: 1; }
  #find-a-location .display .location-card {
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    width: 100%; }
    @media (min-width: 480px) {
      #find-a-location .display .location-card {
        width: calc( 50% - 10px);
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin-right: 0;
        margin-left: 0; } }
    @media (min-width: 992px) {
      #find-a-location .display .location-card {
        width: calc( 33% - ( 40px / 3 ));
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        margin-right: 20px;
        margin-left: 0; }
        #find-a-location .display .location-card:nth-child(3n) {
          margin-right: 0; } }
    #find-a-location .display .location-card a:focus {
      border-color: inherit;
      outline: none;
      box-shadow: inset 0px 0px 0px 3px #0D1C52; }
    #find-a-location .display .location-card figure {
      display: block;
      margin: -20px -20px 10px -20px;
      width: calc( 100% + 40px);
      padding: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      position: relative; }
      #find-a-location .display .location-card figure:after {
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.1) 100%);
        mix-blend-mode: multiply;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2; }
      #find-a-location .display .location-card figure .photo {
        padding-top: 68.24324%;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat; }
        #find-a-location .display .location-card figure .photo.default {
          padding-top: 68.24324%;
          background: url(images/cto-hero-logo.svg) no-repeat white center center;
          background-size: 85% 85%; }
    #find-a-location .display .location-card .copy {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      padding-top: 10px; }
      #find-a-location .display .location-card .copy > * {
        margin: 10px 0; }
        #find-a-location .display .location-card .copy > *:last-child {
          margin-bottom: 0; }
      #find-a-location .display .location-card .copy .heading {
        font-weight: 700;
        font-size: 16px;
        color: black;
        font-size: 16px; }
      #find-a-location .display .location-card .copy .name {
        margin-top: 0;
        margin-bottom: 14px; }
      #find-a-location .display .location-card .copy .address > span {
        display: block; }
      #find-a-location .display .location-card .copy .directions > a {
        text-decoration: none; }
        #find-a-location .display .location-card .copy .directions > a > span {
          text-decoration: underline; }
        #find-a-location .display .location-card .copy .directions > a:hover > span {
          color: #222; }
        #find-a-location .display .location-card .copy .directions > a::after {
          content: " ";
          font-size: 12px; }
      #find-a-location .display .location-card .copy .phone a {
        display: block; }
      #find-a-location .display .location-card .copy .types {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        #find-a-location .display .location-card .copy .types .type {
          margin-top: 0;
          margin-top: 30px;
          margin-bottom: 10px; }
          #find-a-location .display .location-card .copy .types .type + ul {
            margin-top: 0;
            margin-bottom: 0; }
        #find-a-location .display .location-card .copy .types ul {
          list-style: none;
          margin: 0;
          padding: 0; }
      #find-a-location .display .location-card .copy > a {
        display: inline-block;
        font-size: 16px;
        font-weight: 900;
        padding: 6px 4px;
        margin: 20px 0 0;
        background-color: transparent;
        color: #293F8E;
        border: none;
        text-decoration: none;
        position: relative; }
        #find-a-location .display .location-card .copy > a:hover {
          text-decoration: none; }
        #find-a-location .display .location-card .copy > a:disabled {
          opacity: 0.2;
          background-color: #444; }
        #find-a-location .display .location-card .copy > a::after {
          -webkit-transition: all 195ms ease-in-out;
          -moz-transition: all 195ms ease-in-out;
          -ms-transition: all 195ms ease-in-out;
          -o-transition: all 195ms ease-in-out;
          transition: all 195ms ease-in-out;
          content: '';
          height: 6px;
          width: 0%;
          background-color: #8BDB35;
          position: absolute;
          bottom: 0;
          left: 0; }
        #find-a-location .display .location-card .copy > a:hover::after {
          width: 100%; }
        #find-a-location .display .location-card .copy > a > span:first-child::after {
          font-family: "ctortho-icons";
          content: " ";
          font-size: 12px; }

.alert {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out;
  border: none;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding: 30px;
  line-height: 1.4;
  background: gray;
  color: black;
  background: #CA442F;
  color: #fff; }
  .alert + .alert,
  .alert + .announcement {
    -webkit-box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2); }
  .alert button.close {
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
    border: 0;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 2px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .alert button.close {
        right: 0;
        top: -40px; } }
    .alert button.close::after {
      content: "\00D7";
      margin-left: 0.25em;
      font-weight: 100;
      padding-top: 5px;
      font-size: 30px;
      font-family: sans-serif;
      transform: translateY(-4px); }
  .alert .content {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    position: relative; }
    @media (min-width: 768px) {
      .alert .content {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px; } }
    .alert .content .heading {
      margin-top: 0;
      font-size: 16px;
      font-weight: 700; }
    .alert .content a {
      white-space: nowrap; }
      .alert .content a[href^="http"]::after {
        content: " ⬀"; }
  .menu-open .alert {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .alert button.close {
    color: white; }
  @media (min-width: 768px) {
    .alert .content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 0 20px; } }
  .alert .content .heading {
    color: white; }
  .alert .content::before {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    content: "";
    font-size: 3.5em; }
    @media (min-width: 768px) {
      .alert .content::before {
        font-size: 6em;
        width: 30%;
        margin-right: 20px;
        text-align: center; } }
    @media (min-width: 992px) {
      .alert .content::before {
        width: 260px; } }

.announcement,
.announcements {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out;
  border: none;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding: 30px;
  line-height: 1.4;
  background: gray;
  color: black;
  background: #F5F5F5; }
  .announcement + .alert,
  .announcement + .announcement,
  .announcements + .alert,
  .announcements + .announcement {
    -webkit-box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 50px 50px -40px rgba(0, 0, 0, 0.2); }
  .announcement button.close,
  .announcements button.close {
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
    border: 0;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 2px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .announcement button.close,
      .announcements button.close {
        right: 0;
        top: -40px; } }
    .announcement button.close::after,
    .announcements button.close::after {
      content: "\00D7";
      margin-left: 0.25em;
      font-weight: 100;
      padding-top: 5px;
      font-size: 30px;
      font-family: sans-serif;
      transform: translateY(-4px); }
  .announcement .content,
  .announcements .content {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    position: relative; }
    @media (min-width: 768px) {
      .announcement .content,
      .announcements .content {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px; } }
    .announcement .content .heading,
    .announcements .content .heading {
      margin-top: 0;
      font-size: 16px;
      font-weight: 700; }
    .announcement .content a,
    .announcements .content a {
      white-space: nowrap; }
      .announcement .content a[href^="http"]::after,
      .announcements .content a[href^="http"]::after {
        content: " ⬀"; }
  .menu-open .announcement, .menu-open
  .announcements {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .announcement button.close,
  .announcements button.close {
    color: #293F8E; }
  .announcement .content,
  .announcements .content {
    color: black;
    padding-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 480px) {
      .announcement .content,
      .announcements .content {
        padding-top: 0;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; } }
    @media (min-width: 992px) {
      .announcement .content,
      .announcements .content {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; } }
    @media (min-width: 480px) {
      .announcement .content.has-image,
      .announcements .content.has-image {
        padding-top: 50px; } }
    @media (min-width: 768px) {
      .announcement .content.has-image,
      .announcements .content.has-image {
        padding-top: 0; } }
    .announcement .content .heading,
    .announcements .content .heading {
      color: black; }
    .announcement .content .copy,
    .announcements .content .copy {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }
      @media (min-width: 480px) {
        .announcement .content .copy,
        .announcements .content .copy {
          width: 70%; } }
    .announcement .content figure,
    .announcements .content figure {
      -webkit-transition: all 195ms ease-in-out;
      -moz-transition: all 195ms ease-in-out;
      -ms-transition: all 195ms ease-in-out;
      -o-transition: all 195ms ease-in-out;
      transition: all 195ms ease-in-out;
      margin: 0;
      margin-bottom: 24px; }
      @media (min-width: 480px) {
        .announcement .content figure,
        .announcements .content figure {
          margin-right: 20px;
          margin-bottom: 0;
          width: 30%; } }
      @media (min-width: 992px) {
        .announcement .content figure,
        .announcements .content figure {
          width: 260px; } }
      .announcement .content figure img,
      .announcements .content figure img {
        display: block;
        width: 100%; }

.video-wrapper.positioned {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.video-container {
  -webkit-transition: all 195ms ease-in-out;
  -moz-transition: all 195ms ease-in-out;
  -ms-transition: all 195ms ease-in-out;
  -o-transition: all 195ms ease-in-out;
  transition: all 195ms ease-in-out;
  height: 0;
  width: 100%;
  padding: 0;
  padding-top: 56.25%;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  filter: blur(0);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .loading .video-container {
    filter: blur(2px); }
  .video-container iframe {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 1; }
    .loading .video-container iframe {
      opacity: 0.25; }
  .video-container.background::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }

.video-module {
  padding: 24px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2; }
  .video-module .video-title {
    font-size: 16px;
    color: black;
    font-weight: 700;
    margin-bottom: 20px; }
  .video-module .transcript {
    margin-top: 15px; }
    .video-module .transcript .accordion > button {
      background: none;
      border: none;
      color: #293F8E;
      padding: 5px;
      margin-left: -5px;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-decoration: none; }
      .video-module .transcript .accordion > button .trigger-copy {
        text-decoration: underline; }
      .video-module .transcript .accordion > button:hover {
        color: black; }
      .video-module .transcript .accordion > button::after {
        content: " +";
        font-size: 1.2em; }
      .video-module .transcript .accordion > button[aria-expanded="true"]:after {
        content: " -"; }
    .video-module .transcript .accordion > div {
      padding-top: 20px;
      padding-right: 20px;
      padding-left: 20px; }
      @media (min-width: 768px) {
        .video-module .transcript .accordion > div {
          padding-right: 100px;
          padding-left: 100px; } }
  .video-module.indented, .video-module.article {
    border: none;
    margin: 40px 60px;
    margin-right: 10%;
    margin-left: 10%; }
    @media (min-width: 768px) {
      .video-module.indented, .video-module.article {
        margin-right: 10%;
        margin-left: 10%; } }
    .video-module.indented .transcript, .video-module.article .transcript {
      margin-top: 30px; }
  .video-module.article .transcript .accordion > div {
    padding-right: 20px;
    padding-left: 20px; }
    @media (min-width: 768px) {
      .video-module.article .transcript .accordion > div {
        padding-right: 40px;
        padding-left: 40px; } }
  .video-module.indented .transcript {
    margin-right: 20px;
    margin-left: 20px; }
    @media (min-width: 768px) {
      .video-module.indented .transcript {
        margin-right: 40px;
        margin-left: 40px; } }
    .video-module.indented .transcript h2 {
      font-size: 16px;
      color: black;
      font-weight: 700;
      margin-bottom: 30px; }

.jumps-block {
  width: 100%;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .jumps-block {
      padding: 50px 0; } }

.jumps-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.jumps-heading {
  font-size: 30px;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #d2d2d2; }

.jump-items {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.jump-item {
  display: block;
  margin: 0;
  padding: 0.5em 0; }

.search-block {
  background-color: #eee;
  padding: 10px; }
  .search-block label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0; }
    .search-block label + .control {
      margin-top: 10px; }
  .search-block select {
    display: inline-block;
    padding: 10px;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    border-radius: 0;
    border: 1px solid #ccc;
    width: 100%; }
    @media (min-width: 480px) {
      .search-block select {
        width: 50%; } }
    @media (min-width: 768px) {
      .search-block select {
        width: 33.33333%; } }
    .search-block select + button {
      display: inline-block;
      padding: 10px;
      margin: 0;
      background-color: blue;
      color: white;
      border: none; }
      .search-block select + button:disabled {
        opacity: 0.2;
        background-color: #444; }
  .search-block .control {
    margin-bottom: 4px; }
    .search-block .control + button {
      display: inline-block;
      background: none;
      border: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      font-size: 12px;
      font-style: italic;
      padding: 0;
      margin: 0;
      text-decoration: underline;
      color: blue; }
  .search-block .caption {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 700; }

.verbose {
  display: block;
  padding: 10px;
  font-size: 11px;
  border: 1px dashed #ccc; }

.screen-reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.search-block {
  background: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(214deg, #293F8E 0%, #0D1C52 100%) !important;
  color: white;
  margin: 0 -20px;
  padding: 40px 15px; }
  @media (min-width: 480px) {
    .search-block {
      margin: 0;
      padding-left: 60px;
      padding-right: 60px; } }
  .search-block::after {
    display: block;
    content: "";
    height: 316px;
    width: 380px;
    background-image: url(images/cto-mark-knockout.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px dotted red;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0.1;
    transform: translate(30%, -25%); }
  .search-block > * {
    position: relative;
    z-index: 2; }
  .search-block label {
    font-size: 16px;
    margin-bottom: 20px; }
  .search-block .control-group {
    max-width: 620px; }
  .search-block .control {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .search-block .control + button {
      color: white;
      text-decoration: none;
      display: inline-block;
      padding: 3px 4px; }
      .search-block .control + button:hover {
        text-decoration: underline; }
      .search-block .control + button:focus {
        border-color: inherit;
        outline: none;
        box-shadow: inset 0px 0px 0px 3px #00ABE9; }
  .search-block .select-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    position: relative; }
    .search-block .select-wrapper select {
      border-radius: 4px;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      z-index: 1; }
      .search-block .select-wrapper select:focus {
        border-color: inherit;
        outline: none;
        box-shadow: inset 0px 0px 0px 3px #00ABE9; }
      .search-block .select-wrapper select:focus {
        border: none; }
    .search-block .select-wrapper::after {
      color: #293F8E;
      position: absolute;
      z-index: 2;
      content: "\25B6";
      top: 50%;
      right: 25px;
      transform: translate(50%, -50%) rotate(90deg) scaleX(0.8);
      pointer-events: none; }
  .search-block select {
    padding-right: 50px;
    cursor: pointer; }
  .search-block button.search {
    -webkit-transition: all 195ms ease-in-out;
    -moz-transition: all 195ms ease-in-out;
    -ms-transition: all 195ms ease-in-out;
    -o-transition: all 195ms ease-in-out;
    transition: all 195ms ease-in-out;
    padding: 18px 22px;
    border: 1px solid white;
    background-color: #293F8E;
    border-radius: 3px;
    color: white;
    position: relative;
    text-indent: -999em;
    width: 4em;
    cursor: pointer;
    margin-left: 10px; }
    .search-block button.search[disabled] {
      cursor: default; }
      .search-block button.search[disabled]:hover {
        background-color: #293F8E; }
        .search-block button.search[disabled]:hover::after {
          transform: translate(0, -50%) scale(1);
          color: inherit; }
    .search-block button.search::after {
      -webkit-transition: all 195ms ease-in-out;
      -moz-transition: all 195ms ease-in-out;
      -ms-transition: all 195ms ease-in-out;
      -o-transition: all 195ms ease-in-out;
      transition: all 195ms ease-in-out;
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 100%;
      text-align: center;
      text-indent: 0;
      transform: translate(0, -50%) scale(1); }
    .search-block button.search:hover {
      background-color: #8BDB35; }
      .search-block button.search:hover::after {
        transform: translate(0, -50%) scale(1.5);
        color: #293F8E; }

h1:not([class]) {
  background: #000;
  color: #999;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 20px 0 5px; }

