@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
body {
    color: var(--text-color);
    font-family: var(--font-body);
    margin: var(--fixed-header-height) 0 var(--mobile-cta-height);
    line-height: 1.7;
}
body :focus {
    outline-color: #000;
    outline-style: dotted;
    outline-width: 1px;
}
body.media {
    display: block;
}
body.no-scrolling {
    overflow: hidden;
}
a,
button {
    transition: 0.2s;
    color: var(--color-primary);
    cursor: pointer;
}
a:focus,
a:hover,
button:focus,
button:hover {
    color: var(--color-secondary);
}
a:focus {
    outline-style: dotted;
    outline-width: 1px;
}
a:not(.btn) {
    text-decoration: underline;
}
p {
    margin-bottom: 1.5rem;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
[tabindex]:not([tabindex="-1"]):focus,
input:focus,
select:focus,
textarea:focus {
    outline-style: dotted;
    outline-width: 1px;
}
iframe {
    display: block;
    width: 100%;
    border: none;
}
.font-heading,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.lead,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
}
.font-body {
    font-family: var(--font-body);
}
.btn-skip-content {
    position: fixed !important;
    z-index: 1050;
}
.btn-skip-content,
.btn-skip-nav {
    top: 0;
    left: 0;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.375rem 0.75rem;
}
.btn-skip-nav {
    position: absolute !important;
    z-index: 1030;
}
.btn-wcag {
    height: 45px;
    width: 45px;
    padding: 0;
    font-size: 1rem;
    background: var(--color-primary-wcag) !important;
    color: #fff !important;
    border: 1px solid #fff;
}
.btn-wcag:focus,
.btn-wcag:hover {
    background: #fff !important;
    color: var(--color-primary-wcag) !important;
    border-color: var(--color-primary-wcag) !important;
}
.btn-wcag--absolute {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.btn-wcag--fixed {
    position: fixed;
    bottom: 50px;
    left: 10px;
    z-index: 99;
}
@media (max-width: 350px) {
    .btn-wcag {
        height: 35px;
        width: 35px;
        font-size: 0.925rem;
    }
}
@media (max-width: 767px) {
    .btn-container .btn {
        width: 100%;
    }
}
.call-to-action-mobile .btn {
    background: var(--color-secondary);
    color: #fff;
    border-color: #fff;
}
.call-to-action-mobile .btn:focus,
.call-to-action-mobile .btn:hover {
    color: var(--color-secondary);
    background: #fff;
}
@media (max-width: 450px) {
    .call-to-action-mobile .btn {
        font-size: 0.775rem;
    }
}
@media (max-width: 350px) {
    .call-to-action-mobile .btn {
        font-size: 0.75rem;
        letter-spacing: 0;
        padding: 10px;
    }
}
.grecaptcha-badge {
    display: none !important;
}
.menu-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.embed-responsive {
    margin-bottom: 1rem;
}
.alert-fixed-bottom {
    display: none;
}
@media (max-width: 575px) {
    .google-map {
        height: 300px;
    }
}
.link-team-login {
    font-weight: 600;
}
.map-js {
    height: 100%;
}
.map-js__container {
    height: 600px;
}
.map-js__container .row {
    height: 100%;
}
.map-js__locations-container {
    height: 100%;
    overflow: auto;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}
.map-js__locations-container::-webkit-scrollbar {
    width: 8px;
}
.map-js__locations-container::-webkit-scrollbar-track {
    background: #d0d0d0;
}
.map-js__locations-container::-webkit-scrollbar-thumb {
    background: var(--color-primary);
}
.map-js__locations-container::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary);
}
.map-js__location {
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px;
}
.map-js__location:not(:last-child) {
    margin-bottom: 1.5rem;
}
.map-js__location h2 {
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.map-js .gm-style-iw {
    padding: 0 !important;
}
.map-js .gm-style-iw > div {
    overflow: auto !important;
}
.map-js .map-modal-content {
    color: #000;
    padding: 20px;
}
.map-js .map-modal-content .h5 {
    font-weight: 600;
    font-size: 1.1rem;
}
.map-js .map-modal-content .phone_anchor {
    color: var(--color-secondary) !important;
}
@media (max-width: 991px) {
    .map-js__locations-container {
        border: none;
    }
    .map-js__container--simple {
        height: 450px;
    }
    .map-js__container--full {
        height: auto;
    }
    .map-js__container--full .map-js {
        height: 450px;
    }
}
@media (max-width: 575px) {
    .map-js__container--full .map-js,
    .map-js__container--simple {
        height: 350px;
    }
    .map-js__location {
        padding: 15px;
        font-size: 0.875rem;
    }
    .map-js__location .h5 {
        font-size: 1.25rem;
    }
    .map-js__location .btn {
        font-size: 0.775rem;
        padding: 5px 10px;
    }
}
.custom-list {
    font-size: 1.125rem;
    padding: 0;
    list-style: none;
    font-family: var(--font-heading);
    font-weight: 500;
}
.custom-list li {
    position: relative;
    padding-left: 22px;
}
.custom-list li:not(:last-child) {
    margin-bottom: 0.25rem;
}
.custom-list li:before {
    content: "";
    background-image: url(../images/check.svg);
    height: 15px;
    width: 15px;
    position: absolute;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    top: 7px;
    left: 0;
}
.pt-6 {
    padding-top: var(--padding-sm);
}
.pt-header-6 {
    padding-top: calc(var(--padding-sm) + var(--header-bottom-height));
}
.pb-6,
.py-6 {
    padding-bottom: var(--padding-sm);
}
.py-6 {
    padding-top: var(--padding-sm);
}
.pt-7 {
    padding-top: var(--padding-lg);
}
.pb-7,
.py-7 {
    padding-bottom: var(--padding-lg);
}
.py-7 {
    padding-top: var(--padding-lg);
}
@media (max-width: 575px) {
    .pb-mobile-0 {
        padding-bottom: 0 !important;
    }
}
.mt-header {
    margin-top: calc(var(--fixed-header-height) + var(--header-bottom-height));
}
@media (min-width: 992px) {
    .separator li:not(:last-of-type) {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .separator li:not(:last-of-type):after {
        content: "|";
        margin: 0 0.5rem;
    }
}
.separator .nav-link {
    padding: 0 0.5rem;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-img {
    background-size: cover;
    background-position: 50%;
}
@media (min-width: 768px) {
    .attachment-fixed {
        background-attachment: fixed;
    }
}
@media (max-width: 991px) {
    .fixed-top {
        z-index: 1031;
        max-height: 100vh;
    }
}
.overflow-hidden {
    overflow: hidden !important;
}
.mh-100 {
    min-height: 100vh;
}
.turn-white {
    filter: brightness(0) invert(1);
}
.img-shadow img,
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-hover {
    transition: 0.3s;
}
.shadow-hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
}
.underline-item {
    position: relative;
}
.underline-item:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 5px;
    background: var(--color-secondary);
    transition: 0.3s ease;
}
.underline-hover:focus .underline-item:after,
.underline-hover:hover .underline-item:after {
    width: 100px;
}
.col-bg-secondary {
    position: relative;
}
.col-bg-secondary:after {
    content: "";
    background: var(--color-secondary);
    position: absolute;
    z-index: -1;
    width: 50vw;
    height: 100%;
    top: 0;
    right: 0;
}
@media (max-width: 991px) {
    .col-bg-secondary:after {
        width: 100vw;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
.row-vertical-gap {
    row-gap: 30px;
}
@media (min-width: 768px) {
    .list-columns-2 {
        column-count: 2;
        padding-left: 20px;
        column-gap: 45px;
    }
    .list-columns-2 li {
        padding: 0.5rem 0;
    }
}
.media-caption {
    width: 100% !important;
}
@media (min-width: 768px) {
    .container-xs {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1400px) {
    .container-lg,
    .container-xl {
        max-width: 1360px;
    }
}
@media (min-width: 1600px) {
    .container-xl {
        max-width: 1560px;
    }
}
.bg-primary {
    color: #fff;
    background-color: var(--color-primary) !important;
}
.bg-secondary {
    background-color: var(--color-secondary) !important;
}
.bg-gray {
    background-color: #f6f6f6;
}
.bg-gray-dark {
    background-color: #4e4d4d;
}
.bg-primary a:focus,
.bg-secondary a:focus,
.bg-tetriary a:focus,
.white-outline a:focus {
    outline-color: #fff !important;
}
.bg-primary a:not(.btn),
.bg-secondary a:not(.btn),
.bg-tetriary a:not(.btn),
.white-outline a:not(.btn) {
    color: #fff;
}
.bg-white a:focus {
    outline-color: #000 !important;
}
.text-white :focus {
    outline-color: #fff;
}
.text-white a:not(.btn) {
    color: #fff !important;
}
.text-primary {
    color: var(--color-primary) !important;
}
.text-secondary {
    color: var(--color-secondary) !important;
}
.border-primary,
hr {
    border-color: var(--color-primary) !important;
}
.border-secondary {
    border-color: var(--color-secondary) !important;
}
.alignnone {
    margin-left: 0;
    margin-right: 0;
}
.aligncenter {
    display: block;
    margin: 1rem auto;
}
.alignleft,
.alignright {
    margin-bottom: 1rem;
}
@media (min-width: 576px) {
    .alignleft {
        float: left;
        margin-right: 1rem;
    }
    .alignright {
        float: right;
        margin-left: 1rem;
    }
}
.btn {
    text-decoration: none !important;
    white-space: normal;
    border: 2px solid;
    border-radius: 5px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.12);
    padding: 9px 18px;
    font-weight: 600;
    font-size: 0.9375rem;
    box-shadow: none !important;
}
.btn:focus {
    outline: none;
}
.btn .svg-inline--fa {
    border-bottom: none !important;
    margin-right: 0.25rem;
}
@media (max-width: 350px) {
    .btn {
        padding: 6px 14px;
        font-size: 0.825rem;
    }
}
.btn-primary {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background: #fff;
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.btn-outline-primary {
    background: #fff;
    color: var(--color-primary);
    border-color: #fff;
}
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background: var(--color-primary);
    color: #fff;
    border-color: #fff;
}
.btn-secondary {
    background: var(--color-secondary);
    color: #fff;
    border-color: var(--color-secondary);
}
.btn-outline-secondary,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    background: #fff;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background: var(--color-secondary);
    color: #fff;
    border-color: var(--color-secondary);
}
.btn-white {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-black,
.btn-white:focus,
.btn-white:hover,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active {
    background: #fff;
    color: #000;
}
.btn-black {
    border-color: #000;
}
.btn-black:focus,
.btn-black:hover,
.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active {
    background: #000;
    color: #fff;
}
.btn-red {
    background: #f16262;
    color: #fff;
    border-color: #f16262;
}
.btn-red:focus,
.btn-red:hover,
.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active {
    background: #fff;
    color: #f16262;
}
.overlay-grid,
.overlay-solid {
    position: relative;
    z-index: 1;
}
.overlay-grid:before,
.overlay-solid:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background: #000;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.overlay-grid.overlay-left:before,
.overlay-solid.overlay-left:before {
    width: 50%;
}
.overlay-grid.overlay-right:before,
.overlay-solid.overlay-right:before {
    width: 50%;
    left: auto;
}
.overlay-none:before {
    display: none;
}
.overlay-light:before {
    background: #fff;
}
.overlay-gradient:before {
    background: linear-gradient(0deg, var(--color-primary) 31%, #fff 91%);
}
.overlay-primary:before {
    background: var(--color-primary);
}
.overlay-secondary:before {
    background: var(--color-secondary);
}
.overlay-grid:before {
    background: -webkit-repeating-linear-gradient(315deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 0, rgba(0, 0, 0, 0.3) 3px);
    background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 0, rgba(0, 0, 0, 0.3) 3px);
    background-size: 4px 4px;
}
.overlay-solid-hover:focus:before,
.overlay-solid-hover:hover:before {
    opacity: 0.3;
}
.navbar {
    padding: 0;
}
.navbar-nav a {
    text-decoration: none !important;
}
.navbar-nav .menu-underline {
    position: relative;
}
.navbar-nav .menu-underline:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 100%;
    left: 0;
    background: currentColor;
    transition: 0.4s;
}
.navbar-nav .menu-underline:focus:after,
.navbar-nav .menu-underline:hover:after {
    width: 100%;
}
.navbar-nav .menu-item {
    padding: 1rem 0;
}
.navbar-nav .menu-item > .dropdown-menu {
    margin-top: 5px !important;
}
.navbar-nav .nav-link {
    padding: 0 !important;
    margin: 0 0.75rem;
    font-weight: 600;
}
.navbar-nav .sub-arrow .svg-inline--fa {
    pointer-events: none;
}
.navbar-nav .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0.5rem 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #000 !important;
    padding: 0;
    margin: 5px 0;
    background: transparent;
    outline-color: #000 !important;
}
@media (max-width: 1399px) {
    .navbar-nav .nav-link {
        margin: 0 0.5rem;
        font-size: 0.925rem;
    }
}
.navbar-dark .nav-link {
    color: #fff !important;
}
.navbar-dark .navbar-toggler span {
    background: #fff;
}
.navbar-light .nav-link {
    color: var(--color-secondary) !important;
}
.navbar-toggler {
    --line-width: 34px;
    --line-height: 3px;
    --line-distance: 7px;
    position: relative;
    height: calc((var(--line-height) * 3) + (var(--line-distance) * 2) + 8px);
    width: calc(var(--line-width) + 8px);
    border: none;
}
.navbar-toggler span {
    border: none;
    padding: 0;
    height: var(--line-height);
    width: var(--line-width);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.35s ease;
    cursor: pointer;
    background: var(--color-secondary);
}
.navbar-toggler span:first-of-type {
    top: calc(50% - var(--line-distance) - var(--line-height));
}
.navbar-toggler span:nth-of-type(3) {
    top: calc(50% + var(--line-distance) + var(--line-height));
}
.navbar-toggler[aria-expanded="true"] .top {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
}
.navbar-toggler[aria-expanded="true"] .middle {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bottom {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
}
.navbar-highlight {
    position: absolute;
    transition: 0.5s;
    background: #e4335c;
    z-index: 1;
}
@media (max-width: 1199px) {
    .navbar-expand-xl {
        position: static;
    }
    .navbar-expand-xl a {
        transition: 0s;
    }
    .navbar-expand-xl a:after {
        display: none;
    }
    .navbar-expand-xl a:focus,
    .navbar-expand-xl a:hover {
        font-weight: 600;
    }
    .navbar-expand-xl .navbar-container {
        overflow: auto;
        max-height: calc(var(--app-height) - var(--visible-header-height) - var(--mobile-cta-height));
    }
    .navbar-expand-xl .navbar-collapse {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
    }
    .navbar-expand-xl .menu-item,
    .navbar-expand-xl .navbar-nav {
        padding: 0.5rem 0;
    }
    .navbar-expand-xl .menu-item > .dropdown-menu {
        margin: 0 !important;
    }
    .navbar-expand-xl .dropdown-menu {
        box-shadow: none;
        padding: 0 0 0 1rem !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .navbar-expand-xl .dropdown-menu > li {
        margin: 0.5rem 0;
    }
    .navbar-expand-xl .dropdown-menu .dropdown-item {
        margin: 0 1rem;
        width: auto;
    }
    .navbar-expand-xl.navbar-dark .nav-link,
    .navbar-expand-xl .navbar-dark .nav-link {
        color: #000 !important;
    }
}
@media (max-width: 991px) {
    .navbar-expand-lg {
        position: static;
    }
    .navbar-expand-lg a {
        transition: 0s;
    }
    .navbar-expand-lg a:after {
        display: none;
    }
    .navbar-expand-lg a:focus,
    .navbar-expand-lg a:hover {
        font-weight: 600;
    }
    .navbar-expand-lg .navbar-container {
        overflow: auto;
        max-height: calc(var(--app-height) - var(--visible-header-height) - var(--mobile-cta-height));
    }
    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
    }
    .navbar-expand-lg .menu-item,
    .navbar-expand-lg .navbar-nav {
        padding: 0.5rem 0;
    }
    .navbar-expand-lg .menu-item > .dropdown-menu {
        margin: 0 !important;
    }
    .navbar-expand-lg .dropdown-menu {
        box-shadow: none;
        padding: 0 0 0 1rem !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .navbar-expand-lg .dropdown-menu > li {
        margin: 0.5rem 0;
    }
    .navbar-expand-lg .dropdown-menu .dropdown-item {
        margin: 0 1rem;
        width: auto;
    }
    .navbar-expand-lg.navbar-dark .nav-link,
    .navbar-expand-lg .navbar-dark .nav-link {
        color: #000 !important;
    }
}
@media (max-width: 767px) {
    .navbar-expand-md {
        position: static;
    }
    .navbar-expand-md a {
        transition: 0s;
    }
    .navbar-expand-md a:after {
        display: none;
    }
    .navbar-expand-md a:focus,
    .navbar-expand-md a:hover {
        font-weight: 600;
    }
    .navbar-expand-md .navbar-container {
        overflow: auto;
        max-height: calc(var(--app-height) - var(--visible-header-height) - var(--mobile-cta-height));
    }
    .navbar-expand-md .navbar-collapse {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
    }
    .navbar-expand-md .menu-item,
    .navbar-expand-md .navbar-nav {
        padding: 0.5rem 0;
    }
    .navbar-expand-md .menu-item > .dropdown-menu {
        margin: 0 !important;
    }
    .navbar-expand-md .dropdown-menu {
        box-shadow: none;
        padding: 0 0 0 1rem !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .navbar-expand-md .dropdown-menu > li {
        margin: 0.5rem 0;
    }
    .navbar-expand-md .dropdown-menu .dropdown-item {
        margin: 0 1rem;
        width: auto;
    }
    .navbar-expand-md.navbar-dark .nav-link,
    .navbar-expand-md .navbar-dark .nav-link {
        color: #000 !important;
    }
}
.site-header {
    position: absolute;
    z-index: 1030;
    width: 100%;
    top: 0;
}
.site-header .container {
    position: static;
}
.site-header .navbar-brand {
    width: 308px;
    transition: 0.3s;
}
.site-header .phone_anchor {
    font-weight: 600;
    color: var(--color-secondary);
}
.site-header--simple .navbar-toggler span {
    background: #000;
}
.site-header__top {
    font-weight: 600;
}
.site-header__top p {
    margin-bottom: 0;
}
.site-header__top .btn {
    margin: 0 1rem;
}
.site-header__bottom {
    transition: 0.3s;
}
.site-header__bottom :focus {
    outline-color: var(--color-secondary);
}
@media (max-width: 1399px) {
    .site-header .navbar-brand {
        width: 200px;
    }
}
@media (max-width: 575px) {
    .site-header__top {
        font-size: 0.875rem;
        line-height: 1.4;
    }
    .site-header__top .btn {
        padding: 3px 13px;
        font-size: 0.875rem;
        margin: 0 10px 0 0;
    }
    .site-header .navbar-brand {
        width: 210px;
    }
}
@media (max-width: 350px) {
    .site-header .navbar-brand {
        width: 170px !important;
    }
}
body:not(.home) .site-header__bottom {
    background: #fff;
}
.header-fixed .site-header__bottom {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 0.5rem 0 !important;
    box-shadow: 0 0 9px #0000006e;
}
.header-fixed .site-header__bottom .navbar-brand {
    width: 250px;
}
@media (max-width: 1399px) {
    .header-fixed .site-header__bottom .navbar-brand {
        width: 200px;
    }
}
body.menu-open .site-header__bottom {
    background: #fff;
}
.header-popup {
    position: fixed;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
.header-popup-modal {
    position: fixed;
    background: var(--color-primary);
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.35s;
    top: var(--fixed-header-height);
}
.header-popup-modal a {
    color: #fff !important;
}
.header-popup-modal a:focus {
    outline-color: #fff;
}
.header-popup-modal .navbar-nav {
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
}
.header-popup-modal .navbar-nav .sub-arrow {
    border: none;
    right: -38px;
}
.header-popup-modal .nav-link {
    margin: 0;
    width: auto;
    display: inline-block;
}
.header-popup-modal .dropdown-menu {
    background: transparent;
    box-shadow: none;
    text-align: center;
    font-size: 0.8em;
}
.header-popup-modal .dropdown-menu .dropdown-item {
    color: #fff !important;
    display: inline-block;
    width: auto;
}
.header-popup-modal .dropdown-menu .dropdown-menu {
    margin: 0 0 1rem !important;
    padding: 0;
}
.menu-open .header-popup-modal {
    opacity: 1;
    z-index: 1031;
    overflow-y: auto;
    visibility: visible;
    height: calc(100% - var(--fixed-header-height));
}
.menu-open .header-popup {
    background: var(--color-primary);
}
.bg-menu .header-popup {
    background-color: var(--color-primary);
}
.call-to-action-mobile .btn {
    width: 50%;
    margin: 0 !important;
    border-radius: 0 !important;
}
.footer-skip {
    z-index: 2;
}
.site-footer {
    font-size: 0.875rem;
    font-weight: 600;
}
.site-footer .navbar-brand {
    width: 300px;
    max-width: 100%;
}
.site-footer .socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0;
}
.site-footer .socials a {
    margin: 0 2px;
    display: block;
    line-height: 1;
}
.site-footer .copyright {
    text-transform: none;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.flc-section {
    position: relative;
    overflow: hidden;
}
.flc-section--has-image-header {
    overflow: visible;
}
.flc-text-standard {
    width: 100%;
}
.flc-video {
    width: 100%;
    min-height: calc(100vh - var(--fixed-header-height));
    position: relative;
}
.flc-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}
.flc-video .btn-video {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    border: none;
    background: transparent;
    z-index: 1;
    cursor: pointer;
    color: #fff;
}
@media (max-width: 575px) {
    .flc-video {
        min-height: 0;
    }
}
.flc-logos .flc-logo {
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #666;
    line-height: 1.2;
}
.flc-logos img {
    max-height: 38px;
    width: auto;
}
@media (max-width: 767px) {
    .flc-logos img {
        max-height: 30px;
    }
}
@media (max-width: 575px) {
    .flc-logos .container {
        padding: 0;
    }
    .flc-logos .flc-logo {
        padding: 3.5vw;
        font-size: 3.5vw;
        text-align: center;
    }
    .flc-logos img {
        max-height: 7.5vw;
    }
}
.flc-text-image-header .container-wrapper {
    min-height: 34vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 80px;
    margin-bottom: 200px;
}
.flc-text-image-header .container-wrapper--right .container,
.flc-text-image-header .container-wrapper--right .container-fluid {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
}
.flc-text-image-header .text-image-header-heading {
    width: 800px;
    padding: 60px;
}
.flc-text-image-header .text-image-header-content {
    background: #fff;
    padding: 60px;
    width: 800px;
    margin-bottom: -200px;
}
.flc-service-menu-standard a {
    min-height: 300px;
}
.flc-service-menu-standard a:focus .image-container,
.flc-service-menu-standard a:hover .image-container {
    transform: scale(1.1);
}
.flc-service-menu-standard a:focus {
    outline: 3px dotted #000;
}
.flc-service-menu-standard a .flc-service-menu-standard--title {
    right: 1rem;
    bottom: 1rem;
    padding: 0.5rem;
    color: #000;
}
.flc-service-menu-standard a .image-container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform 0.3s ease;
}
@media (min-width: 1199px) {
    .flc-service-menu-standard a {
        min-height: 600px;
    }
}
.flc-columns-headers .column-heading {
    position: relative;
    z-index: 1;
}
.flc-columns-headers .column-heading.overlay-dark .column-heading__title {
    color: #fff;
}
.flc-columns-headers .column-heading__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}
.flc-columns-headers .column-heading img {
    z-index: -2;
    position: relative;
}
.flc-columns-icons .column-icon {
    max-height: 80px;
    width: auto;
}
.flc-tabs-horizontal__links {
    padding-bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flc-tabs-horizontal__links .nav-link:focus {
    outline: 2px dotted #000 !important;
}
.flc-tabs-horizontal__bg {
    min-height: 595px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.flc-tabs-horizontal__bg-item {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    opacity: 0;
}
.flc-tabs-horizontal__bg-item:first-of-type {
    opacity: 1;
}
.flc-tabs-horizontal__content {
    width: 100%;
}
.flc-tabs-horizontal__content :focus {
    outline-color: #fff;
}
.flc-tabs-horizontal__content .subpages-list {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}
.flc-tabs-horizontal__content .subpages-list li {
    padding: 25px 20px 0 0;
    width: 33.333333%;
}
@media (max-width: 991px) {
    .flc-tabs-horizontal__links .nav-link {
        font-size: 0.75rem;
    }
    .flc-tabs-horizontal__content .subpages-list li {
        width: 50%;
        padding: 25px 15px 0 0;
    }
}
@media (max-width: 767px) {
    .flc-tabs-horizontal__bg {
        min-height: 1px;
    }
}
@media (max-width: 575px) {
    .flc-tabs-horizontal__links {
        padding: 0 10px 20px;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flc-tabs-horizontal__links .nav-item {
        padding: 5px;
    }
    .flc-tabs-horizontal__content .subpages-list li {
        width: 100%;
        padding: 6px 0;
    }
}
@media (max-width: 340px) {
    .flc-tabs-horizontal__links .nav-link {
        padding: 8px 10px;
    }
}
.flc-text-with-media-standard .container-fluid .column-media {
    padding: 0;
}
.flc-text-with-media-imposed .column-content {
    position: relative;
    right: -50px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.09);
}
.flc-text-with-media-imposed .right .column-content {
    left: -50px;
    right: auto;
}
.flc-text-with-fading-links .column-fading-links {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.fading-links {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px;
}
.fading-links__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    transition: 0.3s;
    opacity: 0;
    background-size: cover;
    background-position: 50%;
}
.fading-links__list {
    list-style: none;
    padding: 0;
}
.fading-links__single:focus .fading-links__bg,
.fading-links__single:hover .fading-links__bg {
    opacity: 1;
}
.fading-links .fading-links__link {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 0;
    display: block;
    font-size: 1.5rem;
    line-height: 1.35;
}
.fading-links .fading-links__link:after {
    bottom: 8px;
}
@media (max-width: 1399px) {
    .fading-links {
        padding: 60px 30px;
    }
}
@media (max-width: 575px) {
    .fading-links {
        padding: 20px 15px;
    }
    .fading-links .fading-links__link {
        padding: 0.75rem 0;
        font-size: 1rem;
    }
    .fading-links .fading-links__link:after {
        width: 35px;
        height: 3px;
    }
}
.numbered-list {
    list-style: none;
    padding: 0;
}
.numbered-list .numbered-list__single {
    text-decoration: none;
    color: var(--color-primary);
}
.numbered-list .numbered-list__single:focus,
.numbered-list .numbered-list__single:hover {
    color: #000;
}
.numbered-list .numbered-list__single-number {
    font-size: 6rem;
    font-weight: 900;
    line-height: 1.2;
}
.numbered-list .numbered-list__single-title {
    font-size: 1.75rem;
    font-weight: 400;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .numbered-list .numbered-list__single-number {
        font-size: 4rem;
    }
    .numbered-list .numbered-list__single-title {
        font-size: 1.25rem;
    }
}
.gform_wrapper label {
    display: block !important;
    letter-spacing: 0.1em;
    line-height: 1.1 !important;
    margin-bottom: -0.25rem;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
}
.gform_wrapper label small {
    letter-spacing: 0.05em;
    font-size: 80%;
}
.gform_wrapper label .gfield_required {
    margin-left: 5px;
    color: inherit;
}
.gform_wrapper label .gfield_required_text {
    font-size: 80%;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.05em;
}
.gform_wrapper .gform_fields {
    padding: 0;
    list-style: none;
}
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper select,
.gform_wrapper textarea {
    width: 100% !important;
    border: 1px solid #c7c7c7;
    padding: 6px 13px !important;
    font-size: 0.9rem !important;
    background: transparent;
}
.gform_wrapper select {
    padding: 9px 13px !important;
}
.gform_wrapper .gfield {
    margin-bottom: 1rem;
}
.gform_wrapper .hidden_label label {
    display: none;
}
.gform_wrapper .privacy-notice {
    font-size: 0.65rem;
}
.gform_wrapper .gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}
.flc-submenu {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.flc-submenu li {
    padding: 3px 0;
}
.flc-submenu a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    white-space: normal;
}
@media (min-width: 768px) {
    .flc-submenu {
        margin-left: -3px;
        margin-right: -3px;
    }
    .flc-submenu li {
        width: 50%;
        padding: 3px;
    }
}
.breadcrumb {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .breadcrumb {
        padding-top: 0;
    }
}
@media (max-width: 575px) {
    .breadcrumb {
        font-size: 0.825rem;
    }
}
.header-image ol {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.breadcrumb-item + .breadcrumb-item:before,
.header-image .breadcrumb-item.active {
    color: #fff;
}
.sharing,
.socials {
    line-height: 1.6;
}
.sharing a,
.socials a {
    display: inline-block;
    margin: 5px;
    font-size: 1.1rem;
}
.socials-border a {
    border: 1px solid;
    border-radius: 50%;
    padding: 6px 9px;
}
.social-colors .color-facebook {
    color: #3b5998;
}
.social-colors .color-twitter {
    color: #4099ff;
}
.social-colors .color-google-plus {
    color: #d34836;
}
.social-colors .color-linkedin {
    color: #0077b5;
}
.social-colors .color-youtube {
    color: #e52d27;
}
.social-colors .color-yelp {
    color: #d32323;
}
.social-colors .color-instagram {
    color: #cd486b;
}
.social-colors .color-pinterest {
    color: #bd081c;
}
a .fa-stack .svg-inline--fa:last-of-type {
    border-bottom: transparent !important;
}
.sharing-text {
    padding-bottom: 5px;
    margin: 5px;
}
.header-height {
    min-height: calc(var(--header-height) / 1920 * 100vw);
}
.header-image {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
.header-image h1 {
    font-weight: 800;
    font-size: 2.75rem;
}
.header-image .subtitle {
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0.5em;
    font-size: 1.5rem;
}
@media (max-width: 575px) {
    .header-image time.updated {
        font-size: 0.825rem;
    }
    .header-image h1 {
        font-size: 2.25rem;
    }
}
.flc-coupons {
    padding: 0;
    list-style: none;
}
.flc-coupons li {
    background-image: var(--coupons-bg);
    border: 3px dashed #fff;
    padding: 1rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    outline: 5px solid;
    margin: 5px 5px 2rem;
    position: relative;
}
.flc-coupons li:last-of-type {
    margin-bottom: 0;
}
.flc-coupons a {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
@media print {
    .flc-coupons li {
        border-color: #000;
    }
    .flc-coupons a {
        display: none;
    }
}
.carousel-image-with-text .container-overlay {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.carousel-image-with-text .bx-wrapper .bx-controls-auto {
    position: absolute;
    width: auto;
    right: 10px;
    bottom: 10px;
}
.carousel-image-with-text .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
}
.carousel-image-with-text .bx-controls button {
    color: #fff;
}
.carousel-image-with-text .bx-controls-direction button {
    filter: brightness(2);
    right: 20px;
}
.carousel-image-with-text .bx-controls-direction .bx-prev {
    right: auto;
    left: 20px;
}
.flc-logos-carousel .bxslider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.flc-logos-carousel .flc-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}
.morelink {
    margin-top: 1rem;
    display: block;
    color: #000 !important;
    border: none;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
}
.flc-testimonials .testimonials-body:before {
    content: "“";
    position: absolute;
    color: #f5f5ff;
    font-size: 150px;
    top: 0;
    left: 15px;
    line-height: 1;
    font-style: normal;
    font-weight: 500;
    z-index: -1;
}
.flc-testimonials .fa-star {
    margin-right: 3px;
    color: #ffca2e;
    font-size: 1.1rem;
}
.flc-faq .card-header {
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    background: none;
    color: inherit;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.925rem;
    padding: 0.75rem 0;
    border-radius: 0;
}
.flc-faq .card-header .svg-inline--fa {
    margin-right: 5px;
    transition: 0.5s;
}
.flc-faq .card-header:not(.collapsed) .svg-inline--fa {
    transform: rotate(-90deg);
}
.flc-faq .card-body {
    padding: 0.75rem;
}
.flc-multiple-locations__single:not(:last-child) {
    margin-bottom: 2rem;
}
.page-template-template-builder h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.page-template-template-builder h2 {
    font-size: 3.125rem;
    margin-bottom: 1.5rem;
}
.page-template-template-builder .h2,
.page-template-template-builder .h3,
.page-template-template-builder h2,
.page-template-template-builder h3 {
    font-weight: 600;
}
.page-template-template-builder .title-sm {
    font-size: 2rem;
}
.page-template-template-builder .lead {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.025em;
}
.page-template-template-builder .text-lg {
    font-size: 1.25rem;
}
@media (max-width: 1199px) {
    .page-template-template-builder h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 767px) {
    .page-template-template-builder h1 {
        font-size: 2.25rem;
    }
    .page-template-template-builder .lead {
        font-size: 1.1rem;
    }
}
@media (max-width: 575px) {
    .page-template-template-builder h1 {
        font-size: 2.1rem;
    }
    .page-template-template-builder .h2,
    .page-template-template-builder h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .page-template-template-builder .text-lg {
        font-size: 1.1rem;
    }
}
@media (max-width: 350px) {
    .page-template-template-builder h1 {
        font-size: 1.8rem;
    }
    .page-template-template-builder .h2,
    .page-template-template-builder h2 {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }
}

.home:not(.header-fixed) .site-header__bottom {
	background-image: linear-gradient(180deg, rgb(255 255 255 / 80%) 0%, rgb(255 255 255 / 40%) 70%, transparent);
}

.home h1 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.17;
    margin-bottom: 1rem;
}
.home .lead {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.025em;
}
@media (min-width: 1200px) {
    .home .media-column-full-width h2 {
        font-size: 2.9rem;
    }
}
@media (max-width: 1199px) {
    .home .lead {
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .home h1 {
        font-size: 2.75rem;
    }
    .home .lead {
        font-size: 1.1rem;
    }
}
@media (max-width: 575px) {
    .home h1 {
        font-size: 2.25rem;
    }
}
@media (max-width: 350px) {
    .home h1 {
        font-size: 2rem;
    }
    .home .lead {
        font-size: 1rem;
    }
}
.home-video-section .content {
    max-width: 900px;
    margin: 0 auto;
}

.section-jumbotron {
    min-height: calc(100vh - var(--fixed-header-height));
}

.section-jumbotron p {
    font-size: 1.25rem;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    .section-jumbotron p {
        font-size: 1rem;
    }

    .section-jumbotron br {
        display: none;
    }
}

@media (max-width: 575px) {
    .section-jumbotron {
        min-height: 0;
    }
}


.section-color-columns {
    font-size: 1.25rem;
}
.section-color-columns h2 {
    font-size: 2rem;
}
.section-color-columns .btn {
    margin-top: 1.5rem;
}
@media (max-width: 575px) {
    .section-color-columns {
        font-size: 1.1rem;
    }
}
@media (max-width: 350px) {
    .section-color-columns h2 {
        font-size: 1.75rem;
    }
}
.media-column-full-width .column-media {
    padding: 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.media-column-full-width .column-media > * {
    max-width: 50vw;
    aspect-ratio: 4/3;
    object-fit: cover;
    margin: 0;
    width: 50vw;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
    height: 100%;
}
.media-column-full-width .column-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.media-column-full-width .column-content p {
    font-size: 1.25rem;
}
@media (max-width: 1199px) {
    .media-column-full-width .column-content h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .media-column-full-width .column-content p {
        font-size: inherit;
    }
}
@media (max-width: 767px) {
    .media-column-full-width .column-media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-order: -1;
        order: -1;
    }
    .media-column-full-width .column-media > * {
        max-width: 100vw;
        width: 100vw;
        height: 60vw;
        -ms-flex: 0 0 100vw;
        flex: 0 0 100vw;
        aspect-ratio: initial;
        object-position: 50% 30%;
    }
}
@media (max-width: 350px) {
    .media-column-full-width .column-content h2 {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }
}
.cta-section .content {
    max-width: 800px;
    color: #fff;
    background-color: var(--color-secondary);
    margin: 0 auto;
    padding: 40px;
    font-size: 1.125rem;
    font-family: var(--font-heading);
    position: relative;
    z-index: 1;
}
.cta-section .content:after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/blueprint-whitelogo-min.png);
    background-position: calc(100% - 30px) 50%;
    background-size: auto 80%;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.cta-section .content h2 {
    font-size: 2rem;
}
.cta-section .content .btn {
    margin-top: 0.5rem;
}
@media (max-width: 575px) {
    .cta-section .container {
        padding: 0;
    }
    .cta-section .content {
        padding: 40px 15px;
        font-size: 1rem;
    }
    .cta-section .content .btn {
        margin: 0;
    }
}
.who-we-are-section .row {
    row-gap: 30px;
}
.who-we-are-section .who-we-are__box {
    border: 2px solid;
    padding: 20px 15px;
    font-size: 1.1rem;
    font-family: var(--font-heading);
    line-height: 1.2;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.who-we-are-section .who-we-are__box h3 {
    font-size: 1em;
    color: var(--color-secondary);
}
@media (min-width: 1200px) {
    .who-we-are-section .row {
        margin: 0 -5px;
    }
    .who-we-are-section .who-we-are__column {
        max-width: 20%;
        padding: 0 5px;
    }
    .who-we-are-section .who-we-are__box h3 {
        font-size: 1rem;
    }
    .who-we-are-section .who-we-are__box p {
        font-size: 0.925rem;
    }
}
.slider-galleries .bx-controls button:focus {
    outline-width: 2px;
}
.slider-galleries .bx-controls-direction button {
    font-size: 1.55rem;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 37px;
    height: 37px;
    padding: 0;
}
.slider-galleries .bx-controls-direction .bx-prev {
    left: 15px;
}
.slider-galleries .bx-controls-direction .bx-prev .svg-inline--fa {
    position: relative;
    right: 1px;
}
.slider-galleries .bx-controls-direction .bx-next {
    right: 15px;
}
.slider-galleries .bx-controls-direction .bx-next .svg-inline--fa {
    position: relative;
    right: -2px;
}
.slider-galleries .bx-controls-auto-item {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-galleries .bx-controls-auto-item button {
    margin: 0 !important;
}
.team-section .row {
    row-gap: 3rem;
}
.team-section .column-heading img {
    margin: 0 auto 1rem;
}
.team-section .column-heading__title {
    position: static;
    font-size: 1.875rem;
    margin-bottom: 0.25rem;
}
.team-section .column-content {
    font-weight: 600;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .team-section .column-heading img {
        width: auto;
    }
}
@media (max-width: 575px) {
    .team-section .column-heading img {
        width: 100%;
        height: 90vw;
        object-fit: cover;
        object-position: center top;
    }
}
.columns-type-1 {
    font-size: 0.925rem;
    line-height: 1.9;
}
.columns-type-1 .row {
    -ms-flex-pack: center;
    justify-content: center;
}
.columns-type-1 .row > * {
    min-height: 250px;
    border-bottom: 1px solid #fff;
}
.columns-type-1 .overlay-solid:before {
    opacity: 0.7;
}
.columns-type-1 .column-heading {
    position: static;
}
.columns-type-1 .column-heading img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.columns-type-1 .column-heading__title {
    position: relative;
    font-size: 1.25rem;
    padding-bottom: 3rem;
    text-transform: uppercase;
}
.columns-type-1 .column-heading__title:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 2.5px;
    background: currentColor;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 575px) {
    .columns-type-1 .row > * {
        min-height: 0;
    }
    .columns-type-1 .column-heading__title:after {
        left: 0;
        transform: none;
    }
}
.columns-type-2 {
    padding-top: 85px;
}
.columns-type-2 .column-overlay {
    background: var(--color-secondary);
    border-radius: 15px;
    color: #fff;
    padding: 0 20px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    height: 100%;
}
.columns-type-2 .column-overlay img {
    width: 130px;
    max-height: none;
    border-radius: 50%;
    margin: -65px auto 1rem;
    display: block;
    box-shadow: 0 0 10px #000;
}
@media (max-width: 991px) {
    .columns-type-2 .row {
        row-gap: 50px;
    }
}
.inspire-smiles-project-section-1 {
    margin-top: -30px;
    z-index: 2;
}
@media (max-width: 575px) {
    .inspire-smiles-project-section-1 {
        margin-top: 60px;
    }
}
.faq-type-1 .card-header {
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: none;
    color: var(--color-primary);
    font-family: var(--font-heading);
}
@media (max-width: 991px) {
    .faq-type-1 .card-header {
        font-size: 2rem;
    }
}
@media (max-width: 575px) {
    .faq-type-1 .card-header {
        font-size: 1.25rem;
    }
}
aside.sidebar h2 {
    font-size: 1.5rem;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
aside.sidebar .latest-posts-sidebar {
    list-style: none;
    padding: 0;
}
aside.sidebar .latest-posts-sidebar a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
aside.sidebar .latest-posts-sidebar img {
    min-width: 125px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
}
aside.sidebar .latest-posts-sidebar time {
    font-weight: 400;
    display: block;
    color: #797979;
    margin-top: 3px;
}
aside.sidebar .latest-posts-sidebar li {
    margin-bottom: 20px;
}
aside.sidebar .latest-posts-sidebar .sidebar-posts-content {
    font-size: 0.875rem;
    font-weight: 600;
    color: #3b404d;
    padding-left: 10px;
}
#content {
    position: relative;
}
.page-content {
    padding: 85px 15px;
}
.page-content a:not(.btn) {
    font-weight: 700;
    text-decoration: underline;
}
.page-content > :last-child {
    margin-bottom: 0;
}
.page-content .h2,
.page-content .h3,
.page-content .h4,
.page-content h2,
.page-content h3,
.page-content h4 {
    font-weight: 800;
    margin: 2rem 0 1.25rem;
    color: var(--color-primary);
}
@media (max-width: 767px) {
    .page-content {
        padding: 50px 15px;
    }
}
@media (max-width: 575px) {
    .page-content h2,
    .page-content h3,
    .page-content h4 {
        font-size: 1.7rem;
        margin: 1.75rem 0 1rem;
    }
    .page-content h3 {
        font-size: 1.5rem;
    }
    .page-content h4 {
        font-size: 1.4rem;
    }
}
.contact-us-details {
    text-align: center;
    font-weight: 100;
    font-size: 0.805rem;
    line-height: 1.8;
}
.contact-us-details h2 {
    font-size: 1.5rem;
    margin: 0.75rem 0 0.5rem;
}
.contact-us-details h2:after {
    display: none;
}
@media (max-width: 575px) {
    .contact-us-details h2 {
        margin-bottom: 0;
    }
}
.contact-us-details strong {
    font-weight: 800;
}
.contact-us-details .contact-icon {
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-size: 1.5rem;
}
.flc-before-after {
    padding: 0;
    list-style: none;
}
@media (min-width: 1280px) {
    .page-template-template-career .page-content {
        max-width: 1250px;
    }
}
.career-description {
    line-height: 1.9;
}
.career-description h2 {
    background: var(--color-primary);
    color: #fff;
    margin: 0 0 1rem;
    text-transform: none;
    font-size: 1.1rem;
    padding: 15px;
}
.career-description h3 {
    text-transform: none;
    font-size: 1.4rem;
}
.career-flyer__top {
    height: 280px;
    background-size: cover;
    background-position: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
.career-flyer__top-content {
    background: linear-gradient(0deg, #e3e3e3, #e3e3e3b8, transparent);
    padding: 100px 15px 15px;
}
.career-flyer__the-top,
.career-flyer__top-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.career-flyer__the-top {
    background: var(--color-primary);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 25px;
    width: 80px;
    height: 80px;
    line-height: 1;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    border-top-right-radius: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}
.career-flyer__10 {
    font-size: 95px;
    letter-spacing: -0.1em;
    display: block;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    line-height: 1;
    margin-left: 13px;
}
.career-flyer__10,
.career-flyer__question {
    color: var(--color-secondary);
    font-weight: 800;
    font-family: var(--font-heading);
}
.career-flyer__question {
    line-height: 1.6;
    font-size: 1.1rem;
}
.career-flyer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.career-flyer__bottom-single {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
}
.career-flyer__bottom-single:nth-child(2n):not(:nth-child(4n)),
.career-flyer__bottom-single:nth-child(odd):not(:nth-child(4n - 1)) {
    background: #f2f2f2;
}
.career-flyer__bottom-single:first-child .career-flyer__bottom-single-number,
.career-flyer__bottom-single:nth-child(2) .career-flyer__bottom-single-number {
    background: #d2eefa;
}
.career-flyer__bottom-single:nth-child(3) .career-flyer__bottom-single-number,
.career-flyer__bottom-single:nth-child(4) .career-flyer__bottom-single-number {
    background: #77d1f3;
}
.career-flyer__bottom-single:nth-child(5) .career-flyer__bottom-single-number,
.career-flyer__bottom-single:nth-child(6) .career-flyer__bottom-single-number {
    background: #48c1ef;
}
.career-flyer__bottom-single:nth-child(7) .career-flyer__bottom-single-number,
.career-flyer__bottom-single:nth-child(8) .career-flyer__bottom-single-number {
    background: #1eb1e5;
}
.career-flyer__bottom-single:nth-child(9) .career-flyer__bottom-single-number,
.career-flyer__bottom-single:nth-child(10) .career-flyer__bottom-single-number {
    background: #277fa3;
}
.career-flyer__bottom-single-number {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    background: var(--color-primary);
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 5px;
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 800;
    color: #2e2e2e;
}
.career-flyer__bottom-single-number,
.career-flyer__bottom-single p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.career-flyer__bottom-single p {
    font-size: 0.75rem;
    line-height: 1.2;
    padding: 10px;
}

.template-career-new {
   font-family: var(--font-heading);
   font-size: 0.95rem; 
}

.template-career-new .career-flyer__top {
    background-position: top;
}

.template-career-new .career-flyer__top-content {
    width: 100%;
}

.template-career-new .career-flyer__question {
    padding-left: 20px;
}

.template-career-new h2.video-section-header {
    font-size: 3.5rem;
}

.template-career-new h3.video-section-header {
    font-size: 2.5rem;
}

.section-benefits {
	background-color: var(--color-primary);
    font-family: var(--font-heading);
    font-size: 0.95rem;
}

.section-benefits h2 {
	font-size: 3rem;
	font-weight: 600;
}

.border-bottom {
	border-bottom: 2px solid white;
}

.benefit-box {
	border-radius: 15px;
	box-shadow: 0px 9px 14px 0px #00000040;
	width: 95%;
	background-color: white;
}

.benefit-box h3 {
	font-size: 2rem;
	font-weight: 600;
	border-bottom: 3px solid var(--color-secondary);
	text-transform: uppercase;
}

.benefit-viedo iframe {
	border-radius: 15px;
}

.benefit-viedo p {
	line-height: 1.1;
	font-weight: 600;
}

@media (max-width: 991px) {
	.benefit-box {
		width: 100%;
	}
}

@media (max-width: 575px) {
    .career-flyer__top-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .career-flyer__the-top {
        font-size: 20px;
        width: 60px;
        height: 60px;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }
    .career-flyer__10 {
        font-size: 70px;
        margin-left: 10px;
    }
    .career-flyer__question {
        font-size: 1rem;
    }
    .career-flyer__bottom-single {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        background: #fff !important;
    }
    .career-flyer__bottom-single:nth-child(2n) {
        background: #f2f2f2 !important;
    }
    .career-flyer__bottom-single:first-child .career-flyer__bottom-single-number,
    .career-flyer__bottom-single:nth-child(6) .career-flyer__bottom-single-number {
        background: #d2eefa;
    }
    .career-flyer__bottom-single:nth-child(2) .career-flyer__bottom-single-number,
    .career-flyer__bottom-single:nth-child(7) .career-flyer__bottom-single-number {
        background: #77d1f3;
    }
    .career-flyer__bottom-single:nth-child(3) .career-flyer__bottom-single-number,
    .career-flyer__bottom-single:nth-child(8) .career-flyer__bottom-single-number {
        background: #48c1ef;
    }
    .career-flyer__bottom-single:nth-child(4) .career-flyer__bottom-single-number,
    .career-flyer__bottom-single:nth-child(9) .career-flyer__bottom-single-number {
        background: #1eb1e5;
    }
    .career-flyer__bottom-single:nth-child(5) .career-flyer__bottom-single-number,
    .career-flyer__bottom-single:nth-child(10) .career-flyer__bottom-single-number {
        background: #277fa3;
    }
    .career-flyer__bottom-single-number {
        -ms-flex: 0 0 65px;
        flex: 0 0 65px;
    }
    .career-flyer__bottom-single p {
        font-size: 0.875rem;
        line-height: 1.4;
    }

    .section-benefits h2 {
    	font-size: 2rem;
    }

    .benefit-box h3 {
    	font-size: 1.75rem;
    }

    .benefit-box ul {
    	padding-left: 15px;
    }

    .template-career-new h2.video-section-header {
        font-size: 2rem;
    }

    .template-career-new h3.video-section-header {
        font-size: 1.75rem;
    }
}
.latest-posts-single-content {
    position: relative;
    padding-bottom: 60px;
    height: 100%;
}
@media (max-width: 991px) {
    .latest-posts-single:not(:last-child) {
        margin-bottom: 1rem;
    }
}
.more-link {
    bottom: 15px;
    left: 0;
    font-weight: 600;
}
.header-bethatbeautiful {
    padding: 0 40px;
    margin-bottom: 15px;
}
.posts-bethatbeautiful {
    padding: 60px 15px;
}
.posts-bethatbeautiful .latest-posts-single {
    padding: 0 40px;
}
.posts-bethatbeautiful .latest-posts-single:not(:last-child) {
    border-right: 3px solid;
}
.entry-summary {
    margin-bottom: 4rem;
    padding-bottom: 6rem;
    position: relative;
    border-bottom: 1px dashed;
}
.entry-content .attachment-thumbnail,
.entry-summary .attachment-thumbnail {
    margin: 0 auto 1rem;
    display: block;
}
.entry-summary .sharing {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 2rem;
}
.latest-posts--blog-page .latest-posts-single {
    margin-bottom: 2rem;
}
.posts-navigation .screen-reader-text {
    display: none;
}
.posts-navigation .nav-links {
    margin-top: 1rem;
}
.posts-navigation .nav-links:after {
    display: block;
    clear: both;
    content: "";
}
.posts-navigation .nav-links .nav-previous {
    float: left;
}
.posts-navigation .nav-links .nav-next {
    float: right;
}
@media (max-width: 400px) {
    .posts-navigation .btn {
        font-size: 0.75rem;
        padding: 12px 22px 8px;
    }
}
.post-content .attachment-thumbnail {
    float: left;
    margin: 0 1rem 1rem 0;
}
.behalf p {
    margin-bottom: 0.5rem;
}
.contrastHigh :focus {
    outline-width: 4px;
}
.contrastHigh a:not(.btn),
.contrastHigh button {
    color: var(--color-secondary-wcag);
}
.contrastHigh a:not(.btn):focus,
.contrastHigh a:not(.btn):hover,
.contrastHigh button:focus,
.contrastHigh button:hover {
    color: var(--color-primary-wcag);
}
.contrastHigh .text-primary {
    color: var(--color-primary-wcag) !important;
}
.contrastHigh .text-secondary {
    color: var(--color-secondary-wcag) !important;
}
.contrastHigh .bg-primary,
.contrastHigh .bg-wcag-primary {
    background: var(--color-primary-wcag) !important;
}
.contrastHigh .bg-primary a:not(.btn),
.contrastHigh .bg-wcag-primary a:not(.btn) {
    color: #fff !important;
}
.contrastHigh .bg-secondary,
.contrastHigh .bg-wcag-secondary {
    background: var(--color-secondary-wcag) !important;
}
.contrastHigh .bg-wcag-image {
    background-image: none !important;
}
.contrastHigh .bg-wcag-white {
    background: #fff !important;
}
.contrastHigh .bg-wcag-primary .text-primary,
.contrastHigh .bg-wcag-secondary .text-secondary {
    color: #fff !important;
}
.contrastHigh .bg-wcag-white .text-white,
.contrastHigh .navbar-nav .dropdown-menu .dropdown-item {
    color: #000 !important;
}
.contrastHigh .bg-wcag-primary a:not(.btn),
.contrastHigh .bg-wcag-secondary a:not(.btn) {
    color: #fff;
}
.contrastHigh .bg-wcag-primary :focus,
.contrastHigh .bg-wcag-secondary :focus {
    outline-color: #fff !important;
}
.contrastHigh .border-primary,
.contrastHigh hr {
    border-color: var(--color-primary-wcag) !important;
}
.contrastHigh .border-secondary {
    border-color: var(--color-secondary-wcag) !important;
}
.contrastHigh .btn-primary {
    background: var(--color-primary-wcag);
    color: #fff;
    border-color: #fff;
}
.contrastHigh .btn-outline-primary,
.contrastHigh .btn-primary:focus,
.contrastHigh .btn-primary:hover,
.contrastHigh .btn-primary:not(:disabled):not(.disabled):active {
    background: #fff;
    color: var(--color-primary-wcag);
    border-color: var(--color-primary-wcag);
}
.contrastHigh .btn-outline-primary:focus,
.contrastHigh .btn-outline-primary:hover,
.contrastHigh .btn-outline-primary:not(:disabled):not(.disabled):active {
    background: var(--color-primary-wcag);
    color: #fff;
    border-color: #fff;
}
.contrastHigh .btn-secondary {
    background: var(--color-secondary-wcag);
    color: #fff;
    border-color: #fff;
}
.contrastHigh .btn-outline-secondary,
.contrastHigh .btn-secondary:focus,
.contrastHigh .btn-secondary:hover,
.contrastHigh .btn-secondary:not(:disabled):not(.disabled):active {
    background: #fff;
    color: var(--color-secondary-wcag);
    border-color: var(--color-secondary-wcag);
}
.contrastHigh .btn-outline-secondary:focus,
.contrastHigh .btn-outline-secondary:hover,
.contrastHigh .btn-outline-secondary:not(:disabled):not(.disabled):active {
    background: var(--color-secondary-wcag);
    color: #fff;
    border-color: #fff;
}
.contrastHigh .btn-red {
    background: #ac0c0c;
    color: #fff;
    border-color: #fff;
}
.contrastHigh .btn-red:focus,
.contrastHigh .btn-red:hover,
.contrastHigh .btn-red:not(:disabled):not(.disabled).active,
.contrastHigh .btn-red:not(:disabled):not(.disabled):active {
    background: #fff;
    color: #ac0c0c;
    border-color: #ac0c0c;
}
.contrastHigh .text-justify {
    text-align: left !important;
}
.contrastHigh .navbar-nav a,
.contrastHigh .numbered-list .numbered-list__single {
    text-decoration: underline !important;
}
.contrastHigh .btn-video .svg-inline--fa,
.contrastHigh a .svg-inline--fa {
    border-bottom: 1px solid var(--color-secondary-wcag);
    padding-bottom: 2px;
}
.contrastHigh .wow {
    visibility: visible !important;
    animation-name: none !important;
    opacity: 1 !important;
}
.contrastHigh .flc-video .btn-video,
.contrastHigh .slider-galleries .bx-controls button {
    background: #fff;
    color: var(--color-primary-wcag);
}
.contrastHigh .flc-video .btn-video:focus,
.contrastHigh .slider-galleries .bx-controls button:focus {
    border: 2px solid var(--color-primary-wcag);
    outline: 2px solid #fff;
}
.contrastHigh .page-content .h2,
.contrastHigh .page-content .h3,
.contrastHigh .page-content .h4,
.contrastHigh .page-content h2,
.contrastHigh .page-content h3,
.contrastHigh .page-content h4 {
    color: var(--color-primary-wcag);
}
.contrastHigh .career-description h2 {
    color: #fff;
    background: var(--color-primary-wcag);
}
.contrastHigh .career-flyer__bottom-single .career-flyer__bottom-single-number {
    background: var(--color-primary-wcag) !important;
    color: #fff;
}
.contrastHigh .career-flyer__the-top,
.contrastHigh .col-bg-secondary:after {
    background: var(--color-primary-wcag);
}
.contrastHigh .faq-type-1 .card-header,
.contrastHigh .who-we-are-section .who-we-are__box h3 {
    color: var(--color-primary-wcag);
}
.contrastHigh .columns-type-1 .column-heading img,
.contrastHigh .overlay-solid:before {
    display: none;
}
.contrastHigh .cta-section .content {
    background: var(--color-primary-wcag);
}
.contrastHigh .cta-section .content:after {
    display: none;
}
/*# sourceMappingURL=main.css.map */
