@media screen and (min-device-width: 1025px) and (min-width: 61.25em) {
    .loaded [class*="--wrapper"] {
        transition: padding 0.85s ease;
    }
    .loaded .site-header-inner * {
        transition: padding-left 0.7s ease, padding-right 0.7s ease;
    }
}
html {
    position: relative;
    z-index: 0;
    -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font: 400 16px/1.5 "Montserrat", sans-serif;
    color: #2d2d2d;
    margin: 0;
    padding: 0;
    background: #fff;
}
body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
main {
    display: block;
}
body,
html {
    overflow-x: hidden;
}
.map-section .heading,
h1 {
    margin: 0;
    padding: 0;
    font-size: 2.2em;
    line-height: 1.1;
    font-weight: 500;
    color: #3d74d1;
    font-family: "Montserrat";
}
h2 {
    margin: 0;
    padding: 0;
    font-size: 1.87em;
    line-height: 1.25;
    font-weight: 500;
    color: #636363;
    font-family: "Montserrat";
}
h3 {
    margin: 0;
    padding: 0;
    font-size: 1.595em;
    line-height: 1.25;
    font-weight: 500;
    color: #295aad;
    font-family: "Montserrat";
}
h4 {
    margin: 0;
    padding: 0;
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 500;
    color: #464646;
    font-family: "Montserrat";
}
h5 {
    margin: 0;
    padding: 0;
    font-size: 1.43em;
    line-height: 1.25;
    font-weight: 500;
    color: #3d74d1;
    font-family: "Montserrat";
}
h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.25;
    font-weight: 500;
    color: #464646;
    font-family: "Montserrat";
}
.map-section .heading a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}
@media (min-width: 61.25em) {
    .map-section .heading a:hover,
    h1 a:hover {
        color: #25519c;
        text-decoration: none;
    }
    h2 a:hover {
        color: #3d3d3d;
        text-decoration: none;
    }
    h3 a:hover {
        color: #1a3a6f;
        text-decoration: none;
    }
    h4 a:hover {
        color: #202020;
        text-decoration: none;
    }
    h5 a:hover {
        color: #25519c;
        text-decoration: none;
    }
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
p {
    color: #2d2d2d;
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 1.75;
}
a {
    color: #3d74d1;
    text-decoration: none;
    border: none;
    outline: none;
    background-color: transparent;
}
a img {
    border: none;
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}
.clear:after,
.clear:before {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
.no-wrap {
    white-space: nowrap;
}
.hidden {
    display: none !important;
}
b,
strong {
    font-weight: 700;
}
.txt-reg {
    font-weight: 400;
}
em,
i {
    font-style: italic;
}
blockquote {
    margin-left: 2em;
}
audio,
canvas,
img,
video {
    max-width: 100%;
    vertical-align: top;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
@-ms-viewport {
    width: device-width;
}
::selection {
    background: #3d74d1;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #3d74d1;
    color: #fff;
    text-shadow: none;
}
.content .map-section .heading,
.content h1,
.map-section .content .heading {
    margin: 0 0 0.5em 0;
}
.content h2 {
    margin: 1.5em 0 0.5em 0;
}
.content h3 {
    margin: 1.25em 0 0.25em 0;
}
.content h4 {
    margin: 0.5em 0;
}
.content h5 {
    margin: 0;
}
.content h2 strong {
    font-size: 1.3333333em;
    color: #3d74d1;
    font-weight: 500;
}
.content h2 em {
    color: #fff;
    font-weight: 400;
    font-style: normal;
}
.content a:not([class]) {
    font-weight: 700;
}
.content p {
    margin: 0 0 1.25em 0;
}
.content ol,
.content ul {
    margin: 1.25em;
}
.content ul li {
    list-style: disc;
}
.content ol li {
    list-style-type: decimal;
}
.content li {
    margin-bottom: 0.5em;
    list-style-position: inside;
    line-height: 1.25;
}
.content li ol,
.content li p,
.content li ul {
    font-size: 1em;
}
.content img {
    display: inline-block;
    margin-bottom: 1.5em;
}
.content table {
    width: 100% !important;
}
.content iframe {
    width: 100% !important;
    vertical-align: top;
    margin-bottom: 2em;
}
.cms-content:after,
.cms-content:before {
    content: " ";
    display: table;
}
.cms-content:after {
    clear: both;
}
.bg-img.focus-top {
    background-position: 50% 0% !important;
}
.bg-img.focus-top-left {
    background-position: 0% 0% !important;
}
.bg-img.focus-top-right {
    background-position: 100% 0% !important;
}
.bg-img.focus-left {
    background-position: 0% 50% !important;
}
.bg-img.focus-right {
    background-position: 100% 50% !important;
}
.bg-img.focus-bottom {
    background-position: 50% 100% !important;
}
.bg-img.focus-bottom-left {
    background-position: 0% 100% !important;
}
.bg-img.focus-bottom-right {
    background-position: 100% 100% !important;
}
.max-width_XXS {
    max-width: 325px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max-width_XS {
    max-width: 450px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max-width_SM {
    max-width: 550px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max-width_SM_2 {
    max-width: 650px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max-width_MD {
    max-width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max-width_MD_2 {
    max-width: 875px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max-width_LG {
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max-width_LG_2 {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max-width_XL {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max-width_XXL {
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max-width_3XL {
    max-width: 1900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.min-width_25 {
    min-width: 25%;
}
.min-width_33 {
    min-width: 33.3333333333%;
}
.min-width_50 {
    min-width: 50%;
}
.min-width_66 {
    min-width: 66.6666666666%;
}
.min-width_75 {
    min-width: 75%;
}
.min-width_100 {
    min-width: 100%;
}
.padV_SM {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.padV_MD {
    padding-top: 1em;
    padding-bottom: 1em;
}
.padV_LG {
    padding-top: 2em;
    padding-bottom: 2em;
}
.padV_XL {
    padding-top: 3em;
    padding-bottom: 3em;
}
.padV_XXL {
    padding-top: 4em;
    padding-bottom: 4em;
}
.padV_3XL {
    padding-top: 5em;
    padding-bottom: 5em;
}
.padH_SM {
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.padH_MD {
    padding-left: 3%;
    padding-right: 3%;
}
.padH_LG {
    padding-left: 5%;
    padding-right: 5%;
}
.padH_XL {
    padding-left: 10%;
    padding-right: 10%;
}
.padH_XXL {
    padding-left: 13%;
    padding-right: 13%;
}
.padH_3XL {
    padding-left: 16%;
    padding-right: 16%;
}
.padALL_XS {
    padding: 0.25em 1%;
}
.padALL_SM {
    padding: 0.5em 1.5%;
}
.padALL_MD {
    padding: 1em 3%;
}
.padALL_LG {
    padding: 2em 5%;
}
.padALL_XL {
    padding: 3em 10%;
}
.padT_SM {
    padding-top: 0.5em;
}
.padT_MD {
    padding-top: 1em;
}
.padT_LG {
    padding-top: 2em;
}
.padT_XL {
    padding-top: 3em;
}
.padT_XXL {
    padding-top: 4em;
}
.padT_3XL {
    padding-top: 5em;
}
.padR_SM {
    padding-right: 0.5em;
}
.padR_MD {
    padding-right: 1em;
}
.padR_LG {
    padding-right: 2em;
}
.padR_XL {
    padding-right: 3em;
}
.padR_XXL {
    padding-right: 4em;
}
.padR_3XL {
    padding-right: 5em;
}
.padB_SM {
    padding-bottom: 0.5em;
}
.padB_MD {
    padding-bottom: 1em;
}
.padB_LG {
    padding-bottom: 2em;
}
.padB_XL {
    padding-bottom: 3em;
}
.padB_XXL {
    padding-bottom: 4em;
}
.padB_3XL {
    padding-bottom: 5em;
}
.padL_SM {
    padding-left: 0.5em;
}
.padL_MD {
    padding-left: 1em;
}
.padL_LG {
    padding-left: 2em;
}
.padL_XL {
    padding-left: 3em;
}
.padL_XXL {
    padding-left: 4em;
}
.padL_3XL {
    padding-left: 5em;
}
.marB_0 {
    margin-bottom: 0 !important;
}
@media (max-width: 74.99em) {
    .no-HPad-until_XL {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.button {
    display: inline-block;
    margin: 0;
    padding: 0.6em 2em;
    background-color: #3d74d1;
    color: #fff;
    line-height: 1.1;
    vertical-align: middle;
    font-size: 1.025em;
    font-weight: 300;
    font-family: inherit;
    text-align: center;
    text-decoration: none !important;
    border: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.35s ease;
    border-radius: 12px;
}
@media (min-width: 61.25em) {
    .button:focus,
    .button:hover {
        color: #fff;
        background-color: #1e4280;
    }
}
.button.ghost {
    background-color: transparent;
    color: #3d74d1;
    box-shadow: inset 0 0 0 2px #3d74d1;
    font-weight: 600;
}
.button.ghost.has-icon .icon svg {
    fill: #3d74d1;
}
.button.ghost-white {
    background-color: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    font-weight: 600;
}
.button.ghost-white:focus,
.button.ghost-white:hover {
    background-color: #fff;
    color: #3d74d1;
}
.button.dark-green {
    background-color: #218121;
    color: #fff;
    font-weight: 600;
}
.button.dark-green:focus,
.button.dark-green:hover {
    color: #fff;
    background-color: #1e4280;
}
.button.has-icon {
}
.button.has-icon .flex-inner {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
}
.button.has-icon .text {
    flex: 0 1 auto;
    line-height: 1.5;
}
.button.has-icon .icon {
    flex: 0 0 1.1em;
    width: 1.1em;
    height: 1.1em;
}
.button.has-icon .icon .flip-left {
    transform: rotateZ(180deg);
}
.button.has-icon .icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff;
}
.button.has-icon .text + .icon {
    margin-left: 0.35em;
}
.button.has-icon .icon + .text {
    margin-left: 0.35em;
}
.button.svg-container.icon .svg-icon {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.button.small {
    font-size: 0.76875em;
    padding: 0.48em 1.6em;
}
.button.medium {
    font-size: 1.23em;
    padding: 0.6em 2.2em;
}
.button.large {
    font-size: 1.435em;
    padding: 0.6em 2.2em;
}
.button.xlarge {
    font-size: 1.7425em;
    padding: 0.6em 2.4em;
}
@media (min-width: 61.25em) {
    .button.ghost-white:focus,
    .button.ghost-white:hover,
    .button.ghost:focus,
    .button.ghost:hover {
        color: #102b52;
        background-color: #fff;
        box-shadow: inset 0 0 0 2px #102b52;
    }
    .button.ghost-white:focus .icon svg,
    .button.ghost-white:hover .icon svg,
    .button.ghost:focus .icon svg,
    .button.ghost:hover .icon svg {
        fill: #102b52;
    }
}
.searchresults-btn,
.searchresults-btn-on {
    display: inline-block;
    margin: 0 0 0.25em 0;
    padding: 0.6em 2em;
    background-color: #e9e9e9;
    color: #464646;
    text-align: center;
    text-decoration: none !important;
    border: none;
    font-weight: 300;
    line-height: 1;
    font-family: "Montserrat";
    -webkit-appearance: none;
    outline: none;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    font-size: 1.025em;
}
.searchresults-btn-on:first-of-type:not([value="1"]),
.searchresults-btn:first-of-type:not([value="1"]) {
    border-radius: 12px 0 0 12px;
}
.searchresults-btn-on:last-of-type[value^="Next"],
.searchresults-btn:last-of-type[value^="Next"] {
    border-radius: 0 12px 12px 0;
}
.searchresults-btn:focus,
.searchresults-btn:hover {
    color: #fff;
    background-color: #636363;
}
.searchresults-btn-on {
    color: #fff;
    background-color: #3d74d1;
}
.searchresults-btn-on:focus,
.searchresults-btn-on:hover {
    color: #fff;
    background-color: #102b52;
}
.scale-font {
    font-size: 0.95em;
}
@media (min-width: 25em) {
    .scale-font {
        font-size: 1.05em;
    }
    .scale-font.by-half {
        font-size: 1em;
    }
    .scale-font .scale-font {
        font-size: 1em;
    }
    .scale-font.by-half .scale-font {
        font-size: 1em;
    }
}
@media (min-width: 31.25em) {
    .scale-font {
        font-size: 1.1em;
    }
    .scale-font.by-half {
        font-size: 1.05em;
    }
}
.line-clamp {
    position: relative;
    line-height: 1.5;
    overflow: hidden;
}
.line-clamp.clamp-2 {
    max-height: 3em;
}
.line-clamp.clamp-3 {
    max-height: 4.5em;
}
.ellipsis {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0;
    padding: 0 0.5em 0 3.5em;
    font-weight: bold;
    color: #a0a0a0;
    line-height: 1.5;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 68%);
}
.fill {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}
.video-wrapper {
    display: block;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}
.slide-video .video-wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.video-wrapper .thumbnail {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
    pointer-events: none;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    background-size: cover;
    background-position: center;
}
.video-wrapper .icon {
    position: absolute;
    width: 72px;
    height: 72px;
    left: 50%;
    top: 50%;
    margin-top: -36px;
    margin-left: -36px;
    transition: transform 0.4s cubic-bezier(0.33, -0.35, 0, 1.63), background-color 0.75s ease;
    background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill: %23fff %7D /* CHANGE COLOR HERE */ %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M35,0C15.7,0,0,15.7,0,35c0,19.3,15.7,35,35,35s35-15.7,35-35C70,15.7,54.3,0,35,0z M35,66 C17.9,66,4,52.1,4,35S17.9,4,35,4s31,13.9,31,31S52.1,66,35,66z M45.6,32.7L30.4,22.3c-1.8-1.2-3.3-0.5-3.3,1.7v22 c0,2.2,1.5,3,3.3,1.7l15.3-10.5C47.4,36,47.4,34,45.6,32.7z'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.video-wrapper:hover .thumbnail {
    -webkit-filter: brightness(85%);
    filter: brightness(80%);
}
.video-wrapper:hover .icon {
    transform: scale(1.5);
    background-color: #3d74d1;
}
.video-wrapper.raw-iframe {
    cursor: auto;
}
.video-wrapper.raw-iframe iframe {
    opacity: 1;
}
.video-wrapper.loaded {
    cursor: auto;
}
.video-wrapper.loaded .thumbnail {
    opacity: 0;
}
.video-wrapper.loaded iframe {
    opacity: 1;
}
.video-wrapper.loaded .icon {
    opacity: 0;
    pointer-events: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-left: auto;
    margin-right: auto;
}
.video-container:empty {
    display: none;
    visibility: hidden;
}
.video-container iframe {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    transition: opacity 0.5s ease 0.1s;
    opacity: 0;
    border: none;
    outline: none;
}
.content iframe[src^="https://www.youtube"]:not([class])
{
    display: none;
}
.accordion-table {
    display: block;
}
.accordion-table > tbody,
.accordion-table > tbody > tr,
.accordion-table > tbody > tr > td {
    display: block;
}
.accordion-table > tbody > tr > td {
    overflow: hidden;
}
.accordion-table > tbody > tr > td h2:first-child,
.accordion-table > tbody > tr > td h3:first-child,
.accordion-table > tbody > tr > td h4:first-child {
    margin-top: 0;
}
.accordion-table > tbody > tr > td p:last-child {
    margin-bottom: 0;
}
.accordion-table > tbody > tr:first-child {
    transition: transform 0.3s cubic-bezier(0.12, 1.24, 0.8, 1.2);
    transform-origin: center bottom;
    position: relative;
    z-index: 2;
    background-color: #f3f3f3;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.accordion-table > tbody > tr:first-child:hover {
    transform: scale(1.035);
}
.accordion-table > tbody > tr:first-child > td {
    position: relative;
    padding: 0.5em 1em 0.5em 1.75em;
    margin: 0 0 0.5em 0;
    transition: background-color 0.65s ease;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 1.25;
    color: #3d74d1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion-table > tbody > tr:first-child > td:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 5px;
    background-color: #3d74d1;
    border-radius: 2px;
}
.accordion-table > tbody > tr:first-child > td:after {
    content: "";
    position: absolute;
    left: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 23px;
    background-color: #3d74d1;
    transition: transform 0.7s cubic-bezier(0.63, -0.2, 0, 1.64);
    border-radius: 2px;
}
.accordion-table > tbody > tr:first-child > td:focus,
.accordion-table > tbody > tr:first-child > td:hover {
    background-color: #295aad !important;
    color: #fff;
}
.accordion-table > tbody > tr:first-child > td:focus:after,
.accordion-table > tbody > tr:first-child > td:focus:before,
.accordion-table > tbody > tr:first-child > td:hover:after,
.accordion-table > tbody > tr:first-child > td:hover:before {
    background-color: #fff;
}
@media (max-width: 31.25em) {
    .accordion-table > tbody > tr:first-child > td {
        padding-left: 2.35em;
        font-size: 1.2em;
    }
}
.accordion-table > tbody > tr:nth-child(n + 2) {
    transform: scale(0);
    transition: transform 0.5s ease, opacity 0.35s ease;
    transform-origin: center top;
    height: 0;
    opacity: 0;
    background-color: #f0f0f0;
}
.accordion-table.active > tbody > tr:first-child > td {
    background-color: #3d74d1;
    color: #fff;
    margin-bottom: 0;
}
.accordion-table.active > tbody > tr:first-child > td:before {
    background-color: #fff;
}
.accordion-table.active > tbody > tr:first-child > td:after {
    transform: scale(0);
    background-color: #fff;
}
.accordion-table.active > tbody > tr:nth-child(n + 2) {
    transform: scale(1);
    opacity: 1;
    height: auto;
    padding: 1.5em 5%;
    margin-bottom: 2em;
}
.svg-container {
    position: relative;
    display: inline-block;
    height: 0;
    fill: #555;
    padding: 3%;
}
.svg-container .svg-icon {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}
.icon.svg-container {
    padding: 1%;
}
.icon.svg-container .svg-icon {
    width: 50%;
    height: 50%;
}
.icon-container {
    text-align: center;
}
.icon-container .icon.svg-container {
    min-width: 75px;
    min-height: 75px;
}
.site-footer .icon-container .icon.svg-container {
    min-width: 50px;
    min-height: 50px;
}
.icon-container.layout-C .icon {
    position: relative;
    margin: 0.25em 0.5%;
    border-radius: 50%;
    transition: transform 0.5s linear, background 1.25s ease;
}
.icon-container.layout-C .icon .animate-elm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    opacity: 1;
    transition: transform 0.8s ease 0.3s, opacity 0.5s ease 0.3s;
    z-index: 33;
}
.icon-container.layout-C .icon .svg-icon {
    width: 45%;
    height: 45%;
    transition: transform 1.3s ease 0.3s;
}
.icon-container.layout-C .icon:hover .svg-icon {
    transform: scale(1.5);
}
.icon-container.layout-C .icon:hover .animate-elm {
    transform: scale(0);
    opacity: 0;
}
.icon-container.layout-D .icon {
    position: relative;
    margin: 0.25em 0.5%;
    overflow: hidden;
    border-radius: 50%;
    transition: transform 0.5s linear, background 0.4s ease;
}
.icon-container.layout-D .icon .container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.icon-container.layout-D .icon .svg-icon {
    z-index: 2;
    transition: transform 1.3s ease;
}
.icon-container.layout-D .icon .animate-elm {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 99%;
    height: 99%;
    border-radius: 50%;
    opacity: 1;
    transition: top 0.35s linear;
}
.icon-container.layout-D .icon:focus .svg-icon,
.icon-container.layout-D .icon:hover .svg-icon {
    transform: scale(1.1);
}
.icon-container.layout-D .icon:focus .animate-elm,
.icon-container.layout-D .icon:hover .animate-elm {
    top: 201%;
}
.modal {
    display: block;
    opacity: 0;
    transition: opacity 0.85s ease;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
html.modal-active .modal {
    z-index: 99;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    height: 100%;
}
html.modal-active .addthis-smartlayers {
    display: none !important;
}
@media (min-width: 61.25em) {
    html.site-nav-active.modal-active .modal {
        display: none;
        z-index: -1;
    }
}
.modal-content {
    display: none;
}
.modal-popup {
    position: fixed;
    top: 3.5vh;
    bottom: 3.5vh;
    left: 0;
    right: 0;
    z-index: -100;
    opacity: 0;
    display: flex;
    transition: transform 0.5s ease, opacity 0.35s ease, max-height 0.9s ease;
    transform: scale(0) translateY(-50px);
}
.modal-popup .modal-nav {
    position: absolute;
    top: -1em;
    right: -1em;
    font-size: 0.7em;
    display: flex;
    justify-content: flex-end;
}
.modal-popup .modal-nav .nav-item {
    flex: 0 1 auto;
    height: 3em;
    padding: 0.2em 1.5em;
    z-index: 99;
    border-radius: 50%;
}
@media (min-width: 61.25em) {
    .modal-popup .modal-nav {
        top: 1em;
        right: 1em;
        font-size: 1em;
    }
}
.modal-popup .close-button {
    position: relative;
    font-size: 1.25em;
    background-color: #7ba0e0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.4s ease;
    font-weight: bold;
}
.modal-popup .close-button:before {
    content: "X";
    position: absolute;
    top: 50%;
    left: 50%;
    color: inherit;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.25em;
    font-weight: 600;
}
.modal-popup .close-button:focus,
.modal-popup .close-button:hover {
    background-color: #464646 !important;
    color: #fff !important;
    border-color: #fff !important;
}
.modal-popup .modal-outer {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.modal-popup .modal-outer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em;
    height: 3em;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.modal-popup .modal-inner {
    flex: 1 1 auto;
    overflow-y: auto;
    width: 100%;
}
.modal-popup .modal-inner::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.5em;
}
.modal-popup .modal-inner::-webkit-scrollbar-track {
    background-color: #d3d3d3;
}
.modal-popup .modal-inner::-webkit-scrollbar-thumb {
    background-color: #3d74d1;
    opacity: 1;
}
.modal-popup .modal-content-container {
    width: 100%;
    padding: 3vw 3vw 6vh;
}
.modal-popup .modal-content-container .meetDoctorH {
    text-align: center;
    font-size: 2.25em;
    margin-bottom: 0.5em;
}
.modal-popup .content img {
    margin-bottom: 0;
}
.modal-popup[modal-theme="theme-default"] {
    max-width: 665px;
    margin: 0 auto;
    max-height: 50%;
    width: 90%;
}
.modal-popup[modal-theme="theme-default"] .modal-outer {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}
.modal-popup[modal-theme="theme-default"] .modal-inner {
    position: relative;
    background-color: #fff;
}
.modal-popup[modal-theme="theme-default"] .content {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.modal-popup[modal-theme="theme-default"] .content img[async-output] {
    transition: opacity 2.5s ease;
    opacity: 0;
    height: auto !important;
}
.modal-popup[modal-theme="theme-default"] .content img[async-output].async-loaded {
    opacity: 1;
}
.modal-popup[modal-theme="theme-default"] .content > :last-child {
    margin-bottom: 1.5em;
}
@media (min-width: 48em) {
    .modal-popup[modal-theme="theme-default"] {
        width: 95%;
        top: 4vh;
        bottom: 4vh;
    }
}
@media (min-width: 100em) {
    .modal-popup[modal-theme="theme-default"] {
        max-width: 800px;
    }
}
.modal-popup[modal-theme="theme-center"] {
    max-width: 665px;
    margin: 0 auto;
    max-height: 50%;
    width: 90%;
}
.modal-popup[modal-theme="theme-center"] .modal-outer {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}
.modal-popup[modal-theme="theme-center"] .modal-inner {
    align-items: center;
}
.modal-popup[modal-theme="theme-center"] .content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.modal-popup[modal-theme="theme-center"] .content img[async-output] {
    transition: opacity 2.5s ease;
    opacity: 0;
    height: auto !important;
}
.modal-popup[modal-theme="theme-center"] .content img[async-output].async-loaded {
    opacity: 1;
}
.modal-popup[modal-theme="theme-center"] .content > :last-child {
    margin-bottom: 1.5em;
}
.modal-popup[modal-theme="theme-video"] {
    width: 90%;
    max-width: 1300px;
    max-height: 100%;
    box-shadow: none;
    margin: auto;
    background: #fff;
    border-radius: 1em;
}
.modal-popup[modal-theme="theme-video"] .modal-outer {
    background-color: transparent;
    overflow: visible;
}
.modal-popup[modal-theme="theme-video"] .modal-inner {
    overflow: visible;
    padding: 0;
}
.modal-popup[modal-theme="theme-video"] .content {
    width: 100%;
    height: 100%;
    max-width: none;
    text-align: center;
    padding: 0;
}
.modal-popup[modal-theme="theme-video"] .content .iframe-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.75);
}
.modal-popup[modal-theme="theme-video"] .content iframe {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
}
.modal-popup[modal-theme="theme-video"] .content .title {
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0;
    padding: 16px 40px;
    text-align: center;
    text-shadow: 1px 1px #000;
}
.modal-popup[modal-theme="theme-video"] .content h2,
.modal-popup[modal-theme="theme-video"] .content h3,
.modal-popup[modal-theme="theme-video"] .content p {
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
}
.modal-popup[modal-theme="theme-video"] .content h2:last-child,
.modal-popup[modal-theme="theme-video"] .content h3:last-child,
.modal-popup[modal-theme="theme-video"] .content p:last-child {
    margin-bottom: 0;
}
.modal-popup[modal-theme="theme-video"] .content > :last-child {
    margin-bottom: 1.5em;
}
@media (min-width: 37.5em) {
    .modal-popup[modal-theme="theme-video"] {
        font-size: 0.8em;
    }
}
@media (min-width: 61.25em) {
    .modal-popup[modal-theme="theme-video"] {
        width: 75%;
    }
}
@media (min-width: 100em) {
    .modal-popup[modal-theme="theme-video"] {
        font-size: 1em;
    }
}
@media (min-width: 61.25em) and (max-height: 760px) {
    .modal-popup[modal-theme="theme-video"] {
        width: 60%;
    }
}
html.modal-active.show-modal-popup {
    overflow: hidden;
}
html.modal-active.show-modal-popup body {
    overflow: hidden;
}
html.modal-active.show-modal-popup .site-header-inner,
html.modal-active.show-modal-popup .site-logo {
    z-index: 99;
}
html.modal-active.show-modal-popup .modal {
    opacity: 0.75;
}
html.modal-active.show-modal-popup .modal-popup.ready {
    z-index: 102;
    transform: scale(1) translateY(0px);
    opacity: 1;
}
.screen-reader-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute !important;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.old-ie-warning {
    display: none;
}
html.lte-ie8 .old-ie-warning {
    display: block;
    text-align: center;
    padding: 10px 0 15px 0;
    background-color: #e9e9e9;
    color: #d14343;
}
html.lte-ie8 .old-ie-warning .link {
    border-bottom: 1px solid #b52c2c;
    color: #b52c2c;
}
@media print {
    #site-header,
    #sticky-buttons,
    .callouts-section,
    .directory-search-form,
    .directory-search-nav,
    .hide-from-print,
    .icon-container.print-dialog,
    .module.layout-social,
    .page-nav,
    .site-footer,
    .slideshow-section,
    .tooltip,
    nav.nav {
        display: none !important;
    }
    .headshot.bg-img {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }
    .button {
        display: none;
    }
    .page-content {
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }
    .content-section--wrapper {
        padding: 1em 0 0 0 !important;
    }
    .image-section {
        background-color: #464646 !important;
    }
    @supports (-ms-ime-align: auto) {
        .image-section {
            border: 5px solid #e9e9e9;
            margin-bottom: 1em;
        }
        .image-section .content h2,
        .image-section .content h3,
        .image-section .content h4,
        .image-section .content li,
        .image-section .content p {
            color: #2d2d2d !important;
        }
        .image-section .content .button {
            border: 3px solid #3d74d1 !important;
            color: #3d74d1 !important;
        }
    }
    .module-list {
        display: block !important;
    }
    .module-list .module-list {
        display: block !important;
    }
    .module-list .module {
        page-break-inside: avoid;
    }
    .module-list .module.layout-profile.vertical {
        display: inline-block !important;
        max-width: 250px !important;
        vertical-align: top;
    }
    .content table tr {
        page-break-inside: avoid;
    }
    @page {
        margin: 0.75cm;
    }
}
.base-flex-class,
.form .custom-select,
.form .flex-group.stack-stretch-inputs,
.form .label-container,
.form .stack-stretch-inputs.module,
.form .stack-stretch-inputs.nav,
.form .tick-container,
.module-list {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
}
.align-flex-start {
    align-content: flex-start;
}
.flex-group,
.module,
.nav {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
}
.flex-group .flex-inner,
.module .flex-inner,
.nav .flex-inner {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 100%;
    max-width: 100%;
}
.flex-group .subgroup,
.module .subgroup,
.nav .subgroup {
    max-width: 100%;
    flex: 1 1 auto;
}
.flex-group .flex-100,
.module .flex-100,
.nav .flex-100 {
    min-width: 100%;
    flex-basis: 100% !important;
}
.flex-group .flex-75,
.module .flex-75,
.nav .flex-75 {
    min-width: 75%;
    flex-basis: 150px !important;
}
.flex-group .flex-50,
.module .flex-50,
.nav .flex-50 {
    min-width: 50%;
    flex-basis: 150px !important;
}
.flex-group .flex-40,
.module .flex-40,
.nav .flex-40 {
    min-width: 40%;
    flex-basis: 150px !important;
}
.flex-group .flex-25,
.module .flex-25,
.nav .flex-25 {
    min-width: 25%;
    flex-basis: 150px !important;
}
.flex-group .flex-20,
.module .flex-20,
.nav .flex-20 {
    min-width: 20%;
    flex-basis: 150px !important;
}
.flex-group .SM,
.module .SM,
.nav .SM {
    flex-basis: 300px !important;
}
.flex-groups {
    margin-bottom: 2em;
}
.flex-groups header {
    padding: 1em;
}
.flex-groups header .inner {
    font-size: 1.3em;
}
.flex-groups.right-aligned,
.form.right-aligned {
}
.flex-groups.right-aligned .subgroup:last-child,
.form.right-aligned .subgroup:last-child {
    flex-basis: 66.66667%;
}
@media (min-width: 48em) {
    .flex-groups.right-aligned label,
    .form.right-aligned label {
        flex: 1 1 auto;
    }
}
@media (min-width: 48em) and (-ms-high-contrast: none), screen and (min-width: 48em) and (-ms-high-contrast: active) {
    .flex-groups.right-aligned label,
    .form.right-aligned label {
        display: inline-block;
    }
}
@media (min-width: 48em) {
    .flex-groups.right-aligned .subgroup:first-child,
    .form.right-aligned .subgroup:first-child {
        text-align: right;
        flex: 1 1 33.33333%;
    }
}
.flex-groups.stacked .subgroup,
.form.stacked .subgroup {
    flex-basis: 100%;
}
.flex-groups.stacked .subgroup .tooltip,
.form.stacked .subgroup .tooltip {
    text-align: left;
}
textarea {
    min-height: 175px;
}
:-moz-placeholder {
    font-style: italic;
    line-height: inherit;
    font-family: inherit;
    height: inherit;
}
::-moz-placeholder {
    font-style: italic;
    line-height: inherit;
    font-family: inherit;
    height: inherit;
}
:-ms-input-placeholder {
    font-style: italic;
    line-height: normal;
    font-family: inherit;
    height: inherit;
}
::-webkit-input-placeholder {
    font-style: italic;
    line-height: normal;
    font-family: inherit;
    height: inherit;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #767676;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #767676;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #767676;
}
input,
select,
textarea {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0.25em 0.5em;
    line-height: inherit;
    outline: none;
    color: #464646;
    background-color: #fff;
    border: none;
    vertical-align: middle;
    font-family: "Montserrat";
    font-size: 1.2em;
    border-radius: 12px;
    border: 1.5px solid #3d74d1;
}
.custom-select input,
.custom-select select,
.custom-select textarea {
    border: none;
}
input[type="file"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    color: #000;
    background-color: #fff;
    border-radius: 12px;
}
input[type="checkbox"],
input[type="file"],
input[type="radio"] {
    outline: none;
    margin: 0 1em 1em 0;
}
input[type="file"]:focus {
    outline: none;
    font-weight: bold;
}
.form {
}
.form .base-flex-class,
.form .custom-select,
.form .flex-group.stack-stretch-inputs,
.form .label-container,
.form .module-list,
.form .stack-stretch-inputs.module,
.form .stack-stretch-inputs.nav,
.form .tick-container {
    flex: 1 1 0%;
}
.form .base-flex-class-auto,
.form .input,
.form .inputs {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 auto;
    max-width: 100%;
}
.form .form-alerts {
    overflow: hidden;
}
.form .form-alert.error {
    border: 3px solid #d14343;
    padding: 0.5em;
    margin: 0.5em;
}
.form label .tooltip-trigger {
    margin-left: 0.5em;
    margin-right: 0.25em;
}
.form button.disabled {
    pointer-events: none;
    background-color: #f0f0f0;
    color: #dcdcdc;
}
.form .flex-group.stack-stretch-inputs,
.form .stack-stretch-inputs.module,
.form .stack-stretch-inputs.nav {
    padding-bottom: 0.5em;
}
.form .flex-group.stack-stretch-inputs .subgroup > *,
.form .stack-stretch-inputs.module .subgroup > *,
.form .stack-stretch-inputs.nav .subgroup > * {
    flex-basis: 100%;
    margin: 0;
    align-self: stretch;
}
.form .flex-group .message,
.form .module .message,
.form .nav .message {
    margin: 0;
    text-align: left;
    opacity: 0;
    transform: translate(0%, 20%);
    transition: all 0.3s ease;
    box-shadow: 0px 0px 5px #d3d3d3;
}
.form .flex-group.form-help .helper,
.form .form-help.module .helper,
.form .form-help.nav .helper {
    margin: 0;
    text-align: right;
    opacity: 0;
    transform: translate(0%, 20%) rotateX(90deg);
    transform-origin: top center;
    transition: all 0.3s ease;
    background-color: #3d74d1;
    color: #fff;
    padding: 0.75em;
    font-weight: bold;
    margin-top: -1.5em;
}
.form .flex-group.form-help input:focus,
.form .flex-group.form-help select:focus,
.form .flex-group.form-help textarea:focus,
.form .form-help.module input:focus,
.form .form-help.module select:focus,
.form .form-help.module textarea:focus,
.form .form-help.nav input:focus,
.form .form-help.nav select:focus,
.form .form-help.nav textarea:focus {
    box-shadow: none;
    border-radius: 12px 12px 0 0;
}
.form .flex-group.form-help input:focus + .helper,
.form .flex-group.form-help select:focus + .helper,
.form .flex-group.form-help textarea:focus + .helper,
.form .form-help.module input:focus + .helper,
.form .form-help.module select:focus + .helper,
.form .form-help.module textarea:focus + .helper,
.form .form-help.nav input:focus + .helper,
.form .form-help.nav select:focus + .helper,
.form .form-help.nav textarea:focus + .helper {
    opacity: 1;
    transform: translate(0%, 0%) rotateX(0deg);
    z-index: 10;
    position: static;
    min-width: 100%;
    margin-top: 0;
    border-radius: 0 0 11px 11px;
}
.form .flex-group.form-help select:focus,
.form .form-help.module select:focus,
.form .form-help.nav select:focus {
    max-height: 40px;
    box-shadow: inset -37px 0 0 white;
}
.form .flex-group.promocode,
.form .promocode.module,
.form .promocode.nav {
    margin-bottom: 0;
    position: relative;
    transition: margin-bottom 0.3s ease;
}
.form .flex-group.show-message,
.form .show-message.module,
.form .show-message.nav {
    margin-bottom: 5em;
}
.form .flex-group.show-message .message,
.form .show-message.module .message,
.form .show-message.nav .message {
    opacity: 1;
    margin-top: 0.5em;
}
.form .error.module label,
.form .error.nav label,
.form .flex-group.error label {
    font-weight: 700;
    color: #d14343;
}
.form .error.module input:focus,
.form .error.module select:focus,
.form .error.module textarea:focus,
.form .error.nav input:focus,
.form .error.nav select:focus,
.form .error.nav textarea:focus,
.form .flex-group.error input:focus,
.form .flex-group.error select:focus,
.form .flex-group.error textarea:focus {
    box-shadow: none;
}
.form .error.module input:focus + .message,
.form .error.module select:focus + .message,
.form .error.module textarea:focus + .message,
.form .error.nav input:focus + .message,
.form .error.nav select:focus + .message,
.form .error.nav textarea:focus + .message,
.form .flex-group.error input:focus + .message,
.form .flex-group.error select:focus + .message,
.form .flex-group.error textarea:focus + .message {
    opacity: 1;
    transform: translate(0%, 0%);
    z-index: 10;
}
.form .flex-group.required label:after,
.form .required.module label:after,
.form .required.nav label:after {
    content: "*";
    color: #d14343;
    margin-left: 3px;
}
.form .flex-group.required .tick-box label:after,
.form .required.module .tick-box label:after,
.form .required.nav .tick-box label:after {
    content: "";
}
.form .subgroup {
    display: flex;
    flex-basis: 250px;
    flex-flow: row wrap;
    max-width: 100%;
}
.form .subgroup > * {
    padding: 0 0.5em;
}
.form .subgroup:not(.stretch-vertical) > * {
    align-self: center;
}
.form .subgroup .text {
    align-self: center;
    text-align: center;
}
.form .subgroup .tick-box,
.form .subgroup .tooltip {
    flex: 1 1 auto;
}
.form .subgroup.stack-inputs .input {
    flex-basis: 100%;
}
.form .subgroup.collapse {
}
.form .subgroup.collapse .input,
.form .subgroup.collapse .inputs {
    padding-left: 0;
    padding-right: 0;
}
.form .subgroup.collapse .input > * {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.form .subgroup.collapse-all {
    padding: 0;
}
.form .subgroup.collapse-all .input,
.form .subgroup.collapse-all .inputs {
    padding: 0;
}
.form .inputs {
    padding-left: 0;
    padding-right: 0;
}
.form .inputs > * {
    flex: 1 1 auto;
    margin: 0;
}
.form .input {
    position: relative;
    padding: 0.5em;
}
.form .input > * {
    flex: 1 1 0%;
    margin: 0;
}
.form .input .custom-select,
.form .input input,
.form .input select,
.form .input textarea {
    margin: 0;
    max-width: 100%;
    flex-basis: 225px;
}
.form .input input[type="file"] {
    width: 100%;
}
.form .input .button {
    flex-basis: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form .input .button.svg-container {
    height: inherit;
    padding: 0;
    min-height: 40px;
}
.form .input.centered {
    flex-grow: 0;
    margin-left: auto;
    margin-right: auto;
}
.form .input .text {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
}
.form .input.with-text {
}
.form .input.with-text .custom-select,
.form .input.with-text input,
.form .input.with-text select {
    align-self: center;
}
.form .input.with-text .text {
    flex-basis: 100%;
}
@media (min-width: 25em) {
    .form .input.with-text {
        flex-wrap: nowrap;
    }
    .form .input.with-text .text {
        flex-basis: 40px;
    }
}
.form .input .custom-select + .custom-select,
.form .input input + .custom-select,
.form .input input + input,
.form .input input + select,
.form .input select + .custom-select,
.form .input select + input,
.form .input select + select {
    margin-left: 1em;
}
.form .input div[data-lastpass-icon-root] {
    max-width: 0;
}
@supports (-ms-accelerator: true) {
    .form .input.centered > * {
        flex-basis: 100% !important;
    }
}
.form .text {
    padding: 0.5em 0;
    line-height: 1.15;
}
.form .text.full {
    min-width: 100%;
    flex-basis: 100% !important;
}
.form .label-container {
    padding-bottom: 0;
    padding-top: 0.5em;
    align-self: stretch;
}
.form .label-container label {
    align-self: flex-start;
    padding-top: 0.5em;
}
.form {
}
.form .custom-select select,
.form .hide-input,
.form .tick-box input {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    left: 0;
}
.form .custom-select select::-ms-expand,
.form .hide-input::-ms-expand,
.form .tick-box input::-ms-expand {
    display: none;
}
.form .tick-box input,
.form input.hide-input {
    opacity: 0;
}
.form .tick-box {
    padding: 0;
    position: relative;
}
.form .tick-box .inner {
    display: flex;
    position: relative;
}
.form .tick-box .custom-input {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    align-self: center;
    flex: 0 0 16px;
}
.form .tick-box .custom-input:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 350ms ease;
    background-color: transparent;
    transform: scale(0);
    transform-origin: center;
}
.form .tick-box input:checked + .inner .custom-input:after {
    transform: scale(1);
    background-color: #464646;
}
.form .tick-box .label {
    padding: 0 0.5em;
    align-self: center;
}
.form .tick-box.center {
    justify-content: center;
    text-align: center;
}
.form .tick-container {
    padding: 0.5em;
    position: relative;
}
.form .tick-radios .custom-input {
    border-radius: 50%;
}
.form .tick-radios .custom-input:after {
    border-radius: 50%;
}
.form .tick-checkboxes .custom-input {
    border-radius: 3px;
}
.form .tick-checkboxes .custom-input:after {
    border-radius: 3px;
}
.form .tick-container.stacked .tick-box {
    flex-basis: 100% !important;
    min-width: 100%;
}
.form .custom-select {
    border: 1.5px solid #3d74d1;
    overflow: hidden;
    min-height: 40px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border-radius: 12px;
    font-weight: 600;
}
.form .custom-select select {
    flex-basis: auto;
    position: relative;
    padding-right: 40px;
    min-height: 40px;
    align-self: center;
}
.form .custom-select select::-ms-expand {
    display: none;
}
.form .custom-select:after {
    content: "";
    position: absolute;
    right: 0.75em;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    width: 30px;
    height: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #3d74d1;
}
.form .custom-select:before {
    content: "";
    position: absolute;
    right: 2.75em;
    top: 0.6em;
    bottom: 0.6em;
    width: 2px;
    background: #3d74d1;
}
.form .custom-select.inset {
    padding: 0;
    background-color: gainsboro;
}
.form .custom-select.ghost {
    border: 1px solid #3d74d1;
}
.form .custom-select.white {
    border: 2px solid #fff;
    background-color: transparent;
}
.form .custom-select.white:before {
    background: #fff;
}
.form .custom-select.white:after {
    border-top: 14px solid #fff;
}
.form .custom-select.white select {
    color: #fff;
}
.form .custom-select.white option {
    color: #000;
    background: #fff;
}
.form .custom-file {
    position: relative;
    background-color: #dcdcdc;
    padding: 0;
    flex: 1 1 100%;
    transition: background-color 0.4s ease;
}
.form .custom-file input[type="file"] {
    background-color: transparent;
    border: none;
    padding: 0.65em 1em;
    opacity: 0;
    cursor: pointer;
}
.form .custom-file:before {
    content: "Browse Computer";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #464646;
    transform: translateY(-50%);
    font-family: inherit;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.form .custom-file:focus,
.form .custom-file:hover {
    background-color: #636363;
}
.form .custom-file:focus:before,
.form .custom-file:hover:before {
    color: #fff;
}
.form .filename-element {
    display: flex;
    flex: 1 1 100%;
    flex-flow: row wrap;
    justify-content: center;
    box-shadow: inset 0 0 0 2px #e9e9e9;
    background-color: transparent;
    font-size: 0.85em;
}
.form .filename-element .file-name {
    display: block;
    flex: 1 1 100%;
    padding: 0.35em;
    text-align: center;
}
.form .filename-element .file-name:nth-child(odd) {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.form .filename-element .file-name:first-child {
    border-top: none;
}
.form .filename-element .file-name:last-child {
    border-bottom: none;
}
.form.blog-category {
    width: 100%;
    max-width: 545px;
}
.form .inset {
    align-self: center;
    flex: 1 1 auto !important;
    padding: 0.5em;
}
.form .inset + .inset {
    margin-left: -1px;
}
.form .inset .inset-inner {
    flex: 1 1 auto;
    align-self: center;
}
.form .inset input {
    flex: 0 1 20px;
    align-self: center;
}
.form .inset:first-child,
.form .inset:last-child {
    align-self: stretch;
    display: flex;
}
.form .inset-inner {
    flex: 1 1 auto;
    align-self: center;
    padding: 0 0.25em;
}
.form .inset-group {
    flex: 1 1 auto !important;
}
.form .inset-group .custom-select + .inset {
    z-index: 1;
    position: relative;
}
.form .subgroup.has-insets {
    padding: 0.5em;
}
.form .subgroup.has-insets .input {
    padding: 0;
    border-bottom: none;
}
.form .inset .tick-box,
.form .inset .tick-container {
    padding: 0;
    z-index: 0;
}
.form .has-insets input[type="text"] {
    flex: 1 1 auto;
    background: #fff;
    border: 1.5px solid #7ba0e0;
    border-radius: 12px 0 0 12px;
    border-right: 0;
}
.form input[type="text"] + .inset.button.svg-container {
    min-width: 68px;
    flex: 0 0 auto !important;
    background: #fff;
    border: 1.5px solid #7ba0e0;
    border-radius: 0 12px 12px 0;
    border-left: 0;
}
.form input[type="text"] + .inset.button.svg-container svg {
    fill: #102b52;
}
.tooltip {
    position: relative;
}
.tooltip-trigger {
    border: 2px solid rgba(123, 160, 224, 0.55);
    color: #3d74d1;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.3;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.5s ease;
    margin-left: 0.4em;
}
.tooltip.show .tooltip-trigger {
    background-color: #3d74d1;
    color: #fff;
    border-color: #3d74d1;
}
.tooltip.show .tooltip-content {
    opacity: 1;
    transform: translate(0%, 5%);
    z-index: 100;
    box-shadow: 1px 2px 2px #000;
}
.tooltip-content {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translate(0%, 15%);
    position: absolute;
    z-index: -1;
    padding: 0.75em 5%;
    width: calc(100% - 1em);
    max-width: 400px;
    top: 100%;
    left: 0.5em;
    border: 3px solid #3d74d1;
    color: #fff;
    background-color: #3d74d1;
}
.tooltip.red-theme .tooltip-trigger {
    background-color: #d14343;
    border: 2px solid #fff;
    color: #fff;
}
.tooltip.red-theme .tooltip-content {
    border: none;
    border-left: 5px solid #d14343;
    background-color: #f4d2d2;
}
.input[class*="icon-"] {
    position: relative;
}
.input[class*="icon-"]:before {
    content: "";
    height: calc(100% - $gutter);
    width: 30px;
    position: absolute;
    top: 0.5em;
    bottom: 0.5em;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.input.icon-left input {
    padding-left: 2em;
}
.input.icon-left:before {
    left: 0.75em;
}
.input.icon-right input {
    padding-right: 2em;
}
.input.icon-right:before {
    right: 0.75em;
}
.input.calendar:before {
    background-image: url(/images/calendar.svg);
}
.helper,
.message {
    position: absolute;
    left: 0.5em;
    width: calc(100% - 1em);
    top: calc(100% - 0.5em);
    z-index: -1;
}
.error .custom-select,
.error input,
.error select,
.error textarea {
    background-color: #efbebe;
    box-shadow: 0 0 0 2px #d14343;
}
.error .custom-select select {
    box-shadow: none;
}
.error .message {
    background-color: #d14343;
    color: #fff;
    box-shadow: 1px 1px 2px #000;
    padding: 0.75em;
    font-weight: bold;
}
.success:before {
    content: "\0A9A";
    align-self: center;
}
.flex-group .fixed-width,
.module .fixed-width,
.nav .fixed-width {
    flex-wrap: nowrap;
}
.flex-group .fixed-width .custom-select,
.flex-group .fixed-width input,
.flex-group .fixed-width select,
.module .fixed-width .custom-select,
.module .fixed-width input,
.module .fixed-width select,
.nav .fixed-width .custom-select,
.nav .fixed-width input,
.nav .fixed-width select {
    width: 100%;
}
.flex-group .fixed-width .XXS_px,
.module .fixed-width .XXS_px,
.nav .fixed-width .XXS_px {
    max-width: 35px;
}
.flex-group .fixed-width .XS_px,
.module .fixed-width .XS_px,
.nav .fixed-width .XS_px {
    max-width: 80px;
}
.flex-group .fixed-width .SM_px,
.module .fixed-width .SM_px,
.nav .fixed-width .SM_px {
    max-width: 100px;
}
.flex-group .fixed-width .MD_px,
.module .fixed-width .MD_px,
.nav .fixed-width .MD_px {
    max-width: 150px;
}
.tick-container.stacked {
    width: 100%;
}
.form .captcha.module .input,
.form .captcha.nav .input,
.form .flex-group.captcha .input {
    display: block;
}
.form .captcha.module .g-recaptcha,
.form .captcha.nav .g-recaptcha,
.form .flex-group.captcha .g-recaptcha {
    flex-grow: 0;
    align-self: center;
    flex-basis: 300px;
    min-width: 100%;
    margin-bottom: 0.25em;
}
.form.cms-form-builder {
    padding: 0.5em;
}
.form.cms-form-builder hr {
    display: block;
    height: 1px;
    background-color: #d3d3d3;
    width: 100%;
    border: none;
    margin: 2em 0;
}
.form.cms-form-builder .form-heading {
    padding: 0 0.25em 0.75em;
    margin-top: 1em;
}
.form.cms-form-builder .form-heading + hr {
    margin-top: 0;
}
.form.cms-form-builder header {
    margin-top: 2em;
}
.form.cms-form-builder header .content,
.form.cms-form-builder header p {
    font-weight: 700;
    margin-bottom: 0;
}
.form.cms-form-builder header + hr {
    margin-top: 1em;
}
.form.cms-form-builder .subgroup {
    flex-basis: 320px;
}
.form.cms-form-builder .subgroup:first-child {
    flex: 1 1 100%;
    flex-basis: 200px;
    text-align: right;
    padding: 0 1em;
    margin: 1em 0 0;
}
.form.cms-form-builder .subgroup:last-child {
    flex: 1 1 100%;
    flex-basis: 300px;
}
@media (min-width: 37.5em) {
    .form.cms-form-builder .subgroup {
        flex-basis: 320px;
    }
    .form.cms-form-builder .subgroup:first-child {
        flex: 1 1 30%;
        flex-basis: 100px;
        text-align: right;
        padding: 0 1em;
        margin: 0;
    }
    .form.cms-form-builder .subgroup:last-child {
        flex: 1 1 70%;
        flex-basis: 50%;
    }
}
.form.cms-form-builder .label-container {
    padding-top: 0;
}
.form.cms-form-builder .label-container label {
    padding-top: 0;
}
.form.cms-form-builder .tick-box {
    flex-grow: 0;
}
.form.cms-form-builder .textarea label {
    align-self: flex-start;
}
.form.layout-referral {
    padding: 0.5em;
    margin-bottom: 3em;
}
.form.layout-referral hr {
    display: block;
    height: 1px;
    background-color: #d3d3d3;
    width: 100%;
    border: none;
    margin: 2em 0;
}
.form.layout-referral .form-heading {
    padding: 0 0.25em 0.75em;
    margin-top: 1em;
}
.form.layout-referral .form-heading + hr {
    margin-top: 0;
}
.form.layout-referral header {
    margin-top: 2em;
}
.form.layout-referral header .content,
.form.layout-referral header p {
    font-weight: 700;
    margin-bottom: 0;
}
.form.layout-referral header + hr {
    margin-top: 1em;
}
.form.layout-referral .subgroup {
    flex-basis: 320px;
}
.form.layout-referral .subgroup:first-child {
    flex: 1 1 100%;
    flex-basis: 200px;
    text-align: left;
    padding: 0 1em;
    margin: 1em 0 0;
}
.form.layout-referral .subgroup:last-child {
    flex: 1 1 100%;
    flex-basis: 300px;
}
.form.layout-referral .priority-message {
    width: 100%;
    margin: 1em auto;
    max-width: 700px;
    padding: 1em;
    font-size: 1.5em;
    border-radius: 1em;
    background-color: #3d74d1;
    color: #fff;
}
.form.layout-referral .priority-message .label-container {
    justify-content: center;
}
.form.layout-referral .priority-message a,
.form.layout-referral .priority-message p {
    color: inherit;
    font-weight: 700;
}
.form.layout-referral .priority-message a {
    text-decoration: underline;
}
.form.layout-referral .priority-message a:focus,
.form.layout-referral .priority-message a:hover {
    color: #add06d;
}
.form.layout-referral .tick-container.columns-50 .tick-box {
    flex: 1 1 100%;
}
.form.layout-referral .tick-box .label {
    line-height: 1.25;
}
.form.layout-referral .tick-box .inner {
    margin-bottom: 0.5em;
}
@media (min-width: 48em) {
    .form.layout-referral .subgroup {
        flex-basis: 320px;
    }
    .form.layout-referral .subgroup:first-child {
        flex: 1 1 30%;
        flex-basis: 100px;
        margin: 0;
    }
    .form.layout-referral .subgroup:last-child {
        flex: 1 1 70%;
        flex-basis: 50%;
    }
    .form.layout-referral .tick-container.columns-50 .tick-box {
        flex: 0 1 180px;
        min-width: 50%;
    }
}
.form.layout-referral .label-container {
    padding-top: 0;
}
.form.layout-referral .label-container label {
    padding-top: 0;
}
.form.layout-referral .tick-box {
    flex-grow: 0;
}
.form.layout-referral .textarea label {
    align-self: flex-start;
}
[accordion] {
    position: relative;
    height: 0;
    overflow: hidden;
}
[accordion] > [accordion-content] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
[accordion].transitioning {
    transition: all 0.3s ease;
}
[accordion].open > [accordion-content] {
    position: static;
    width: 100%;
}
[accordion].close > [accordion-content] {
    position: static;
}
[accordion-trigger] {
    cursor: pointer;
}
[accordion][open-over-content] {
    position: absolute;
}
[offc] {
    position: fixed;
    transition: all 0.3s ease;
    z-index: 10;
    width: 100%;
    max-width: 320px;
    top: 0;
    bottom: 0;
    background-color: #f0f0f0;
}
[offc] .offc-inner {
    overflow-y: scroll;
    height: 100%;
}
[offc] .offc-content {
    padding: 1em;
}
[offc] [offc-trigger] {
    position: absolute;
    top: 40%;
    width: 30px;
    text-align: center;
    height: 80px;
    border: 1px solid #d3d3d3;
    background-color: #f0f0f0;
    color: #d3d3d3;
}
[offc] [offc-trigger]:before {
    position: relative;
    top: 25px;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
}
[offc] [offc-trigger]:hover {
    box-shadow: 0px 0px 5px #d3d3d3;
}
[offc-trigger] {
    cursor: pointer;
}
.mobile-offc-trigger-left,
.mobile-offc-trigger-right {
    position: fixed;
    top: 40%;
    width: 30px;
    text-align: center;
    height: 80px;
    border: 1px solid #d3d3d3;
    background-color: #f0f0f0;
    color: #d3d3d3;
    cursor: pointer;
}
.mobile-offc-trigger-left:before,
.mobile-offc-trigger-right:before {
    position: relative;
    top: 25px;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
}
.mobile-offc-trigger-left:hover,
.mobile-offc-trigger-right:hover {
    box-shadow: 0px 0px 5px #d3d3d3;
}
.mobile-offc-trigger-left {
    left: 0;
}
.mobile-offc-trigger-left:before {
    content: ">";
}
.mobile-offc-trigger-right {
    right: 0;
    border-right: none;
}
.mobile-offc-trigger-right:before {
    content: "<";
}
[offc].open {
    transform: translate(0px, 0px);
}
[offc-dir="left"] {
    left: 0;
    border-right: 1px solid #d3d3d3;
    transform: translate(-320px, 0px);
}
[offc-dir="left"] [offc-trigger] {
    left: 0px;
    border-left: none;
}
[offc-dir="left"] [offc-trigger]:before {
    content: ">";
}
[offc-dir="left"].open {
}
[offc-dir="left"].open [offc-trigger]:before {
    content: "<";
}
[offc-dir="right"] {
    right: 0;
    border-left: 1px solid #d3d3d3;
    transform: translate(320px, 0px);
}
[offc-dir="right"] [offc-trigger] {
    right: 0px;
    border-right: none;
}
[offc-dir="right"] [offc-trigger]:before {
    content: "<";
}
[offc-dir="right"].open {
}
[offc-dir="right"].open [offc-trigger]:before {
    content: ">";
}
@media (min-width: 25em) {
    .mobile-offc-trigger-left,
    .mobile-offc-trigger-right {
        display: none;
    }
    [offc-dir="left"] [offc-trigger] {
        right: -30px;
        left: auto;
        border-left: none;
    }
    [offc-dir="right"] [offc-trigger] {
        left: -30px;
        right: auto;
        border-right: none;
    }
}
[tab] {
    display: none;
}
[tab].open {
    display: block;
}
.site-header {
    background-color: #f0f0f0;
}
.site-header-inner {
    position: relative;
    top: -25%;
    z-index: 999;
}
.nav-links--wrapper {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
div.root.link {
    cursor: pointer;
}
body.about-us .site-header [root="about"] .root.link,
body.about .site-header [root="about"] .root.link,
body.cosmetic-facial-rejuvenation- .site-header [root="cosmetic-facial-rejuvenation"] .root.link,
body.find-a-physician .site-header [root="find-a-physician"] .root.link,
body.lasik .site-header [root="lasik"] .root.link,
body.locations .site-header [root="locations"] .root.link,
body.medical-services .site-header [root="medical-services"] .root.link {
    background: #3d74d1;
    color: #fff;
}
.header-alert {
    display: block;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    text-align: center;
    font-size: 0.6em;
    transition: padding-top 1s ease, padding-bottom 1s ease, opacity 1s ease;
}
.header-alert > .inner {
    flex: 1 1 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 1em 2%;
}
.header-alert .content {
    flex: 1 1 100%;
    height: 0;
    transition: transform 0.75s ease;
    display: flex;
    flex-flow: row wrap;
    transform: scale(0);
    transform-origin: center top;
}
.header-alert .content .icon.svg-container {
    flex: 1 1 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: 0;
    min-height: 0;
    pointer-events: none;
    height: auto;
}
.header-alert .content .icon.svg-container .container {
    position: relative;
    min-width: 60px;
    min-height: 60px;
}
.header-alert .content p {
    flex: 1 1 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35em;
    line-height: 1.25;
    font-weight: 300;
}
.header-alert .content p > span {
    display: block;
    padding: 0.5em;
    flex: 1 1 300px;
}
.header-alert .content p a.link {
    display: inline-block;
    margin: 0;
    padding: 0.6em 2em;
    background-color: #3d74d1;
    color: #fff;
    line-height: 1.1;
    vertical-align: middle;
    font-size: 1.025em;
    font-weight: 300;
    font-family: inherit;
    text-align: center;
    text-decoration: none !important;
    border: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.35s ease;
    border-radius: 12px;
    flex: 0 1 auto;
    padding: 0.5em 1em;
    margin: 0.5em;
    background-color: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    font-weight: 600;
}
@media (min-width: 61.25em) {
    .header-alert .content p a.link:focus,
    .header-alert .content p a.link:hover {
        color: #fff;
        background-color: #1e4280;
    }
}
.header-alert .content p a.link:focus,
.header-alert .content p a.link:hover {
    background-color: #fff;
    color: #3d74d1;
}
.header-alert .content .button {
    margin-left: 1em;
    margin-top: 0.15em;
    font-size: 1em;
}
.header-alert .content-toggle {
    display: inline-block;
    border-radius: 35px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.header-alert .alert-nav {
    display: flex;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 1em 3% 1em 1em;
}
.header-alert .alert-nav .nav-item {
    position: relative;
    flex: 0 1 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.4s ease;
}
.header-alert .alert-nav .nav-item + .nav-item {
    margin-left: 4px;
}
.header-alert .alert-nav .nav-item .icon {
    position: absolute;
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
    width: 40%;
    height: 40%;
    pointer-events: none;
}
@media (min-width: 31.25em) {
    .header-alert {
        font-size: 0.7em;
    }
}
@media (max-width: 37.49em) {
    .header-alert .content .icon.svg-container {
        display: none;
    }
}
@media (max-width: 47.99em) {
    .header-alert {
    }
    .header-alert:not(.active) .alert-nav {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
}
@media (min-width: 48em) {
    .header-alert {
        font-size: 0.8em;
    }
    .header-alert > .inner {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        max-width: 1250px;
        margin: 0 auto;
    }
    .header-alert .content {
        transform: scale(1);
        height: auto;
    }
    .header-alert .content-toggle {
        display: none;
    }
}
@media (min-width: 61.25em) {
    .header-alert {
        font-size: 0.9em;
    }
    .header-alert .alert-nav {
        right: 2%;
    }
    .header-alert .alert-nav .nav-item {
        min-width: 36px;
        min-height: 36px;
    }
}
.header-alert.active .content {
    transform: scale(1);
    height: auto;
}
.header-alert.active .content .button {
    animation: none;
}
.header-alert.active .content-toggle {
    display: none;
}
.header-alert.hide-alert {
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    height: 0;
}
.site-logo {
    display: inline-block;
    width: 50%;
    max-width: 199px;
    padding: 0.5em;
    vertical-align: middle;
    transition: padding 0.5s ease;
}
@media (min-width: 118.75em) {
    .site-logo {
        left: 6.5em;
    }
}
.logo-svg {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 55px;
    max-width: 100%;
}
.nav-list {
    margin: 0;
    padding: 0;
}
.nav-list .link {
    display: block;
    width: 100%;
    margin: 0;
    outline: none;
}
.site-nav-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    text-align: center;
}
.site-nav-hamburger [tab-trigger] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.site-nav-hamburger .hamburger {
    position: absolute;
    top: -30px;
    z-index: 1;
    right: 25%;
    bottom: 0;
    margin: auto 0;
    width: 50%;
    height: 3px;
    transition: all 0.5s ease;
    background-color: #102b52;
}
.site-nav-hamburger .hamburger:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 13px;
    right: 0;
    transition: all 0.5s ease;
    background-color: #102b52;
}
.site-nav-hamburger .hamburger:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 26px;
    right: 0;
    transition: opacity 0.5s ease;
    background-color: #102b52;
}
.top-nav {
    position: relative;
    background-color: #3d74d1;
    font-size: 0.9em;
}
.top-nav-list {
    flex-flow: row nowrap;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.top-nav-list .link-container {
    display: flex;
    flex: 0 1 auto;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    padding: 0;
}
.top-nav-list .link-container.JS__toggle-target {
    position: relative;
    cursor: pointer;
}
.top-nav-list .link-container.JS__toggle-target.active {
    background-color: #2d2d2d;
}
.top-nav-list .link-container.JS__toggle-target.active .drop-down {
    opacity: 1;
    visibility: visible;
}
.top-nav-list .link-container .drop-down {
    display: block;
    position: absolute;
    width: 150%;
    top: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    padding: 0.5em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    transition: opacity 0.35s ease;
    min-width: 185px;
    background-color: #464646;
}
.top-nav-list .link-container .drop-down .link {
    text-align: right;
    padding: 0.5em 0.75em;
}
.top-nav-list .link {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    line-height: 1.3;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 0.25px;
}
.top-nav-list .link.topNavPhone {
    font-weight: 400;
    font-size: 0.8em;
}
.top-nav-list .link.topNavPhone span {
    font-weight: 600;
    margin: 0 0.25em;
}
@media (min-width: 85.3125em) {
    .top-nav-list .link.topNavPhone {
        font-size: 1.2em;
    }
}
.top-nav-list .more .link-container {
    display: none;
}
.top-nav-list .more .arrow {
    display: inline-block;
    width: 1px;
    height: 1px;
    border-left: 5px solid transparent;
    border-top: 8px solid #fff;
    border-right: 5px solid transparent;
    margin-left: 6px;
    margin-top: 1px;
}
@media (max-width: 31.25em) {
    .top-nav-list .root.non-critical-link.priority-1,
    .top-nav-list .root.non-critical-link.priority-2,
    .top-nav-list .root.non-critical-link.priority-3,
    .top-nav-list .root.non-critical-link.priority-4 {
        display: none;
    }
    .top-nav-list .root.more .priority-1,
    .top-nav-list .root.more .priority-2,
    .top-nav-list .root.more .priority-3,
    .top-nav-list .root.more .priority-4 {
        display: block;
    }
}
@media (max-width: 37.5em) {
    .top-nav-list .root.non-critical-link.priority-2,
    .top-nav-list .root.non-critical-link.priority-3,
    .top-nav-list .root.non-critical-link.priority-4 {
        display: none;
    }
    .top-nav-list .root.more .priority-2,
    .top-nav-list .root.more .priority-3,
    .top-nav-list .root.more .priority-4 {
        display: block;
    }
}
@media (max-width: 48em) {
    .top-nav-list .root.non-critical-link.priority-3,
    .top-nav-list .root.non-critical-link.priority-4 {
        display: none;
    }
    .top-nav-list .root.more .priority-3,
    .top-nav-list .root.more .priority-4 {
        display: block;
    }
}
@media (max-width: 54.99em) {
    .top-nav-list .root.non-critical-link.priority-4 {
        display: none;
    }
    .top-nav-list .root.more .priority-4 {
        display: block;
    }
}
@media (min-width: 55em) {
    .top-nav-list .root.more {
        display: none;
    }
}
.top-nav-list .search-module {
    flex: 0 1 24%;
    position: static;
    margin: 0;
    padding: 0;
    max-width: 75px;
}
.top-nav-list .search-module a {
    border-radius: 0;
}
.top-nav-list .search-module .input-container {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    background-color: #464646;
}
.top-nav-list .search-module .search-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0.5em 1em;
    background: transparent;
    color: #fff;
    font-size: 1.1em;
    z-index: 3;
    text-align: center;
}
.top-nav-list .search-module .placeholder-SHIV {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-style: italic;
    color: #fff;
    opacity: 0;
    letter-spacing: 0px;
    transition: opacity 0.5s ease, letter-spacing 1s ease;
    height: 1em;
    line-height: 1.15;
    font-size: 0.9em;
}
.top-nav-list .search-module .button {
    display: flex;
    flex: 1 1 100%;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    min-width: 0;
    fill: #fff;
    padding: 0;
    z-index: 4;
    background-color: #102b52;
    height: 0;
}
.top-nav-list .search-module .button .svg-icon {
    max-width: 55px;
    transition: transform 0.8s ease;
}
.top-nav-list .search-module.active .input-container {
    width: 100%;
    visibility: visible;
    z-index: 3;
}
.top-nav-list .search-module.active .placeholder-SHIV {
    z-index: 1;
    opacity: 1;
    letter-spacing: 2px;
}
.top-nav-list .search-module.active .button {
    background: #3d74d1;
}
.top-nav-list .search-module.active .button .svg-icon {
    transform: scale(1.15);
}
.top-nav-list .search-module.active.typing .placeholder-SHIV {
    opacity: 0;
}
.top-nav-list .icon-container {
    flex: 1 1 auto;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-right: 1%;
}
.top-nav-list .icon-container .icon {
    flex: 0 1 25px;
    min-width: 25px;
    min-height: 25px;
    padding: 0;
    margin: 0.25em;
}
.main-nav {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.main-nav-container {
    width: 100%;
}
.main-nav-list {
    position: absolute;
    width: 100%;
    border-top: 10px solid #3d74d1;
}
.main-nav-list .link-container {
    overflow: hidden;
    outline: none;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 0 rgba(118, 118, 118, 0.3);
}
@media (min-width: 61.25em) {
    .main-nav-list .link-container {
        box-shadow: none;
    }
}
.main-nav-list .link {
    width: 100%;
    color: #102b52;
    font-size: 1.15em;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s ease;
}
.main-nav-list .link .text {
    letter-spacing: 1px;
    line-height: 1.25;
    font-weight: 600;
}
.main-nav-list .link .drop-down-arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    background-color: rgba(61, 116, 209, 0.3);
}
.main-nav-list .link .drop-down-arrow .svg-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 50%;
    transition: transform 0.25s ease;
    fill: #102b52;
    max-width: 2.5em;
    max-height: 2.5em;
    margin: auto;
    transform: translateZ(0);
    pointer-events: none;
}
.main-nav-list .drop-down {
    background-color: rgba(255, 255, 255, 0.8);
}
.main-nav-list .drop-down .link {
    color: #1e4280;
    padding-left: 10%;
}
.main-nav-list .drop-down .drop-down-arrow .svg-icon {
    fill: #1e4280;
}
.main-nav-list .link-container.bluebg {
    background-color: #102b52;
}
.main-nav-list .link-container.bluebg .link {
    color: #fff;
}
.main-nav-list .link-container.bluebg .link .drop-down-arrow .svg-icon {
    fill: #fff;
}
.main-nav-list .link-container.bluebg .drop-down .link {
    color: #3d74d1;
}
.main-nav-list .search-module {
    max-width: 650px;
    margin: 2em auto;
    padding: 1.75em 0;
    position: relative;
}
.main-nav-list .search-module .input-container {
    position: absolute;
    top: 0;
    right: 6%;
    bottom: 0;
    left: 6%;
    height: 100%;
    background-color: #fff;
}
.main-nav-list .search-module .search-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: transparent;
    color: #464646;
    font-size: 1.25em;
    z-index: 2;
}
.main-nav-list .search-module .placeholder-SHIV {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    font-style: italic;
    color: #767676;
    opacity: 1;
    transition: opacity 0.5s ease;
    height: 1em;
    line-height: 1.15;
    font-size: 1.25em;
}
.main-nav-list .search-module .button {
    position: absolute;
    top: 0;
    right: 6%;
    bottom: 0;
    width: 20%;
    height: 100%;
    min-width: 40px;
    padding: 0;
    z-index: 3;
    fill: #fff;
    background-color: #3d74d1;
}
.main-nav-list .search-module .button {
    fill: #fff;
    background-color: #295aad;
}
.main-nav-list .search-module .search-input {
    color: #1e4280;
}
.main-nav-list .search-module.typing .placeholder-SHIV {
    opacity: 0;
}
.main-nav-list .social-icons {
    padding-top: 1.5em;
}
@media (min-width: 118.75em) {
    .main-nav-list {
        padding-right: 7em;
    }
}
.site-content {
    transition: transform 0.8s ease;
    transform-origin: center 20%;
}
.site-header.sticky-active .site-header--wrapper {
    background-color: rgba(255, 255, 255, 0.85);
}
.main-nav-list {
    max-width: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.7s ease !important;
    transform-origin: center;
    scrollbar-base-color: #295aad;
}
.main-nav-list::-webkit-scrollbar {
    width: 0.5em;
}
.main-nav-list::-webkit-scrollbar-track {
    background-color: transparent;
}
.main-nav-list::-webkit-scrollbar-thumb:window-inactive {
    background: transparent;
}
.main-nav-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background: #295aad;
}
.main-nav-list .link {
    padding: 0.5em 18% 0.5em 6%;
}
.main-nav-list .link.back-link {
    padding-left: 26%;
    padding-right: 5%;
    font-size: 0.95em;
}
.main-nav-list .link .drop-down-arrow {
    width: 18%;
}
@media (max-width: 61.24em) {
    .main-nav-container {
        position: absolute;
        top: 100%;
        opacity: 0;
        visibility: hidden;
    }
    .main-nav-list .inner {
        transition: transform 0.3s ease;
    }
    .main-nav-list .inner.active {
        transform: translate3d(-100%, 0, 0);
    }
    .main-nav-list .root.drop-down {
        position: relative;
        overflow: hidden;
        height: 0;
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.1s ease, min-height 0.5s ease;
        transform: translateY(-100%);
    }
    .main-nav-list .drop-down .drop-down-arrow {
        background-color: rgba(0, 0, 0, 0.075);
    }
    .main-nav-list .drop-down .back-link {
        background-color: rgba(61, 116, 209, 0.7);
        color: #fff;
        overflow: hidden;
        text-align: left;
    }
    .main-nav-list .drop-down .back-link .drop-down-arrow {
        background-color: rgba(0, 0, 0, 0.5);
        right: auto;
        left: 0;
    }
    .main-nav-list .drop-down .back-link .drop-down-arrow .svg-icon {
        transform: translateZ(0) rotateY(180deg);
        fill: #fff;
    }
    .main-nav-list .drop-down .drop-down {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        opacity: 0;
        display: none;
        transform: translate3d(100%, 0, 0);
        background-color: transparent;
    }
    .main-nav-list .drop-down .drop-down:after {
        content: "";
        display: block;
        height: 0.5em;
        width: 100%;
        background-color: #3d74d1;
    }
    .main-nav-list .root.link.active ~ .drop-down {
        transform: translateY(0%);
        height: auto;
        margin-top: 0;
        opacity: 1;
    }
    .main-nav-list .root.link.active ~ .drop-down:after {
        content: "";
        display: block;
        height: 0.5em;
        width: 100%;
        background-color: #3d74d1;
    }
    .main-nav-list .root.link.active .svg-icon {
        transform: rotateZ(90deg) translateZ(0);
        fill: #fff;
    }
    .main-nav-list .root.link.active {
        background-color: #3d74d1;
        color: #fff;
    }
    .main-nav-list .link-container.active > .inner > .drop-down {
        opacity: 1;
        display: block;
    }
    .main-nav-list .root.link:not(.active) ~ .drop-down {
        height: 0 !important;
    }
}
@media (max-width: 61.24em) and (min-width: 31.25em) {
    .main-nav-list .drop-down .link.back-link {
        font-size: 1.1em;
    }
    .main-nav-list .link:not(.back-link) {
        padding-left: 4.5em;
        padding-right: 4.5em;
    }
}
@media (max-width: 61.24em) {
    html.site-nav-active {
        overflow-y: hidden;
    }
    html.site-nav-active body {
        overflow-y: hidden;
        position: relative;
        height: 100%;
    }
    html.site-nav-active .site-header-inner {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: transparent;
    }
    html.site-nav-active .site-header-inner::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0.65em;
    }
    html.site-nav-active .site-header-inner::-webkit-scrollbar-track {
        background-color: rgba(255, 255, 255, 0.3);
    }
    html.site-nav-active .site-header-inner::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.55);
    }
    html.site-nav-active .site-content {
        transform: scale(0.9);
    }
    html.site-nav-active .modal {
        background-color: #fff;
        opacity: 0.95;
    }
    html.site-nav-active .site-header {
        background-color: transparent;
        box-shadow: 0px 0px 1px;
    }
    html.site-nav-active .site-header.sticky-active .site-header--wrapper {
        background-color: transparent;
        box-shadow: none;
        border-bottom: 1px solid #244f98;
    }
    html.site-nav-active .main-nav-container {
        opacity: 1;
        visibility: visible;
    }
    html.site-nav-active .site-nav-hamburger {
        background: rgba(61, 116, 209, 0.3);
    }
    html.site-nav-active .site-nav-hamburger .hamburger-label:before {
        opacity: 0;
        transform: scale(0) translateY(-50%);
    }
    html.site-nav-active .site-nav-hamburger .hamburger-label:after {
        opacity: 1;
        transform: scale(1) translateY(-50%);
    }
    html.site-nav-active .site-nav-hamburger .hamburger {
        top: 2px;
        height: 5px;
        transform: rotate(135deg);
    }
    html.site-nav-active .site-nav-hamburger .hamburger:before {
        top: 0;
        height: 5px;
        transform: rotate(-90deg);
    }
    html.site-nav-active .site-nav-hamburger .hamburger:after {
        opacity: 0;
        transition: none;
    }
}
@media (min-width: 61.25em) {
    .site-content {
        transition: none;
    }
    .site-nav-list {
        visibility: visible;
        background-color: transparent;
    }
    html.site-nav-active {
        overflow-y: visible;
        height: auto;
    }
    html.site-nav-active body {
        overflow-y: visible;
        position: initial;
        height: auto;
    }
    html.site-nav-active .site-content {
        transform: scale(1);
    }
    html.site-nav-active .site-header {
        background-color: #3d74d1;
    }
    html.site-nav-active .site-header.sticky-active .site-header--wrapper {
        background-color: rgba(61, 116, 209, 0.9);
    }
    html.site-nav-active .site-header--wrapper {
        position: relative;
        bottom: auto;
        overflow-y: visible;
    }
    html.site-nav-active .site-nav .site-nav-list {
        background-color: transparent;
    }
}
.site-header.sticky-active .main-nav {
    background-color: #fff;
}
.site-header.sticky-active .header-alert {
    display: none;
}
.site-header.sticky-active .site-logo {
    padding: 0.5em;
    max-width: 175px;
}
.site-header.sticky-active .site-header-inner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 3px #000;
    transition: top 1s ease;
}
.site-header.sticky-active .top-nav {
    display: none;
}
@media (min-width: 31.25em) {
    .main-nav-list {
        text-align: center;
    }
}
@media (min-width: 37.5em) {
    .main-nav .link {
        font-size: 1.3em;
    }
    .main-nav .search-input {
        padding: 0.65em;
    }
}
@media (max-width: 85.3125em) {
    .site-header .nav-links--wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
.top-nav-list .root.link-container.hover-fix .root.drop-down,
.top-nav-list .root.link-container:focus .root.drop-down,
.top-nav-list .root.link-container:hover .root.drop-down {
    opacity: 1 !important;
    transform: scale(1);
    visibility: visible !important;
    width: 100%;
    max-width: 350px;
    min-width: 320px;
    position: absolute;
    right: 0;
}
@media (min-width: 61.25em) {
    .site-logo {
        position: absolute;
        top: 18%;
        bottom: 18%;
        margin: auto;
        padding: 0 0 0 0.5em;
    }
    .site-nav-hamburger {
        display: none;
    }
    .site-header .link {
        transition: background-color 0.8s ease;
        max-width: 100%;
    }
    .site-header .link:focus,
    .site-header .link:hover {
        color: #fff;
    }
    .main-nav-list {
        border-top: 0;
    }
    .top-nav-list .link:focus,
    .top-nav-list .link:hover {
        background-color: #2d2d2d;
    }
    .top-nav-list .root.link-container:not(.search-module) {
        position: relative;
        background-color: #102b52;
    }
    .top-nav-list .root.link-container.search-module {
        background-color: #3d74d1;
    }
    .top-nav-list .root.link-container.search-module a {
        border-radius: 0;
    }
    .top-nav-list .root.link-container.hover-fix .root.link,
    .top-nav-list .root.link-container:focus .root.link,
    .top-nav-list .root.link-container:hover .root.link {
        color: #fff;
        background-color: #2d2d2d;
    }
    .top-nav-list .root.link-container.hover-fix .root.drop-down,
    .top-nav-list .root.link-container:focus .root.drop-down,
    .top-nav-list .root.link-container:hover .root.drop-down {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
        width: 100%;
        min-width: 320px;
        position: absolute;
    }
    .top-nav-list .root.link:focus + .root.drop-down {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
        width: 100%;
        min-width: 320px;
        position: absolute;
    }
    .main-nav-container {
        padding-left: 300px;
    }
    .main-nav-list {
        display: flex !important;
        flex-flow: row nowrap;
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        margin: 0;
        max-width: none;
        text-align: center;
        z-index: 2;
        background-color: transparent;
        transition: none !important;
        transform: scaleY(1);
        opacity: 1;
        justify-content: flex-end;
    }
    .main-nav-list .drop-down .link {
        padding: 1em 5em 1em 2em;
        font-size: 0.95em;
        line-height: 1.15;
        color: #3d74d1;
        background-color: #fff;
        text-align: left;
    }
    .main-nav-list .drop-down .link:focus,
    .main-nav-list .drop-down .link:hover {
        background-color: rgba(61, 116, 209, 0.5);
        color: #fff;
    }
    .main-nav-list .drop-down .link:focus.back-link,
    .main-nav-list .drop-down .link:hover.back-link {
        background-color: #3d74d1;
    }
    .main-nav-list .drop-down .drop-down-arrow {
        background-color: rgba(61, 116, 209, 0.2);
        transition: background-color 0.4s ease;
    }
    .main-nav-list .drop-down .drop-down-arrow span.arrow {
        width: 1em;
        height: 1em;
        border-top: 0.15em solid transparent;
        border-right: 0.15em solid #102b52;
        border-bottom: 0.8em solid #102b52;
        border-left: 0.8em solid transparent;
        position: relative;
        align-self: center;
        transform: rotateZ(75deg) skew(15deg, 15deg);
        transform-origin: 50% 230%;
        transition: transform 0.6s cubic-bezier(0.83, 0.55, 0, 1.27);
    }
    .main-nav-list .drop-down .drop-down-arrow .svg-icon {
        fill: #102b52;
    }
    .main-nav-list .drop-down .drop-down-arrow:focus,
    .main-nav-list .drop-down .drop-down-arrow:hover {
        background-color: #3d74d1;
    }
    .main-nav-list .root.link-container {
        display: flex;
        flex: 0 0 auto;
        flex-flow: column nowrap;
        align-items: stretch;
        overflow: visible;
    }
    .main-nav-list .root.link-container > .inner {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        flex: 1 1 auto;
        max-width: 100%;
    }
    .main-nav-list .root.drop-down {
        position: absolute !important;
        opacity: 0;
        top: 100%;
        width: 100%;
        min-width: 350px;
        left: 0;
        background-color: #fff;
        box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.65);
        transform: scale(0);
        transform-origin: center top;
        transition: transform 0.25s ease, opacity 0.35s ease, height 1s ease;
    }
    .main-nav-list .root.link-container.last-primary-container .root.drop-down {
        left: auto;
        right: 0;
    }
    .main-nav-list .root.link {
        display: flex;
        flex: 1 1 auto;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        padding: 1.5em 1.25em;
        font-size: 1em;
        line-height: 1.15;
        color: #102b52;
    }
    .main-nav-list .root.link:focus,
    .main-nav-list .root.link:hover {
        color: #fff;
        background-color: #3d74d1;
    }
    .main-nav-list .root.link .drop-down-arrow {
        display: none;
    }
    .main-nav-list .root.link-container.hover-fix .root.link,
    .main-nav-list .root.link-container:hover .root.link {
        color: #fff;
        background-color: #3d74d1 !important;
    }
    .main-nav-list .root.link-container.hover-fix .root.drop-down,
    .main-nav-list .root.link-container:hover .root.drop-down {
        opacity: 1;
        transform: scale(1);
    }
    .main-nav-list .root.link:focus + .root.drop-down {
        opacity: 1;
        transform: scale(1);
    }
    .main-nav-list .drop-down .inner {
        transition: transform 0.2s ease;
    }
    .main-nav-list .drop-down .inner.active {
        transform: translateX(-100%) translateZ(0);
    }
    .main-nav-list .root.drop-down .link-container.active > .inner > .drop-down {
        visibility: visible;
    }
    .main-nav-list > .link-container > .inner > .drop-down {
        position: relative;
        overflow: hidden;
        scrollbar-base-color: #fff;
    }
    .main-nav-list > .link-container > .inner > .drop-down::-webkit-scrollbar {
        width: 0.5em;
    }
    .main-nav-list > .link-container > .inner > .drop-down::-webkit-scrollbar-track {
        background-color: transparent;
    }
    .main-nav-list > .link-container > .inner > .drop-down::-webkit-scrollbar-thumb:window-inactive {
        background: transparent;
    }
    .main-nav-list > .link-container > .inner > .drop-down::-webkit-scrollbar-thumb {
        -webkit-border-radius: 1em;
        border-radius: 1em;
        background: #fff;
    }
    .main-nav-list .drop-down .drop-down {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        visibility: hidden;
        transform: translateX(100%);
        background-color: transparent;
    }
    .main-nav-list .drop-down .back-link {
        font-size: 0.95em;
        text-align: left;
        background-color: #333;
        color: #fff;
        padding: 1em 0.25em 1em 15%;
    }
    .main-nav-list .drop-down .back-link .drop-down-arrow {
        right: auto;
        left: 0;
        cursor: pointer;
    }
    .main-nav-list .drop-down .back-link .drop-down-arrow .svg-icon {
        transform: translateZ(0) rotateY(180deg);
        fill: #fff;
    }
}
@media (min-width: 61.25em) and (min-width: 25em) {
    .main-nav-list .back-link.link {
        padding-left: 25%;
    }
}
@media (min-width: 61.25em) {
    .main-nav-list .root.search-module {
        flex-grow: 0.5;
        position: static;
        margin: 0;
        padding: 0;
        max-width: none;
    }
    .main-nav-list .root.search-module .input-container {
        width: 0%;
        left: auto;
        right: 0;
        transition: width 0.5s ease;
        visibility: hidden;
        z-index: 2;
    }
    .main-nav-list .root.search-module .search-input {
        font-size: 1.5em;
    }
    .main-nav-list .root.search-module .placeholder-SHIV {
        font-size: 1.45em;
        opacity: 0;
        letter-spacing: 18px;
        transition: opacity 0.5s ease, letter-spacing 1s ease;
    }
    .main-nav-list .root.search-module .button {
        display: flex;
        flex: 1 1 100%;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: auto;
        min-width: 0;
        fill: #2d2d2d;
        background-color: transparent;
        height: 0;
    }
    .main-nav-list .root.search-module .button .svg-icon {
        max-width: 55px;
        transition: transform 0.8s ease;
    }
    .main-nav-list .root.search-module .button:focus,
    .main-nav-list .root.search-module .button:hover {
        background-color: #102b52;
        fill: #fff;
    }
    .main-nav-list .root.search-module.active .input-container {
        width: 100%;
        visibility: visible;
    }
    .main-nav-list .root.search-module.active .placeholder-SHIV {
        z-index: 1;
        opacity: 1;
        letter-spacing: 1px;
    }
    .main-nav-list .root.search-module.active.typing .placeholder-SHIV {
        opacity: 0;
    }
    .main-nav-list .root.search-module.active .button {
        fill: #464646;
        background-color: #e9e9e9;
    }
    .main-nav-list .root.search-module.active .button .svg-icon {
        transform: scale(1.3);
    }
    .main-nav-list .root.search-module.active .button:focus,
    .main-nav-list .root.search-module.active .button:hover {
        fill: #fff;
        background-color: #2d2d2d !important;
    }
    .site-header.sticky-active .site-logo {
        top: 0;
        bottom: 0;
        padding-top: 0.25em;
        padding-right: 0.25em;
        padding-bottom: 0.25em;
    }
    .site-header.sticky-active .site-header-inner {
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        transition: top 1.25s ease;
    }
    .site-header.sticky-active .main-nav .root.link {
        padding: 1em 0.75em;
    }
    .site-header.sticky-active .top-nav {
        display: none;
    }
    .mobile-link {
        display: none !important;
    }
}
@media (min-width: 75em) {
    .site-header .site-header--wrapper,
    html.site-nav-active .site-header--wrapper {
        width: 106%;
        left: -3%;
        right: -3%;
    }
    .site-header.sticky-active .site-header--wrapper {
        left: -3%;
        right: -3%;
    }
}
@media (min-width: 85.3125em) {
    .top-nav-list .link {
        font-size: 1em;
    }
    .main-nav-list .root.link {
        font-size: 1.1em;
    }
}
.page-nav {
    position: relative;
    top: -2em;
    background-color: #f0f0f0;
    text-align: right;
}
.page-nav .foundation {
    display: block;
    text-align: center;
    padding: 2em;
}
.page-nav .link-on {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row nowrap;
}
.page-nav .link-on:before {
    display: block;
    content: "";
    background: url(/images/site/homepage-reveal/feature_eye2.svg) no-repeat center center;
    height: 16px;
    width: 16px;
    flex: 0 0 16px;
    margin-right: 0.5em;
}
.page-nav .level-1 {
}
.page-nav .level-1 li {
    display: block;
}
.page-nav .level-1 .link {
    display: block;
    padding: 0.6em 1.5em 0.6em 1.5em;
    color: #3d74d1;
}
.page-nav .level-1 .link.on {
    color: #102b52;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row nowrap;
    border-top: 1px dotted #000;
    font-weight: 600;
}
.page-nav .level-1 .link.on:before {
    display: block;
    content: "";
    background: url(/images/site/homepage-reveal/feature_eye2.svg) no-repeat center center;
    height: 16px;
    width: 16px;
    flex: 0 0 16px;
    margin-right: 0.5em;
}
.page-nav .level-2 {
    display: none;
}
.page-nav .level-2 .link {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    color: #102b52;
}
.page-nav .level-2.level-on {
    display: block;
    background-color: #fff;
    border-bottom: 1px dotted #000;
}
.page-nav .level-2 > li > .link.on {
    border-top: 0;
}
.page-nav .level-3 .link {
    color: #102b52;
}
.page-nav .level-3 .link.on {
    background-color: transparent;
    border-top: 0;
}
.page-nav-empty .page-nav {
    display: none !important;
}
.page-nav-link-container {
    border: 1px solid #000;
}
.page-nav-link {
    display: inline-block;
    color: #fff;
    font-size: 1.40625em;
    line-height: 1.2;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
@media (min-width: 48em) {
    .page-nav-link {
        pointer-events: auto;
    }
}
.page-nav-link:after {
    content: " Menu";
    white-space: pre;
}
@media (min-width: 48em) {
    .page-nav-link:after {
        content: none;
    }
}
.hamburger {
    pointer-events: none;
}
.page-nav-hamburger {
    display: block;
    position: relative;
    padding: 0.5em 45px 0.5em 4%;
    background-color: #102b52;
    cursor: pointer;
    box-shadow: 4.25px 4.25px 6px rgba(0, 0, 0, 0.2);
}
.page-nav-hamburger .hamburger {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    margin: auto auto auto 15px;
    transition: all 300ms ease;
    transform-origin: left;
}
.page-nav-hamburger.open {
    background-color: #102b52;
}
.page-nav-hamburger.open .page-nav-link {
    color: #fff;
}
.page-nav-hamburger.open .hamburger {
    top: -15px;
    transform: rotateZ(90deg);
    border-left-color: #fff;
}
@media (min-width: 48em) {
    .page-nav-hamburger .hamburger {
        display: none;
    }
}
@media (min-width: 48em) {
    .page-nav {
        position: static;
        top: auto;
        background-color: transparent;
    }
    .page-nav .nav-level {
        padding: 0;
    }
    .page-nav [accordion] {
        overflow: visible !important;
    }
    .page-nav [accordion-content] {
        position: static !important;
    }
    .page-nav .level-1 {
        display: block !important;
        padding-right: 1.75em;
    }
    .page-nav .level-1 .link {
        font-size: 1.125em;
        padding: 0.5em 1em 0.5em 0;
        transition: background 200ms ease, box-shadow 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-flow: row nowrap;
    }
    .page-nav .level-1 .link.on {
    }
    .page-nav .level-1 .link.on:before {
        display: block;
        content: "";
        background: url(/images/site/homepage-reveal/feature_eye2.svg) no-repeat center center;
        height: 16px;
        width: 16px;
        flex: 0 0 16px;
        margin-right: 0.5em;
    }
    .page-nav .level-1 > li > .link.on {
    }
    .page-nav .level-2 {
        font-size: 0.9em;
    }
    .page-nav .level-2 .link {
        padding-top: 0.1em;
        padding-bottom: 0.1em;
    }
    .page-nav .level-2 li:first-child a {
        padding-top: 0.5em;
    }
    .page-nav .level-2 li:last-child a {
        padding-bottom: 0.5em;
    }
    .page-nav .level-2.level-on {
    }
    .page-nav .level-2 > li > .link.on {
    }
    .page-nav .level-3 {
        font-size: 0.9em;
        margin-left: 5%;
        padding: 0.5em 1% 0.5em 3%;
    }
    .page-nav .level-3 > li > .link.on {
    }
}
@media (min-width: 61.25em) {
    .page-nav .level-1 {
        display: block !important;
    }
    .page-nav .nav-level .link:focus,
    .page-nav .nav-level .link:hover {
        color: #1e4280 !important;
        box-shadow: inset -0.5em 0 0 #3d74d1;
    }
    .page-nav .nav-level .link:focus:before,
    .page-nav .nav-level .link:hover:before {
        display: block;
        content: "";
        background: url(/images/site/homepage-reveal/feature_eye2.svg) no-repeat center center;
        height: 16px;
        width: 16px;
        flex: 0 0 16px;
        margin-right: 0.5em;
    }
}
.nav {
    width: 100%;
    justify-content: center;
    line-height: 0;
}
.blog + .nav {
    justify-content: left;
}
.nav .nav-link {
    flex: 0 1 auto;
    flex-flow: row wrap;
    max-width: 100%;
    margin: 0.5em 1.25% 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nav .nav-link .inner {
    display: block;
    flex: 1 1 auto;
    max-width: 100%;
    padding: 0.75em 2em;
}
.nav .nav-link .flex-inner {
    flex-basis: auto;
    padding: 0.75em 1em;
}
.nav .nav-link .arrow.left {
    position: relative;
}
.nav .nav-link .arrow.left:before {
    content: "";
    position: absolute;
    right: 0.75em;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    width: 30px;
    height: 100%;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 12px solid #3d74d1;
    transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav .nav-link:hover .arrow.left:before {
    right: 1em;
}
.nav .nav-link.button.has-icon .flex-inner {
    flex-wrap: nowrap;
}
.nav .nav-link > img {
    display: block;
    width: 100%;
    margin: 0;
}
.nav .nav-link.loadMoreButton {
    background-color: #102b52;
}
.nav .nav-link.loadMoreButton:hover {
    background-color: #3d74d1;
}
.nav.links_XS_2 .nav-link {
    flex-basis: 100px;
}
.nav.links_XS .nav-link {
    flex-basis: 150px;
}
.nav.links_XS .nav-link {
    flex-basis: 150px;
}
.nav.links_SM .nav-link {
    flex-basis: 200px;
}
.nav.links_MD .nav-link {
    flex-basis: 300px;
}
.nav.links_LG .nav-link {
    flex-basis: 400px;
}
.nav.links-full-width .nav-link {
    min-width: 100%;
}
.nav.links-stretch .nav-link {
    flex-grow: 1;
}
.nav.links-right,
.nav.links_right {
    justify-content: flex-end;
}
.nav.links-left,
.nav.links_left {
    justify-content: flex-start;
}
.search-module {
}
.search-module .button {
    transition: background-color 0.8s ease;
    cursor: pointer;
}
.search-module.form .input input {
    flex-basis: 65%;
}
.search-module.form .button.svg-container {
    flex-basis: 50px;
}
.search-results .form .has-insets input[type="text"] {
    flex-basis: 100px !important;
}
.module {
}
.module .title {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 1.75em;
    font-weight: 400;
    color: #102b52;
}
.module a.title {
    color: #3d74d1;
}
.module a.title:focus,
.module a.title:hover {
    color: #102b52;
}
.module .bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 150px;
    background-image: url(/images/default-img.jpg);
    background-color: #e9e9e9;
}
.module .subgroup {
    display: flex;
    flex-flow: row wrap;
}
.module .subgroup > * {
    flex: 1 1 auto;
    max-width: 100%;
}
.module .subgroup.columns {
    flex-flow: column nowrap;
}
.module .nav {
    margin: 0;
}
.module .nav .nav-link .inner {
    padding: 0.75em;
}
.module.layout-video .flex-inner {
    flex-flow: column nowrap;
    padding: 0 5%;
}
.module.layout-video .video-group {
    flex: 0 1 auto;
    background-color: #f0f0f0;
    min-height: 300px;
}
.module.layout-video .video-group .yt-video-ID {
    display: none;
}
.module.layout-video .video-wrap {
    position: relative;
    padding-top: 56.25%;
}
.module.layout-video .video-wrap iframe {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.module.layout-video .content-container {
    flex: 1 1 auto;
}
.module.layout-video .content {
    padding: 1em 2%;
}
.module.layout-video .content .button {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0.5em auto 0 auto;
}
.module.layout-video .content h2 {
    text-align: center;
}
.module.layout-video.hidden {
    display: none !important;
}
.module.layout-B > .subgroup {
    margin-top: 1em;
}
.module.layout-B .content .summary {
    margin: 1em 0;
}
.module.layout-B .theme-pad_V {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.module.layout-B .theme-pad_H {
    margin-left: 4.5%;
    margin-right: 4.5%;
}
.about-us .module {
    margin-bottom: 1em;
}
.about-us .module > .subgroup {
    margin-bottom: 1em;
}
.about-us .module a.bg-img {
    height: 0;
    min-height: 200px;
    padding-top: 25%;
}
.about-us .module p.date,
.about-us .module p.publish-date {
    color: #767676;
    margin-bottom: 0.75em;
    font-weight: 600;
}
.about-us .module a.title {
    color: #3d74d1;
    margin-bottom: 0.5em;
    display: block;
    font-size: 2em;
}
.about-us .module:after {
    margin-top: 1em;
}
.search-results .module {
    margin-bottom: 1em;
}
.search-results .module a.title {
    color: #102b52;
    margin-bottom: 0.5em;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
}
.search-results .module .content .summary {
    margin: 0;
}
.module .JS__toggle-target {
    cursor: pointer;
}
.module.layout-toggle-basic {
}
.module.layout-toggle-basic .content-container,
.module.layout-toggle-basic .module-drop-down {
    flex-basis: 100%;
}
.module.layout-toggle-basic .content-container {
    position: relative;
    transition: background-color 0.5s ease;
    background-color: #f0f0f0;
}
.module.layout-toggle-basic .content {
    padding: 1em 5%;
}
.module.layout-toggle-basic .content.no-date-box {
    padding: 1.35em;
    text-align: center;
}
.module.layout-toggle-basic .content.no-date-box .title {
    color: #3d74d1;
}
.module.layout-toggle-basic .content .inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.module.layout-toggle-basic .content .inner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.module.layout-toggle-basic .toggle-elm {
    display: flex;
    flex: 1 1 60px;
    max-width: 100%;
    min-height: 3em;
    justify-content: center;
    align-items: center;
    order: 2;
}
.module.layout-toggle-basic .toggle-elm + .content {
    flex: 3 1 300px;
    order: 1;
    max-width: 100%;
}
.module.layout-toggle-basic .toggle-elm .arrow {
    width: 1.25em;
    height: 1.25em;
    border-right: 2px solid #636363;
    border-bottom: 2px solid #636363;
    position: relative;
    top: -0.4em;
    transform: rotateZ(35deg) skewX(-22deg);
    transform-origin: 70% 70%;
    transition: top 0.6s ease, border-color 0.3s ease;
}
.module.layout-toggle-basic .module-drop-down {
    transform: scale(0);
    transform-origin: center top;
    opacity: 0;
    height: 0;
    transition: transform 0.5s cubic-bezier(0.75, 0.82, 0, 0.9), opacity 0.5s ease;
}
.module.layout-toggle-basic .module-drop-down img + h2,
.module.layout-toggle-basic .module-drop-down img + h3 {
    margin-top: 0;
}
.module.layout-toggle-basic .module-drop-down .content {
    width: 100%;
    padding: 1.5em 4%;
    background-color: #e9e9e9;
}
.module.layout-toggle-basic.show .content-container {
    background-color: #464646;
}
.module.layout-toggle-basic.show .content-container .title {
    color: #fff;
}
.module.layout-toggle-basic.show .module-drop-down {
    opacity: 1;
    height: auto;
    transform: scale(1);
}
.module.layout-toggle-basic.show .toggle-elm {
}
.module.layout-toggle-basic.show .toggle-elm .arrow {
    border-top-color: #fff;
    border-left-color: #fff;
}
.module.layout-toggle-links .flex-inner {
    position: relative;
}
.module.layout-toggle-links .content-container,
.module.layout-toggle-links .module-drop-down {
    flex-basis: 100%;
}
.module.layout-toggle-links .content-container {
    position: relative;
    transition: background-color 0.5s ease, border-radius 0.5s ease;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 12px;
}
.module.layout-toggle-links .content {
    padding: 0.316em 0em;
    overflow: hidden;
    font-size: 0.85em;
}
@media (min-width: 61.25em) {
    .module.layout-toggle-links .content {
        padding: 0.316em 0;
        font-size: initial;
    }
}
.module.layout-toggle-links .content .title {
    font-size: 1em;
    color: #fff;
    margin-left: 1em;
}
.feature .module.layout-toggle-links .content .title span {
    display: none;
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid #fff;
    transition: font-size 0.3s ease 0.3s, opacity 0.3s ease;
}
@media (min-width: 85.3125em) {
    .feature .module.layout-toggle-links .content .title span {
        display: inline;
    }
}
.module.layout-toggle-links .content .inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.module.layout-toggle-links .content .inner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.module.layout-toggle-links .toggle-elm {
    align-self: center;
    order: 2;
    padding-right: 1em;
    padding-top: 2px;
    flex: 0 1 30px;
}
.module.layout-toggle-links .toggle-elm + .content {
    flex: 3 1 215px;
    order: 1;
    max-width: 100%;
    text-align: left;
}
.module.layout-toggle-links .toggle-elm .arrow {
    width: 0.8em;
    height: 0.8em;
    border-top: 0.15em solid transparent;
    border-right: 0.15em solid #fff;
    border-bottom: 0.8em solid #fff;
    border-left: 0.8em solid transparent;
    position: relative;
    top: -0.4em;
    transform: rotateZ(45deg) skew(15deg, 15deg);
    transform-origin: 70% 70%;
    transition: top 0.6s ease, border-color 0.3s ease;
}
.module.layout-toggle-links .module-drop-down {
    transform: rotateX(90deg) scale(0.95);
    transform-origin: center top;
    height: 0;
    transition: transform 0.5s cubic-bezier(0.75, 0.82, 0, 0.9), opacity 0.5s ease;
}
.module.layout-toggle-links .module-drop-down .content {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.module.layout-toggle-links .module-drop-down .content a {
    display: block;
    padding: 0.5em 1.3em;
}
.module.layout-toggle-links .module-drop-down .content a:focus,
.module.layout-toggle-links .module-drop-down .content a:hover {
    color: #fff;
    background: #3d74d1;
}
.module.layout-toggle-links .module-drop-down .content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}
.module.layout-toggle-links .module-drop-down .content::-webkit-scrollbar-track {
    background: #fff;
}
.module.layout-toggle-links .module-drop-down .content::-webkit-scrollbar-thumb {
    background: #3d74d1;
    border-radius: 4px;
}
.module.layout-toggle-links.show .content-container {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
}
.module.layout-toggle-links.show .content-container .title {
    color: #3d74d1;
}
@media (min-width: 61.25em) {
    .module.layout-toggle-links.show .content-container {
        border-radius: 0 0 12px 12px;
    }
}
.feature .module.layout-toggle-links.show .title:before {
    font-size: 0;
    opacity: 0;
}
.module.layout-toggle-links.show .module-drop-down {
    height: auto;
    transform: rotateX(0) scale(1);
}
.module.layout-toggle-links.show .toggle-elm {
}
.module.layout-toggle-links.show .toggle-elm .arrow {
    border-top-color: #3d74d1;
    border-left-color: #3d74d1;
    top: 0.4em;
}
@media (min-width: 61.25em) {
    .module.layout-toggle-links {
        font-size: 0.85em;
    }
}
@media (min-width: 85.3125em) {
    .module.layout-toggle-links {
        font-size: 1em;
    }
}
.module.layout-toggle-links.theme-blue .content-container {
    position: relative;
    transition: background-color 0.5s ease, border-radius 0.5s ease;
    background-color: #3d74d1;
    border: 3px solid #3d74d1;
}
.module.layout-toggle-links.theme-blue .content .title span {
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid #fff;
}
.module.layout-toggle-links.theme-blue .module-drop-down {
    transform: rotateX(90deg) scale(0.95);
    transform-origin: center top;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.75, 0.82, 0, 0.9), opacity 0.5s ease;
    z-index: 9;
    top: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 3px solid #3d74d1;
}
.module.layout-toggle-links.theme-blue .module-drop-down::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}
.module.layout-toggle-links.theme-blue .module-drop-down::-webkit-scrollbar-track {
    background: #fff;
}
.module.layout-toggle-links.theme-blue .module-drop-down::-webkit-scrollbar-thumb {
    background: #3d74d1;
    border-radius: 4px;
}
.module.layout-toggle-links.theme-blue .module-drop-down .content {
    width: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
}
.module.layout-toggle-links.theme-blue .module-drop-down .content a {
    padding: 0.5em 1.2em;
    background-color: #fff;
    color: #3d74d1;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: left;
}
.module.layout-toggle-links.theme-blue .module-drop-down .content a:last-of-type {
    margin-bottom: 0;
}
.module.layout-toggle-links.theme-blue .module-drop-down .content a:hover {
    background-color: #3d74d1;
    color: #fff;
}
.module.layout-toggle-links.theme-blue.show .content-container {
    background-color: #fff;
    border-radius: 12px 12px 0 0;
    max-height: 40px;
}
.module.layout-toggle-links.theme-blue.show .content-container .title {
    color: #3d74d1;
}
.feature .module.layout-toggle-links.theme-blue.show .title:before {
    font-size: 0;
    opacity: 0;
}
.module.layout-toggle-links.theme-blue.show .module-drop-down {
    height: 200px;
    transform: rotateX(0) scale(1);
    overflow-y: auto;
}
.module.layout-toggle-links.theme-blue.show .toggle-elm {
}
.module.layout-toggle-links.theme-blue.show .toggle-elm .arrow {
    border-top-color: #3d74d1;
    border-left-color: #3d74d1;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: 0.4em;
}
.module.layout-toggle-links.theme-blue.footer .content-container {
    background-color: #102b52;
    border: 3px solid #102b52;
}
.module.layout-toggle-links.theme-blue.footer .content-container .content {
    padding: 0.334em 0em;
}
.module.layout-toggle-links.theme-blue.footer.show .content-container {
    background-color: #fff;
    border: 3px solid #3d74d1;
}
.module.layout-toggle-links.theme-blue.footer.show .title {
    color: #3d74d1;
}
.module.layout-toggle-links.theme-blue.footer.show .toggle-elm .arrow {
    border-top-color: #3d74d1;
    border-left-color: #3d74d1;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.module.layout-toggle-links.theme-ghost {
    width: 100%;
    min-width: 320px;
}
.module.layout-toggle-links.theme-ghost br {
    display: none;
}
.module.layout-toggle-links.theme-ghost .content-container {
    position: relative;
    transition: background-color 0.5s ease, border-radius 0.5s ease;
    background-color: transparent;
    border: 2px solid #3d74d1;
}
.module.layout-toggle-links.theme-ghost .toggle-elm .arrow {
    border-top: 0.15em solid transparent;
    border-right: 0.15em solid #102b52;
    border-bottom: 0.8em solid #102b52;
    border-left: 0.8em solid transparent;
}
.module.layout-toggle-links.theme-ghost .content .title {
    color: #3d74d1;
}
.module.layout-toggle-links.theme-ghost .content .title span {
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid #3d74d1;
}
.module.layout-toggle-links.theme-ghost .module-drop-down {
    transform: rotateX(90deg) scale(0.95);
    transform-origin: center top;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.75, 0.82, 0, 0.9), opacity 0.5s ease;
    top: 2.4em;
    left: 0;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9;
    border: 2px solid #3d74d1;
    border-top: 0;
    background: #fff;
}
.module.layout-toggle-links.theme-ghost .module-drop-down::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}
.module.layout-toggle-links.theme-ghost .module-drop-down::-webkit-scrollbar-track {
    background: #fff;
}
.module.layout-toggle-links.theme-ghost .module-drop-down::-webkit-scrollbar-thumb {
    background: #3d74d1;
    border-radius: 4px;
}
.module.layout-toggle-links.theme-ghost.show .content-container {
    background-color: #fff;
    border-radius: 12px 12px 0 0;
    max-height: 40px;
}
.module.layout-toggle-links.theme-ghost.show .content-container .title {
    color: #3d74d1;
}
.feature .module.layout-toggle-links.theme-ghost.show .title:before {
    font-size: 0;
    opacity: 0;
}
.module.layout-toggle-links.theme-ghost.show .module-drop-down {
    height: 200px;
    transform: rotateX(0) scale(1);
    overflow-y: auto;
    z-index: 9;
}
.module.layout-toggle-links.theme-ghost.show .module-drop-down .content {
    position: relative;
    box-shadow: none;
}
.module.layout-toggle-links.theme-ghost.show .module-drop-down .content a {
    cursor: pointer;
}
.module.layout-toggle-links.theme-ghost.show .toggle-elm {
}
.module.layout-toggle-links.theme-ghost.show .toggle-elm .arrow {
    border-top-color: #3d74d1;
    border-left-color: #3d74d1;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: 0.4em;
}
.module.layout-toggle-links.theme-ghost.white .content-container {
    border: 2px solid #fff;
}
.module.layout-toggle-links.theme-ghost.white .content .title {
    color: #fff;
}
.module.layout-toggle-links.theme-ghost.white .content a {
    display: block;
    color: #3d74d1;
    text-align: left;
    margin-bottom: 0;
    text-decoration: none;
}
.module.layout-toggle-links.theme-ghost.white .toggle-elm .arrow {
    border-top: 0.15em solid transparent;
    border-right: 0.15em solid #fff;
    border-bottom: 0.8em solid #fff;
    border-left: 0.8em solid transparent;
}
.module.layout-toggle-links.theme-ghost.white.show .content-container {
    border: 2px solid #3d74d1;
}
.module.layout-toggle-links.theme-ghost.white.show .content-container .title {
    color: #3d74d1;
}
.module.layout-toggle-links.theme-ghost.white.show .toggle-elm {
}
.module.layout-toggle-links.theme-ghost.white.show .toggle-elm .arrow {
    border-top-color: #3d74d1;
    border-left-color: #3d74d1;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: 0.4em;
}
.module-list > .module {
    margin-bottom: 3em;
}
.module-list > .module.layout-A,
.module-list > .module.layout-B,
.module-list > .module.layout-C {
    flex: 1 1 100%;
}
.module-list .layout-article {
    flex: 1 1 100%;
    margin: 0 1% 1.5em 1%;
}
@media (min-width: 61.25em) {
    .module-list .layout-article {
        flex: 1 1 200px;
        margin-bottom: 0;
    }
}
.module-list.video-columns .module {
    flex: 1 1 100%;
    max-width: 700px;
    margin: 0 auto 3.5em auto;
}
@media (min-width: 75em) {
    .module-list.video-columns .module {
        flex-basis: 50%;
    }
}
@media (min-width: 75em) and (max-width: 118.74em) {
    .module-list.video-columns {
        padding-left: 4%;
        padding-right: 4%;
    }
}
.module-list .layout-toggle-basic {
    margin-bottom: 1.5em;
    flex: 1 1 100%;
}
.module-list > .module.layout-A + .module.layout-B {
    margin-top: -1.5em;
    margin-bottom: 1.5em;
}
.module-list.border-dividers > #searchresults .module,
.module-list.border-dividers > .module {
    margin-bottom: 2em;
}
.module-list.border-dividers > #searchresults .module:first-of-type:before,
.module-list.border-dividers > .module:first-of-type:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    margin-bottom: 1em;
}
.module-list.border-dividers > #searchresults .module:after,
.module-list.border-dividers > .module:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    margin-top: 2em;
}
.module-list.border-dividers > #searchresults .module:last-of-type:after,
.module-list.border-dividers > .module:last-of-type:after {
    content: none;
}
.module-list.border-dividers > .module.layout-A + .module.layout-B {
    margin-top: -1em;
    margin-bottom: 1em;
}
.blog .module-list.border-dividers > .module.layout-B {
    margin-bottom: 1em;
}
.blog .module-list.border-dividers > .module.layout-B:after {
    margin-top: 1em;
}
.blog .module-list.border-dividers > .module:first-of-type:before {
    content: none;
}
.image-module:after {
    display: table;
    content: " ";
    clear: both;
}
@media (min-width: 48em) {
    .image-module:after {
        padding-bottom: 3em;
    }
}
.image-module .bg-img {
    width: 60.93321%;
    padding-top: 37.5%;
    float: left;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.image-module .bg-img + .bg-img {
    width: 36.96249%;
    float: right;
}
.image-module.fifty50 {
    padding: 0 15%;
}
.image-module.fifty50 .bg-img,
.image-module.fifty50 .bg-img + .bg-img {
    width: 48.94785%;
    padding-top: 48.94785%;
}
.image-module .bg-img.single {
    width: 100%;
}
#JS__bluebox1 {
    content: " ";
    display: block;
    height: 0px;
    width: 39%;
    position: absolute;
    right: 0;
    background: #3d74d1;
    z-index: -1;
    bottom: 100%;
}
#JS__bluebox2 {
    content: " ";
    display: block;
    height: 0px;
    width: 39%;
    position: absolute;
    right: 0;
    background: #3d74d1;
    z-index: -1;
    top: 100%;
}
.wide_box {
    content: " ";
    display: block;
    height: 0px;
    width: 39%;
    position: absolute;
    right: 0;
    background: #3d74d1;
    z-index: -1;
    width: 100%;
    height: 8vh;
}
@media (min-width: 48em) {
    .wide_box {
        height: 15vh;
    }
}
@media (min-width: 61.25em) {
    .wide_box {
        height: 300px;
    }
}
.vertical_padding_SM {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.vertical_padding_MD {
    padding-top: 1em;
    padding-bottom: 1em;
}
.vertical_padding_LG {
    padding-top: 2em;
    padding-bottom: 2em;
}
.vertical_padding_XL {
    padding-top: 3em;
    padding-bottom: 3em;
}
.vertical_padding_XXL {
    padding-top: 4em;
    padding-bottom: 4em;
}
.vertical_padding_3XL {
    padding-top: 5em;
    padding-bottom: 5em;
}
.vertical_padding_4XL {
    padding-top: 6em;
    padding-bottom: 6em;
}
.vertical_padding_5XL {
    padding-top: 7em;
    padding-bottom: 7em;
}
@media (max-width: 31.24em) {
    .vertical_padding_XXL {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .vertical_padding_3XL {
        padding-top: 3.5em;
        padding-bottom: 3.5em;
    }
    .vertical_padding_4XL {
        padding-top: 4em;
        padding-bottom: 4em;
    }
    .vertical_padding_5XL {
        padding-top: 5em;
        padding-bottom: 5em;
    }
}
.max_width_OFF {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.max_width_SMALL {
    max-width: 650px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max_width_MEDIUM {
    max-width: 850px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max_width_LARGE {
    max-width: 1050px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max_width_XLARGE {
    max-width: 1250px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max_width_XXL {
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.max_width_3XL {
    max-width: 1900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.video-section-wrap {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.video-section-wrap.vertical_padding_default {
    padding-top: 3em;
    padding-bottom: 3em;
}
@media (min-width: 48em) {
    .video-section-wrap.vertical_padding_default {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}
.video-section-wrap.vertical_padding_LG {
    padding-top: 4em;
    padding-bottom: 4em;
}
@media (min-width: 48em) {
    .video-section-wrap.vertical_padding_LG {
        padding-top: 6em;
        padding-bottom: 6em;
    }
}
.video-section-wrap.vertical_padding_XL {
    padding-top: 5em;
    padding-bottom: 5em;
}
@media (min-width: 48em) {
    .video-section-wrap.vertical_padding_XL {
        padding-top: 7em;
        padding-bottom: 7em;
    }
}
.video-section-wrap.vertical_padding_XXL {
    padding-top: 6em;
    padding-bottom: 6em;
}
@media (min-width: 48em) {
    .video-section-wrap.vertical_padding_XXL {
        padding-top: 8em;
        padding-bottom: 8em;
    }
}
.video-section {
}
.video-section .content-container {
    width: 100%;
}
.video-section .content-container.max_width_default {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
.video-section .content-container + .mod--video-wrapper:last-child {
    padding-bottom: 0;
}
.video-section .video-section-wrap > .mod--video-wrapper:first-child:last-child {
    padding-top: 0;
    padding-bottom: 0;
}
.video-section .content.cms-content {
    width: 100%;
}
.video-section .content.cms-content > h2:first-child,
.video-section .content.cms-content > h3:first-child,
.video-section .content.cms-content > h4:first-child {
    margin-top: 0;
}
.video-section .content.cms-content ul:not([class]) li {
    list-style: none;
    position: relative;
}
.video-section .content.cms-content ul:not([class]) li:before {
    content: "\2022";
    display: inline-block;
    margin-left: -1em;
    margin-right: 0.5em;
    color: inherit;
    transform: scale(1.1);
    position: relative;
    top: -1px;
}
.video-section .content.cms-content ul:not([class]) li ul {
    margin: 0.4em 0 0.75em 0;
    position: relative;
    left: 1em;
}
.video-section .content.cms-content ul:not([class]) li li:before {
    content: "\2022";
}
.video-section .content.cms-content a:not([class]):focus,
.video-section .content.cms-content a:not([class]):hover {
    text-decoration: underline;
}
.video-section .content.cms-content.txt-center ul:not([class]) {
    display: inline-block;
    text-align: left;
    max-width: 300px;
}
.video-section .content.cms-content + .nav {
    margin-top: 1.25em;
}
.map-section .video-section .content.cms-content .heading:last-child,
.video-section .content.cms-content .map-section .heading:last-child,
.video-section .content.cms-content h1:last-child,
.video-section .content.cms-content h2:last-child,
.video-section .content.cms-content h3:last-child,
.video-section .content.cms-content h4:last-child,
.video-section .content.cms-content p:last-child,
.video-section .content.cms-content ul:not([class]):last-child {
    margin-bottom: 0;
}
.video-section .nav .nav-link:first-child {
    margin-left: 0;
}
.video-section .nav .nav-link:last-child {
    margin-right: 0;
}
.video-section .mod--video-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.video-section .mod--video-wrapper.vertical_padding_default {
    padding: 3em 0;
}
@media (min-width: 48em) {
    .video-section .mod--video-wrapper.vertical_padding_default {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}
.video-section .mod--video-wrapper.max_width_default {
    max-width: 1200px;
}
.video-section .mod--video-wrapper .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.video-section .mod--video-wrapper .video-container iframe {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    border: none;
    outline: none;
    background-color: #e9e9e9;
}
.video-section.show-banner-background {
    overflow: hidden;
}
.video-section.show-banner-background .mod--video-outer {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
}
.video-section.show-banner-background .mod--video-outer .mod--video-wrapper {
    z-index: 2;
}
.video-section.show-banner-background .mod--video-outer .banner {
    width: 300%;
    left: -150%;
    height: 60%;
    z-index: 1;
    position: absolute;
    top: 37%;
    transform: scaleY(0);
    transition: transform 0.9s ease 0.25s;
}
.video-section.animate--default .user-video {
    transition: transform 1s ease 0.1s, opacity 0.35s ease;
    transform: scale(0.925);
    opacity: 0;
}
.video-section.animate--default .content.cms-content {
    transition: transform 1s ease, opacity 1s ease;
    transform: translateY(20px);
    opacity: 0;
}
.video-section.animate--default.in-view .user-video.lazyloaded {
    transform: scale(1);
    opacity: 1;
}
.video-section.animate--default.in-view .content.cms-content {
    transform: translateY(0px);
    opacity: 1;
}
.video-section.animate--default.in-view .mod--video-outer .banner {
    transform: scaleY(1);
}
iframe.click-video {
    opacity: 1 !important;
    z-index: 99;
    cursor: pointer;
}
iframe.click-video:not([src]) {
    pointer-events: none;
    opacity: 0 !important;
    z-index: 1;
}
.bg-img.video-container:after {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 59 69.5'%3E%3Cpath style='fill:%230070a5;' d='M56.3,29.8L8.2.8C4.6-1.4,0,1.3,0,5.7v58.1C0,68.1,4.6,70.9,8.2,68.7l48-29c3.6-2.2,3.6-7.6,0-9.8Z'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-39%, -47%);
    z-index: 9;
    height: 5cqw;
    width: 5cqw;
    background-repeat: no-repeat;
    background-position: center center;
    transition: height 0.3s ease, width 0.3s ease;
}
@keyframes swipeIn {
    0% {
        width: 100%;
    }
    16% {
        width: 54.36685%;
    }
    28% {
        width: 70.0264%;
    }
    44% {
        width: 63.90265%;
    }
    59% {
        width: 66.0658%;
    }
    73% {
        width: 65.2999%;
    }
    88% {
        width: 65.569%;
    }
    to {
        width: 65.5%;
    }
}
@keyframes blink {
    0% {
        transform: rotateX(90deg);
    }
    1% {
        transform: rotateX(0deg);
    }
    49% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(90deg);
    }
    51% {
        transform: rotateX(0deg);
    }
    99% {
        transform: rotateX(0deg);
    }
    to {
        transform: rotateX(90deg);
    }
}
@keyframes blink_start {
    0% {
        transform: rotateX(90deg);
    }
    15% {
        transform: rotateX(0deg);
    }
    25% {
        transform: rotateX(90deg);
    }
    50% {
        transform: rotateX(0deg);
    }
    65% {
        transform: rotateX(0deg);
    }
    75% {
        transform: rotateX(90deg);
    }
    90% {
        transform: rotateX(0deg);
    }
    to {
        transform: rotateX(0deg);
    }
}
@keyframes unblur {
    0% {
        text-shadow: 0 0 100px white;
        color: transparent;
    }
    to {
        text-shadow: 0;
        color: white;
    }
}
@keyframes unblur2 {
    0% {
        filter: blur(2px);
    }
    to {
        filter: blur(0px);
    }
}
@keyframes swipeMe {
    0% {
        transform: rotateY(360deg);
    }
    42% {
        transform: rotateY(360deg);
    }
    44% {
        transform: rotateY(180deg);
    }
    48% {
        transform: rotateY(360deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
@keyframes swipeMe2 {
    0% {
        transform: translateX(-50%) rotateY(360deg);
    }
    12% {
        transform: translateX(-50%) rotateY(360deg);
    }
    13% {
        transform: translateX(-60%) rotateY(360deg);
    }
    14% {
        transform: translateX(-40%) rotateY(360deg);
    }
    15% {
        transform: translateX(-60%) rotateY(360deg);
    }
    16% {
        transform: translateX(-40%) rotateY(360deg);
    }
    17% {
        transform: translateX(-50%) rotateY(360deg);
    }
    28% {
        transform: translateX(-50%) rotateY(360deg);
    }
    29% {
        transform: translateX(-40%) rotateY(360deg);
    }
    30% {
        transform: translateX(-60%) rotateY(360deg);
    }
    31% {
        transform: translateX(-40%) rotateY(360deg);
    }
    32% {
        transform: translateX(-60%) rotateY(360deg);
    }
    33% {
        transform: translateX(-50%) rotateY(360deg);
    }
    46% {
        transform: translateX(-50%) rotateY(360deg);
    }
    48% {
        transform: translateX(-50%) rotateY(180deg);
    }
    50% {
        transform: translateX(-50%) rotateY(360deg);
    }
    62% {
        transform: translateX(-50%) rotateY(360deg);
    }
    63% {
        transform: translateX(-60%) rotateY(360deg);
    }
    64% {
        transform: translateX(-40%) rotateY(360deg);
    }
    65% {
        transform: translateX(-60%) rotateY(360deg);
    }
    66% {
        transform: translateX(-40%) rotateY(360deg);
    }
    67% {
        transform: translateX(-50%) rotateY(360deg);
    }
    78% {
        transform: translateX(-50%) rotateY(360deg);
    }
    79% {
        transform: translateX(-40%) rotateY(360deg);
    }
    80% {
        transform: translateX(-60%) rotateY(360deg);
    }
    81% {
        transform: translateX(-40%) rotateY(360deg);
    }
    82% {
        transform: translateX(-60%) rotateY(360deg);
    }
    83% {
        transform: translateX(-50%) rotateY(360deg);
    }
    96% {
        transform: translateX(-50%) rotateY(360deg);
    }
    98% {
        transform: translateX(-50%) rotateY(180deg);
    }
    to {
        transform: translateX(-50%) rotateY(360deg);
    }
}
@keyframes swipeMeBefore {
    0% {
        opacity: 0;
    }
    48% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    96% {
        opacity: 1;
    }
    97% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@keyframes swipeMeAfter {
    0% {
        opacity: 1;
    }
    46% {
        opacity: 1;
    }
    47% {
        opacity: 0;
    }
    98% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.site-content {
    position: relative;
    overflow: hidden;
}
.content {
}
.content > h2:first-child {
    margin: 0 0 0.5em 0;
    font-size: 2.2em;
    line-height: 1.1;
    font-weight: 500;
    font-family: "Montserrat";
    color: #3d74d1;
}
.content > h2:first-child,
.content > h3:first-child,
.content > h4:first-child {
    margin-top: 0;
}
.content > h2 + h3 {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}
.content a[name] {
    display: inline;
}
.content a[name]:before {
    content: " ";
    display: block;
    margin-top: -140px;
    height: 140px;
    visibility: hidden;
}
.map-section .site-content .cms-content .heading:last-child,
.site-content .cms-content .map-section .heading:last-child,
.site-content .cms-content h1:last-child,
.site-content .cms-content h2:last-child {
    margin-bottom: 0;
}
.map-section .site-content .cms-content .heading,
.site-content .cms-content .map-section .heading,
.site-content .cms-content h1,
.site-content .cms-content h2,
.site-content .cms-content h3,
.site-content .cms-content h4,
.site-content .cms-content h5 {
    hyphens: auto;
}
.content-section--wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
}
.full_width_tabs .content-section--wrapper {
    padding: 2em 0 0;
    background-color: #102b52;
}
@media (min-width: 48em) {
    .content-section--wrapper {
        padding-top: 4em;
        padding-bottom: 0;
    }
}
.page-content {
    padding-left: 4%;
    padding-right: 4%;
}
.page-content > .content {
    margin-bottom: 3em;
}
.page-content .content-callout {
    max-width: 600px;
    margin: 0 auto 2em auto;
}
.page-content .content.cms-content img:not([class]) {
    height: auto !important;
}
.content-callout {
    opacity: 0;
    transition: opacity 1s ease;
}
.content-callout.show {
    opacity: 1;
}
.content-callout .form .inner {
    padding: 0.5em 8% 1.5em 8%;
    max-width: 450px;
    margin: 0 auto;
}
.content-callout .form header {
    text-align: center;
}
.content-callout img {
    display: block;
    margin: 0 auto;
}
.content-callout .bg-img {
    padding: 18%;
    min-height: 150px;
    background-image: url(http://lorempixel.com/400/250/abstract);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #d3d3d3;
}
.content-callout .search-module {
    margin-bottom: 1.5em;
    padding: 0;
    max-width: none;
}
.content-callout .map-section .heading,
.content-callout h1,
.content-callout h2,
.content-callout h3,
.map-section .content-callout .heading {
    font-size: 1.87em !important;
}
.content-callout > .content {
    text-align: center;
    padding: 1em 4%;
}
.content-callout > .content > img {
    margin: 0;
}
.content-callout > .content ul li {
    list-style-position: inside;
}
.inner-content-callout {
    margin: 1.5em 0;
    padding: 1.5em 5%;
}
.inner-content-callout .content {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}
.inner-content-callout .content .map-section .heading,
.inner-content-callout .content a:not([class]),
.inner-content-callout .content h1,
.inner-content-callout .content h2,
.inner-content-callout .content h3,
.inner-content-callout .content h4,
.inner-content-callout .content li,
.inner-content-callout .content p,
.map-section .inner-content-callout .content .heading {
    color: inherit !important;
}
.inner-content-callout .content .button {
    margin-top: 1em;
    margin-bottom: 1em;
}
.inner-content-callout.theme-default {
    background-color: #102b52;
    border-radius: 12px;
}
.inner-content-callout.theme-default .content {
    color: #fff;
}
.inner-content-callout.theme-default .button.dark-green:focus,
.inner-content-callout.theme-default .button.dark-green:hover {
    background-color: #fff;
    color: #3d74d1;
}
.image-section {
    position: relative;
    width: 100%;
    background-color: #e9e9e9;
    overflow: hidden;
    min-height: 450px;
    padding-top: 10%;
    padding-bottom: 10%;
}
.image-section.overflow {
    overflow: visible;
}
.image-section .highlight {
    align-items: center;
    justify-content: center;
}
.image-section .highlight h2 {
    max-width: 80%;
    align-self: center;
}
.image-section .highlight span {
    background-color: transparent;
    color: #102b52;
    line-height: 1.7;
    font-size: 1em;
    transition: color 0.3s ease-out 0.3s, background-color 0.3s ease-in 0.3s;
}
.loaded .image-section .highlight span {
    background-color: #102b52;
    color: #fff;
}
@media (min-width: 61.25em) {
    .image-section .highlight span {
        font-size: 1.57031em;
    }
}
.image-section .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.image-section .bg-img.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.image-section .bg-img.fallback {
    background-image: url(/filesimages/image-header/default-header-image.jpg);
}
.image-section .bg-img + .fallback {
    display: none;
    background-image: none;
}
.image-section.has-callout {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}
.image-section.has-callout.transparent_bg {
    background: transparent !important;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .image-section.has-callout {
        height: 1px;
    }
    .image-section.has-callout.docsearch {
        height: auto;
    }
}
.image-section.has-callout .section-callout--wrapper {
    display: flex;
    flex: 1 1 100%;
    flex-flow: row nowrap;
    max-width: 100%;
}
.image-section.has-callout .section-callout {
    display: flex;
    flex: 0 1 400px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    max-width: 100%;
    position: relative;
    z-index: 2;
    max-width: 100%;
}
@media (min-width: 48em) {
    .image-section.has-callout .section-callout.top {
        align-self: flex-start;
    }
    .image-section.has-callout .section-callout.bottom {
        align-self: flex-end;
    }
    .image-section.has-callout .section-callout.left {
        margin-right: auto;
        margin-left: 25%;
    }
    .image-section.has-callout .section-callout.right {
        margin-left: auto;
        margin-right: 0;
    }
}
.image-section.has-callout .section-callout.stretch-to-parent {
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
}
.image-section.has-callout .section-callout.stretch-to-parent .content {
    display: flex;
}
.image-section.has-callout .section-callout.stretch-to-parent .content .inner {
    flex: 1 1 auto;
    align-self: center;
    max-width: 100%;
}
.image-section.has-callout .section-callout.base-width_MD {
    flex-basis: 500px;
}
.image-section.has-callout .section-callout.base-width_LG {
    flex-basis: 650px;
}
.image-section.has-callout .section-callout.base-width_XL {
    flex-basis: 750px;
}
.image-section.has-callout .section-callout.base-width_XXL {
    flex-basis: 850px;
}
.image-section.has-callout .section-callout .content {
    flex: 1 1 auto;
    color: #fff;
    padding: 0em;
    max-width: 100%;
}
@media (max-width: 31.25em) {
    .image-section.has-callout .section-callout .content {
        text-align: center;
        font-size: 0.9em;
    }
}
.image-section.has-callout .section-callout .content .map-section .heading,
.image-section.has-callout .section-callout .content h1,
.image-section.has-callout .section-callout .content h2,
.image-section.has-callout .section-callout .content h3,
.map-section .image-section.has-callout .section-callout .content .heading {
    font-weight: 300;
    margin-top: 0;
}
.image-section.has-callout .section-callout .content h2 + .button {
    margin-top: 0.5em;
}
.image-section.has-callout .section-callout .content .map-section .heading,
.image-section.has-callout .section-callout .content h1,
.image-section.has-callout .section-callout .content h2,
.image-section.has-callout .section-callout .content h3,
.image-section.has-callout .section-callout .content h4,
.image-section.has-callout .section-callout .content li,
.image-section.has-callout .section-callout .content p,
.map-section .image-section.has-callout .section-callout .content .heading {
    color: #fff;
}
.image-section.has-callout .section-callout.theme-img-overlay {
    opacity: 0.4;
}
.image-section.has-callout .section-callout.theme-img-overlay .content {
    padding-left: 0;
}
@media (max-width: 37.5em) {
    .image-section.has-callout .section-callout.theme-img-overlay {
        font-size: 0.9em;
    }
}
.image-section.has-callout .section-callout.theme-header .map-section .heading,
.image-section.has-callout .section-callout.theme-header h1,
.image-section.has-callout .section-callout.theme-header h2,
.map-section .image-section.has-callout .section-callout.theme-header .heading {
    font-size: 3.89063em;
}
.image-section.has-callout .section-callout.theme-header .map-section .heading,
.image-section.has-callout .section-callout.theme-header h1,
.image-section.has-callout .section-callout.theme-header h2,
.image-section.has-callout .section-callout.theme-header h3,
.map-section .image-section.has-callout .section-callout.theme-header .heading {
    background: #102b52;
    line-height: 1.4;
    display: inline;
}
@media (max-width: 61.24em) {
    .image-section.has-callout .section-callout.theme-dark .content {
        background-color: rgba(0, 0, 0, 0.8);
    }
}
.sticky-buttons {
    display: block;
    position: fixed;
    top: 7.3em;
    left: -0.5em;
    z-index: 4;
    display: none;
    visibility: hidden;
    transition: top 0.3s ease, bottom 0.3s ease, left 1s ease, right 1s ease 0.3s;
    overflow: visible;
}
.header-alert-visible .sticky-buttons {
    top: 13.8em;
}
.sticky-active .sticky-buttons {
    top: 4.9em;
}
.sticky-buttons .sticky-btn {
    display: flex;
    cursor: pointer;
    color: #fff;
    background: #102b52;
    border-radius: 0 12px 12px 0;
    margin-bottom: 1em;
    transition: left 0.3s ease, right 0.3s ease, opacity 0.1s ease;
    position: relative;
    left: -3.75em;
    font-weight: 600;
    justify-content: flex-end;
    align-items: center;
    height: 2.5em;
    width: 6.75em;
    padding-right: 1em;
    box-shadow: 0 0 0 3px #3d74d1;
}
.sticky-buttons .sticky-btn:hover {
    left: -0.3125em;
}
.modal-active .sticky-buttons {
    left: -50px;
}
.sticky-buttons #high-contrast .circle {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
    transform: rotateZ(-145deg);
}
.sticky-buttons #high-contrast .wht {
    display: block;
    background-color: #fff;
    height: 100%;
    width: 50%;
}
.sticky-buttons #high-contrast:hover {
    left: -3.125em;
}
.contrast .sticky-buttons #high-contrast .circle {
    transform: rotateZ(45deg);
}
.sticky-buttons #bigger-font a,
.sticky-buttons #bigger-font div {
    padding-left: 0.5em;
    color: #fff;
    font-weight: 600;
    transition: font-size 0.3s ease;
}
.sticky-buttons #bigger-font a.defaultFont {
    font-size: 0;
}
.sticky-buttons #bigger-font span {
    font-size: 0.7em;
}
.sticky-buttons #bigger-font:hover div {
    font-size: 0;
}
.sticky-buttons #bigger-font:hover a {
    font-size: initial;
}
@media (min-width: 37.5em) {
    .sticky-buttons {
        display: block;
        visibility: visible;
    }
}
.sticky-buttons.right {
    left: auto;
    top: auto;
    overflow: visible;
    bottom: 0;
    flex-direction: row;
    width: 100%;
    justify-content: initial;
    display: flex;
    visibility: visible;
}
.sticky-buttons.right .sticky-btn {
    border-top: 3px solid #fff;
    display: block;
    width: 50%;
    margin: 0;
    right: auto;
    border-radius: 0;
    position: relative;
    left: auto;
    padding: 1em;
    height: auto;
    background-color: #3d74d1;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    opacity: 1;
    box-shadow: none;
    font-size: 0.8em;
}
.sticky-buttons.right .sticky-btn p {
    color: #fff;
    line-height: 1.1;
}
.sticky-buttons.right .sticky-btn br {
    display: none;
}
.sticky-buttons.right .sticky-btn .flex-group + p,
.sticky-buttons.right .sticky-btn .module + p,
.sticky-buttons.right .sticky-btn .nav + p {
    padding-top: 1em;
}
.sticky-buttons.right .sticky-btn:first-child {
    border-right: 1.5px solid #fff;
}
.sticky-buttons.right .sticky-btn:last-child {
    border-left: 1.5px solid #fff;
    background-color: #102b52;
}
.find-a-doctor .sticky-buttons.right .sticky-btn:first-child {
    display: none;
}
.modal-active .sticky-buttons.right {
    left: auto;
    right: auto;
    bottom: -4em;
}
@media (min-width: 37.5em) {
    .sticky-buttons.right {
        font-size: 0.8em;
        right: 0;
        top: 8.9em;
        bottom: auto;
        display: block;
        width: auto;
        flex-direction: column;
    }
    .sticky-active .sticky-buttons.right {
        top: 5.7em;
    }
    .sticky-buttons.right .sticky-btn {
        border: 3px solid #fff;
        border-right: 0 !important;
        right: -1em;
        border-radius: 12px 0 0 12px;
        padding: 1em 2.5em 1em 1.5em;
        width: 100%;
        display: flex;
        margin-bottom: 1em;
        font-size: 1em;
    }
    .sticky-buttons.right .sticky-btn br {
        display: inline;
    }
    .sticky-buttons.right .sticky-btn:hover {
        right: -0.5em;
    }
    .modal-active .sticky-buttons.right {
        bottom: auto;
        right: -200px;
    }
}
@media (min-width: 61.25em) {
    .sticky-buttons.right {
        font-size: 1em;
        top: 8.7em;
    }
    .sticky-active .sticky-buttons.right {
        top: 4.3em;
    }
}
.sticky-buttons.right.JS__findDocToggle .sticky-btn {
    opacity: 1;
}
.sticky-buttons.right.JS__findDocToggle .sticky-btn span {
    display: block;
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transform-origin: top center;
}
.sticky-buttons.right.JS__findDocToggle .docMenu {
    right: -100%;
    position: absolute;
    top: 3.8em;
}
.sticky-buttons.right.JS__findDocToggle .docMenu span {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: visible;
}
.sticky-buttons.right.JS__findDocToggle .docMenu br {
    display: none;
}
.sticky-buttons.right.JS__findDocToggle .docMenu .dropdown-container {
    margin-top: 1em;
}
.sticky-buttons.right.JS__findDocToggle .docMenu .dropdown-container .layout-toggle-links {
    min-width: 100%;
}
.sticky-buttons.right.JS__findDocToggle .docMenu .dropdown-container .content a {
    display: block;
    color: #3d74d1;
    text-align: left;
    margin-bottom: 0.75em;
    text-decoration: none;
}
.sticky-buttons.right.JS__findDocToggle .docMenu .dropdown-container .module-drop-down {
    top: 1.9em;
}
.sticky-buttons.right.JS__findDocToggle.form {
    width: 100%;
    max-width: 425px;
    top: 3.6875em;
    transition: top 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
}
.header-alert-visible .sticky-buttons.right.JS__findDocToggle.form {
    top: 13.8em;
}
.sticky-active .sticky-buttons.right.JS__findDocToggle.form {
    top: 8px;
}
.sticky-buttons.right.JS__findDocToggle.form .sticky-btn {
    width: auto;
}
.sticky-buttons.right.JS__findDocToggle.form .docMenu {
    width: 100%;
    padding: 2.5em 3em;
    right: 0em;
    cursor: auto;
}
.sticky-buttons.right.JS__findDocToggle.form .docMenu a,
.sticky-buttons.right.JS__findDocToggle.form .docMenu h3 {
    color: #fff;
}
.sticky-buttons.right.JS__findDocToggle.form .docMenu p {
    text-transform: none;
}
.sticky-buttons.right.JS__findDocToggle.form .docMenu a {
    text-decoration: underline;
}
.sticky-buttons.right.JS__findDocToggle.form .docMenu .button {
    background-color: #102b52;
    text-decoration: none;
    max-width: 160px;
    margin: 1em auto 0.5em;
}
.sticky-buttons.right.JS__findDocToggle.form .docMenu .input {
    padding-bottom: 0;
}
.sticky-buttons.right.JS__findDocToggle.form #findDoctor,
.sticky-buttons.right.JS__findDocToggle.form #requestInfo {
    position: absolute;
    right: -10em;
    border: none;
    background: transparent;
    width: 6em;
    height: 6em;
    padding: 1em;
    max-width: 9em;
}
.sticky-buttons.right.JS__findDocToggle.form #findDoctor:after,
.sticky-buttons.right.JS__findDocToggle.form #requestInfo:after {
    content: "X";
    display: block;
    font-size: 1.25em;
    position: absolute;
    top: 3.8em;
    right: 8.6em;
    z-index: 1;
    border: none;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3em;
    width: 2.8em;
    height: 2.8em;
    padding: 0.9em;
    text-align: center;
}
.sticky-buttons.right.JS__findDocToggle.form #findDoctor p,
.sticky-buttons.right.JS__findDocToggle.form #requestInfo p {
    display: none;
}
.sticky-buttons.right.JS__findDocToggle.form #requestInfo {
    opacity: 0;
    right: -100%;
    width: auto;
}
@media (min-width: 31.25em) {
    .sticky-buttons.right.JS__findDocToggle.form {
        top: 7.9em;
    }
    .sticky-active .sticky-buttons.right.JS__findDocToggle.form {
        top: 4.3em;
    }
    .sticky-buttons.right.JS__findDocToggle.form .docMenu {
        padding: 2.5em 6em 2em 3em;
        right: -3em;
        top: 0em;
    }
    .sticky-buttons.right.JS__findDocToggle.form .docMenu .sticky-btn:hover {
        right: -3em;
    }
    .sticky-buttons.right.JS__findDocToggle.form #findDoctor:after,
    .sticky-buttons.right.JS__findDocToggle.form #requestInfo:after {
        top: 1em;
    }
}
@media (min-width: 37.5em) {
    .sticky-buttons.right.JS__findDocToggle.form #findDoctor:after,
    .sticky-buttons.right.JS__findDocToggle.form #requestInfo:after {
        top: 0.8em;
    }
}
@media (min-width: 61.25em) {
    .sticky-buttons,
    .sticky-buttons.right {
        top: 7.8em;
    }
}
@media (min-width: 85.3125em) {
    .sticky-buttons,
    .sticky-buttons.right {
        top: 7.9em;
    }
}
@media (min-width: 37.5em) {
    body.header-alert-visible .sticky-buttons.right {
        top: 30%;
    }
}
@media (min-width: 118.75em) {
    body.header-alert-visible .sticky-buttons.right {
        top: 25%;
    }
}
.docsearch {
    min-height: auto;
    background-color: #3d74d1;
}
.docsearch .section-callout--wrapper {
    justify-content: center;
}
.docsearch .form {
    width: 90%;
    max-width: 900px;
}
.docsearch .form .docMenu {
    width: 100%;
    padding: 2.5em 10%;
    background: #102b52;
    border-radius: 0 0 12px 12px;
    margin-bottom: -3em;
    text-align: center;
}
@media (min-width: 48em) {
    .docsearch .form .docMenu {
        transition: box-shadow 0.3s ease;
    }
    .docsearch .form .docMenu:hover {
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    }
}
.docsearch .form .docMenu .map-section .heading,
.docsearch .form .docMenu h1,
.docsearch .form .docMenu h3,
.map-section .docsearch .form .docMenu .heading {
    text-transform: uppercase;
    font-size: 2em;
}
.docsearch .form .docMenu .map-section .heading,
.docsearch .form .docMenu a,
.docsearch .form .docMenu h1,
.docsearch .form .docMenu h3,
.docsearch .form .docMenu p,
.map-section .docsearch .form .docMenu .heading {
    color: #fff;
    margin-bottom: 0.25em;
}
.docsearch .form .docMenu p {
    text-transform: none;
}
.docsearch .form .docMenu a {
    text-decoration: underline;
}
.docsearch .form .docMenu .input {
    padding-bottom: 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .docsearch .form .docMenu .input {
        display: block;
        width: 100%;
    }
    .docsearch .form .docMenu .input input {
        width: 100%;
    }
}
.docsearch .form .docMenu .button {
    background-color: #3d74d1;
    text-decoration: none;
    max-width: 360px;
    margin: 1em auto 0.5em;
    padding: 0.6em 5%;
}
@media (min-width: 55em) {
    .docsearch .form {
        width: 75%;
    }
}
.docsearch + .ourTeamRotator .form {
    margin-top: 3em;
}
.header_container {
    position: relative;
    z-index: 2;
}
@media (min-width: 61.25em) {
    .header_container {
        position: relative;
    }
}
.full_width_tabs {
    position: relative;
    z-index: 1;
}
@media (min-width: 61.25em) {
    .full_width_tabs {
        position: initial;
    }
}
@media (min-width: 61.25em) {
    .header_container:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        height: 50px;
        width: 100%;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15), transparent);
        pointer-events: none;
    }
}
.header {
    width: 100%;
    height: 47.458vw;
    padding: 0;
    margin: 0;
    background-color: #102b52;
    transition: background-position 1s ease;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: relative;
    display: flex;
}
.header:has(+ div .layout-toggle-links.show) {
    z-index: 0;
}
.header.change {
    background-position: center 1200px;
}
.header.change2 {
    background-position: 100vw center;
    opacity: 0;
}
@media (min-width: 61.25em) {
    .header {
        background-position: left center;
        height: 600px;
    }
}
.header + .animate-fade-up {
    position: relative;
    z-index: 9;
}
.left_bg {
    opacity: 1;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
}
@media (min-width: 61.25em) {
    .left_bg {
        background-position: left center;
    }
}
#handle,
#resizable {
    width: 100%;
    height: 47.458vw;
    background-color: #3d74d1;
    position: absolute;
    top: 0;
    left: 0 !important;
    display: flex;
    border-right: 5px solid #fff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35);
}
#handle.swipey,
#resizable.swipey {
    animation: swipeIn 1s forwards;
}
@media (min-width: 31.25em) {
    #handle.swipey,
    #resizable.swipey {
        animation: swipeIn 1s forwards;
    }
}
#handle.swiped,
#resizable.swiped {
    width: 65.5%;
}
@media (min-width: 61.25em) {
    #handle,
    #resizable {
        height: 600px;
    }
}
.ui-resizable-e {
    cursor: pointer;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
#resizable {
    overflow: hidden;
}
#handle {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    z-index: 9;
    pointer-events: none;
    opacity: 1;
}
#handle.transHandle {
    transition: opacity 0.3s ease-in;
}
#handle.hideHandle {
    opacity: 0;
}
#handle .ui-resizable-handle:after {
    content: " ";
    display: block;
    width: 3em;
    height: 100%;
    position: absolute;
    z-index: 0;
    line-height: 1em;
    font-size: 28px;
    border-radius: 1em;
    text-align: center;
    color: white;
    margin-left: -1.35em;
    padding: 0.5em;
    pointer-events: auto;
    background-size: 50%;
    background-position: 50% 95%;
}
#handle .handle_bar {
    transition: opacity 0.3s ease;
    display: block;
    height: 1.75em;
    width: 3.5em;
    background: #fff;
    position: absolute;
    bottom: 0.5em;
    z-index: 9999999;
    left: 5px;
    transform: translateX(-50%);
    border-radius: 3em;
    font-size: 16px;
    line-height: 16px;
    padding: 0.4em 0;
}
#handle .handle_bar {
    animation: swipeMe2 20s infinite;
}
body:not(.get_swipey) #handle .handle_bar {
    opacity: 0;
}
@media (min-width: 61.25em) {
    #handle .handle_bar {
        height: 3.5em;
        bottom: -1em;
        padding: 1.25em 0;
    }
}
#handle .handle_bar:before {
    content: "reveal";
    font-weight: bold;
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0em 0;
    display: block;
    width: 100%;
    text-align: center;
}
#handle .handle_bar:before {
    animation: swipeMeBefore 20s infinite;
}
body:not(.get_swipey) #handle .handle_bar:before {
    opacity: 0;
}
#handle .handle_bar:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    background: url(/images/site/homepage-reveal/handlebars.svg) no-repeat;
    background-size: 68%;
    background-position: 50% 50%;
}
#handle .handle_bar:after {
    animation: swipeMeAfter 20s infinite;
}
body:not(.get_swipey) #handle .handle_bar:after {
    opacity: 0;
}
@media (min-width: 61.25em) {
    #handle .handle_bar {
        bottom: 2.25em;
    }
}
.feature {
    width: 47.458vw;
    display: none;
    visibility: hidden;
    padding: 1em;
    position: absolute;
    left: 9.41176em;
    top: 50px;
    color: transparent;
    font-size: 0.9em;
}
.feature .map-section .heading,
.feature h1,
.feature h2,
.feature p,
.map-section .feature .heading {
    color: #fff;
    text-transform: none;
}
.feature .map-section .heading,
.feature h1,
.map-section .feature .heading {
    font-size: 2.5em;
    margin-bottom: 0.25em;
}
.feature h2 {
    font-size: 2em;
    margin-bottom: 0.25em;
}
.feature p {
    font-size: 1em;
    margin-bottom: 1em;
}
.feature p.pro {
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
}
.feature#rightFeature {
    max-width: 600px;
    max-height: 85%;
    overflow-y: auto;
}
.feature#rightFeature::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
}
.feature#rightFeature::-webkit-scrollbar-track {
    background: transparent;
    border: 1px solid rgba(61, 116, 209, 0.4);
    border-top: 1px solid rgba(61, 116, 209, 0.4);
    border-radius: 4px;
}
.feature#rightFeature::-webkit-scrollbar-thumb {
    background: rgba(61, 116, 209, 0.6);
    border-radius: 4px;
}
.feature#leftFeature {
    left: 7em;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 75em) {
    .feature {
        width: 400px;
    }
    .feature#leftFeature {
        left: 10vw;
    }
}
@media (min-width: 85.3125em) {
    .feature {
        font-size: 1em;
        width: 500px;
    }
}
@media (min-width: 100em) {
    .feature {
        width: 620px;
    }
    .feature .map-section .heading,
    .feature h1,
    .map-section .feature .heading {
        font-size: 3.89063em;
    }
    .feature p {
        font-size: 1.3125em;
    }
}
@media (min-width: 61.25em) {
    .feature {
        display: block;
        visibility: visible;
    }
}
.feature#leftFeature2 {
    background: #3d74d1;
    width: 100%;
    padding: 2em;
    position: static;
    display: block;
    visibility: visible;
}
.feature#leftFeature2 .map-section .heading,
.feature#leftFeature2 h1,
.map-section .feature#leftFeature2 .heading {
    color: transparent;
    text-transform: none;
    transition: opacity 0.3s ease;
}
.feature#leftFeature2 .map-section .heading,
.feature#leftFeature2 h1,
.map-section .feature#leftFeature2 .heading {
    animation: unblur 2s ease 1s 1 normal forwards;
}
.feature#leftFeature2 h2,
.feature#leftFeature2 p {
    color: #fff;
    text-transform: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.feature#leftFeature2 h2,
.feature#leftFeature2 p {
    opacity: 1;
}
@media (min-width: 61.25em) {
    .feature#leftFeature2 {
        display: none;
        visibility: hidden;
    }
}
.feature_pager {
    display: flex;
    flex-direction: column;
    flex-basis: 50px;
    position: absolute;
    left: 5%;
    top: 0px;
    height: 100%;
    width: 20px;
    z-index: 3;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: left 0.3s ease;
}
.feature_pager {
    left: 5%;
}
.swipin .feature_pager {
    left: -10% !important;
}
.feature_pager .fp {
    height: 30px;
    width: 20px;
    display: block;
}
.feature_pager .fp path.eye_white {
    fill: #fff;
    transform: rotateX(90deg);
    transform-origin: center;
    transition: transform 1s ease;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .feature_pager .fp path.eye_white {
        fill: transparent;
        transition: fill 1s ease;
    }
}
.feature_pager .fp path.eye_pupil {
    fill: transparent;
    transition: fill 0.3s ease;
}
.feature_pager .fp path.eye_pupil {
    fill: #102b52;
}
.feature_pager .fp.active path.eye_white {
    animation: blink_start 1.5s ease 4s forwards;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .feature_pager .fp.active path.eye_white {
        fill: #fff;
    }
}
.feature_pager .fp:not(.active):focus path.eye_white,
.feature_pager .fp:not(.active):hover path.eye_white {
    animation: blink;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
.feature_pager span {
    display: none;
}
@media (min-width: 61.25em) {
    .feature_pager {
        left: 57px;
    }
}
.hideContent {
    display: none;
}
.dropdown-container {
    display: block;
    max-width: 430px;
}
.full_width_tabs .mission-listing,
.full_width_tabs .mission-listing-footer {
    display: flex;
    flex-flow: row wrap;
    background-color: #102b52;
    margin: auto;
    padding: 0 3% 5vh 3%;
}
.full_width_tabs .mission-listing-footer .flex-item,
.full_width_tabs .mission-listing .flex-item {
    cursor: pointer;
}
.full_width_tabs .mission-listing-footer span.flex-item,
.full_width_tabs .mission-listing span.flex-item {
    display: none;
}
.full_width_tabs .mission-listing-footer article,
.full_width_tabs .mission-listing article {
    flex: 1 3 320px;
    justify-content: space-between;
}
.full_width_tabs .mission-listing-footer article .content-container,
.full_width_tabs .mission-listing article .content-container {
    display: none;
}
.full_width_tabs .mission-listing-footer article .content-container:first-child,
.full_width_tabs .mission-listing article .content-container:first-child {
    display: block;
}
.full_width_tabs .mission-listing-footer article .tab-button,
.full_width_tabs .mission-listing article .tab-button {
    align-content: flex-end;
    justify-content: center;
}
.full_width_tabs .mission-listing-footer article .tab-button p,
.full_width_tabs .mission-listing article .tab-button p {
    font-weight: 600;
    border-bottom: 3px solid #fff;
    border-right: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    text-align: center;
    padding: 0.5em 0;
    background-color: #3d74d1;
    color: #fff;
    transition: margin-top 0.2s ease, padding-bottom 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-radius 0.2s ease;
    border-radius: 12px;
    margin: 0.35em;
    border: 0;
    box-shadow: 1px 1px 3px 1px #000;
}
.full_width_tabs .mission-listing-footer article .tab-button p:hover,
.full_width_tabs .mission-listing article .tab-button p:hover {
    background-color: #1e4280;
}
.full_width_tabs .mission-listing-footer article.active .tab-button p,
.full_width_tabs .mission-listing article.active .tab-button p {
    background-color: #fff;
    color: #1e4280;
    border-radius: 12px 12px 0 0;
    box-shadow: 0px 10px 0 #fff;
}
.full_width_tabs .mission-listing-footer article.active .tab-button p:hover,
.full_width_tabs .mission-listing article.active .tab-button p:hover {
    background-color: #fff;
}
@media (min-width: 31.25em) {
    .full_width_tabs .mission-listing-footer article,
    .full_width_tabs .mission-listing article {
        flex: 1 1 50%;
        max-width: 50%;
    }
}
@media (min-width: 48em) {
    .full_width_tabs .mission-listing-footer article,
    .full_width_tabs .mission-listing article {
        flex: 0 1 33.333%;
        max-width: 33.333%;
    }
}
@media (min-width: 61.25em) {
    .full_width_tabs .mission-listing,
    .full_width_tabs .mission-listing-footer {
        padding-bottom: 0;
        padding: 0;
    }
    .full_width_tabs .mission-listing-footer article,
    .full_width_tabs .mission-listing article {
        flex: 1 1 auto;
        max-width: auto;
        font-size: 0.85em;
    }
    .full_width_tabs .mission-listing-footer article .flex-inner,
    .full_width_tabs .mission-listing article .flex-inner {
        flex: 1 1 auto !important;
    }
    .full_width_tabs .mission-listing-footer article .tab-button p,
    .full_width_tabs .mission-listing article .tab-button p {
        border-radius: 12px 12px 0 0;
        margin: 0.25em 0.25em 0 0.25em;
        border-bottom: 0 !important;
    }
    .full_width_tabs .mission-listing-footer article.active .tab-button p,
    .full_width_tabs .mission-listing article.active .tab-button p {
        background-color: #fff;
        color: #3d74d1;
    }
    .full_width_tabs .mission-listing-footer .tab-button p:hover,
    .full_width_tabs .mission-listing .tab-button p:hover {
        margin-top: 0;
        padding-bottom: 0.75em;
    }
    .full_width_tabs .mission-listing-footer .flex-item:first-of-type,
    .full_width_tabs .mission-listing .flex-item:first-of-type {
        margin-left: 2em;
    }
    .full_width_tabs .mission-listing-footer .flex-item:last-of-type,
    .full_width_tabs .mission-listing .flex-item:last-of-type {
        margin-right: 2em;
    }
}
@media (min-width: 75em) {
    .full_width_tabs .mission-listing-footer article,
    .full_width_tabs .mission-listing article {
        font-size: 1em;
    }
    .full_width_tabs .mission-listing-footer span.flex-item,
    .full_width_tabs .mission-listing span.flex-item {
        width: 3em;
        display: block;
    }
}
@media (min-width: 118.75em) {
    .full_width_tabs .mission-listing,
    .full_width_tabs .mission-listing-footer {
        justify-content: center;
    }
    .full_width_tabs .mission-listing-footer .flex-item,
    .full_width_tabs .mission-listing .flex-item {
        max-width: 270px;
    }
    .full_width_tabs .mission-listing-footer .flex-item:first-of-type,
    .full_width_tabs .mission-listing-footer .flex-item:last-of-type,
    .full_width_tabs .mission-listing .flex-item:first-of-type,
    .full_width_tabs .mission-listing .flex-item:last-of-type {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 118.75em) and (-ms-high-contrast: none), screen and (min-width: 118.75em) and (-ms-high-contrast: active) {
    .full_width_tabs .mission-listing-footer .flex-item,
    .full_width_tabs .mission-listing .flex-item {
        max-width: none;
    }
}
.full_width_tabs .mission-listing-footer .popup_container,
.full_width_tabs .mission-listing .popup_container {
    margin: 0% 0%;
    font-size: 1em;
    height: 0;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    display: flex;
    align-content: center;
    flex: 0 0 100%;
    transition: transform ease 0.5s, min-height 0.5s ease;
    transform-origin: top;
}
.full_width_tabs .mission-listing-footer .popup_container .info_box,
.full_width_tabs .mission-listing .popup_container .info_box {
    filter: blur(2px);
    opacity: 0;
    transition: opacity 0.5s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 250px;
    flex-flow: column wrap;
}
@media (min-width: 61.25em) {
    .full_width_tabs .mission-listing-footer .popup_container:before,
    .full_width_tabs .mission-listing .popup_container:before {
        display: block;
        content: " ";
        width: 100%;
        height: 1em;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        position: absolute;
        top: 0;
        z-index: 9;
    }
}
.full_width_tabs .mission-listing-footer .popup_container .content_box,
.full_width_tabs .mission-listing .popup_container .content_box {
    padding: 0 1em;
}
.full_width_tabs .mission-listing-footer .popup_container .content_box .map-section .heading,
.full_width_tabs .mission-listing-footer .popup_container .content_box h1,
.full_width_tabs .mission-listing-footer .popup_container .content_box h2,
.full_width_tabs .mission-listing-footer .popup_container .content_box h3,
.full_width_tabs .mission-listing .popup_container .content_box .map-section .heading,
.full_width_tabs .mission-listing .popup_container .content_box h1,
.full_width_tabs .mission-listing .popup_container .content_box h2,
.full_width_tabs .mission-listing .popup_container .content_box h3,
.map-section .full_width_tabs .mission-listing-footer .popup_container .content_box .heading,
.map-section .full_width_tabs .mission-listing .popup_container .content_box .heading {
    font-weight: 400;
    margin-bottom: 0;
}
.full_width_tabs .mission-listing-footer .popup_container .content_box .button,
.full_width_tabs .mission-listing .popup_container .content_box .button {
    margin: 0 0.25em 0.5em 0.25em;
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 48em) {
    .full_width_tabs .mission-listing-footer .popup_container .content_box .button,
    .full_width_tabs .mission-listing .popup_container .content_box .button {
        width: auto;
    }
}
.full_width_tabs .mission-listing-footer .popup_container .content_box,
.full_width_tabs .mission-listing-footer .popup_container .imgbox,
.full_width_tabs .mission-listing .popup_container .content_box,
.full_width_tabs .mission-listing .popup_container .imgbox {
    display: flex;
    align-content: center;
    justify-content: center;
    flex: 1 1 auto;
    flex-flow: row wrap;
}
.full_width_tabs .mission-listing-footer .popup_container .imgbox,
.full_width_tabs .mission-listing .popup_container .imgbox {
    flex: 0.9 1 auto;
}
.full_width_tabs .mission-listing-footer .popup_container .imgbox img,
.full_width_tabs .mission-listing .popup_container .imgbox img {
    height: auto;
}
@media (min-width: 55em) {
    .full_width_tabs .mission-listing-footer .popup_container,
    .full_width_tabs .mission-listing .popup_container {
        background-color: #fff;
        transition: none;
    }
    .full_width_tabs .mission-listing-footer .popup_container .content_box,
    .full_width_tabs .mission-listing .popup_container .content_box {
        flex: 1 1 300px;
    }
    .full_width_tabs .mission-listing-footer .popup_container .imgbox,
    .full_width_tabs .mission-listing .popup_container .imgbox {
        flex: 0.9 1 200px;
    }
}
@media (min-width: 61.25em) {
    .full_width_tabs .mission-listing-footer .popup_container,
    .full_width_tabs .mission-listing .popup_container {
        min-height: 445px;
    }
}
.full_width_tabs .mission-listing-footer .popup_container.active,
.full_width_tabs .mission-listing .popup_container.active {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    height: auto;
    min-height: 0;
    transform: scale(1);
    text-align: center;
    padding: 0 0.35em;
}
@media (min-width: 55em) {
    .full_width_tabs .mission-listing-footer .popup_container.active,
    .full_width_tabs .mission-listing .popup_container.active {
        margin: 0 auto;
        padding: initial;
    }
}
.full_width_tabs .mission-listing-footer .popup_container.active .info_box,
.full_width_tabs .mission-listing .popup_container.active .info_box {
    padding: 1em 0.5em 3em;
    background-color: #fff;
    opacity: 1;
    animation: unblur2 0.25s ease-out 0.25s 1 normal forwards;
}
.full_width_tabs .mission-listing-footer .popup_container.active .summary,
.full_width_tabs .mission-listing-footer .popup_container.active p,
.full_width_tabs .mission-listing .popup_container.active .summary,
.full_width_tabs .mission-listing .popup_container.active p {
    flex: 1 1 auto;
    padding-top: 1em;
}
@media (min-width: 100em) {
    .full_width_tabs .mission-listing-footer .popup_container.active .summary,
    .full_width_tabs .mission-listing-footer .popup_container.active p,
    .full_width_tabs .mission-listing .popup_container.active .summary,
    .full_width_tabs .mission-listing .popup_container.active p {
        flex: 1 1 100%;
    }
}
@media (min-width: 55em) {
    .full_width_tabs .mission-listing-footer .popup_container.active .content_box,
    .full_width_tabs .mission-listing-footer .popup_container.active .imgbox,
    .full_width_tabs .mission-listing .popup_container.active .content_box,
    .full_width_tabs .mission-listing .popup_container.active .imgbox {
        justify-content: flex-start;
    }
    .full_width_tabs .mission-listing-footer .popup_container.active .info_box,
    .full_width_tabs .mission-listing .popup_container.active .info_box {
        padding: 5em 7% 3em;
        flex-flow: row-reverse wrap;
    }
}
@media (min-width: 61.25em) {
    .full_width_tabs .mission-listing-footer .popup_container.active,
    .full_width_tabs .mission-listing .popup_container.active {
        margin: 0 auto;
    }
    .full_width_tabs .mission-listing-footer .popup_container.active .info_box,
    .full_width_tabs .mission-listing .popup_container.active .info_box {
        padding: 5em 8% 3em;
        margin: 0 3em;
        text-align: left;
    }
}
@media (min-width: 85.3125em) {
    .full_width_tabs .mission-listing-footer .popup_container.active .info_box,
    .full_width_tabs .mission-listing .popup_container.active .info_box {
        padding: 5em 7% 3em;
    }
}
@media (min-width: 100em) {
    .full_width_tabs .mission-listing-footer .popup_container.active .info_box,
    .full_width_tabs .mission-listing .popup_container.active .info_box {
        padding: 5em 8.25% 3em;
    }
}
@media (min-width: 118.75em) {
    .full_width_tabs .mission-listing-footer .popup_container.active .info_box,
    .full_width_tabs .mission-listing .popup_container.active .info_box {
        padding: 5em 8.5% 3em;
        max-width: 1900px;
        margin: 0 auto;
    }
}
@media (min-width: 118.75em) and (-ms-high-contrast: none), screen and (min-width: 118.75em) and (-ms-high-contrast: active) {
    .full_width_tabs .mission-listing-footer .popup_container.active .info_box,
    .full_width_tabs .mission-listing .popup_container.active .info_box {
        max-width: none;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.98);
    }
    to {
        -webkit-transform: scale(0.97);
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.98);
    }
    to {
        transform: scale(0.97);
    }
}
.full_width_tabs .mission-listing-footer.loading_tabs img,
.full_width_tabs .mission-listing.loading_tabs img {
    animation: pulse 1s infinite;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.site-content .full_width_tabs .mission-listing .popup_container.loading_tabs.active {
    display: none;
    visibility: hidden;
}
@media (min-width: 55em) {
    .site-content .full_width_tabs .mission-listing .popup_container.loading_tabs.active {
        display: block;
        visibility: visible;
    }
}
.site-content .full_width_tabs .mission-listing .popup_container + .popup_container.loading_tabs {
    display: none;
    visibility: hidden;
}
.footer-menu .mission-listing-footer {
    justify-content: space-around;
    background-color: #3d74d1;
    min-height: 1em;
    margin: 0;
}
.footer-menu .mission-listing-footer a {
    display: none;
    font-weight: 600;
    color: #fff;
    padding: 1em 0.5em;
    background-color: transparent;
    transition: background-color 0.3s ease;
    flex: 1 1 auto;
    text-align: center;
}
.footer-menu .mission-listing-footer a:hover {
    background-color: #102b52;
}
@media (min-width: 75em) {
    .footer-menu .mission-listing-footer a {
        display: block;
    }
}
span.sub-heading {
    color: #102b52;
    text-align: center;
    display: block;
    padding: 1.5em 0 1em;
    font-weight: 600;
    font-size: 1.4em;
}
.map-info-overlay span.sub-heading {
    color: #fff;
}
[id*="doctorDetails_pnl"] p {
    color: #102b52;
}
.map-section {
    position: relative;
    background: #102b52;
}
.map-section .map {
    margin: 0;
    overflow: hidden;
    max-height: 350px;
    min-height: 350px;
    background-color: #f0f0f0;
    position: relative;
}
.map-section .map picture {
    position: absolute;
    inset: 0;
}
.map-section .map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.map-section .map-popup {
    font-size: 1.3em;
}
.map-section .map-popup a:first-child {
    font-family: "Montserrat";
    font-size: 1.25em;
}
.map-section .map-scroll-fix {
    display: none;
}
.map-section .map-info-overlay {
    background: #102b52;
    max-width: 600px;
    margin: 0 auto;
}
.map-section .map-info-overlay .heading {
    color: #fff;
    display: none;
}
.map-section .map-info-overlay .input {
    justify-content: center;
}
.map-section .map-info-overlay input[type="text"] {
    background-color: #102b52;
    border-color: #fff;
    color: #fff;
    text-align: center;
}
.map-section .map-info-overlay .zip-search {
    max-width: 200px;
}
.map-section .location-info-box {
    flex: 0 1 100%;
}
.map-section .location-info-box .flex-inner {
    margin: 0.5em;
}
.map-section .location-info-box .title {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}
.map-section .location-info-box .content {
    padding: 1em;
    font-size: 0.85em;
    text-align: center;
}
.map-section .location-info-box .bg-img {
    display: none;
}
.map-section .location-info-box .info-list {
    margin: 0;
    color: #fff;
}
.map-section .location-info-box .info-list li {
    list-style: none;
    margin-bottom: 0.25em;
    color: #fff;
}
.map-section .location-info-box .info-list a {
    display: block;
    color: #fff;
}
@media (min-width: 25em) {
    .map-section .location-info-box .bg-img {
        display: flex;
    }
    .map-section .location-info-box .content-container {
        flex-basis: 20%;
    }
}
.map-section .location-info-box a.subgroup.location_link:after {
    content: "More Info";
    display: block;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    color: #3d74d1;
    padding: 0.25em 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.map-section .map-locations-toggle {
    display: block;
    position: relative;
    padding: 0.75em 3%;
    width: 100%;
    transition: background-color 0.5s ease;
    font-size: 1.75em;
    text-decoration: none;
}
.map-section .map-locations-toggle .text {
    color: #fff;
    text-align: center;
}
.map-section .map-locations-toggle .arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-left: 0.25em;
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.24, 1.87, 0.39, 1.09);
    transform: rotateZ(0deg);
}
.map-section .map-locations-toggle .arrow .svg-icon {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    fill: #fff;
}
.map-section .map-locations-toggle.active .arrow {
    transform: rotateZ(90deg);
}
.map-section .heading {
    display: block;
    text-align: center;
    margin-bottom: 0.5em;
    color: #fff;
    padding-top: 1em;
}
.map-section .module-grid {
    display: flex;
    flex-flow: row wrap;
    margin-top: 100%;
    transition: margin-top 1s ease;
}
.loaded .map-section .module-grid {
    margin-top: 0;
}
@media (max-width: 61.24em) {
    .map-section .map-info-overlay {
        height: 0;
        transform: scale(0);
        overflow: hidden;
        transition: transform 0.35s ease;
        transform-origin: center top;
    }
    .map-section .map-info-overlay > .inner {
        padding: 1em 2% 3em 2%;
    }
    .map-section .map-locations-toggle.active ~ .map-info-overlay {
        height: auto;
        transform: scale(1);
    }
    .map-section .location-info-box .content-container {
        align-items: center;
        background-color: #3d74d1;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    }
}
@media (min-width: 61.25em) {
    .map-section {
        height: 550px;
    }
    .map-section .map-locations-toggle,
    .map-section > .heading {
        display: none;
    }
    .map-section .location-info-box.branch {
        height: auto;
        transform: scale(1);
        transition: none;
    }
    .map-section .map {
        min-width: 100%;
        min-height: 100%;
        max-height: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        border: 1em solid #102b52;
    }
    .map-section .map-scroll-fix {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: block;
        cursor: pointer;
    }
    .map-section .map-scroll-fix .msg {
        padding: 1em;
        font-family: "Montserrat";
        font-size: 1.7em;
        font-weight: 700;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 62%;
        width: 200px;
        height: 200px;
        margin: auto;
        opacity: 0;
        text-transform: uppercase;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        transition: opacity 1s ease, transform 0.3s cubic-bezier(0.79, 0.22, 0, 2.11);
    }
    .map-section .map-scroll-fix .msg:hover {
        transform: scale(1.25);
    }
    .map-section .map-scroll-fix .msg:hover .anim-elm {
        transform: scale(1);
        opacity: 1;
    }
    .map-section .map-scroll-fix .msg:hover .txt {
        transform: scale(1.25);
    }
    .map-section .map-scroll-fix .txt {
        position: relative;
        z-index: 2;
        transition: transform 0.2s ease 0.1s;
        letter-spacing: 1px;
    }
    .map-section .map-scroll-fix .anim-elm {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform: scale(0);
        transition: transform 0.4s cubic-bezier(0.29, -0.56, 0.18, 1.41), opacity 0.12s ease;
        border-radius: 50%;
        opacity: 0;
    }
    .map-section .map-scroll-fix:hover .msg {
        opacity: 1;
    }
    .map-section .map-scroll-fix.clicked {
        display: none;
    }
    .map-section .map-info-overlay {
        position: absolute;
        top: 1em;
        bottom: 1em;
        left: 0;
        width: 50%;
        min-width: 630px;
        max-width: 550px;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 3;
        box-shadow: 0 0 0 1em #102b52;
        scrollbar-base-color: #fff;
    }
    .map-section .map-info-overlay .heading {
        display: block;
        padding-top: 0;
    }
    .map-section .map-info-overlay::-webkit-scrollbar {
        width: 0.5em;
    }
    .map-section .map-info-overlay::-webkit-scrollbar-track {
        background-color: transparent;
        box-shadow: inset 0 0 0 1px #fff;
    }
    .map-section .map-info-overlay::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.8);
    }
    .map-section .location-info-box {
        flex-basis: 33.33333%;
    }
    .map-section .location-info-box .flex-inner {
        position: relative;
    }
    .map-section .location-info-box .title {
        padding: 0.15em;
        border-bottom: none;
    }
    .map-section .location-info-box .title:hover {
        color: #fff;
    }
    .map-section .location-info-box .bg-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }
    .map-section .location-info-box .bg-img:before {
        content: "+";
        font-size: 1.75em;
        width: 1.2em;
        height: 1.4em;
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        text-align: center;
        font-weight: 700;
        z-index: 2;
        transition: opacity 0.35s ease;
    }
    .map-section .location-info-box .bg-img:after {
        content: "";
        width: 6em;
        height: 6em;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: rgba(61, 116, 209, 0.95);
        transform: translate3d(55%, 55%, 0) rotateZ(45deg);
        transition: transform 0.25s cubic-bezier(1, 0.36, 0.34, 1.51), background-color 0.5s ease;
    }
    .map-section .location-info-box .content-container {
        position: relative;
        z-index: 2;
        transition: opacity 0.5s ease;
        opacity: 0;
        min-height: 185px;
        pointer-events: none;
    }
    .map-section .location-info-box .content-container a[href^="tel"] {
        pointer-events: auto;
    }
    .map-section .location-info-box.active .content-container,
    .map-section .location-info-box:focus .content-container,
    .map-section .location-info-box:hover .content-container {
        opacity: 1;
    }
    .map-section .location-info-box.active .bg-img:after,
    .map-section .location-info-box:focus .bg-img:after,
    .map-section .location-info-box:hover .bg-img:after {
        transform: translate3d(0%, 0%, 0) rotateZ(0deg) scale(5);
    }
    .map-section .location-info-box.active .bg-img:before,
    .map-section .location-info-box:focus .bg-img:before,
    .map-section .location-info-box:hover .bg-img:before {
        opacity: 0;
    }
    .map-section .location-info-box.fvc .bg-img:after {
        background-color: rgba(70, 70, 70, 0.95) !important;
    }
}
@media (min-width: 100em) and (min-device-width: 1025px) {
    .map-section {
        height: 700px;
    }
    .map-section .map-info-overlay {
        margin-left: 1em;
    }
}
.map-section.inside-theme {
    background: #102b52;
    height: auto;
}
.map-section.inside-theme .map-info-overlay {
    position: static;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    margin-bottom: 2em;
}
.map-section.inside-theme .module-grid {
    max-width: 100%;
    justify-content: center;
    align-items: stretch;
}
.map-section.inside-theme .location-info-box.branch {
    height: auto;
    transform: scale(1);
    transition: none;
}
.map-section.inside-theme .location-info-box {
    flex: 1 1 270px;
    max-width: 270px;
}
.map-section.inside-theme .location-info-box .flex-inner {
    position: relative;
}
.map-section.inside-theme .location-info-box .title {
    padding: 0.15em;
    border-bottom: none;
}
.map-section.inside-theme .location-info-box .title:hover {
    color: #fff;
}
.map-section.inside-theme .location-info-box .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    display: flex;
}
.map-section.inside-theme .location-info-box .bg-img:before {
    content: "+";
    font-size: 1.75em;
    width: 1.2em;
    height: 1.4em;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    z-index: 2;
    transition: opacity 0.35s ease;
}
.map-section.inside-theme .location-info-box .bg-img:after {
    content: "";
    width: 6em;
    height: 6em;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(61, 116, 209, 0.9);
    transform: translate3d(55%, 55%, 0) rotateZ(45deg);
    transition: transform 0.25s cubic-bezier(1, 0.36, 0.34, 1.51), background-color 0.5s ease;
}
.map-section.inside-theme .location-info-box .content-container {
    position: relative;
    z-index: 2;
    transition: opacity 0.5s ease;
    opacity: 0;
    min-height: 185px;
    pointer-events: none;
}
.map-section.inside-theme .location-info-box.active .content-container,
.map-section.inside-theme .location-info-box:focus .content-container,
.map-section.inside-theme .location-info-box:hover .content-container {
    opacity: 1;
}
.map-section.inside-theme .location-info-box.active .bg-img:after,
.map-section.inside-theme .location-info-box:focus .bg-img:after,
.map-section.inside-theme .location-info-box:hover .bg-img:after {
    transform: translate3d(0%, 0%, 0) rotateZ(0deg) scale(5);
}
.map-section.inside-theme .location-info-box.active .bg-img:before,
.map-section.inside-theme .location-info-box:focus .bg-img:before,
.map-section.inside-theme .location-info-box:hover .bg-img:before {
    opacity: 0;
}
.map-section.doc-theme {
    background: transparent;
    height: auto;
}
.map-section.doc-theme .map-info-overlay {
    background: transparent;
    box-shadow: none;
}
.map-section.doc-theme .location-info-box {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left;
}
.map-section.doc-theme .location-info-box .flex-inner {
    height: 0;
    padding-top: 100%;
}
.map-section.doc-theme .location-info-box .title {
    color: #102b52;
    font-size: 1em;
    display: block;
    width: 100%;
    margin-bottom: 1em;
    font-weight: 600;
}
.map-section.doc-theme .location-info-box .content-container {
    transition: opacity 0.5s ease;
}
.map-section.doc-theme .location-info-box.branch {
    height: auto;
    transform: scale(1);
    transition: none;
}
.map-section.doc-theme .location-info-box.branch .flex-inner {
    display: none;
}
.map-section.doc-theme .location-info-box .subgroup.bg-img {
    min-height: 100%;
}
.map-section.doc-theme .location-info-box.active,
.map-section.doc-theme .location-info-box:focus,
.map-section.doc-theme .location-info-box:hover {
}
.map-section.doc-theme .location-info-box.active .content-container,
.map-section.doc-theme .location-info-box:focus .content-container,
.map-section.doc-theme .location-info-box:hover .content-container {
    position: absolute;
    top: 0;
    width: 100%;
}
.map-section.doc-theme .location-info-box.active .bg-img:before,
.map-section.doc-theme .location-info-box:focus .bg-img:before,
.map-section.doc-theme .location-info-box:hover .bg-img:before {
    content: "View More";
    opacity: 1;
    font-size: 0.75em;
    font-weight: 600;
    left: 0;
    width: 100%;
    padding: 0.7em 0 2em 0;
    background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 61.25em) {
    .map-section.doc-theme .location-info-box {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .map-section.doc-theme .location-info-box .title {
        text-align: center;
    }
    .map-section.doc-theme .location-info-box.branch .flex-inner {
        display: flex;
    }
}
.map-section.location-theme {
    background: transparent;
    padding: 5em 0;
    height: auto;
}
.map-section.location-theme .module-grid {
    justify-content: center;
}
.map-section.location-theme .location-info-box {
    transition: transform 0.3s ease;
    transform: scale(1);
    flex: 1 1 33.333%;
    max-width: 270px;
    min-width: 233px;
}
.map-section.location-theme .location-info-box.branch {
    height: auto;
}
.map-section.location-theme .location-info-box.branch .flex-inner {
    position: relative;
}
.map-section.location-theme .location-info-box.branch .title {
    padding: 0.15em;
    border-bottom: none;
    color: #102b52;
    font-weight: 600;
}
.map-section.location-theme .location-info-box.branch .title span {
    display: block;
    font-size: 0.8em;
    font-weight: 400;
}
.map-section.location-theme .location-info-box.branch li {
    margin-top: 0.7em;
}
.map-section.location-theme .location-info-box.branch li,
.map-section.location-theme .location-info-box.branch li a {
    color: #102b52;
    font-weight: 400;
}
.map-section.location-theme .location-info-box.branch .bg-img {
    order: 1;
    position: relative;
    width: 100%;
    display: block;
    padding-top: 100%;
}
.map-section.location-theme .location-info-box.branch .content-container {
    order: 2;
    position: relative;
    background: #f0f0f0;
    z-index: 2;
    transition: opacity 0.5s ease;
    opacity: 1;
    min-height: 5em;
}
@media (min-width: 61.25em) {
    .map-section.location-theme .location-info-box:hover {
        transform: scale(1.15);
        position: relative;
        z-index: 99;
    }
    .map-section.location-theme .location-info-box:hover .flex-inner {
        margin-bottom: 116%;
    }
    .map-section.location-theme .location-info-box.branch .info-list {
        display: none;
    }
    .map-section.location-theme .location-info-box.branch .content-container {
        opacity: 1;
        background: transparent;
    }
    .map-section.location-theme .location-info-box.branch.active .content-container,
    .map-section.location-theme .location-info-box.branch:focus .content-container,
    .map-section.location-theme .location-info-box.branch:hover .content-container {
        opacity: 1;
        min-height: 185px;
        pointer-events: none;
    }
    .map-section.location-theme .location-info-box.branch.active .content-container li.phone a,
    .map-section.location-theme .location-info-box.branch:focus .content-container li.phone a,
    .map-section.location-theme .location-info-box.branch:hover .content-container li.phone a {
        pointer-events: auto;
    }
    .map-section.location-theme .location-info-box.branch.active .bg-img,
    .map-section.location-theme .location-info-box.branch:focus .bg-img,
    .map-section.location-theme .location-info-box.branch:hover .bg-img {
        position: absolute;
    }
    .map-section.location-theme .location-info-box.branch.active .bg-img:before,
    .map-section.location-theme .location-info-box.branch:focus .bg-img:before,
    .map-section.location-theme .location-info-box.branch:hover .bg-img:before {
        content: "+";
        font-size: 1.75em;
        width: 1.2em;
        height: 1.4em;
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        text-align: center;
        font-weight: 700;
        z-index: 2;
        transition: opacity 0.35s ease;
    }
    .map-section.location-theme .location-info-box.branch.active .bg-img:after,
    .map-section.location-theme .location-info-box.branch:focus .bg-img:after,
    .map-section.location-theme .location-info-box.branch:hover .bg-img:after {
        content: "";
        width: 6em;
        height: 6em;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: rgba(61, 116, 209, 0.9);
        transform: translate3d(55%, 55%, 0) rotateZ(45deg);
        transition: transform 0.25s cubic-bezier(1, 0.36, 0.34, 1.51), background-color 0.5s ease;
    }
    .map-section.location-theme .location-info-box.branch.active .bg-img:after,
    .map-section.location-theme .location-info-box.branch:focus .bg-img:after,
    .map-section.location-theme .location-info-box.branch:hover .bg-img:after {
        transform: translate3d(0%, 0%, 0) rotateZ(0deg) scale(5);
    }
    .map-section.location-theme .location-info-box.branch.active .flex-inner,
    .map-section.location-theme .location-info-box.branch:focus .flex-inner,
    .map-section.location-theme .location-info-box.branch:hover .flex-inner {
        height: 1px;
        overflow: visible;
    }
    .map-section.location-theme .location-info-box.branch.active .title,
    .map-section.location-theme .location-info-box.branch.active li,
    .map-section.location-theme .location-info-box.branch.active li a,
    .map-section.location-theme .location-info-box.branch:focus .title,
    .map-section.location-theme .location-info-box.branch:focus li,
    .map-section.location-theme .location-info-box.branch:focus li a,
    .map-section.location-theme .location-info-box.branch:hover .title,
    .map-section.location-theme .location-info-box.branch:hover li,
    .map-section.location-theme .location-info-box.branch:hover li a {
        color: #fff;
    }
    .map-section.location-theme .location-info-box.branch.active .info-list,
    .map-section.location-theme .location-info-box.branch:focus .info-list,
    .map-section.location-theme .location-info-box.branch:hover .info-list {
        display: block;
    }
}
.ourTeamTop .content-section--wrapper {
    padding-bottom: 0;
}
.ourTeamTop h2 {
    text-transform: uppercase;
}
.ourTeamRotator {
    margin: 0;
    padding: 0;
}
.content-section + .ourTeamRotator.content-section .content-section--wrapper {
    padding-top: 0;
}
.map-section .ourTeamRotator .heading,
.ourTeamRotator .map-section .heading,
.ourTeamRotator h1,
.ourTeamRotator h2,
.ourTeamRotator h3 {
    font-size: 2.2em;
    display: block;
    padding: 1em 0 2.5em;
    position: relative;
    margin: 0 auto;
    background: #3d74d1;
    color: #fff;
    align-self: center;
    margin-bottom: -2em;
    width: 90%;
    text-align: center;
    max-width: 575px;
    line-height: 1.1;
}
.teamGrid,
.teamRotator {
    position: relative;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.teamGrid.slick-initialized,
.teamRotator.slick-initialized {
    opacity: 1;
}
.teamGrid .slick-list,
.teamRotator .slick-list {
    overflow: visible;
}
.teamGrid .slick-slide,
.teamRotator .slick-slide {
    filter: blur(4px);
    transition: filter 3s ease;
    position: relative;
}
.teamGrid .slick-active,
.teamRotator .slick-active {
    filter: blur(0px) !important;
}
.teamGrid .teamCategory,
.teamRotator .teamCategory {
    position: relative;
}
.teamGrid .teamCategory .bg-img,
.teamRotator .teamCategory .bg-img {
    width: 100%;
    padding: 100% 0 0 0;
    background-position: top center;
    background-size: cover;
    position: relative;
    transition: transform 0.25s ease;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15);
}
.teamGrid .teamCategory .text,
.teamRotator .teamCategory .text {
    background-color: #102b52;
    width: 100%;
    padding: 1em;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.15;
    color: #fff;
    height: auto;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: opacity 0.2s ease 0.1s, filter 0.2s ease 0.2s;
    pointer-events: none;
    text-transform: capitalize;
}
.teamRotator .slick-slide:hover {
    z-index: 99;
}
.teamRotator .slick-slide:hover + .slick-slide {
    z-index: 1;
}
.teamRotator .teamCategory {
    transform: scale(0.875);
    transition: transform 0.3s ease;
}
.teamRotator .teamCategory .text {
    position: absolute;
    opacity: 0;
    filter: blur(4px);
}
.teamRotator .slick-active .teamCategory:focus,
.teamRotator .slick-active .teamCategory:hover {
    z-index: 99;
    transform: scale(1.3);
}
.teamRotator .slick-active .teamCategory:focus .bg-img,
.teamRotator .slick-active .teamCategory:hover .bg-img {
}
.teamRotator .slick-active .teamCategory:focus .bg-img:after,
.teamRotator .slick-active .teamCategory:hover .bg-img:after {
    opacity: 1;
}
.teamRotator .slick-active .teamCategory:focus .text,
.teamRotator .slick-active .teamCategory:hover .text {
    opacity: 1;
    filter: blur(0);
}
.teamRotator {
    display: none;
    visibility: hidden !important;
}
.teamRotator.slick-initialized {
    display: block;
    visibility: visible !important;
}
.rotatorButton {
    width: 100%;
    text-align: center;
    max-width: 1240px;
    margin: 0 auto;
}
.rotatorButton .button {
    letter-spacing: 0;
    font-weight: 700;
}
.rotatorButton .dropdown-container {
    margin: 0 auto;
    max-width: 350px;
}
.rotatorButton .content {
    padding: 0 3em;
    max-width: 900px;
    margin: 0 auto;
}
@media (min-width: 100em) {
    .rotatorButton {
        min-width: 1000px;
        padding-right: 8% !important;
        padding-left: 8% !important;
    }
}
.teamGrid {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row wrap;
}
.teamGrid .teamCategory {
    display: block;
    flex: 1 1 23%;
    margin: 1%;
    max-width: 33.333%;
    min-width: 150px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #102b52;
}
.teamGrid .teamCategory:hover {
    transform: scale(1.01);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.teamGrid .teamCategory .text {
    opacity: 1;
    filter: blur(0);
    line-height: 1.5em;
}
.teamGrid .teamCategory .text:first-line {
    font-weight: 600;
}
@media (min-width: 23.4375em) {
    .teamGrid .teamCategory {
        min-width: 170px;
    }
}
@media (min-width: 48em) {
    .teamGrid .teamCategory {
        max-width: 23%;
    }
}
@media (min-width: 61.25em) {
    .teamRotator .slick-list {
        z-index: 2;
    }
    .rotatorButton {
        position: relative;
        z-index: 2;
    }
}
.star-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 1em;
}
.star-rating .star-icon {
    height: 1.5em;
    width: 1.525em;
    fill: #3d74d1;
    margin: 0 0.25em 0 0;
    display: inline-block;
    background-size: contain;
    background: url(/images/site/star.svg) no-repeat center center;
}
.star-rating .star-icon.half {
    background: url(/images/site/star-half.svg) no-repeat left center;
}
.star-rating .star-icon + .source {
    width: auto;
}
.star-rating .star-icon + .source a {
    color: #102b52;
    font-weight: 400;
    text-decoration: underline !important;
}
.star-rating + p .title {
    font-size: 1.40625em !important;
    margin-bottom: 0 !important;
}
.testimonials .module-list.border-dividers > .module {
    margin-bottom: 1em;
}
.testimonials .module-list.border-dividers > .module .line-clamp.clamp-3 {
    margin-bottom: 0;
}
.testimonials .module-list.border-dividers > .module .line-clamp.clamp-3 + .toggleClamp {
    display: none;
}
.testimonials .module-list.border-dividers > .module .line-clamp:not(.clamp-3) .ellipsis,
.testimonials .module-list.border-dividers > .module .line-clamp:not(.clamp-3) .fill {
    display: none;
}
.testimonials .module-list.border-dividers > .module .line-clamp .ellipsis {
    font-weight: 400;
    color: #3d74d1;
    cursor: pointer;
}
.testimonials .module-list.border-dividers > .module:after {
    margin-top: 1em;
}
.doc-nav {
    position: relative;
    text-align: center;
    background-color: #102b52;
}
.doc-nav .doc-nav-wrapper {
    padding: 0 5%;
    text-align: left;
}
.doc-nav .headshot-wrapper {
    width: 50%;
    max-width: 490px;
    margin: auto;
}
.doc-nav .headshot-wrapper .headshot {
    padding-top: 100%;
    background-size: cover;
    margin: 0 0 2em 0;
    background-position: center top;
}
.doc-nav .button {
    width: 100%;
    margin-bottom: 1em;
}
.doc-nav .button.JS__toggle-target {
    transition: top 0.2s ease, background 0.2s ease 0.2s, color 0.2s ease 0.2s, width 0.2s ease 0.2s, border-radius 0.2s ease 0.2s;
    top: 5%;
}
.doc-nav .button.JS__toggle-target:after {
    content: " ";
    display: inline-block;
    height: 0;
    width: 0;
    font-size: 0;
    transition: height 0.2s ease 0.2s, width 0.2s ease 0.2s, font-size 0.2s ease 0.2s;
}
.doc-nav .button.JS__toggle-target + .mobile-info {
    filter: blur(10px);
    opacity: 0;
    transition: filter 0.3s ease, opacity 0.2s ease 0.1s;
    display: block;
    position: absolute;
    background: white;
    z-index: 9;
    width: 100%;
    height: 0;
    left: 0;
    padding: 0 2em;
    box-shadow: 3px 0 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.doc-nav .button.JS__toggle-target.show {
    position: fixed;
    width: auto;
    top: 34px;
    left: 0;
    right: 10px;
    border-radius: 0;
    z-index: 1001;
    background: transparent;
    color: #102b52;
    margin-right: 8px;
}
.doc-nav .button.JS__toggle-target.show:after {
    content: "X";
    display: inline-block;
    font-size: 1em;
    margin-left: 1em;
    padding: 0.5em;
    height: 2em;
    width: 2em;
    background: #102b52;
    color: #fff;
    border-radius: 2em;
}
.doc-nav .button.JS__toggle-target.show + .mobile-info {
    filter: blur(0px);
    opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 1000;
    padding: 20% 5%;
    height: auto;
    text-align: center;
}
.doc-nav .button.JS__toggle-target.show + .mobile-info::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
}
.doc-nav .button.JS__toggle-target.show + .mobile-info::-webkit-scrollbar-track {
    background: #fff;
    border: 3px solid #3d74d1;
    border-top: 3px solid #3d74d1;
}
.doc-nav .button.JS__toggle-target.show + .mobile-info::-webkit-scrollbar-thumb {
    background: rgba(61, 116, 209, 0.6);
    border-radius: 4px;
}
.doc-nav .button.JS__toggle-target.show + .mobile-info .map-section .location-info-box {
    text-align: center;
}
@media (max-width: 47.9375em) {
    .doc-nav .doc-nav-wrapper {
        display: flex;
        flex-flow: row wrap;
    }
    .doc-nav .headshot-wrapper {
        order: 1;
        width: 100%;
        max-width: 490px;
        margin: auto;
        padding: 0 16%;
    }
    .doc-nav .button {
        order: 2;
        flex: 0 1 48%;
        font-size: 0.8em;
        justify-content: space-between;
        align-self: center;
        margin: 1em 1% 4em 1%;
    }
    .doc-nav .meetTheDoctor {
        min-width: 70%;
        order: 2;
        margin: -1.5em auto 1em;
    }
}
@media (min-width: 48em) {
    .doc-nav {
        background-color: transparent;
    }
    .doc-nav:before {
        content: " ";
        display: block;
        height: 23.5vw;
        min-height: 250px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #102b52;
        z-index: -1;
    }
    .doc-nav .headshot-wrapper {
        width: 100%;
    }
    .doc-nav .button.JS__toggle-target + .mobile-info {
        filter: blur(0px);
        opacity: 1;
        position: static;
        box-shadow: none;
        padding: 0;
        height: auto;
    }
    .doc-nav .button.mobile-only {
        display: none;
    }
}
.doc-nav p {
    border-top: 1px solid #d3d3d3;
    padding-top: 1em;
    margin: 2em 0 1em 0;
    font-size: 1.21875em;
    font-weight: 600;
}
.doc-nav li {
    margin: 1em 0;
}
.doc-nav + .page-content {
    position: relative;
    margin-top: -2em;
}
.doc-nav + .page-content .doc-name {
    font-size: 2.2em;
    line-height: 1.1;
    font-weight: 500;
    font-family: "Montserrat";
    margin: 0 0 0.5em 0;
    height: auto;
    padding: 1em;
    top: -1.5em;
    color: #fff;
    background: #3d74d1;
}
@media (min-width: 48em) {
    .doc-nav + .page-content {
        margin-top: 0;
        padding-top: 250px;
    }
    .doc-nav + .page-content .doc-name {
        height: 200px;
        top: 0;
        padding: 0 1.4em 1em;
        position: absolute;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
}
.location-nav {
    position: relative;
    text-align: center;
}
.location-nav .location-nav-wrapper {
    padding: 0 5%;
    text-align: left;
}
.location-nav .button {
    width: 100%;
    margin: 1em 0;
}
.location-nav .button.JS__toggle-target {
    transition: top 0.2s ease, background 0.2s ease 0.2s, color 0.2s ease 0.2s, width 0.2s ease 0.2s, border-radius 0.2s ease 0.2s;
    top: 5%;
}
.location-nav .button.JS__toggle-target:after {
    content: " ";
    display: inline-block;
    height: 0;
    width: 0;
    font-size: 0;
    transition: height 0.2s ease 0.2s, width 0.2s ease 0.2s, font-size 0.2s ease 0.2s;
}
.location-nav .button.JS__toggle-target + .mobile-info {
    filter: blur(10px);
    opacity: 0;
    transition: filter 0.3s ease, opacity 0.2s ease 0.1s;
    display: block;
    position: absolute;
    background: white;
    z-index: 9;
    width: 100%;
    height: 0;
    left: 0;
    padding: 0 2em;
    box-shadow: 3px 0 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.location-nav .button.JS__toggle-target.show {
    position: fixed;
    width: auto;
    top: 34px;
    left: 0;
    right: 10px;
    border-radius: 0;
    z-index: 1001;
    background: transparent;
    color: #102b52;
    margin-right: 8px;
}
.location-nav .button.JS__toggle-target.show:after {
    content: "X";
    display: inline-block;
    font-size: 1em;
    margin-left: 1em;
    padding: 0.5em;
    height: 2em;
    width: 2em;
    background: #102b52;
    color: #fff;
    border-radius: 2em;
}
.location-nav .button.JS__toggle-target.show + .mobile-info {
    filter: blur(0px);
    opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 1000;
    padding: 20% 5%;
    height: auto;
    text-align: center;
}
.location-nav .button.JS__toggle-target.show + .mobile-info::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
}
.location-nav .button.JS__toggle-target.show + .mobile-info::-webkit-scrollbar-track {
    background: #fff;
    border: 3px solid #3d74d1;
    border-top: 3px solid #3d74d1;
}
.location-nav .button.JS__toggle-target.show + .mobile-info::-webkit-scrollbar-thumb {
    background: rgba(61, 116, 209, 0.6);
    border-radius: 4px;
}
@media (max-width: 47.9375em) {
    .location-nav .location-nav-wrapper {
        display: flex;
        flex-flow: row wrap;
    }
    .location-nav .button {
        flex: 0 1 48%;
        font-size: 0.8em;
        justify-content: space-between;
        align-self: center;
        margin: 1em 1%;
    }
}
@media (min-width: 48em) {
    .location-nav {
        background-color: transparent;
    }
    .location-nav .button.JS__toggle-target + .mobile-info {
        filter: blur(0px);
        opacity: 1;
        position: static;
        box-shadow: none;
        padding: 0;
        height: auto;
    }
    .location-nav .button.JS__toggle-target {
        display: none;
    }
}
.location-nav h4 {
    border-top: 1px solid #d3d3d3;
    padding-top: 1em;
    margin: 2em 0 1em 0;
    font-size: 1.21875em;
    font-weight: 700;
    text-transform: uppercase;
}
.location-nav h4:first-of-type {
    margin-top: 0;
    border-top: 0;
}
.location-nav p {
    color: #3d74d1;
    line-height: 2em;
    font-weight: 600;
}
.location-nav li {
    margin: 1em 0;
}
.location-nav .sidebar-icons {
    width: 100%;
}
.location-nav .sidebar-icons .icon-container {
    width: 100%;
}
.location-nav .sidebar-icons .icon-container .icon.svg-container {
    min-height: 35px;
    min-width: 35px;
}
@media (min-width: 48em) {
    .location-nav .sidebar-icons .icon-container .icon.svg-container {
        min-height: 50px;
        min-width: 50px;
    }
}
.location-nav + .page-content {
    position: relative;
}
.location-nav + .page-content .map-section .location-name.heading,
.location-nav + .page-content h1.location-name,
.map-section .location-nav + .page-content .location-name.heading {
    height: auto;
    color: #3d74d1;
}
@media (min-width: 48em) {
    .location-nav + .page-content {
        margin-top: 0;
        padding-top: 250px;
    }
}
.location-info .bg-img {
    display: block;
    width: 100%;
    max-width: 1040px;
    height: 0;
    padding-top: 50%;
    background-size: cover;
    background-position: center center;
}
.mg_headline {
    padding-top: 1em;
    border-top: 1px solid #d3d3d3;
}
.allArticlesList {
    min-width: 100%;
    margin: 1em;
}
.vTigerPage .vTigerFormSpace table input,
.vTigerPage .vTigerFormSpace table select,
.vTigerPage .vTigerFormSpace table textarea {
    min-width: 100%;
}
.vTigerPage .vTigerFormSpace table td {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.5em;
}
.vTigerPage .vTigerFormSpace table td:only-child {
    width: 100%;
}
.vTigerPage .vTigerFormSpace table td:only-child input,
.vTigerPage .vTigerFormSpace table td:only-child select,
.vTigerPage .vTigerFormSpace table td:only-child textarea {
    max-width: 100%;
    margin-top: 1em;
}
.vTigerPage .vTigerFormSpace table select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    max-width: 100%;
}
.vTigerPage .vTigerFormSpace table select::-ms-expand {
    display: none;
}
.vTigerPage .vTigerFormSpace table input[hidden],
.vTigerPage .vTigerFormSpace table select[hidden],
.vTigerPage .vTigerFormSpace table textarea[hidden] {
    display: none;
}
.vTigerPage .vTigerFormSpace table select[multiple] {
    background-image: none;
    scrollbar-base-color: #fff;
}
.vTigerPage .vTigerFormSpace table select[multiple]::-webkit-scrollbar {
    width: 0.5em;
}
.vTigerPage .vTigerFormSpace table select[multiple]::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px transparent;
}
.vTigerPage .vTigerFormSpace table select[multiple]::-webkit-scrollbar-thumb {
    background: #3d74d1;
    border-radius: 0.5em;
}
@media (min-width: 55em) {
    .vTigerPage .vTigerFormSpace table td {
        display: inline-block;
        width: 49%;
    }
    .vTigerPage .vTigerFormSpace table td:only-child {
        width: 50%;
        margin-left: 50%;
    }
    .vTigerPage .vTigerFormSpace table td:only-child input,
    .vTigerPage .vTigerFormSpace table td:only-child select,
    .vTigerPage .vTigerFormSpace table td:only-child textarea {
        margin-top: 0;
    }
    .vTigerPage .vTigerFormSpace table td label {
        text-align: right;
        margin-right: 1em;
        display: block;
    }
}
.vTigerPage .vTigerFormSpace input[type="submit"] {
    color: #fff;
    background: #3d74d1;
    transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer;
    margin: 0 auto;
}
.vTigerPage .vTigerFormSpace input[type="submit"]:hover {
    background: #fff;
    color: #3d74d1;
}
.vTigerPage.lasik .sticky-buttons #findDoctor {
    width: 100% !important;
}
.vTigerPage.lasik .sticky-buttons #requestInfo {
    display: none;
}
.gm-style {
    font: 400 11px Montserrat, Arial, sans-serif !important;
}
.table-collapsed table.data-table {
    margin: 1em auto;
}
.table-collapsed table.data-table td,
.table-collapsed table.data-table th {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.table-collapsed table.data-table td:first-child,
.table-collapsed table.data-table th:first-child {
    text-align: left;
    width: 200px;
}
.table-collapsed table.data-table td:nth-child(2),
.table-collapsed table.data-table th:nth-child(2) {
    text-align: left;
}
.table-collapsed table.data-table td:last-child,
.table-collapsed table.data-table th:last-child {
    width: 200px;
}
.table-collapsed table.data-table td {
    border-top: 1px solid #3d74d1;
}
.article-list-section--wrapper .page-nav.hidden + .page-content:not(.two-columns) {
    max-width: none;
}
.article-list-section--wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
}
.article-list-section--wrapper .module-list {
    max-width: 1300px;
    margin: 0 auto;
}
.article-list-section--wrapper.two-columns .module-list {
    max-width: none;
}
.article-list-section--wrapper .page-content.two-columns {
    padding-left: 0;
    padding-right: 0;
}
.article-list-section-inner {
    padding-top: 2em;
    padding-bottom: 2em;
    max-width: 1800px;
    margin: 0 auto;
}
@media (min-width: 48em) {
    .article-list-section-inner.two-columns {
        padding-left: 1em;
        padding-right: 1em;
    }
}
.article .map-section .heading,
.article h1,
.map-section .article .heading {
    margin-bottom: 0.25em;
    font-size: 2em;
}
.article .article-img {
    display: block;
    max-width: 100%;
    max-height: 50vh;
    width: auto;
    height: auto;
}
.article .author {
    margin: 3em 0;
    text-align: left;
    font-size: 0.9em;
}
.article .date {
    color: #767676;
    margin-bottom: 0.25em;
    font-weight: 600;
}
.site-footer--wrapper {
    padding: 3em 4%;
}
.footer-logo {
    width: 100%;
    max-width: 300px;
    margin: 4em auto 3em;
}
.site-content + .footer-tnav {
    margin-top: 4em;
    background-color: #3d74d1;
}
.site-content + .footer-tnav .mission-listing-footer {
    max-width: 1900px;
    margin: 0 auto;
}
.site-footer {
    background-color: #102b52;
    text-align: center;
}
.site-footer:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #102b52;
    transition: height 0s ease 1s;
}
.site-footer .link {
    display: inline-block;
    margin-bottom: 0.5em;
    padding-bottom: 0.1em;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.4s ease;
    color: #fff;
}
.site-footer .link:focus,
.site-footer .link:hover {
    border-bottom-color: #fff;
}
.site-footer .footer-info-module {
    margin: 1em auto;
    max-width: 900px;
    font-size: 1.1em;
}
.site-footer .footer-info-module .subgroup {
    flex: 1 1 250px;
    margin-bottom: 1em;
}
.site-footer .contact-info p {
    color: #fff;
}
.site-footer .contact-info .address {
    margin-bottom: 0.75em;
}
.site-footer .social-icons {
    margin: 2em 0;
}
.site-footer .legal {
    text-align: center;
    clear: both;
    padding: 1em 0.5em;
    color: #fff;
    font-size: 0.925em;
}
@media (min-width: 31.25em) {
    .site-footer .footer-info-module .links-container {
        text-align: left;
    }
    .site-footer .footer-info-module .contact-container {
        text-align: right;
    }
}
.site-footer .footer-info-module {
    justify-content: center;
}
.site-footer .footer-info-module h2 {
    color: #fff;
    font-size: 2.75em;
    font-weight: 500;
}
.site-footer .footer-info-module .footer_card {
    background: #fff;
    padding: 1em;
    margin: 1em 0;
    max-width: 600px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
@media (min-width: 37.5em) {
    .site-footer .footer-info-module .footer_card {
        padding: 1em 4em;
    }
}
.site-footer .footer-info-module .footer_card p:first-of-type {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.site-footer .footer-info-module .footer_card .dropdown-container,
.site-footer .footer-info-module .footer_card a {
    margin: 0 auto;
    width: 100%;
}
.site-footer .footer-info-module .footer_card .dropdown-container span span,
.site-footer .footer-info-module .footer_card a span span {
    display: none;
}
@media (min-width: 37.5em) {
    .site-footer .footer-info-module .footer_card .dropdown-container,
    .site-footer .footer-info-module .footer_card a {
        max-width: 460px;
        width: 100%;
    }
    .site-footer .footer-info-module .footer_card .dropdown-container span span,
    .site-footer .footer-info-module .footer_card a span span {
        display: inline;
    }
}
.site-footer .footer-info-module .footer_card a.button + p {
    margin: 0.25em 0;
}
.slideshow-section {
    position: relative;
}
.slideshow-section [slides] {
    width: 100%;
    height: 100%;
    position: relative;
}
.slideshow-section .slide {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: #e9e9e9;
    text-align: center;
    transition: opacity 2s ease, transform 0.3s ease-out;
    opacity: 0;
    transform: scale(0);
    transform-origin: center center;
}
.slideshow-section .slide.active {
    position: relative;
    display: block;
    z-index: 2;
    opacity: 1;
    transform: scale(1);
}
.slideshow-section .slide[href="#"] {
    cursor: default;
}
.slideshow-section.layout-default .slide-img {
    width: 100%;
    height: 190px;
    background: no-repeat center center;
    background-size: cover;
}
.slideshow-section.layout-default .slide-inner {
    padding: 1em 8%;
    overflow: hidden;
    color: #fff;
    background-color: #3d74d1;
}
.slideshow-section.layout-default .slide-headline {
    margin: 0 0 0.5em 0;
    font-size: 2em;
    color: #fff;
    line-height: 1.1;
}
.slideshow-section.layout-default .slide-copy {
    margin-bottom: 1.25em;
    padding: 0;
    font-size: 1.1em;
    line-height: 1.25;
    color: #fff;
}
.slideshow-section.layout-default .slide-button {
    background-color: transparent;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
}
@media (min-width: 31.25em) {
    .slideshow-section.layout-default .slide-img {
        height: 220px;
    }
}
@media (min-width: 48em) {
    .slideshow-section.layout-default {
    }
    .slideshow-section.layout-default .slide,
    .slideshow-section.layout-default .slideshow-section {
        height: 380px;
    }
    .slideshow-section.layout-default .slide {
        height: 380px;
    }
    .slideshow-section.layout-default .slide-img {
        height: 100%;
    }
    .slideshow-section.layout-default .slide-inner {
        position: absolute;
        width: 90%;
        top: 20%;
        right: 0;
        left: 0;
        margin: auto;
        padding: 1.25em 3%;
        background-color: rgba(61, 116, 209, 0.9);
    }
}
@media (min-width: 61.25em) {
    .slideshow-section.layout-default .slide-inner {
        max-width: 700px;
        font-size: 1.1em;
    }
}
@media (min-width: 75em) {
    .slideshow-section.layout-default .slide,
    .slideshow-section.layout-default .slideshow-section {
        height: 500px;
    }
}
.slideshow-section.homeslide-theme {
    display: none;
    background-color: #3d74d1;
    padding: 2em 0;
}
.slideshow-section.homeslide-theme .slide {
    background-color: transparent;
}
.slideshow-section.homeslide-theme .slide,
.slideshow-section.homeslide-theme .slideshow-section {
    height: auto;
}
.slideshow-section.homeslide-theme .slideshow-title {
    display: block;
    width: 100%;
    transition: all 1s ease;
    padding: 1em;
}
.map-section .slideshow-section.homeslide-theme .heading,
.slideshow-section.homeslide-theme .map-section .heading,
.slideshow-section.homeslide-theme h1,
.slideshow-section.homeslide-theme h2 {
    left: 0;
    right: 0;
    top: 2em;
    width: auto;
    margin: 0 auto;
    color: white;
    text-align: center;
}
.slideshow-section.homeslide-theme .slide-inner {
    background-color: transparent;
    max-width: 1024px;
    position: static;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    padding: 1.25em 3%;
    background-color: transparent !important;
}
.slideshow-section.homeslide-theme svg.svg-icon.star-icon {
    height: 2em;
    width: 2.05em;
    fill: #fec343;
    margin: 0;
}
.slideshow-section.homeslide-theme .source {
    color: #00040b;
    margin-bottom: 2em;
    font-size: 0.75em;
}
.slideshow-section.homeslide-theme .slideshow-nav .arrow.theme-stretch {
    background-color: transparent;
}
@media (min-width: 48em) {
    .slideshow-section.homeslide-theme {
        display: block;
    }
}
.slideshow-section.layout-video {
    height: 450px;
    overflow: hidden;
}
.slideshow-section.layout-video .slide {
    height: 100%;
    transition: opacity 1s ease;
    overflow: hidden;
    background-color: #a0a0a0;
}
.slideshow-section.layout-video .slide-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: no-repeat center center;
    background-size: cover;
}
.slideshow-section.layout-video .slide-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}
.slideshow-section.layout-video .slide-video div.source {
    display: none;
}
.slideshow-section.layout-video .slide-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.slideshow-section.layout-video .slide-video video {
    display: block;
    z-index: -99;
    transition: opacity 1.5s ease;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slideshow-section.layout-video .slide-video video::-webkit-media-controls-play-button,
.slideshow-section.layout-video .slide-video video::-webkit-media-controls-start-playback-button {
    pointer-events: none;
    display: none;
}
@supports (min-width: 48em) and (-ms-ime-align: auto) {
    .slideshow-section.layout-video .slide-video video {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@media (-ms-high-contrast: none), (min-width: 48em) and (-ms-high-contrast: active) {
    .slideshow-section.layout-video .slide-video video {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        transform: translateX(-50%) translateY(-50%);
    }
}
.slideshow-section.layout-video .slide.video-loaded .video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    transition: background-color 1s ease;
}
.slideshow-section.layout-video .slide.video-loaded .slide-img {
    opacity: 0;
}
.slideshow-section.layout-video .slide.active.video-loaded .slide-video video {
    opacity: 1;
    visibility: visible;
}
.slideshow-section.layout-video .slide-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    margin: auto;
    font-size: 0.6em;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slideshow-section.layout-video .content-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 450px;
    z-index: 1;
}
.slideshow-section.layout-video .content-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    border-top: 3px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 4px solid #fff;
    transform: scaleY(1.25) scaleX(0.5);
    transition: transform 0.5s ease, opacity 0.25s ease;
    pointer-events: none;
}
.slideshow-section.layout-video .content-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 2%;
    bottom: 0;
    left: 2%;
    z-index: -1;
    background-color: rgba(61, 116, 209, 0.925);
    transition: transform 0.5s ease-out;
}
@media (min-device-width: 1025px) {
    .slideshow-section.layout-video .content-container:hover:before {
        transform: scaleY(1.4) scaleX(1.25);
        opacity: 1;
    }
    .slideshow-section.layout-video .content-container:hover:after {
        transform: scaleX(6) scaleY(1.2);
    }
    .slideshow-section.layout-video .content-container:hover .content {
        transform: scale(1.1);
    }
    .slideshow-section.layout-video .content-container:hover ~ .video-overlay {
        background-color: rgba(0, 0, 0, 0.6);
    }
}
.slideshow-section.layout-video .content {
    position: relative;
    padding: 2em;
    width: 100%;
    text-align: center;
    transition: transform 0.35s ease;
}
.slideshow-section.layout-video .content a {
    text-decoration: none;
    text-shadow: 0.5px 0.5px #000;
}
.slideshow-section.layout-video .content h2 {
    font-size: 2.75em;
    margin-bottom: 0.25em;
    text-shadow: 0.5px 0.5px #000;
}
.slideshow-section.layout-video .content p {
    font-size: 1.25em;
    line-height: 1.2;
    text-shadow: 0.5px 0.5px #000;
}
.slideshow-section.layout-video .content a,
.slideshow-section.layout-video .content h2,
.slideshow-section.layout-video .content h3,
.slideshow-section.layout-video .content p {
    color: #fff;
}
@media (min-width: 48em) {
    .slideshow-section.layout-video {
        height: auto;
    }
    .slideshow-section.layout-video .slide-inner {
        font-size: 0.75759em;
    }
    .slideshow-section.layout-video .slide {
        height: auto;
        padding-bottom: 56.25%;
    }
    .slideshow-section.layout-video .content-container {
        max-width: 640px;
    }
    .slideshow-section.layout-video .content-container:after {
        right: 0;
        left: 0;
    }
}
@media (min-width: 75em) and (min-device-width: 1025px) {
    .slideshow-section.layout-video {
        height: 550px;
    }
    .slideshow-section.layout-video .slide {
        height: 550px;
        padding-bottom: 0;
    }
}
@media (min-width: 100em) and (min-device-width: 1025px) {
    .slideshow-section.layout-video {
        height: 600px;
    }
    .slideshow-section.layout-video .slide {
        height: 600px;
    }
}
@media (min-width: 118.75em) and (min-device-width: 1025px) {
    .slideshow-section.layout-video {
        height: 750px;
    }
    .slideshow-section.layout-video .slide {
        height: 750px;
    }
}
.slideshow-section.image-section {
    height: auto;
}
.slideshow-section.image-section [slides] {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.slideshow-section.image-section [slides] .section-callout--wrapper {
    align-self: center;
}
.slideshow-section.image-section .slide {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.slideshow-section.image-section.layout-video .content {
    text-align: left;
}
.slideshow-nav {
    display: block;
    width: 100%;
    transition: all 1s ease;
}
.slideshow-nav.one-slide-only {
    display: none !important;
}
.slideshow-nav.ready .arrow,
.slideshow-nav.ready .pagination {
    opacity: 1 !important;
    visibility: visible !important;
}
.slideshow-nav .pagination {
    visibility: hidden;
    opacity: 0;
}
@media (min-width: 48em) {
    .slideshow-nav .pagination {
        display: block;
        position: absolute;
        z-index: 3;
        visibility: visible;
        transition: opacity 1s ease;
    }
    .slideshow-nav .pagination .item {
        cursor: pointer;
        border: 1px solid transparent;
        transition: transform 400ms linear;
    }
    .slideshow-nav .pagination.theme-basic {
        display: flex;
        flex-flow: row nowrap;
        left: 0;
        right: 0;
        bottom: 1em;
        width: 85%;
        max-width: 375px;
        margin: 0 auto;
    }
    .slideshow-nav .pagination.theme-basic .item {
        display: flex;
        flex: 1 1 30px;
        min-height: 26px;
        margin: 0 0.5em;
        background-color: rgba(255, 255, 255, 0.5);
        color: #fff;
        align-items: center;
        justify-content: center;
        transition: background-color 0.5s ease;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    }
    .slideshow-nav .pagination.theme-basic .item.active {
        background-color: rgba(255, 255, 255, 0.9);
    }
}
@media (min-width: 48em) and (min-device-width: 1025px) {
    .slideshow-nav .pagination.theme-basic .item:focus,
    .slideshow-nav .pagination.theme-basic .item:hover {
        background-color: #3d74d1;
    }
}
.slideshow-nav .pagination.theme-eyes {
    display: flex;
    flex-flow: row nowrap;
    left: 0;
    right: 0;
    bottom: 1em;
    width: 85%;
    max-width: 375px;
    margin: 0 auto;
    justify-content: center;
    position: static;
}
.slideshow-nav .pagination.theme-eyes .item {
    height: 3.2em;
    width: 2.5em;
    display: block;
    padding: 0.75em 0.5em;
}
.slideshow-nav .pagination.theme-eyes .item path.eye_white {
    fill: #fff;
    transform: rotateX(90deg);
    transform-origin: center;
    transition: transform 1s ease;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .slideshow-nav .pagination.theme-eyes .item path.eye_white {
        fill: transparent;
        transition: fill 1s ease;
    }
}
.slideshow-nav .pagination.theme-eyes .item path.eye_pupil {
    fill: #102b52;
}
.slideshow-nav .pagination.theme-eyes .item.active path.eye_white {
    transform: rotateX(0deg);
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .slideshow-nav .pagination.theme-eyes .item.active path.eye_white {
        fill: #fff;
    }
}
.slideshow-nav .pagination.theme-eyes .item:not(.active):focus path.eye_white,
.slideshow-nav .pagination.theme-eyes .item:not(.active):hover path.eye_white {
    animation: blink;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
.slideshow-nav .navigation.button {
    display: block;
    position: static;
    z-index: 3;
    visibility: visible;
    transition: opacity 1s ease;
    display: flex;
    flex-flow: row nowrap;
    left: 0;
    right: 0;
    bottom: 4em;
    width: 85%;
    max-width: 375px;
    margin: 0 auto;
    justify-content: center;
}
.slideshow-nav .navigation.button:focus,
.slideshow-nav .navigation.button:hover {
    color: #3d74d1;
}
.slideshow-nav .arrow {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.slideshow-nav .arrow .svg-icon {
    display: block;
    width: 100%;
}
.slideshow-nav .arrow.theme-stretch {
    top: 0px;
    bottom: 0;
    width: 5%;
    min-width: 28px;
    max-width: 90px;
    z-index: 3;
    transition: background-color 0.5s ease, transform 0.45s ease, opacity 1s ease;
    background-color: rgba(255, 255, 255, 0.08);
}
.slideshow-nav .arrow.theme-stretch:active {
    background-color: rgba(0, 0, 0, 0.95);
}
.slideshow-nav .arrow.theme-stretch.left {
    left: 0;
}
.slideshow-nav .arrow.theme-stretch.left .svg-icon {
    transform: translateX(-50%) rotateY(180deg);
}
.slideshow-nav .arrow.theme-stretch.right {
    right: 0;
}
.slideshow-nav .arrow.theme-stretch .svg-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    max-width: 35px;
    margin: auto;
    pointer-events: none;
    fill: rgba(255, 255, 255, 0.6);
    transform: translateX(-50%);
}
@media (min-width: 61.25em) {
    .slideshow-nav .arrow.theme-stretch:focus,
    .slideshow-nav .arrow.theme-stretch:hover {
        background-color: rgba(0, 0, 0, 0.5);
        transform: scale(1.2, 1);
    }
    .slideshow-nav .arrow.theme-stretch:focus .svg-icon,
    .slideshow-nav .arrow.theme-stretch:hover .svg-icon {
        fill: #fff;
    }
}
@media (min-width: 118.75em) {
    .slideshow-nav .arrow.theme-stretch.left {
        left: 50%;
        transform: translate(-950px, 0px);
    }
    .slideshow-nav .arrow.theme-stretch.right {
        right: 50%;
        transform: translate(950px, 0px);
    }
}
.bg-color-A {
    background-color: #3d74d1;
    color: #fff;
    position: relative;
}
.bg-color-A .map-section .heading,
.bg-color-A a,
.bg-color-A h1,
.bg-color-A h2,
.bg-color-A h3,
.bg-color-A h4,
.bg-color-A h5,
.bg-color-A h6,
.bg-color-A p,
.map-section .bg-color-A .heading {
    color: #fff;
    font-size: 2.2em;
}
.bg-color-B {
    background-color: #102b52;
    color: #fff;
    position: relative;
}
.bg-color-B .map-section .heading,
.bg-color-B a,
.bg-color-B h1,
.bg-color-B h2,
.bg-color-B h3,
.bg-color-B h4,
.bg-color-B h5,
.bg-color-B h6,
.bg-color-B p,
.map-section .bg-color-B .heading {
    color: #fff;
    font-size: 2.2em;
}
.bg-color-B .page-content > .content {
    margin-bottom: 0;
}
.bg-blue {
    background-color: #3d74d1;
}
.header-alert.theme-default {
    background-color: #d14343;
}
.header-alert.theme-default p {
    color: #fff;
}
.header-alert.theme-default .nav-item {
    box-shadow: inset 0 0 0 1px #fff;
}
.header-alert.theme-default .nav-item .icon {
    fill: #fff;
}
.header-alert.theme-default .content-toggle:focus,
.header-alert.theme-default .content-toggle:hover,
.header-alert.theme-default .nav-item:focus,
.header-alert.theme-default .nav-item:hover {
    background-color: #464646;
}
.theme-grey-lightest .fill {
    background-color: #f3f3f3;
}
.theme-grey-lightest .ellipsis {
    background: linear-gradient(to right, rgba(240, 240, 240, 0.7) 0%, #f3f3f3 100%);
}
.theme-grey-lightest.module .cat-tags {
    background-color: #dcdcdc;
}
.theme-grey-lightest.module.author,
.theme-grey-lightest.module .content,
.theme-grey-lightest.module.layout-A .nav,
.theme-grey-lightest.module.layout-article .content-container {
    background-color: #f3f3f3;
}
.theme-grey-lightest.category-list-nav .category-list-title {
    color: #fff;
    background-color: #3d74d1;
}
.theme-grey-lightest.category-list-nav .category-list-title:before {
    border-top-color: #fff;
}
.theme-grey-lightest.category-list-nav .link {
    background-color: #f3f3f3;
}
.theme-grey-lightest.category-list-nav .link.active {
    color: #fff;
    background-color: #636363 !important;
}
.theme-grey-lightest.category-list-nav .link:hover {
    background-color: #d3d3d3;
}
.theme-grey.content-callout .content,
.theme-grey.content-callout .form {
    background-color: #f0f0f0;
}
.theme-grey-light-outline.module.layout-A .content {
    box-shadow: inset 0 0 0 10px #e9e9e9;
}
.theme-primary-outline.module.layout-A .content {
    border: 12px solid #3d74d1;
}
.theme-white.form input,
.theme-white.form select,
.theme-white.form textarea {
    background-color: #fff;
}
.theme-white.content {
    color: #fff;
}
.map-section .theme-white.content .heading,
.theme-white.content .map-section .heading,
.theme-white.content a,
.theme-white.content h1,
.theme-white.content h2,
.theme-white.content h3,
.theme-white.content h4,
.theme-white.content h5,
.theme-white.content li,
.theme-white.content p {
    color: #fff;
}
.theme-white.module.layout-article .content-container {
    background-color: #fff;
}
.theme-white.nav .button {
    background-color: #464646;
    color: #fff;
}
.theme-white.nav .button:focus,
.theme-white.nav .button:hover {
    background-color: #2d2d2d;
}
.theme-white .button.dark-green:focus,
.theme-white .button.dark-green:hover {
    background-color: #fff;
    color: #3d74d1;
}
.icon.svg-container {
    fill: #fff;
}
.icon.svg-container:focus,
.icon.svg-container:hover {
    fill: #fff;
    background-color: #102b52;
}
.dark-icons.icon-container .icon {
    fill: #3d74d1;
    background-color: #fff;
}
.dark-icons.icon-container .icon:focus,
.dark-icons.icon-container .icon:hover {
    fill: #fff;
}
.dark-icons.icon-container.layout-A .icon:focus,
.dark-icons.icon-container.layout-A .icon:hover {
    background-color: #3d74d1;
}
.dark-icons.icon-container.layout-B .icon .animate-elm {
    border: 2px solid #3d74d1;
}
.dark-icons.icon-container.layout-B .icon:focus,
.dark-icons.icon-container.layout-B .icon:hover {
    fill: #fff;
    background-color: transparent;
}
.dark-icons.icon-container.layout-B .icon:focus .animate-elm,
.dark-icons.icon-container.layout-B .icon:hover .animate-elm {
    background-color: #3d74d1;
}
.dark-icons.icon-container.layout-C .icon .animate-elm {
    border: 1px solid #3d74d1;
}
.dark-icons.icon-container.layout-C .icon:focus,
.dark-icons.icon-container.layout-C .icon:hover {
    fill: #fff;
    background-color: #464646;
}
.dark-icons.icon-container.layout-C .icon:focus .animate-elm,
.dark-icons.icon-container.layout-C .icon:hover .animate-elm {
    box-shadow: 0 0 0 2px #fff;
}
.dark-icons.icon-container.layout-D .icon .animate-elm {
    background-color: #f0f0f0;
}
.dark-icons.icon-container.layout-D .icon:focus,
.dark-icons.icon-container.layout-D .icon:hover {
    fill: #fff;
    background-color: #464646;
}
.dark-icons.icon-container.layout-E .icon {
    background-color: transparent;
}
.dark-icons.icon-container.layout-E .icon .container {
    background-color: #fff;
}
.dark-icons.icon-container.layout-E .icon .animate-elm {
    box-shadow: 0 0 0 3px #244f98;
}
.dark-icons.icon-container.layout-E .icon:focus,
.dark-icons.icon-container.layout-E .icon:hover {
}
.dark-icons.icon-container.layout-E .icon:focus .container,
.dark-icons.icon-container.layout-E .icon:hover .container {
    background-color: #3d74d1;
}
.light-icons.icon-container {
}
.light-icons.icon-container.layout-A .icon {
    background-color: rgba(255, 255, 255, 0.2);
}
.light-icons.icon-container.layout-A .icon:focus,
.light-icons.icon-container.layout-A .icon:hover {
    background-color: #464646;
}
.light-icons.icon-container.layout-B .icon {
    background-color: transparent;
}
.light-icons.icon-container.layout-B .icon .animate-elm {
    border: 1px solid #fff;
}
.light-icons.icon-container.layout-B .icon:focus,
.light-icons.icon-container.layout-B .icon:hover {
    fill: #fff;
}
.light-icons.icon-container.layout-B .icon:focus .animate-elm,
.light-icons.icon-container.layout-B .icon:hover .animate-elm {
    background-color: #464646;
    border: 1px solid transparent;
}
.light-icons.icon-container.layout-C .icon .animate-elm {
    border: 1px solid #fff;
}
.light-icons.icon-container.layout-C .icon:focus,
.light-icons.icon-container.layout-C .icon:hover {
    fill: #fff;
    background-color: #464646;
}
.light-icons.icon-container.layout-C .icon:focus .animate-elm,
.light-icons.icon-container.layout-C .icon:hover .animate-elm {
    box-shadow: 0 0 0 2px #fff;
}
.light-icons.icon-container.layout-D .icon .animate-elm {
    background-color: #3d74d1;
}
.light-icons.icon-container.layout-D .icon:focus,
.light-icons.icon-container.layout-D .icon:hover {
    fill: #fff;
    background-color: #464646;
}
.light-icons.icon-container.layout-E .icon {
    background-color: rgba(255, 255, 255, 0.2);
}
.light-icons.icon-container.layout-E .icon .animate-elm {
    box-shadow: 0 0 0 3px #fff;
}
.animate-fade-up {
    transform: translateY(25px) scale(0.99);
    transition: transform 1s ease, opacity 1.5s ease;
    opacity: 0;
    transform-origin: center bottom;
}
.animate-fade-up.in-view {
    transform: translateY(0px) scale(1);
    opacity: 1;
}
.animate-container-fade-scale-pop .animate-this-element {
    transform: translateY(25px) scale(0.5);
    opacity: 0.15;
    transition: transform 0.65s cubic-bezier(0.81, -0.53, 0, 1.35), opacity 0.75s ease 0.3s, background-color 0.65s ease 0.3s;
}
.animate-container-fade-scale-pop.in-view .animate-this-element {
    transform: translateY(0px) scale(1);
    opacity: 1;
}
@media (min-width: 25em) {
    html {
        z-index: 1;
    }
}
@media (min-width: 31.25em) {
    html {
        z-index: 3;
    }
}
@media (min-width: 37.5em) {
    html {
        z-index: 5;
    }
}
@media (min-width: 48em) {
    [class*="--wrapper"] {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }
    html {
        z-index: 10;
    }
    .two-columns:after,
    .two-columns:before {
        content: " ";
        display: table;
    }
    .two-columns:after {
        clear: both;
    }
    .two-columns > .nav-list {
        width: 27%;
        float: left;
        position: static;
        opacity: 1;
        top: -5.5em;
        position: relative;
    }
    .two-columns > .nav-list.no-header {
        top: -4em;
    }
    .two-columns > .nav-list + .page-content {
        width: 72%;
        float: left;
        padding-left: 1%;
        margin-left: auto;
        margin-right: auto;
    }
    .two-columns > .nav-list.doc-nav,
    .two-columns > .nav-list.location-nav {
        top: 0;
    }
    .two-columns > .category-list-nav {
        width: 100%;
        margin-bottom: 2.5em;
        float: none;
        padding-right: 0;
    }
    .two-columns.page-nav-empty > .page-content {
        float: none;
        width: 100% !important;
        transition: width 0.85s ease;
        padding: 0 4% !important;
    }
    .page-nav-empty .page-content:not(.two-columns),
    .page-nav.hidden + .page-content:not(.two-columns) {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .content-section + .content-section .content-section--wrapper {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .content-section + .content-section main {
        width: 100%;
        padding-right: 16% !important;
        padding-left: 28% !important;
    }
    .two-columns .page-sidebar {
        width: 35%;
        padding-left: 4%;
        padding-right: 2em;
        padding-top: 3em;
    }
    .two-columns .page-sidebar + .page-content {
        width: 65%;
        padding-right: 4%;
        padding-left: 3em;
        padding-top: 3em;
    }
    .find-a-doctor .two-columns .page-sidebar + .page-content {
        padding-top: 250px;
    }
}
@media (min-width: 61.25em) {
    html {
        z-index: 20;
    }
}
@media (min-width: 75em) {
    [class*="--wrapper"] {
        padding-left: 0%;
        padding-right: 0%;
    }
    html {
        z-index: 30;
    }
    .two-columns .page-nav {
        width: 25%;
    }
    .two-columns .page-nav + .page-content {
        width: 75%;
        padding-right: 16%;
        padding-left: 2%;
    }
    .two-columns .page-sidebar {
        width: 45%;
        padding-left: 16.5%;
        padding-right: 2em;
        padding-top: 3em;
    }
    .two-columns .page-sidebar + .page-content {
        width: 55%;
        padding-right: 16.5%;
        padding-left: 3em;
        padding-top: 3em;
    }
    .two-columns .page-sidebar.location-nav {
        width: 40%;
    }
    .two-columns .page-sidebar.location-nav + .page-content {
        width: 60%;
        padding-top: 3em;
    }
    .two-columns > .content {
        width: 70%;
        float: left;
        padding-right: 6%;
    }
    .two-columns > .content ~ .content-callout {
        width: 30%;
        float: right;
        clear: right;
    }
    .two-columns > .category-list-nav {
        width: 30%;
        float: right;
        margin-bottom: 2em;
        padding: 0;
    }
    .two-columns > .category-list-nav + .module-list {
        width: 70%;
        float: left;
        padding-right: 6%;
    }
    .two-columns > .module-list ~ .content-callout {
        width: 30%;
        float: right;
        clear: right;
    }
    .layout-content-webform:after,
    .layout-content-webform:before {
        content: " ";
        display: table;
    }
    .layout-content-webform:after {
        clear: both;
    }
    .layout-content-webform > .content {
        width: 43%;
        float: left;
        margin-right: 3%;
    }
    .layout-content-webform > .form-container {
        width: 54%;
        float: right;
    }
    .two-columns .page-content.two-columns {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 100em) {
    [class*="--wrapper"] {
        padding-left: 8%;
        padding-right: 8%;
    }
    html {
        z-index: 40;
    }
}
@media (min-width: 118.75em) {
    [class*="--wrapper"] {
        padding-left: 14%;
        padding-right: 14%;
    }
    html {
        z-index: 50;
    }
}
@media (min-width: 125em) {
    [class*="--wrapper"] {
        padding-left: 16%;
        padding-right: 16%;
    }
    html {
        z-index: 60;
    }
}
body {
    transition: filter 1s ease, font-size 1s ease;
}
.contrast {
    overflow: hidden;
    -webkit-filter: grayscale(100%) contrast(2);
    filter: grayscale(100%) contrast(2);
}
.contrast .map-section .heading,
.contrast a,
.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast li,
.contrast p,
.contrast td,
.map-section .contrast .heading {
    font-weight: 600;
}
.contrast .site-footer:after {
    height: 0 !important;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .contrast .button {
        background: black !important;
        color: white !important;
    }
    .contrast .button:focus,
    .contrast .button:hover {
        background: white !important;
        color: black !important;
        box-shadow: inset 0 0 0 2px black !important;
    }
    .contrast .button.ghost {
        background: white !important;
        color: black !important;
        box-shadow: inset 0 0 0 2px black !important;
    }
    .contrast .button.ghost:focus,
    .contrast .button.ghost:hover {
        background: black !important;
        color: white !important;
    }
    .contrast .map-section .heading,
    .contrast .map-section .heading em,
    .contrast .map-section .heading span,
    .contrast h1,
    .contrast h1 em,
    .contrast h1 span,
    .contrast h2,
    .contrast h2 em,
    .contrast h2 span,
    .contrast h3,
    .contrast h3 em,
    .contrast h3 span,
    .contrast h4,
    .contrast h4 em,
    .contrast h4 span,
    .contrast h5,
    .contrast h5 em,
    .contrast h5 span,
    .contrast p,
    .contrast p em,
    .contrast p span,
    .map-section .contrast .heading,
    .map-section .contrast .heading em,
    .map-section .contrast .heading span {
        background: white !important;
        color: black !important;
        animation: none;
    }
    .contrast .addpad,
    .contrast .map-section .heading,
    .contrast h1,
    .contrast h2,
    .contrast h3,
    .contrast h4,
    .contrast h5,
    .contrast p,
    .map-section .contrast .heading {
        padding: 0.5em;
    }
    .contrast #findDoctor .map-section .heading,
    .contrast #findDoctor h1,
    .contrast #findDoctor h2,
    .contrast #findDoctor h3,
    .contrast #findDoctor h4,
    .contrast #findDoctor h5,
    .contrast #findDoctor p,
    .contrast .cms-content .map-section .heading,
    .contrast .cms-content h1,
    .contrast .cms-content h2,
    .contrast .cms-content h3,
    .contrast .cms-content h4,
    .contrast .cms-content h5,
    .contrast .cms-content p,
    .map-section .contrast #findDoctor .heading,
    .map-section .contrast .cms-content .heading {
        padding: 0;
    }
    .contrast #findDoctor,
    .contrast .cw,
    .contrast .layout-toggle-links .subgroup.content-container.JS__toggle-target,
    .contrast .main-nav-list .drop-down .back-link,
    .contrast .map-info-overlay,
    .contrast .slideshow-section.homeslide-theme {
        background: white !important;
    }
    .contrast .cb,
    .contrast .circle,
    .contrast .docMenu,
    .contrast .main-nav-list .drop-down .link:focus,
    .contrast .main-nav-list .drop-down .link:hover,
    .contrast .main-nav-list .link .drop-down-arrow,
    .contrast .topNavPhone {
        background: black !important;
    }
    .contrast .colorwht,
    .contrast .main-nav-list .drop-down .link:focus,
    .contrast .main-nav-list .drop-down .link:hover {
        color: white !important;
    }
    .contrast .colorblk,
    .contrast .feature .layout-toggle-links .module-drop-down .content a,
    .contrast .feature .layout-toggle-links .title,
    .contrast .layout-toggle-links .subgroup.content-container.JS__toggle-target .title,
    .contrast .main-nav-list .drop-down .link,
    .contrast .page-nav .level-1 .link {
        color: black !important;
    }
    .contrast .main-nav-list .drop-down .drop-down-arrow .svg-icon {
        fill: white !important;
    }
    .contrast .layout-mission-item .tab-button p {
        color: white !important;
        background: black !important;
        box-shadow: 0 0 0 2px white !important;
    }
    .contrast .layout-mission-item.active .tab-button p {
        color: black !important;
        background: white !important;
        box-shadow: 0 0 0 2px black !important;
    }
    .contrast .map-section .map-info-overlay input[type="text"] {
        background: white !important;
        border-color: black !important;
        color: black !important;
    }
    .contrast .map-section .map-info-overlay input[type="text"]:-ms-input-placeholder {
        color: black !important;
    }
    .contrast #findDoctor {
        box-shadow: 0 0 0 2px black !important;
    }
    .contrast .module.layout-toggle-links.theme-blue .toggle-elm .arrow,
    .contrast .module.layout-toggle-links .toggle-elm .arrow {
        border-right: 0.15em solid black !important;
        border-bottom: 0.8em solid black !important;
    }
    .contrast .module.layout-toggle-links.show .toggle-elm .arrow,
    .contrast .module.layout-toggle-links.theme-blue.show .toggle-elm .arrow {
        border-right: 0.15em solid transparent !important;
        border-bottom: 0.8em solid transparent !important;
    }
    .contrast .map-section .location-info-box .bg-img:after {
        background-color: black !important;
    }
    .contrast .ourTeamRotator .map-section .heading,
    .contrast .ourTeamRotator h1,
    .map-section .contrast .ourTeamRotator .heading {
        padding: 1em 0 2.5em;
    }
    .contrast .docMenu h3 {
        color: white !important;
        background: transparent !important;
        padding: 0;
    }
    .contrast .docMenu p {
        color: white !important;
        background: transparent !important;
        padding: 0;
    }
    .contrast .docMenu .button {
        color: black !important;
        background: white !important;
    }
    .contrast .image-section.has-callout .section-callout.theme-header h2,
    .contrast .image-section.has-callout .section-callout.theme-header h3 {
        padding: 0;
        color: white !important;
        background-color: black !important;
    }
    .contrast .bg-color-B .map-section .heading,
    .contrast .bg-color-B a,
    .contrast .bg-color-B h1,
    .contrast .bg-color-B h2,
    .contrast .bg-color-B h3,
    .contrast .bg-color-B h4,
    .contrast .bg-color-B h5,
    .contrast .bg-color-B h6,
    .contrast .bg-color-B p,
    .contrast .map-section .bg-color-B .heading,
    .map-section .contrast .bg-color-B .heading {
        color: white !important;
        background: transparent !important;
    }
    .contrast .site-footer h2,
    .contrast .site-footer p {
        background: transparent !important;
        color: white !important;
    }
    .contrast .site-footer .footer_card p {
        background: transparent !important;
        color: black !important;
    }
}
