/* Open Sans Regular */
@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fonts/OpenSans-Regular.eot");
    src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg"), url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Open Sans Bold */
@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/OpenSans-Bold.eot");
    src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"), url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* NotoSan Regular */
@font-face {
    font-family: "NotoSans-Regular";
    src: url("../fonts/NotoSans-Regular.eot");
    src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.ttf") format("truetype"), url("../fonts/NotoSans-Regular.svg#NotoSans-Regular") format("svg"), url("../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* NotoSans SemiBold */
@font-face {
    font-family: "NotoSans-SemiBold";
    src: url("../fonts/NotoSans-SemiBold.eot");
    src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/NotoSans-SemiBold.woff") format("woff"), url("../fonts/NotoSans-SemiBold.ttf") format("truetype"), url("../fonts/NotoSans-SemiBold.svg#NotoSans-SemiBold") format("svg"), url("../fonts/NotoSans-SemiBold.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Montserrat Regular */
@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.eot");
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Montserrat SemiBold */
@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold.eot");
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg"), url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ============================================================== Master Template ============================================================== */
:root {
    --white-filter: brightness(0) saturate(1) invert(1);
    --green-20: brightness(0) saturate(100%) invert(39%) sepia(88%) saturate(762%) hue-rotate(142deg) brightness(100%) contrast(100%); /* #00A3A8 */
}
html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #4D4D4F;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "NotoSans-Regular", sans-serif;
    line-height: 1.2;
    color: #2C2C2C;
    margin: 0 0 .75rem;
}
h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h5 b {
    font-family: "NotoSans-SemiBold", sans-serif;
}
h1, .h1 {
    font-size: 2.813rem;
}
h2, .h2 {
    font-size: 2.313rem;
}
h3, .h3 {
    font-size: 1.938rem;
}
h4, .h4 {
    font-size: 1.625rem;
}
h5, .h5 {
    font-size: 1.188rem;
}
h6, .h6 {
    font-size: 1rem;
}
p, ol, ul, ol ul {
    margin: 0 0 1rem;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin: 1.75rem 0 .75rem;
}
ol, ul {
    padding-left: 1.5rem;
}
strong, b {
    font-family: "OpenSans-Bold", sans-serif;
    letter-spacing: -.5px;
}
a {
    color: #4D4D4F;
    text-decoration: underline;
    cursor: pointer;
    word-break: break-word;
}
a:focus {
	outline: 0;
}
a:hover {
    color: #00A3A8;
}
img {
    image-rendering: auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    max-width: 100%;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.primary-btn, .primary_btn,
.secondary_btn,
.outline_btn {
    padding: .5rem 1.75rem;
    margin: .5rem 0;
    border-radius: .75rem;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    word-break: normal;
}
.primary-btn, .primary_btn {
    color: #FFF;
    background-color: #00769C;
    border: 1px solid #00769C;
}
.secondary_btn {
    color: #2C2C2C;
    background-color: #94C6D6;
    border: 1px solid #94C6D6;
}
.outline_btn {
    color: #2C2C2C;
    background-color: #FFF;
    border: 1px solid #00769C;
}
.primary-btn:focus, .primary-btn:hover,
.primary_btn:focus, .primary_btn:hover,
.secondary_btn:focus, .secondary_btn:hover,
.outline_btn:focus, .outline_btn:hover {
    outline: none;
    text-decoration: none;
}
.primary-btn:focus,
.primary_btn:focus {
    background-color: #00A3A8;
    border: 1px solid #00A3A8;
}
.primary-btn:hover,
.primary_btn:hover {
    color: #FFF;
    background-color: #66ADC4;
    border: 1px solid #66ADC4;
}
.secondary_btn:focus {
    background-color: #4D9FBA;
    border: 1px solid #4D9FBA;
}
.secondary_btn:hover {
    color: #2C2C2C;
    background-color: #4DBFC2;
    border: 1px solid #4DBFC2;
}
.direct_btn {
    --bkg-color: #00A0A0;
    color: #FFF;
    background-color: var(--bkg-color);
    display: flex;
    align-items: center;
    padding: .75rem 1rem;
    border-radius: 10px;
    gap: .75rem;
    text-decoration: none;
    font-size: 1.125rem;
}
.direct_btn img {
	width: 44px;
	height: 44px;
}
.direct_btn span {
	width: 24px;
    height: 27px;
	flex-shrink: 0;
    display: inline-block;
	margin-left: auto;
    background-color: #FFF;
    position: relative;
	-webkit-clip-path: polygon(41% 0, 100% 50%, 41% 100%, 0 100%, 59% 50%, 0 0);
    clip-path: polygon(41% 0, 100% 50%, 41% 100%, 0 100%, 59% 50%, 0 0);
}
.direct_btn span::after {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: var(--bkg-color);
	position: absolute;
	-webkit-clip-path: polygon(37.46% 5.57%, 91.67% 50%, 37.46% 94.43%, 14.5% 94.43%, 67.33% 50%, 14.5% 5.57%);
	clip-path: polygon(37.46% 5.57%, 91.67% 50%, 37.46% 94.43%, 14.5% 94.43%, 67.33% 50%, 14.5% 5.57%);
}
.direct_btn:hover {
	color: #FFF;
	--bkg-color: #66ADC4;
	text-decoration: none;
}
.outline_btn:focus {
    color: #2C2C2C;
    background-color: #6D6F71;
}
.outline_btn:hover {
    color: #2C2C2C;
    background-color: #80D1D3;
}
button[disabled],
button:hover[disabled] {
    color: #A9A9AA;
    background-color: #E2E2E3;
    border: 1px solid #E2E2E3;
    border-radius: .75rem;
    padding: .5rem 1.75rem;
}
.half-button{
    width:48%;
    height:66px;
}
.half-button:nth-child(even) {
    float:right;
}
.half-button:nth-child(odd) {
    margin-right: 3px;
}
.half-button>span {
    display:block;
}
label {
    font-family: "OpenSans-Bold", sans-serif;
    color: #2C2C2C;
}

.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

.sticky-hide {
    top: calc(100% - 40px);
}
.sticky-show {
    top: calc(100% - 220px);
}
.chevron-up::after {
    content: "\f077";
}
.chevron-down::after {
    content: "\f078";
}

.header-body {
    min-height: calc(100vh - 469px);
}
.full-width {
    width: 100%;
}

.f-13 {
    font-size: .813rem;
}
.f-15 {
    font-size: .938rem;
}
.f-18 {
    font-size: 1.125rem;
}
.p-32 {
    padding: 2rem;
}
.pt-340 {
    padding-top: 340px;
}
.pt-155 {
    padding-top: 155px;
}
.pt-95 {
    padding-top: 95px;
}
.pb-6 {
    padding-bottom: 4rem;
}
.no-mb {
    margin-bottom: 0 !important;
}

div + h1, div + h2, div + h3, div + h4, div + h5,
img + h1, h3 + h5, table + h3, table + p {
    margin-top: 1.5rem;
}

/* Modal */
.modal-backdrop {
    background-color: #80D1D3;    
}
.close {
    color: #00769C;
}

.mobile-only.d-flex {
    display: none !important;
}

/* Placeholders */
::-webkit-input-placeholder {
    color: #A9A9AA !important;
}
::-moz-placeholder {
    color: #A9A9AA !important;
}
:-ms-input-placeholder {
    color: #A9A9AA !important;
}
input:-moz-placeholder {
    color: #A9A9AA !important;
}

/* Download */
.download {
    background-color: #F2F2F2;
    border: 1px solid #2C2C2C;
    border-radius: .25rem;
    padding: .75rem;
    margin: 1.5rem 0;
    width: 100%;
    text-align: center;
}
.download .highlight-content a {
    position: relative;
    padding-left: 2.5rem;
}
.download .highlight-content a::before {
    content: "";
    background: url("../../dist/images/menu_book.svg") no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
}

/* Checklist Bullets */
ul.checklist {
    list-style: none;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    padding-inline-start: 0;
    padding-left: 1.5rem;
}
ul.checklist li {
    line-height: 1.8;
}
ul.checklist li::before {
    content: "";
    background-image: url(/ResourcePackages/GEH/assets/dist/images/check_circle.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    float: left;
    margin-top: 0.4rem;
    margin-left: -1.5rem;
}
.check-bullet-list > ul {
    list-style-image: url('/images/default-source/icons/tick-icon.svg');
}

.check-bullet-list > ul li {
    padding-left: 2%;
    margin-bottom: 1rem;
}

.check-bullet-list > ul lik:last-child {
    margin-bottom: 0rem;
}
/* Hero, Note & Tip Highlights */
.hero, .note, .tip, .did_you_know, .medical-reviewer-note {
    position: relative;
    padding: 1rem;
    margin: 0 0 1.5rem;
    border-radius: .5rem;
}
.hero {
    background-color: #80D1D3;
}
.note, .tip, .did_you_know {
    background-color: #A9E2FF;
}
.medical-reviewer-note {
    background-color: #F3F3F3;
    margin: 1.5rem 0 1.5rem;
}
.note::before,
.tip::before,
.did_you_know::before,
.medical-reviewer-note::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
}
.note::before {
    background: url("../../dist/images/post-it.svg") no-repeat;     
}
.tip::before {
    background: url("../../dist/images/tip-alert.svg") no-repeat;
}
.did_you_know::before {
    background: url("../../dist/images/help_outline.svg") no-repeat;
}
.medical-reviewer-note::before {
    background: url("../../dist/images/medical_reviewer_badge.svg") no-repeat;
}
.note .highlight-content,
.tip .highlight-content,
.did_you_know .highlight-content {
    padding-left: 3rem;
}
.medical-reviewer-note .highlight-content {
    padding-left: 2.5rem;
}
.hero p:last-child, .note p:last-child, .tip p:last-child, .did_you_know p:last-child, .medical-reviewer-note p:last-child,
.hero ul:last-child, .note ul:last-child, .tip ul:last-child, .did_you_know ul:last-child, .medical-reviewer-note ul:last-child,
.hero ol:last-child, .note ol:last-child, .tip ol:last-child, .did_you_know ol:last-child, .medical-reviewer-note ol:last-child,
.hero div:last-child, .note div:last-child, .tip div:last-child, .did_you_know div:last-child, .medical-reviewer-note div:last-child {
    margin-bottom: 0;
}
/* Homepage - Explore DigiHealth App Section */
.explore-app {
    background: linear-gradient(283.95deg, #F3F3F3 0%, rgba(254, 254, 254, 0) 35.24%);
}
.explore-app .container {
    padding-top: 4rem;
}
.explore-app .digiapp-desc {
    padding-bottom: 6rem;
}
.explore-app .digiapp-desc h2 {
    font-family: "Montserrat-Regular", sans-serif;
}
.explore-app .digiapp-desc p {
    font-size: 1.125rem;
}

/* ============================================================== Accordion ============================================================== */

.accordion-actions {
    float: right;
    display: none;
}
.accordion-collapse-all, .accordion-expand-all {
    display: inline-block;
    margin: 20px 0;
    color: #005596;
    cursor: pointer;
}
.accordion-collapse-all::after {
    content: " | ";
    font-size: 18px;
    color: #000;
    padding: 0 5px;
}
.accordion-wrapper {
    margin-bottom: 1.5rem;
}
.accordion-inner-wrap {
    transition: 0.4s;
    margin-bottom: 1.25rem;
}
.accordion {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 1.125rem;
    color: #2C2C2C;
    background: #F9BA5D;
    border: none;
    padding: 1rem;
    width: 100%;
    text-align: left;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
}
.accordion:focus {
    outline: none;
}
.accordion::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f067";
    font-size: 1rem;
    color: #2C2C2C;
    float: right;
    margin: 0 0 0 1rem;
    align-self: center;
}
.accordion-active {
    font-family: "OpenSans-Bold", sans-serif;
    background: #E2E2E3;
}
.accordion-active::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f068";
}
.acc-panel {
    padding: 1rem;
    margin-top: .5rem;
    background: #F3F3F3;
    border-top: none;
    display: none;
    overflow: hidden;
}
.acc-panel h2:first-child, .acc-panel h3:first-child, 
.acc-panel h4:first-child, .acc-panel h5:first-child {
    margin-top: 0;
}
.acc-panel p:last-child,
.acc-panel ul:last-child,
.acc-panel ol:last-child,
.acc-panel div:last-child {
    margin-bottom: 0;
}
.acc-panel > .row > .col-xs-12 {
    margin-bottom: 1rem;
}
@media (hover: hover) {
    .accordion-inner-wrap:hover .accordion {
        background-color: #E2E2E3;
    }
}
.accordion-panel-active {
    display: block;
    word-wrap:break-word;
}

/* ============================================================== Tabs ============================================================== */

.tabbed-content {
    background: transparent;
    max-width: 100%;
    margin: 30px auto;
}
.tabbed-content .tabs {
    display: block;
}
.tabs ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #00769C;
}
.tabbed-content .tabs li {
    display: inline-block;
    flex-basis: 0;
    flex-grow: 1;
}
.tabs ul li:not(:last-child) {
    margin-right: 1.5rem;
}
.tabs ul li a {
    font-family: "NotoSans-Regular", sans-serif;
    font-size: 1.25rem;
    color: #2C2C2C;
    background: #E2E2E3;
    border: 1px solid #00769C;
    border-radius: .5rem .5rem 0 0;
    padding: 1rem;
    margin-bottom: -1px;
    display: block;
    text-decoration: none;
    height: 102%;
}
.tabs ul li:first-child a {
    border-radius: 0 .5rem 0 0;
}
.tabs ul li:last-child a {
    border-radius: .5rem 0 0 0;
}
.tabs ul li a.active {
    font-family: "NotoSans-SemiBold", sans-serif;
    background: #F3F3F3;
    border: 1px solid transparent;
    border-color: #00769C #00769C transparent;
}
.tabs ul li a:hover {
    color: #2C2C2C;
    background: #F3F3F3;
    border: 1px solid #00769C;
    border-bottom: 1px solid #F3F3F3;
    text-decoration: none;
}
.tab-section {
    margin-bottom: 2px;
}
.tab-section.active .tab-ctnt {
    background-color: #F3F3F3;
    border: 1px solid transparent;
    border-color: #F3F3F3 #00769C #00769C;
    padding: 2rem;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.tabbed-content .tab-section {
    min-height: 0;
    margin-bottom: 0;
}
.tabbed-content .tab-section .tab-ctnt {
    opacity: 0;
    display: none;
    height: 0;
}
.tabbed-content .tab-section.active .tab-ctnt {
    opacity: 1;
    display: block;
    height: auto;
}
.tabbed-content .tab-section .tab-ctnt > p:last-child,
.tabbed-content .tab-section .tab-ctnt > ul:last-child,
.tabbed-content .tab-section .tab-ctnt > ol:last-child,
.tabbed-content .tab-section .tab-ctnt > div:last-child,
.tab-ctnt p:last-child {
    margin-bottom: 0;
}

/* ============================================================== Tables ============================================================== */

.table-responsive {
    margin: 1rem 0 1rem;
    display: block;
    width: 100%;
    overflow: auto;
    height: auto;
}
.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent; /* or add it to the track */
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #00769C;
    border-radius: 100px;
}

table tr th {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: .875rem;
    padding: .75rem 1.25rem .75rem 0;
    border-bottom: 1px solid #2C2C2C;
    vertical-align: top;
}
table tr td {
    padding: .75rem 1.25rem .75rem 0;
    border-bottom: 1px solid #E2E2E3;
    vertical-align: top;
}

.headless-table {
    width: 100%;
}
.headless-table tr td:first-child {
    font-family: "OpenSans-Bold", sans-serif;
}

.comparison-table tr th {
    font-size: .938rem;
    width: 50%;
}
.comparison-table tr th:first-child, .comparison-table tr td:first-child {
    border-right: 1px solid #2C2C2C;
}
.comparison-table tr th:last-child, .comparison-table tr td:last-child {
    padding-left: 0.5rem;
}
.comparison-table tr:last-child td {
    border-bottom: none;
}

/* ============================================================== "Need Help?" Boxes ============================================================== */

.need-help-text {
    color: #6D6F71;
    background-color: #F3F3F3;
    padding: 3rem 0;
    margin: 2rem 0;
    text-align: center;
}
.need-help-img {
    color: #FFF;
    background-size: cover;
}
.need-help-img > div {
    background: linear-gradient(95.28deg, rgba(0, 118, 156, 0.5) 1.96%, rgba(0, 0, 0, 0) 35.99%);
    min-height: 40vw;
    max-height: 550px;
    padding: 5rem;
}
.need-help-img img {
    width: 100%;
}
.need-help-img .col-12 {
    margin: auto 0;
}
.need-help-img .col-12:last-child {
    padding: 2rem;
    padding-right: 4.5rem;
    padding-left: 2.5rem;
}
.need-help-text h2 {
    color: #00769C;
    text-align: center;
}
.need-help-img h2 {
    color: #FFF;
    text-align: left;
}
.need-help-text hr,
.need-help-img hr {
    border-color: #00769C;
}
.need-help-text p,
.need-help-img p {
    font-size: 1.125rem;
    margin-bottom: 0;
}
.need-help-img p {
    margin-bottom: 1rem;
}
.need-help-text p span,
.need-help-img p span {
    display: block;
}
.need-help-text p span a,
.need-help-img p span a {
    font-family: "OpenSans-Bold", sans-serif;
}
.need-help-img p span a {
    color: #FFF;
}

/* ============================================================== Call to Book Box ============================================================== */

.call-to-book {
    background-color: #F3F3F3;
    padding: 2rem 1rem;
    margin: 3rem 0;
}
.call-to-book h4 {
    text-align: center;
}
.call-to-book a {
    font-family: "NotoSans-SemiBold", sans-serif;
    font-size: 1.313rem;
}
.call-to-book a span {
    font-size: 1.125rem;
}

/* ============================================================== "Not sure what to look for?" section ============================================================== */

.what-to-look-for .accordion-inner-wrap,
.what-to-look-for .accordion,
.what-to-look-for .accordion-active,
.what-to-look-for .accordion-inner-wrap:hover .accordion,
.what-to-look-for .accordion:hover {
    background: #B3D6E1;
}
.what-to-look-for .accordion-inner-wrap,
.what-to-look-for .accordion {
    border-radius: .5rem;
}
.what-to-look-for .accordion-inner-wrap {
    margin-bottom: 0;
}
.what-to-look-for .accordion {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 1.125rem;
}
.what-to-look-for .accordion::after {
    content: "\f078";
}
.what-to-look-for .accordion-active::after {
    content: "\f077";
}
.what-to-look-for .acc-panel {
    padding: 0 1rem .5rem;
    background-color: #B3D6E1;
    border-radius: 8px;
    margin-top: 0;
}
.what-to-look-for .col-4:nth-child(2) {
    padding: 0 1px;
}
.what-to-look-for a {
    font-size: .813rem;
    padding: .5rem;
    margin-top: 0;
}
.what-to-look-for-mobile {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    height: 220px;
    overflow: hidden;
    cursor: pointer;
}
.what-to-look-for-mobile .box {
    position: relative;
    height: 100%;
    padding: .5rem 1rem;
    background: #B3D6E1;
    border-radius: .5rem .5rem 0 0;
    transition: all .5s ease-out;
}
.what-to-look-for-mobile .box p {
    margin-bottom: .5rem;
}
.what-to-look-for-mobile .box p::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
.what-to-look-for-mobile .box a {
    padding: .5rem .75rem;
}

/* ============================================================== Journey Component ============================================================== */

.journey {
    position: relative;
    padding: 2rem;
}
.journey.bg-white {
    background-color: #fff;
}
.journey.bg-grey {
    background-color: #F8F8F8;
}
.journey::before {
    content: '';
    position: absolute;
    top: 5.5rem;
    left: 3.15rem;
    width: 2px;
    height: calc(100% - 7.35rem);
    background: #E2E2E3;
    background-image: linear-gradient(0deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #E2E2E3, #E2E2E3, #E2E2E3, #E2E2E3, #E2E2E3);
    background-size: 5px 15px, 100% 15px;
    border: none;
}
.journey-icon {
    position: absolute;
    top: 40px;
    left: 35px;
}
.journey-content {
    padding-left: 3rem;
}
.journey-content .hero {
    background-color: #B3D6E1;
}
.journey-content p:last-child,
.journey-content ul:last-child,
.journey-content ol:last-child,
.journey-content div:last-child {
    margin-bottom: 0;
}

/* ============================================================== Timeline ============================================================== */

.timeline-feature {
    position: relative;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    background-color: #E2E2E3;
    font-size: 1.125rem;
    color: #2C2C2C;
    width: 100%;
    text-align: left;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
}
.timeline .accordion {
    position: relative;
    padding: 2rem 2rem;
    border-radius: 0.5rem;
    background-color: #E2E2E3;
}
.timeline .accordion-inner-wrap {
    background: #E2E2E3;
    border-radius: 0.5rem;
}
.timeline .award-tag,
.timeline-feature .award-tag {
    position: absolute;
    left: 2rem;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: .938rem;
    background-color: #F9BA5D;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
}
.timeline .award-year,
.timeline-feature .award-year {
    position: absolute;
    right: 2rem;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: .938rem;
    padding: 0.5rem 0;
}
.timeline .accordion b,
.timeline .accordion strong,
.timeline-feature .title {
    padding-top: 3.5rem;
}
.timeline .accordion::after {
    font-size: 1.35rem;
    align-self: end;
}
.timeline .accordion.accordion-active {
    padding-bottom: 0.5rem;
}
.timeline .acc-panel {
    background-color: #E2E2E3;
    padding: 1rem 2rem 2rem;
    border-radius: 8px;
}

/* ============================================================== Read More ============================================================== */

/*.truncate-moreless.collapse:not(.show) {
    display: block;
    height: 20rem;
    overflow: hidden;
}
.truncate-moreless.collapsing[aria-expanded="false"] {
    height: 42px !important;
}
.collapsed-moreless{
    margin-top:1rem;
}*/

.collapsed-moreless:empty {
    margin-top:0px;
}

/* ============================================================== Header Top ============================================================== */

.header-top {
    background-color: #F3F3F3;
    padding: .75rem 0;
}
.header-bottom {
    background-color: #FFF;
    padding: 1.5rem 0;
    top: 63px;
}
.header-top, .header-bottom, .mobile-main-menu {
    position: fixed;
    width: 100%;
    z-index: 15;
}
.mobile-main-menu {
    background-color: #fff;
    border-top: 1px solid #E2E2E3;
    top: 63px;
    z-index: 14;
}
.login a {
    font-size: .75rem;
    margin: 0;
}
.header-bottom-back{
    top: 0;
}
.header-bottom-postion {
    position: relative;
}
.scroll-down {
    transform: translate3d(0, -100%, 0);
}
.scroll-up {
    transform: none;
}
.main-body {
    padding-top: 161px;
}
.pt-space {
    padding-top: 0;
}

/* Top Menu */
.top-menu {
    margin: auto;
    border-right: 1px solid #4D4D4F;
    max-width: unset;
    flex: 1;
}

.sec-nav {
    float: right;
    padding-right: .625rem;
}
.sec-nav a {
    font-size: .75rem;
    text-decoration: none;
}
.sec-nav a:not(:last-child) {
    margin-right: 1.25rem;
}
.sec-nav a img {
    width: 20px;
}

/* ============================================================== Search Section ============================================================== */

.search {
    margin: auto;
    border-left: 1px solid #4D4D4F;
}
.header-top .search .sf-content-block img {
    display: block; cursor: pointer;
}
span.gbl-searchbox-textcontrol {
    border:1px solid #A9A9AA;border-radius:0;margin:0;color:#2c2c2c;background-color:#fff;overflow:visible;outline:0;box-sizing:border-box;
    font-family:inherit;font-size:14px;line-height:1.4285714286;padding:0;vertical-align:middle;transition:all .1s ease;position:relative;cursor:default;white-space:nowrap;
    display:-ms-inline-flexbox;display:inline-flex;
    -ms-flex-flow:row nowrap;flex-flow:row nowrap;
    -ms-flex-align:stretch;align-items:stretch;
    -webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)
}
span.gbl-searchbox-textcontrol input.custom-input {
    padding: .3rem 0;
    height: auto;
    text-indent: .8rem;
    border-radius: 3px;
    border-color: #d5d5d5;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.65em;
    border: 0;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 1rem;
    max-height: 36px;
    outline: 0;
}
span.gbl-searchbox-textcontrol input.custom-input:focus {
    border-radius: 0;
}
span.gbl-searchbox-textcontrol .custom-clear {
    right:3rem!important;top:50%!important;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);outline:0;font-size:1.6rem;display:none;
    position:absolute;cursor:pointer;
    -ms-flex-negative:0;flex-shrink:0;
    -ms-flex-align:center;align-items:center;
    -ms-flex-pack:center;justify-content:center;
    opacity:.5
}
span.gbl-searchbox-textcontrol .custom-clear {
    display: none;
}
span.gbl-searchbox-textcontrol.gbl-searchbox-focus .custom-clear {
    display: inline-block !important;
}
span.gbl-searchbox-textcontrol .search-btn {
    padding: .25rem .5rem;
    margin: 0;
    border-radius: 0;
    font-size: 1.1rem;
    max-height: 36px;
}
.search-box-container {
    background-color: #F3F3F3;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: .75rem 0;
}
.search-box-container .ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.search-box-container .ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
    z-index: 9999;
}
.search-box-container .ui-widget {
    font-family: OpenSans-Regular,sans-serif;
    font-size: 1rem;
}
.search-box-container .ui-widget.ui-widget-content {
    border: none;
    background: #fff;
    color: #333;
}
.search-box-container .ui-autocomplete .ui-menu-item {
    font-family: "OpenSans-Regular", sans-serif;
    color: #2C2C2C;
    background-color: #fff;
    border-bottom: 1px solid #E2E2E3;
    padding: 0px !important;
    margin: 0;
    cursor: pointer;
}
.search-box-container .ui-autocomplete .ui-menu-item:hover {
    color: #2c2c2c;
    background-color: #B3D6E1;
}
.search-box-container .ui-autocomplete .ui-menu-item:last-of-type {
    border-bottom: none;
}
.search-box-container .ui-autocomplete .selection-viewall {
    padding: .5rem 1rem !important;
    width: auto;
}
.search-box-container .ui-autocomplete .ui-menu-item .selection-text {
    font-size: 0.8rem;
    display: block;
    border-color: #d5d5d5;
    box-sizing: content-box;
    padding: 1rem !important;
}
.search-box-container .ui-autocomplete .ui-menu-item .selection-text .main-title {
    font-size: 1.125rem;
    display: block;
}
.search-box-container .ui-autocomplete .ui-menu-item .selection-text .main-title em {
    font-family: "OpenSans-Bold", sans-serif;
    font-style: normal !important;
    color: #2C2C2C;
    font-weight: bold;
}
.search-box-container .ui-autocomplete .ui-menu-item .selection-text .main-tags .tag-item {
    display: inline-block;
    background-color: #FFF;
    color: #4D4D4F;
    font-size: .75rem;
    width: auto;
    margin-top: .5rem;
    margin-right: 10px;
    padding: .375rem .5rem;
    border: 1px solid #00769C;
    border-radius: .5rem;
}
.search-box-container .ui-autocomplete .ui-menu-item .selection-text .main-tags .tag-item:hover {
    background-color: #B3D6E1;
}
.search-box-container .ui-autocomplete .ui-menu-item .selection-viewall {
    text-align: center;
    margin: 0px auto;
    display: block;
    background-color: #FFF;
    border-color: #d5d5d5;
    box-sizing: content-box;
    font-size: 1.125rem;
}
.doctor-viewall, .selection-viewall {
    background-color: #B3D6E1;
    text-align: center;
    width: 100%;
}
.search-box-container .ui-autocomplete .selection-suggest {
    cursor: default !important;
    padding: 12px 12px 14px 12px !important;
    font-size: .8rem;
}
.search-box-container .ui-autocomplete .selection-suggest:hover {
    color: #2c2c2c;
    background-color: #B3D6E1;
}
.search-box-container .ui-autocomplete .selection-suggest .title {
    padding: .25rem 0 .75rem 0;
    font-weight: bold;
}
.search-box-container .ui-autocomplete .selection-suggest a {
    cursor: pointer !important;
    text-decoration: none;
    font-size: 1rem;
}
.search-box-container .ui-autocomplete .selection-suggest a:hover {
    text-decoration: underline;
}

/* ============================================================== Logo & Mega Menu ============================================================== */

.logo {
    margin: auto;
}
.navbar {
    padding: 0;
    float: right;
}
.nav-link {
    font-size: .75rem;
    color: #2C2C2C;
    padding: 1rem !important;
    text-decoration: none;
}
.navbar-nav .nav-item.dropdown > .nav-link.dropdown-toggle {
    font-size: .875rem;
    text-wrap: balance;
    display: inline-flex;
    min-height: 53px;
    padding-block: .25rem !important;
    align-items: center;
}
.navbar-nav .nav-item.dropdown:last-child > .nav-link {
    text-wrap: pretty;
}
.desktop-only:not(.mobile-only) .nav-link:hover {
    background-color: #00769C;
    color: #FFF;
}
.dropdown-toggle::after {
    display: none;
}
.desktop-only .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.desktop-only:not(.mobile-only) .dropdown-menu {
    padding: .25rem 1rem 1.25rem;
    margin: 0;
    border: none;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.13);
    min-width: 265px;
    z-index: 10;
}
.dropdown-item {
    font-size: .75rem;
    color: #4D4D4F;
    padding: .5rem 0;
    text-decoration: none;
}
.dropdown-item:focus {
    color: #4D4D4F;
}
.dropdown-item:hover {
    background-color: transparent;
    color: #00A3A8;
    text-decoration: underline;
}
.dropdown-menu > ul {
    background-color: #E2E2E3;
    list-style: none;
    padding: 1rem 1rem .25rem;
    margin: .75rem 0;
}
.dropdown-menu > ul > span {
    font-family: "OpenSans-Bold", sans-serif;
}
.dropdown-menu > ul > li > a:not(.icon)::after {
    content: url("../../dist/images/bi-arrow-right.svg");
    position: absolute;
    right: 2rem;
}
.desktop-only .navbar-nav li:last-child > ul.dropdown-menu {
    left: auto;
    right: 0;
}

/* ============================================================== Logo & Main Menu (Mobile) ============================================================== */

.mobile-only .navbar {
    float: none;
}
.mobile-menu {
    border-top: 1px solid #E2E2E3;
    border-bottom: 1px solid #E2E2E3;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.13);
}
.mobile-menu .container {
    padding-right: 0;
}
.mobile-dropdown {
    background-color: #F3F3F3;
    position: relative;
}
.mobile-dropdown p {
    margin-bottom: 0;
    cursor: pointer;
}
.mobile-dropdown .dropdown-menu {
    border: none;
}
.mobile-dropdown .navbar-nav > .dropdown.show > div {
    background-color: #00769C;
}
.mobile-dropdown .navbar-nav:not(.featured-sub) > .nav-item:not(:nth-last-child(-n+2)),
.mobile-dropdown .navbar-nav > .nav-item:nth-last-child(2) > div.container {
    border-bottom: 1px solid #F3F3F3;
}
.mobile-dropdown .navbar-nav > .dropdown > div > .container > .nav-link,
.mobile-dropdown .navbar-nav > .nav-item > p > .nav-link {
    font-family: NotoSans-Regular, sans-serif;
    font-size: 1.188rem;
    padding: 1.5rem 0 !important;
    cursor: pointer;
}
.mobile-dropdown .navbar-nav > .dropdown > div > .container > .nav-link {
    padding-right: 2.75rem !important;
}
.mobile-dropdown .dropdown-toggle[aria-expanded="true"] {
    background-color: #00769C;
}
.mobile-dropdown .navbar-nav > .dropdown.show > div a  {
    color: #FFF;
}
.mobile-dropdown .dropdown-menu .nav-link,
.mobile-dropdown .dropdown-menu .featured-sub .nav-item .nav-link{
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 1rem;
    padding: .75rem 0 !important;
}
.featured-sub {
    background-color: #E2E2E3;
    list-style: none;
    padding: 1rem 1rem .25rem;
    margin: .75rem 0;
    width: 100%;
}
.featured-sub span {
    font-family: "NotoSans-SemiBold", sans-serif;
    font-size: 1.188rem;
    padding-bottom: .75rem;
}
.featured-sub .nav-item p {
    padding: 0;
}
.arrow-right {
    float: right;
    margin: .4rem 0 0;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.arrow-toggle {
    position: absolute;
    top: .9rem;
    right: 15vw;
    cursor: pointer;
    content: url("../../dist/images/arrow_default.svg");
}
.navbar-nav .show .arrow-toggle {
    content: url("../../dist/images/arrow_selected.svg");
}
.mobile-dropdown .cta-btn {
    padding: 1.5rem 0;
    background-color: #B3D6E1;
    max-width: 720px;
    margin: auto;
}
@media (max-width: 767px) {
    .mobile-dropdown .cta-btn {
        max-width: 540px;
    }
}
.mobile-dropdown .cta-btn a {
    font-family: "OpenSans-Bold", sans-serif;
    text-decoration: none;
    width: 100%;
    padding: 1.25rem 1.5rem 1.25rem 1rem;
    color: #FFF;
}
.mobile-dropdown .cta-btn a:hover {
    color: #4D4D4F;
}
.mobile-dropdown .navbar-nav > .nav-item:nth-last-child(2) > div.container {
    background-color: #B3D6E1;
}
.mobile-dropdown .second-nav {
    list-style: none;
    padding: .156rem 0 1.656rem;
}
.mobile-dropdown .second-nav li {
    padding: 1.125rem 0;
}
.mobile-dropdown .second-nav a {
    font-size: 1rem;
    text-decoration: none;
}
.mobile-dropdown .second-nav a img {
    margin-right: .5rem;
}
.mobile-dropdown .social {
    height: 240px;
}
.mobile-dropdown .social .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #B3D6E1;
}
.mobile-dropdown .social .mobile-only {
    background-color: #FFF;
    margin: auto;
    padding: 1rem 2rem;
    width: 90%;
    border-radius: 8px;
}
.mobile-dropdown .social .mobile-only .col-6:first-child {
    border-right: 1px solid #2C2C2C;
}
.mobile-dropdown .social .mobile-only .col-6 > span {
    font-family: NotoSans-SemiBold, sans-serif;
    font-size: .813rem;
    padding-bottom: .5rem;
}
.mobile-dropdown .social .mobile-only ul {
    list-style: none;
    padding-left: 0;
}
.mobile-dropdown .social .mobile-only ul li {
    padding: .625rem 0;
}
.mobile-dropdown .social .mobile-only ul li a {
    text-decoration: none;
}
.mobile-dropdown .social .mobile-only ul li a .fab,
.mobile-dropdown .social .mobile-only ul li a .fas{
    font-size: 1.25rem;
    color: #00769C;
    padding-right: .625rem;
    vertical-align: middle;
}
.mobile-dropdown .social .mobile-only ul li a span {
    font-size: .75rem;
}

/* ============================================================== Hamburger Menu ============================================================== */

.mainmenu-toggler {
    color: #000;
    background-color: #F9BA5D;
    border: none;
    cursor: pointer;
    padding: 1rem 1.125rem;
    border-left: 1px solid #E2E2E3;
    text-decoration: none;
}
.mainmenu-toggler:focus {
    outline: none;
}
.mainmenu-toggler:hover {
    text-decoration: none;
}
.menu-label {
    margin-right: .5rem;
    text-transform: uppercase;
    display: none;
}
.navbar-toggler-icon {
    background: none;
    width: auto;
    height: auto;
}
#toggle {
    width: 22px;
    height: 22px;
}
#toggle div {
    width: 100%;
    height: 2px;
    background: #FFF;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}
#toggle.on .one, .mainmenu-toggler[aria-expanded=true] #toggle .one {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    /* WebKit */ -moz-transform: rotate(45deg) translate(4px, 4px);
    /* Mozilla */ -o-transform: rotate(45deg) translate(4px, 4px);
    /* Opera */ -ms-transform: rotate(45deg) translate(4px, 4px);
    /* Internet Explorer */ transform: rotate(45deg) translate(4px, 4px);
}
#toggle.on .two, .mainmenu-toggler[aria-expanded=true] #toggle .two {
    opacity: 0;
}
#toggle.on .three, .mainmenu-toggler[aria-expanded=true] #toggle .three {
    -webkit-transform: rotate(-45deg) translate(4px, -5px);
    /* WebKit */ -moz-transform: rotate(-45deg) translate(4px, -5px);
    /* Mozilla */ -o-transform: rotate(-45deg) translate(4px, -5px);
    /* Opera */ -ms-transform: rotate(-45deg) translate(4px, -5px);
    /* Internet Explorer */ transform: rotate(-45deg) translate(4px, -5px);
}
@keyframes startNavAnim {
    from {
        opacity: 0;
        margin-top: 30px;
    }
    to {
        opacity: 1;
        margin-top: 0px;
    }
}
@-webkit-keyframes startNavAnim {
    from {
        opacity: 0;
        margin-top: 30px;
    }
    to {
        opacity: 1;
        margin-top: 0px;
    }
}

/* ============================================================== Language Selector ============================================================== */

.language-selector {
    padding-left: 1.75rem;
}
.page-language-selector .dropdown-menu {
    padding: .5rem 1.125rem;
    border: 1px solid #2C2C2C;
    border-radius: 0;
    box-shadow: none;
    min-width: auto;
}
.page-language-selector a {
    text-decoration: none;
}
.page-language-selector .dropdown-toggle::after {
    display: none;
}
.page-language-selector .dropdown-toggle[aria-expanded="true"],
.page-language-selector .dropdown-toggle:hover {
    background-color: #80BBCD;
    border-radius: 0;
}
.selected-language {
    font-size: .75rem;
    vertical-align: middle;
}
.selected-language:before {
    content: "";
    display: block;
    background: url("../../dist/images/language.svg") no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin: .4rem .5rem 0 0;
}
#pageNotFoundModal .modal-message {
    padding-bottom: 1.25rem;
}

/* ============================================================== Social Media ============================================================== */

.header-top .social-media {
    max-width: fit-content;
}
.header-top .social-media .navbar {
    float: none;
}
.header-top .social-media .navbar-nav {
    margin: 0 auto;
}
.header-top .social-media .fab,
.header-top .social-media .fas {
    font-size: 1.25rem;
    vertical-align: middle;
}
.header-top .social-media .nav-item.dropdown .fab,
.header-top .social-media .nav-item.dropdown .fas,
.header-top .social-media .nav-link {
    padding: .5rem !important;
}
.header-top .social-media .nav-item.dropdown .fab:hover,
.header-top .social-media .nav-item.dropdown .fas:hover {
    background-color: #80BBCD;
    cursor: pointer;
}
.header-top .social-media .nav-item:nth-child(2) .nav-link:hover,
.header-top .social-media .nav-item:nth-child(3) .nav-link:hover {
    background-color: #80BBCD;
    color: #2C2C2C;
}
.header-top .social-media .dropdown-menu {
    padding: .5rem 1.125rem .5rem .625rem;
    border: 1px solid #2C2C2C;
    border-radius: 0;
    box-shadow: none;
    min-width: auto;
}
.header-top .social-media .dropdown-item {
    padding: .625rem 0;
}
.header-top .social-media .dropdown-item .fab {
    color: #00769C;
}

/* ============================================================== Global Announcement ============================================================== */

.announcement {
    position: relative;
    z-index: 14;
}
.ga-container {
    position: fixed;
    top: 178px;
    left: 50%;
    transform: translateX(-50%);
}
.ga-position {
    top: 113px;
}
.global-announcement .toast {
    flex-basis: unset;
    max-width: 100%;
    background-color: #00556F;
    color: #fff;
    border-radius: 0;
}
.global-announcement .toast a {
    color: #fff;
}
.global-announcement .toast-body {
    padding: 1rem;
}
.global-announcement .toast h5 {
    color: #fff;
    margin-bottom: .5rem;
}
.global-announcement .toast p:last-child {
    margin-bottom: 0;
}
.global-announcement .close {
    color: #fff;
    opacity: 1;
    font-weight: unset;
}
.global-announcement .close:hover {
    background-color: transparent;
    color: beige;
}

/* ============================================================== Breadcrumb ============================================================== */

.breadcrumb {
    background-color: transparent;
    padding: 1rem 0 .75rem;
    margin-bottom: 0;
}
.breadcrumb-item a {
    text-decoration: none;
}
.breadcrumb-item a:hover {
    text-decoration: underline;
}
.breadcrumb-item:first-child a {
    content: url("../../dist/images/home.svg");
    vertical-align: middle;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: .75rem;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item:last-child::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    color: #00769C;
    padding-right: .75rem;
}
.breadcrumb-item:last-child::after {
    padding-right: 0;
    padding-left: .75rem;
}

/* ============================================================== Page Banner ============================================================== */

.page-banner {
    padding-bottom: 2rem;
}
.page-banner img {
    width: 100%;
}
.banner-caption {
    margin: auto 0;
}
.banner-img-caption h1 {
    margin: 2rem 0;
}

/* ============================================================== Page Contents ============================================================== */

.grey-bg {
    background-color: #F3F3F3;
}
.gold-bg {
    background-color: #F4ECE1;
}
.beige-bg {
    background-color: #80D1D3;
}
.lightsky-bg {
    background-color: #EBF9FA;
}
.w-782 {
    margin: 0 auto;
    width: 782px;
}
.horizontal-card {
    background-color: #F3F3F3;
    margin: 4rem 0;
    padding: 2rem;
}
.horizontal-card .left-image,
.horizontal-card .right-image {
    margin: auto 0;
}
.horizontal-card p:last-child,.horizontal-card div:last-child, .horizontal-card ul:last-child, .horizontal-card ol:last-child,
.grey-card p:last-child, .grey-card div:last-child, .grey-card ul:last-child, .grey-card ol:last-child {
    margin-bottom: 0;
}

/* ============================================================== Dropdown Menu (Mobile) ============================================================== */

.custom-nav-dropdown {
    width: 100%; border-width: 0; outline: 0; text-align: left; white-space: nowrap; display: block;
    vertical-align: middle; position: relative; background-image: none; color: #2e2e2e;
}
.custom-nav-dropdown .dropdown-menu {
    width: 100%; z-index: 9990 !important; color: #2e2e2e; text-align: left; list-style: none;
    float: left; min-width: 10rem; padding: 0 !important; margin: 0 !important; margin-top: -1px !important;
    background-color: #fff; background-clip: padding-box; border: 1px solid #A9A9AA !important;
    border-radius: 0 !important; margin-left: 5px !important;
}
.custom-nav-dropdown .collapse {
    -webkit-transition: none !important;
    transition: height 0.01s !important;
    display: none !important;
}
.custom-nav-dropdown .collapsing {
    -webkit-transition: none !important;
    transition: none !important;
    display: none !important;
}
.second-dropdown .dropdown-menu {
    left: 5px !important;
}
.custom-nav-dropdown .dropdown-menu a {
    width: 100%; text-align: left; display: block; font-family: "OpenSans-Regular", sans-serif; text-decoration: none !important;
    background-color: #fff; color: #2C2C2C; border: none; padding: 0.75rem 1rem !important; font-size: 1rem !important; white-space: initial; word-wrap: break-word;
}
.custom-nav-dropdown .dropdown-menu a:first-of-type {
    padding-top: 1.2rem !important;
}
.custom-nav-dropdown .dropdown-menu a:last-of-type {
    padding-bottom: 1.2rem !important;
}
.custom-nav-dropdown .btn.custom-nav-btn {
    width: 100%; box-sizing: border-box; text-align: left; white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 0.563rem 0 !important;
    border: 1px solid #A9A9AA !important; border-radius: 0 !important;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.02)); background-position: 50% 50%; background-color: #00769C !important;
    font-family: "OpenSans-Bold", sans-serif; font-size: 1rem !important; color: #FFF;
    box-shadow: none; cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box; position: relative; transition: all .1s ease; cursor: pointer; outline: 0;
    line-height: 1.65em; text-indent: 0.571em; margin: 0;
}
.custom-nav-dropdown .btn.custom-nav-btn p {
    width: calc(100% - 35px); margin: 0 !important; overflow: hidden; white-space:nowrap; text-overflow: ellipsis; display: inline-block;
}
.custom-nav-dropdown .btn.custom-nav-btn .arrow {
    font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute;
    top: 50%; transform: translateY(-50%); right: 2rem; width: 14px; height: 24px;
}        
.fading-effect {
    position: absolute; bottom: 0; width: 100%; height: 50px; background: transparent;
    background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,1) 50%);
}

.custom-nav-dropdown.more-than-4 .dropdown-menu {
	height: 210px; max-height: 210px; overflow-y: hidden;
}
.custom-nav-dropdown.more-than-4 .dropdown-menu-primer {
	position: relative; max-height: 210px; overflow-y: scroll;
}
.custom-nav-dropdown.more-than-4 .dropdown-menu-primer a {
	position: relative; z-index: 9995 !important;
}
.custom-nav-dropdown.more-than-4 .dropdown-menu-primer .fading-bottom {
	position: fixed; bottom: 0; right: 5px; width: 100%; height: 50px; z-index: 9999 !important;
	background: transparent;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-gradient(linear, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
}

@media (max-width: 400px) {
	.custom-nav-dropdown.more-than-4 .dropdown-menu {
		height: 200px; max-height: 200px;
	}
	.custom-nav-dropdown.more-than-4 .dropdown-menu-primer {
		max-height: 200px;
	}
	.custom-nav-dropdown.more-than-4 .dropdown-menu-primer a {
		font-size: 0.9rem !important;
	}
}

/* ============================================================== Media Cards ============================================================== */
.cta-section-bg,
.media-section-bg {
    background-color: #B3D6E1;
}
.grey-card {
    background-color: #F3F3F3;
    padding: 2rem;
    margin: 2rem 0;
}
.grey-card img {
    width: 100%;
    margin-bottom: 2rem;
}
.grey-card.w-icon h3 {
    position: relative;
    padding-right: 2.5rem;
}
.grey-card h3 a {
    text-decoration: none;
}
.grey-card h3 a:hover {
    text-decoration: underline;
}
.grey-card.w-icon h3 img {
    width: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.grey-card .links a {
    display: inline-block;
}
.grey-card .links a:not(:last-child) {
    padding-right: 1.5rem;
}

/* ============================================================== Featured Tiles / Numbered Featured Tiles ============================================================== */

.featured-tiles {
    background-color: #F3F3F3;
    padding: 1rem;
    margin: 0.75rem 0;
    text-align: center;
}
.featured-tiles img {
    margin-bottom: .75rem;
}
.featured-tiles .title {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: .938rem;
}
.featured-tiles p {
    font-size: .938rem;
}
.numbered-featured-tile {
    background-color: #F4ECE1;
    padding: 1.5rem;
    margin: 1rem 0;
    text-align: center;
}
.featured-tiles p:last-child,
.numbered-featured-tile p {
    margin-bottom: 0
}
.ihh-he .row:not(:last-child) .col-12 {
    padding-bottom: 1.5rem;
}
.ihh-he .left-icon {
    padding-right: 0;
}
.ihh-he .right-detail {
    padding-left: 1rem;
}
.ihh-he .right-detail p {
    margin-bottom: 0;
}

/* ============================================================== Page Nav List ============================================================== */

.pg-nav-list {
    padding: 1.5rem 0;
}
.pg-nav-list a {
    font-size: .938rem;
    color: #2C2C2C;
    background-color: #E2E2E3;
    padding: .5rem .75rem;
    margin: 1rem 0;
    text-decoration: none;
}
.pg-nav-list a:last-child {
    margin-right: 0;
}
.pg-nav-list a.active {
    font-family: "OpenSans-Bold", sans-serif;
    color: #fff;
    background-color: #00556F;
}
.pg-nav-list a:hover {
    color: #fff;
    background-color: #00556F;
}
.sibling-horizon .swiper-button-next::after,
.sibling-horizon .swiper-button-prev::after {
    color: #00769C !important;
}

/* ============================================================== Guide Page Nav List ============================================================== */

.sticky-cta {
    position: relative;
    z-index: 12;
}
.guide-nav-list {
    margin-bottom: 2rem;
    border-bottom: 1px solid #6D6F71;
}
.guide-nav-list span {
    font-family: "NotoSans-SemiBold", sans-serif;
    font-size: .938rem;
    color: #00769C;
}
.guide-nav-list ul {
    list-style: none;
    padding-left: .75rem;
}
.guide-nav-list ul li::before {
    content: "-";
    margin-left: -0.75rem
}
.guide-nav-list ul li {
    font-family: "NotoSans-Regular", sans-serif;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.guide-nav-list ul li a {
    color: #2C2C2C;
    text-decoration: none;
}
.guide-nav-list ul li.active a {
    color: #A9A9AA;
}
.guide-nav-list-mobile .k-dropdown {
    width: 100%;
}
.guide-nav-list-mobile .k-input {
    padding: 0;
}
.guide-nav-list-mobile .k-dropdown .k-dropdown-wrap {
    font-family: "OpenSans-Bold", sans-serif;
    color: #fff;
    background-color: #00769C;
    padding: .906rem 1rem;
    border: none;
    box-shadow: none;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.guide-nav-list-mobile .k-dropdown .k-dropdown-wrap:hover {
    background-color: #00769C;
}
.guide-nav-list-mobile .k-i-arrow-60-down::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
}

/* ============================================================== Guide Page Nav Buttons ============================================================== */

.guide-nav-btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.guide-nav-btn .prev-pg,
.guide-nav-btn .next-pg {
    position: relative;
    margin: 2rem 0;
}
.guide-nav-btn .prev-pg a::before,
.guide-nav-btn .next-pg a::after {
    content: "";
    position: absolute;
        top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.313rem;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    background: #00A3A8;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
}
.guide-nav-btn .prev-pg a::before {
    left: 0;
    content: "\f060";
}
.guide-nav-btn .next-pg a::after {
    right: 0;
    content: "\f061";
}
.guide-nav-btn .prev-pg a,
.guide-nav-btn .next-pg a {
    display: inline-block;
    width: 100%;
    color: #2C2C2C;
    text-decoration: none;
}
.guide-nav-btn .prev-pg a {
    padding: .75rem 0 .75rem 3.5rem;
}
.guide-nav-btn .next-pg a {
    padding: .75rem 3.5rem .75rem 0;
    text-align: right;
}
.guide-nav-btn .prev-pg a:hover,
.guide-nav-btn .next-pg a:hover {
    color: #00A3A8;
}

/* ============================================================== "Jump to" group ============================================================== */

.jump-to-container {
    z-index: 9;
    position: fixed;
    right: 0;
    top: 45%;
}
.jump-to-btn-group {
    float: left; 
    width: 63px;
    z-index: 9;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.jump-to-btn-group a.btn-jump-to {
    font-family: "NotoSans-Regular", sans-serif;
    font-size: 1.313rem;
    color: #4D4D4F;
    padding: 1rem;
    background: #6D6F71;
    border-radius: 0 0 1rem 1rem;
    display: block;
    width: 165px;
    height: 63px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.jump-to-btn-group .btn-jump-to .fas {
    font-size: .75rem;
    padding-left: .75rem;
    vertical-align: middle;
}
.jump-to-container > .jump-to-content {      
    float: left;
    min-width: 344px; 
    padding: 2rem;        
    background: #6D6F71;
    display: none;
}
.jump-to-container > .jump-to-content > a {
    font-family: "NotoSans-Regular", sans-serif;
    font-size: 1.313rem;
    color: #333;
    text-decoration: none;
} 
.jump-to-container > .jump-to-content > a:not(:last-child) {
    padding-bottom: 2rem;
}

/* ============================================================== Find a Doctor, Medical Professional Search ============================================================== */

span.fmp-searchbox-textcontrol,
span.sch-searchbox-textcontrol {
    border: 1px solid #A9A9AA;
    border-radius: 0;
    margin: 1rem 0 2rem;
}
input.fmp-searchbox-textcontrol.k-input,
input.sch-searchbox-textcontrol.k-input {
    padding: 1rem 0;
    height: auto;
    text-indent: 1rem;
}
span.fmp-searchbox-textcontrol .search-btn,
span.sch-searchbox-textcontrol .search-btn {
    padding: .75rem;
    margin: 0;
    border-radius: 0;
}
span.fmp-searchbox-textcontrol .search-btn .k-icon,
span.sch-searchbox-textcontrol .search-btn .k-icon {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
}
span.fmp-searchbox-textcontrol .search-btn .k-icon::before,
span.sch-searchbox-textcontrol .search-btn .k-icon::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f002";
}
.k-list-container.k-popup .type-global-page-search.selection-text,
.k-list-container.k-popup .type-health-az.selection-text,
.k-list-container.k-popup .type-conditions-and-diseases.selection-text,
.k-list-container.k-popup .type-tests-and-treatments.selection-text,
.k-list-container.k-popup .type-specialties.selection-text,
.k-list-container.k-popup .type-featured-care-areas.selection-text,
.k-list-container.k-popup .type-healthplus.selection-text {
    font-size: 0.9rem;
    padding-left: 5px;
}
.k-list-container.k-popup .type-global-page-search.selection-text .main-text1,
.k-list-container.k-popup .type-health-az.selection-text .main-text1,
.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text1,
.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text1,
.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text1,
.k-list-container.k-popup .type-specialties.selection-text .main-text1,
.k-list-container.k-popup .type-healthplus.selection-text .main-text1 {
    font-weight: normal; display: block;
}
.k-list-container.k-popup .type-global-page-search.selection-text .main-text1 em,
.k-list-container.k-popup .type-health-az.selection-text .main-text1 em,
.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text1 em,
.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text1 em,
.k-list-container.k-popup .type-specialties.selection-text .main-text1 em,
.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text1 em,
.k-list-container.k-popup .type-healthplus.selection-text .main-text1 em {
    font-style: normal !important; color: #00769C; font-weight: bold;
}
.k-list-container.k-popup .type-global-page-search.selection-text .main-text2,
.k-list-container.k-popup .type-health-az.selection-text .main-text2,
.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text2,
.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text2,
.k-list-container.k-popup .type-specialties.selection-text .main-text2,
.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text2,
.k-list-container.k-popup .type-healthplus.selection-text .main-text2 {
   display: block; margin-top: 5px; overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2; 
   -webkit-box-orient: vertical;
   line-height: 1.5em;
}
.k-list-container.k-popup .type-global-page-search.selection-text .main-text2 em,
.k-list-container.k-popup .type-health-az.selection-text .main-text2 em,
.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text2 em,
.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text2 em,
.k-list-container.k-popup .type-specialties.selection-text .main-text2 em,
.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text2 em,
.k-list-container.k-popup .type-healthplus.selection-text .main-text2 em {
    font-style: normal !important; color: #00769C;
}
.k-list-container.k-popup .type-global-page-search.selection-text .main-text3,
.k-list-container.k-popup .type-health-az.selection-text .main-text3,
.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text3,
.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text3,
.k-list-container.k-popup .type-specialties.selection-text .main-text3,
.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text3,
.k-list-container.k-popup .type-healthplus.selection-text .main-text3 {
    display: block; margin-top: 5px;
}
.k-list-container.k-popup .type-global-page-search.selection-text .main-text3 em,
.k-list-container.k-popup .type-health-az.selection-text .main-text3 em,
.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-text3 em,
.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-text3 em,
.k-list-container.k-popup .type-specialties.selection-text .main-text3 em,
.k-list-container.k-popup .type-featured-care-areas.selection-text .main-text3 em,
.k-list-container.k-popup .type-healthplus.selection-text .main-text3 em{
    font-style: normal !important; color: #00769C;
}
.k-list-container.k-popup .type-global-page-search.selection-text ul li,
.k-list-container.k-popup .type-health-az.selection-text ul li,
.k-list-container.k-popup .type-conditions-and-diseases.selection-text ul li,
.k-list-container.k-popup .type-tests-and-treatments.selection-text ul li,
.k-list-container.k-popup .type-specialties.selection-text ul li,
.k-list-container.k-popup .type-featured-care-areas.selection-text ul li,
.k-list-container.k-popup .type-healthplus.selection-text ul li {
    border-bottom: 1px solid #E2E2E3;
}
.k-list-container.k-popup .type-global-page-search.selection-text .main-tags .tag-item,
.k-list-container.k-popup .type-health-az.selection-text .main-tags .tag-item,
.k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-tags .tag-item,
.k-list-container.k-popup .type-tests-and-treatments.selection-text .main-tags .tag-item,
.k-list-container.k-popup .type-specialties.selection-text .main-tags .tag-item,
.k-list-container.k-popup .type-featured-care-areas.selection-text .main-tags .tag-item,
.k-list-container.k-popup .type-healthplus.selection-text .main-tags .tag-item {
    display: inline-block; margin-top: 0px; color: #5f5b47;
    font-size: .80rem; width: auto; margin-right: 10px; 
}
.k-state-default.type-global-page-search.selection-viewall,
.k-state-default.type-health-az.selection-viewall,
.k-state-default.type-conditions-and-diseases.selection-viewall,
.k-state-default.type-tests-and-treatments.selection-viewall,
.k-state-default.type-specialties.selection-viewall,
.k-state-default.type-featured-care-areas.selection-viewall {
    text-align: center;
    margin: 0px auto;
}
.k-list-container.k-popup .k-list-scroller ul.k-list[aria-multiselectable="true"] li.k-state-selected {
    background-color: #F3F3F3 !important;
    border-radius: 0;
    padding-right: 20px;
}
.k-list-container.k-popup .k-list-scroller ul.k-list[aria-multiselectable="true"] li.k-state-selected::after  {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.25rem; height: 1.25rem; position: absolute; float: right; right: 10px;
    background-image: url(/ResourcePackages/GEH/assets/dist/images/check.svg);
}
#autoSearchBox-list ul li {
    border-bottom: 1px solid #E2E2E3;
}
.tooltip-wrapper {
    position: relative;
    margin: .5rem 0;
}
.tooltip-btn {
  /*font-size: .813rem;*/
    color: #4D4D4F;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: 0;
    text-decoration: underline;
}
.tooltip-btn img {
    width: 21px;
}
.tooltip-btn .tooltip-info-img {
    content: url("/images/gehlibraries/default-album/info.svg");
}
.tooltip-inner {
    background: #B3D6E1;
    color: #2C2C2C;
    font-size: .938rem;
    padding: 1rem;
    border-radius: 0;
    display: block;
    width: 100%;
    max-width: 379px;
}
.tooltip.show {
    opacity: 1;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #B3D6E1;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #B3D6E1;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #B3D6E1;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #B3D6E1;
}
#type-selection-panel {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
#type-selection-panel > div {
    margin-bottom: 1rem;
}
.browse-by {
    margin-top: 1rem;
}

.alphabets {
    margin-top: 1.25rem;
}
.alphabets a {
    font-family: "NotoSans-SemiBold", sans-serif;
    font-size: 1.938rem;
    margin: .5rem;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
}
.alphabets a.enabled-name {
    color: #FFF;
    background-color: #00A3A8;
}
.alphabets a.enabled-name:focus {
    background-color: #00556F;
}
.alphabets a.enabled-name:hover {
    background-color: #80D1D3;
}
.alphabets a.enabled-name.active {
    background-color: #00556F; color: #fff;
}
.alphabets a.enabled-name.active:focus {
    background-color: #00556F;
}
.alphabets a.enabled-name.active:hover {
    background-color: #4DBFC2;
}
.alphabets a.disabled-name {
    color: #A9A9AA;
    background-color: #E2E2E3;
    cursor: default;
} 
.alphabets a.disabled-name.active-d {
    color: #fff; background-color: #7e7e7e;
}
.browse-by.fmp-filter .alphabets.mobile-only.scroll-horizontal {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    ms-overflow-style: -ms-autohiding-scrollbar;
}
.browse-by.fmp-filter .alphabets.mobile-only.scroll-horizontal::-webkit-scrollbar {
    display: none;
}

.browse-by .alphabets.scroll-horizontal {
    white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; 
    ms-overflow-style: -ms-autohiding-scrollbar;
}
.browse-by .alphabets.scroll-horizontal::-webkit-scrollbar {
    display: none;
}

.filter-btns button {
    font-size: 13px;
    padding: .5rem .75rem;
}
.filter-btns button:first-child {
    margin-right: .75rem;
}
.search-result-desktop hr {
    border-top: 1px solid #A9A9AA;
}
.search-result-mobile {
    margin-bottom: 1.5rem;
}
.search-result-mobile p {
    margin: 1rem 0 0;
}
.search-result-mobile button,
.search-result-mobile button:focus,
.search-result-mobile button:hover {
    padding: .5rem 1rem;
    background-color: #00A3A8;
    border: 1px solid #00A3A8;
}
.search-result-mobile button::after {
    content: url('/images/gehlibraries/icons/filter.svg');
    padding-left: .25rem;
    vertical-align: middle;
}
.filter-contents .form-filter:nth-child(2) {
    margin-top: 1rem;
}
.form-filter {
    margin: 2rem 0;
}
.form-filter label {
    display: block;
}
.cancel-link {
    font-size: 15px;
    float: right;
}
#fmpSpecialtySelect_listbox.k-list .k-item,
#fmpInsuranceSelect_listbox.k-list .k-item,
#fmpServiceSelect_listbox.k-list .k-item {
    padding: .3rem .75rem !important;
}
.k-multiselect-wrap[role="combobox"] ul.k-reset {
    padding-right: 0.45rem;
}
.browsetype-next {
    margin: 0px auto;
}
.fmp-searchbox-textcontrol .k-clear-value {
    /* right: calc(4em - 2px) !important; */
    right: 54px !important;
    top: calc(50% + 3px) !important;
}
/* for UIE: this is to hide the loading icon */
.fmp-searchbox-textcontrol .k-i-loading {
    display: none !important
}
#fmpSearchBox-list {
    height: auto !important;
}
#fmpSearchBox-list .k-list-scroller {
    height: auto !important;
}
#fmpSearchBox-list .doctor-image {
    min-width: 40px;
    vertical-align: top;
    margin-top: 0.3rem;
}
#fmpSearchBox-list .doctor-name {
    font-size: 0.8rem; padding-left: 10px;
}
#fmpSearchBox-list .doctor-name .main-name {
    font-weight: bold;
}
#fmpSearchBox-list .doctor-name .main-name em {
    font-style: normal !important; color: #00769C;
}
#fmpSearchBox-list ul li {
    border-bottom: 1px solid #E2E2E3;
}
.form-filter.fmp-hospital-filter .custom-ddl {
    background-color: #6D6F71;
}
.form-filter.fmp-hospital-filter .custom-ddl select {
    color: #4D4D4F !important;
}
.form-filter.fmp-hospital-filter .custom-ddl .arrow {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 14px; height: 24px;
}

/* "Find doctors" at allied hospitals box */
.find-at-allied-hospitals {
    background-color: #B3D6E1;
    padding: 32px;
}

/* Specialist Counts */
.specialist-count {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 6.25rem;
    color: #2C2C2C;
}
.specialist-label {
    margin-top: 0;
}

/* For devices with display height <= 670px */
#mobileFilterModal.small-display {
    font-size: 0.95rem; z-index: 10000;
}
#mobileFilterModal.small-display .form-filter {
    margin: 1.5rem 0;
}
#mobileFilterModal.small-display .form-filter:nth-child(2) {
    margin-top: 0.8rem;
}

/* ============================================================== Find a Doctor List Display ============================================================== */

.medprof-has-results {
    width: 95%;
    margin: 0 auto;
}
.medprof-no-results {
    width: 90%;
    margin: 0 auto 4rem;
    padding: 2rem;
    background-color: #F3F3F3;
}
.medprof-no-results h3 {
    margin-bottom: 2rem;
}
#gridcontent-desktop > div > div {
    height: 100%;
}
#gridcontent-desktop > div > div > div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.item-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgb(0, 0, 0, 13%);
    border-radius: .125rem;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
}
.video-url {
    margin-bottom: 1.5rem;
}
.video-url a,
.video-url .available-text {
    font-size: .75rem;
    text-decoration: none;
}
.video-url .available-text {
    margin-bottom: 0px!important;
}
.video-url i {
    font-size: 1.5rem;
    color: #4D9FBA;
    margin-right: .5rem;
    vertical-align: -.28rem;
}
.main-content {
    flex-grow: 1;
}
.image-content {
    width: 72px;
    height: 88px;
    border: 1px solid #00769C;
    overflow: hidden;
    border-radius: 8px;
}
.detail-content {
    padding-left: 0;
}
.detail-content h5 {
    margin-bottom: .125rem;
    word-break: break-word;
}
.detail-designation {
    font-family: "NotoSans-SemiBold", sans-serif;
    font-size: .767rem;
    margin-bottom: 1rem;
    word-break: break-word;
}
.detail-insurance, .detail-language {
    font-size: .813rem;
}
.detail-insurance span {
    font-family: "NotoSans-SemiBold", sans-serif;
    font-size: .938rem;
}
.detail-language span {
    font-family: "NotoSans-SemiBold", sans-serif;
    font-size: .938rem;
}
.action-content a {
    font-size: .938rem;
    padding: .5rem .25rem;
}
.action-content a:nth-child(2) {
    margin-left: .75rem;
}
.navigation {
    margin: 3rem 0;
}
.pagination .page-item:not(:last-child) {
    margin-right: 1rem;
}
.pagination .page-item .page-link {
    font-family: "NotoSans-SemiBold", sans-serif;
    font-size: 1.188rem;
    color: #00769C;
    background-color: #fff;
    border: none;
    border-radius: 0.25rem;
    text-decoration: none;
    text-align: center;
    padding: 0.5rem 0.78rem;
    height: 2.5rem;
}
.pagination .page-item.active .page-link {
    color: #FFF;
    background-color: #00769C;
    border: none;
    border-radius: 0.25rem;
}
.pagination .page-item.prev .page-link,
.pagination .page-item.next .page-link {
    color: #fff;
    background-color: #00769C;
    border: none;
    border-radius: 0.25rem;
    width: 2.75rem;
    padding: 0.5rem 0.75rem;
}
.pagination .page-item .page-link:focus {
    color: #FFF;
    background-color: #6D6F71;
}
.pagination .page-item .page-link:hover {
    color: #FFF;
    background-color: #66ADC4;
}
.pagination .page-item.prev .page-link:focus,
.pagination .page-item.next .page-link:focus {
    background-color: #6D6F71;
}
.pagination .page-item.prev .page-link:hover,
.pagination .page-item.next .page-link:hover {
    background-color: #66ADC4;
}
.pagination .page-item.disabled .page-link {
    color: #A9A9AA;
    background-color: #E2E2E3;
    border: none;
}
.type-specialist a.primary_btn,
.type-ahp a.primary_btn {
    font-size: 1.313rem;
    padding: 8px 14.5px;
    margin: 0;
    border-radius: 0;
}

.medical-reviewer-list {
    width: 100%; margin-top: 40px;
}
.medical-reviewer-list #gridcontent-desktop .row .item-content {
    box-shadow: none; border-radius: 0; padding: 0; margin-bottom: 0;
}
.medical-reviewer-list #gridcontent-desktop .image-content {
    width: 92px; height: 108px;
}
.medical-reviewer-list #gridcontent-desktop hr {
    margin-top: 1rem; margin-bottom: 1rem; clear: both; display: block; border: 0; width: 100%;
    background-color: #c4c4c4; height: 1px;
}
.medical-reviewer-list #gridcontent-desktop .row .item-content .action-content a {
    font-size: 1rem; padding: 0; text-decoration: underline; display: block; margin-top: 12px;
}
.medical-reviewer-list #gridcontent-desktop .row .item-content .detail-content {
    position: relative;
}
.medical-reviewer-list #gridcontent-desktop .row .item-content .detail-content .detail-box {
    position: absolute; margin: 0; top: 50%; border-left-width: 0; width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.medical-reviewer-list #gridcontent-desktop .row .item-content .detail-content .detail-box h5 {
    font-size: 1.1rem; width: 80%;
}
.medical-reviewer-list #gridcontent-desktop .row .item-content .detail-content .detail-box p {
    margin-bottom: 0; font-size: 1rem; font-family: "NotoSans-Regular", sans-serif; font-weight: bold; width: 80%;
}
.medical-reviewer-list #gridcontent-desktop .row .item-content .detail-content .button-package {
    position: absolute; margin: 0; top: 50%; right: 15px; bottom: unset; display: block;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.medical-reviewer-list .click-btn .col-12 {
    text-align: center;
}
.medical-reviewer-list .click-btn .link-button {
    font-size: 1rem; padding: 0; text-decoration: underline; background-color: transparent; border: 0; display: inline-block; margin: 0 auto;
}

/* ============================================================== Medical Professional Profile Page ============================================================== */

.white-bg-box {
    background: #FFFFFF;
    margin-top: 2rem;
    padding: 2rem;
}
.profile-img-box {
    display:flex;
}
.profile-img {
    flex-basis: 15%;    
}
.profile-img img {
    max-width:120.75px;
    border-radius: 8px;
}
.profile-text {
    flex-basis: 65%;
    margin-left: 1.5rem;
}
.quote {
    padding: 0.25rem 0 0.5rem;
}
.image-content img {
    width: 100%;
}
.profile-item-title {
    text-transform: uppercase;
    margin: 2rem 0 1rem;
    font-size: 1.188rem;
}
.profile-item-title:first-child {
    margin-top: 0;
}
.profile-content {
    font-size: 1.125rem;
}
.profile-content:last-child p:last-child {
    margin: 0;
}
.personal-info .profile-content {
    font-size: 1.313rem;
    color: #828282;
}
.medical-reviewer-box {
    position: absolute;
    top: -.5rem;
    right: 0;
}
.contact-centers{
    margin-bottom: 1rem;
}
.contact-centers a {
    background-color: #00769C;
    color: #FFF;
    padding: .6rem 0;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
}
.contact-centers i {
    font-size: 1.65rem;
}
.contact-centers a[title="hotline"] .fa-phone-alt:before {
    content: url('../../dist/images/phone-alt.svg');
}
.contact-centers a[title="whatsapp"] i {
    font-size: 1.75rem;
}
.contact-centers a:focus {
    background-color: #6D6F71;
}
.contact-centers a:hover {
    background-color: #66ADC4;
    color: #FFF;
}
.quote-content {
    font-style: italic;
    font-size: 1.125rem;
    color: #2C2C2C;
    border-left: 2px solid #CAA172;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.grey-bg .card.flex-md-row {
    background-color: #F3F3F3;
}
.grey-bg .card-body.d-flex.flex-column.align-items-start.grey-bg {
    background-color: #fff;
}

.profile-insurance-sub {
    font-weight: 400;
    font-style: italic;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    padding-top: 1rem;
}
/* ============================================================== PAC & Clinics ============================================================== */

.mp-pac-box {
    padding-bottom: 2rem;
}
.pac-name, .clinic-name {
    color: #00769C;
    font-size: 1.188rem;
}
.clinic-name{
    margin-bottom:0px;
}
.pac-description {
    font-size: 1.125rem;
}
.pac-description p:last-child {
    margin: 0;
}
.pac-label, .clinic-label {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 1.125rem;
    color: #4D4D4F;
    margin: .75rem 0 .5rem;
}
.pac-content {
    font-size: 1.125rem;
    margin-bottom: .5rem;
}
.pac-email + .row {
    margin-top: 0.75rem;
}
.clinic-box {
    margin-bottom: 0.5rem;
}
.clinic-box:not(:last-child) {
    border-bottom: 1px solid #A9A9AA;
    padding-bottom: .5rem;
}
.clinic-title, .pac-title {
    text-transform: uppercase;
    color: #2C2C2C;
}
.clinic-address {
    font-size: 1.125rem;
    line-height: 120%;
    color: #4D4D4F;
}
.clinic-tel,
.clinic-fax {
    font-size: 1.125rem;
    width: 50%;
    float: left;
}
.right-sticky {
    position: relative;
}

.pac-container {
    margin-top: 2rem;
    overflow: hidden;
    width: 101.5%;
    margin-left: -1.5%;
}
.pac-country-box {
    margin-top: 1rem;
}
.pac-country-box > * {
    padding-left: 1.5%;
}
.pac-country-box:first-child{
    margin-top:0;
}
.pac-country-box .pac-description + .pac-label {
    margin-top: 1.25rem;
}
.pac-item-box {
    background-color: #F3F3F3;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
.pac-item-box-container {
    overflow: hidden;
}
.pac-country {
    font-weight: 600;
    margin-top: 2rem;
}
.pac-read-more-container, .pac-view-all {
    text-align: center;
}
.pac-view-all {
    position: relative;
    top: -40px;
    height: 40px;
    background: transparent;
    background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,1) 70%);
}
.pac-view-all a {
    position: relative;
    top: 40px;
}
.pac-qr-box {
    margin: 0rem 3.719rem;
}
.pac-qr-box .pac-content img {
    width: 100%;
}
.contact-oversea-office-box {
    margin-top: 1rem;
    background-color: #F3F3F3;
    padding: 2rem;
}

/* ============================================================== Make Appointment ============================================================== */

.make-appointment .custom-ddl .arrow {

    color: #2C2C2C;
}
.make-appointment .nric-ddl,
.make-appointment .contact-no-ddl {
    max-width: 32%; margin-right: 7px;
}
.make-appointment .form-group {
    position: relative;
}
.make-appointment .error-message {
    position: relative;
}
.make-appointment .loading-div {
    padding: 1rem; padding-bottom: 0.9rem; min-height: 55px !important; background: transparent; position: relative;
}
.make-appointment .loading-div .highlight-content {
    text-align: center;
}
.make-appointment .loading-div .highlight-content p {
    display: block; text-align: center;
}
.make-appointment .loading-div .highlight-content p .fa {
    color: #00769C;
}
.make-appointment .custom-modal p {
    display: block;
}
.make-appointment .custom-modal p:first-of-type {
    margin-top: 20px;
}
.make-appointment .custom-modal h4 {
    font-family: "NotoSans-SemiBold", sans-serif;
}
.make-appointment .custom-modal div.links-panel a {
    width: 100%; margin-bottom: 10px;
}
.make-appointment .custom-modal div.links-panel a:last-of-type {
    margin-top: 10px;
}

.make-appointment #contactNumber > span.k-dropdown,
.maternity-tour-form #contactNumber > span.k-dropdown,
.event-register-form #contactNumber > span.k-dropdown,
.make-appointment #caregiver-contactNumber-info > span.k-dropdown {
    margin-right: 7px; max-width: 32% !important;
}
.make-appointment #contactNumber > span.k-dropdown > .k-dropdown-wrap,
.maternity-tour-form #contactNumber > span.k-dropdown > .k-dropdown-wrap,
.event-register-form #contactNumber > span.k-dropdown > .k-dropdown-wrap,
.make-appointment #caregiver-contactNumber-info > span.k-dropdown > .k-dropdown-wrap {
    border: 0 !important;
}
#contactCountry-list .k-item,
#caregivercontactCountry-list .k-item {
    padding: 0.6rem 0.85rem !important;
}
.make-appointment #contactNumber span.k-dropdown .flag-section,
.maternity-tour-form #contactNumber span.k-dropdown .flag-section,
.event-register-form #contactNumber span.k-dropdown .flag-section,
.make-appointment #caregiver-contactNumber-info span.k-dropdown .flag-section,
.feedback-form #contactNumberContainer span.k-dropdown .flag-section {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 40px;
    max-height: 30px;
    margin-bottom: 4px;
    margin-right: 5px;
}
#contactCountry-list .k-item .flag-section,
#caregivercontactCountry-list .k-item .flag-section {
    display: inline-block; width: 100%; height: auto; max-width: 40px; max-height: 30px; margin-bottom: -2px; margin-right: 12px; border: solid 1px #f1f1f1;
}
.make-appointment #contactNumber span.k-dropdown .text-section,
.maternity-tour-form #contactNumber span.k-dropdown .text-section,
.event-register-form #contactNumber span.k-dropdown .text-section,
.make-appointment #caregiver-contactNumber-info span.k-dropdown .text-section,
#contactCountry-list .k-item .text-section,
#caregivercontactCountry-list .k-item .text-section {
    display: inline-block;
}
#contactCountry-list .k-item.k-state-selected,
#caregivercontactCountry-list .k-item.k-state-selected {
    background-color: #e0e0e0 !important;
}

.error-active + .formTextAreaCount {
    bottom: 4px;
}

.formTextAreaCount {
    position: absolute;
    color: #666;
    font-size: .75rem;
    right: 12px;
    bottom: 12px;
    transition: bottom 0.4s ease;
}

@media (max-width: 575px) {
    .make-appointment .nric-ddl,
    .make-appointment .contact-no-ddl {
        max-width: 45%;
    }
}

/* ============================================================== Maternity Tour ============================================================== */

.maternity-tour-form-ddl {
    display: block; position: relative; background-color: #F3F3F3; cursor: pointer; border: 0px; width: 100%;
}
    .maternity-tour-form-ddl select {
        display: block; position: relative; background-color: transparent; padding: 0.75rem 2.5rem 0.75rem 1rem; cursor: pointer; border: 0px; width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -ms-word-break: normal;
        word-break: normal;
        -webkit-padding-end: 2.5rem !important;
        -webkit-padding-start: 1rem !important;
    }
    .maternity-tour-form-ddl .arrow {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
        width: 14px; height: 24px;
    }
    .maternity-tour-form-ddl.contact-no-ddl {
        max-width: 35%; margin-right: 5px;
    }
.maternity-tour-form .form-group {
    position: relative;
}
.maternity-tour-form .error-message {
    position: relative;
}
.maternity-tour-form .help-message {
    font-size: 0.9rem; margin-bottom: 0.5rem; display: block;
}

.maternity-tour-form #step-results-found {
    display: block; margin: 1.85rem 0 1.85rem 0;
}
.maternity-tour-form #step-results-found .findings-count {
    display: block; margin: 0;
}
.maternity-tour-form #step-results-list {
    display: block;
}
.maternity-tour-form #step-results-list .hero.booking-detail {
    padding: 1.85rem; margin: 0 0 1.5rem; border-radius: 0; background-color: #80D1D3;
}
.maternity-tour-form #step-results-list .booking-detail h3 {
    font-family: "NotoSans-SemiBold", sans-serif;
}
.maternity-tour-form #step-results-list .booking-detail .detail-time {
    margin-top: 1.4rem;
}
.maternity-tour-form #step-results-list .booking-detail .detail-time,
.maternity-tour-form #step-results-list .booking-detail .detail-location,
.maternity-tour-form #step-results-list .booking-detail .detail-tourmode {
    margin-bottom: 0.35rem;
}
.maternity-tour-form #step-results-list .booking-detail .panel-buttons {
    margin-top: 1.85rem;
}
.maternity-tour-form #step-results-list .booking-detail .panel-buttons a {
    width: 100%; margin-bottom: 0;
}
.maternity-tour-form #step-results-list .booking-detail .panel-buttons a.detail-cancel {
    margin-top: 1rem;
}
.maternity-tour-form .loading-div {
    padding: 1rem; padding-bottom: 0.9rem; min-height: 55px !important; background: transparent; position: relative;
}
.maternity-tour-form .loading-div .highlight-content {
    text-align: center;
}
.maternity-tour-form .loading-div .highlight-content p {
    display: block; text-align: center;
}
.maternity-tour-form .loading-div .highlight-content p .fa {
    color: #00769C;
}

.maternity-tour-form .original-booking-details {
    margin-bottom: 30px;
} 
.maternity-tour-form .original-booking-details p {
    margin: 0 0 0.3rem;
}

.maternity-tour-form .k-datepicker .k-select.loading-date {
    margin-right: 48px; background-color: transparent !important; cursor: default; background-image: none !important;
}
.maternity-tour-form .k-datepicker .k-select.loading-date .fa {
    color: #00769C;
}

.maternity-tour-form .maternity-tour-modal p {
    display: block;
}
.maternity-tour-form .maternity-tour-modal p:first-of-type {
    margin-top: 20px;
}
.maternity-tour-form .maternity-tour-modal h4 {
    font-family: "NotoSans-SemiBold", sans-serif;
}
.maternity-tour-form .maternity-tour-modal div.links-panel a {
    width: 100%; margin-bottom: 10px;
}
.maternity-tour-form .maternity-tour-modal div.links-panel a:last-of-type {
    margin-top: 10px;
}
.maternity-tour-form .contact-no-ddl-text {
    max-width: 32%; margin-right: 7px; cursor: initial; padding: 0.75rem 2.5rem 0.75rem 1rem;
}
.maternity-tour-form .contact-no-ddl-text .flag-section {
    display: inline-block; width: 100%; height: auto; max-width: 40px; max-height: 30px; margin-bottom: 1px; margin-right: 10px;
}
.maternity-tour-form .contact-no-ddl-text .text-section {
    display: inline-block;
}

@media (max-width: 575px) {
    .maternity-tour-form-ddl.contact-no-ddl {
        max-width: 45%;
    }
}

/* ============================================================== Event Registration ============================================================== */

.event-register-form-ddl {
    display: block; position: relative; background-color: #F3F3F3; cursor: pointer; border: 0px; width: 100%;
}
    .event-register-form-ddl select {
        display: block; position: relative; background-color: transparent; padding: 0.75rem 2.5rem 0.75rem 1rem; cursor: pointer; border: 0px; width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -ms-word-break: normal;
        word-break: normal;
        -webkit-padding-end: 2.5rem !important;
        -webkit-padding-start: 1rem !important;
    }
    .event-register-form-ddl #preferredTimeslot-solo {
        display: none; position: relative; background-color: transparent; padding: 0.75rem 2.5rem 0.75rem 1rem; cursor: pointer; border: 0px; width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -ms-word-break: normal;
        word-break: normal;
        -webkit-padding-end: 2.5rem !important;
        -webkit-padding-start: 1rem !important;
    }
    .event-register-form-ddl .arrow {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
        width: 14px; height: 24px;
    }
    .event-register-form-ddl.contact-no-ddl {
        max-width: 35%; margin-right: 5px;
    }
	
.event-register-form .form-group {
    position: relative;
}
.event-register-form .error-message {
    position: relative;
}
.event-register-form .help-message {
    font-size: 0.9rem; margin-bottom: 0.5rem; display: block;
}

.event-register-form #step-results-found {
    display: block; margin: 1.85rem 0 1.85rem 0;
}
.event-register-form #step-results-found .findings-count {
    display: block; margin: 0;
}
.event-register-form #step-results-list {
    display: block;
}
.event-register-form #step-results-list .hero.booking-detail {
    padding: 1.85rem; margin: 0 0 1.5rem; border-radius: 0; background-color: #80D1D3;
}
.event-register-form #step-results-list .booking-detail h3 {
    font-family: "NotoSans-SemiBold", sans-serif;
}
.event-register-form #step-results-list .booking-detail .detail-time {
    margin-top: 1.4rem;
}
.event-register-form #step-results-list .booking-detail .detail-time,
.event-register-form #step-results-list .booking-detail .detail-location,
.event-register-form #step-results-list .booking-detail .detail-tourmode {
    margin-bottom: 0.35rem;
}
.event-register-form #step-results-list .booking-detail .panel-buttons {
    margin-top: 1.85rem;
}
.event-register-form #step-results-list .booking-detail .panel-buttons a {
    width: 100%; margin-bottom: 0;
}
.event-register-form #step-results-list .booking-detail .panel-buttons a.detail-cancel {
    margin-top: 1rem;
}
.event-register-form .loading-div {
    padding: 1rem; padding-bottom: 0.9rem; min-height: 55px !important; background: transparent; position: relative;
}
.event-register-form .loading-div .highlight-content {
    text-align: center;
}
.event-register-form .loading-div .highlight-content p {
    display: block; text-align: center;
}
.event-register-form .loading-div .highlight-content p .fa {
    color: #00769C;
}

.event-register-form .original-booking-details {
    margin-bottom: 30px;
} 
.event-register-form .original-booking-details p {
    margin: 0 0 0.3rem;
}

.event-register-form .k-datepicker .k-select.loading-date {
    margin-right: 48px; background-color: transparent !important; cursor: default; background-image: none !important;
}
.event-register-form .k-datepicker .k-select.loading-date .fa {
    color: #00769C;
}

.event-register-form .maternity-tour-modal p {
    display: block;
}
.event-register-form .maternity-tour-modal p:first-of-type {
    margin-top: 20px;
}
.event-register-form .maternity-tour-modal h4 {
    font-family: "NotoSans-SemiBold", sans-serif;
}
.event-register-form .maternity-tour-modal div.links-panel a {
    width: 100%; margin-bottom: 10px;
}
.event-register-form .maternity-tour-modal div.links-panel a:last-of-type {
    margin-top: 10px;
}
.event-register-form .contact-no-ddl-text {
    max-width: 32%; margin-right: 7px; cursor: initial; padding: 0.75rem 2.5rem 0.75rem 1rem;
}
.event-register-form .contact-no-ddl-text .flag-section {
    display: inline-block; width: 100%; height: auto; max-width: 40px; max-height: 30px; margin-bottom: 1px; margin-right: 10px;
}
.event-register-form .contact-no-ddl-text .text-section {
    display: inline-block;
}

@media (max-width: 575px) {
    .event-register-form-ddl.contact-no-ddl {
        max-width: 45%;
    }
}

/* ============================================================== Media Coverage ============================================================== */

.mp-media-coverage {
    border-top: 1px solid #00769C;
    border-bottom: 1px solid #00769C;
    margin: 4rem auto;
}
.mp-media-coverage > .media-coverage-button {
    margin: 2rem auto;
}
.mp-media-coverage a {
    text-decoration: none;
}
.mp-media-coverage .fa-arrow-right {
    color: #00769C;       
    margin-left: .75rem;
}
.mdc-title {
    margin-bottom: 2rem;
}
.mdc-doctor-profile {
    font-size: 1.125rem;
    text-decoration: none;
}
.mdc-doctor-profile i {
    color: #00769C;
    margin-right: .75rem;
}
.mdc-result-text {
    font-size: .938rem;
    color: #333;
    margin-top: 2rem;
}
.mdc-language-box {
    margin: 2rem 0 0;
}
.mdc-item-box {
    background-color: #F3F3F3;
    margin-bottom: 2rem;
}
.mdc-item-info {
    font-size: .813rem;
    color: #2C2C2C;
    margin-bottom: 1rem;
}
.mdc-item-title {
    margin-bottom: .5rem;
}
.mdc-item-content-box {
    padding: 2rem 2rem 1rem;
}
.mdc-item-content {
    font-size: .813rem;
    color: #4D4D4F;
}
.mdc-item-link {
    color: #FFF;
    background-color: #00769C;
    width: 48px;
    height: 48px;
    float: right;
    text-align: center;
    border-radius: 4px;
}
.mdc-item-link i {
    position: relative;
    top: 25%;
    font-size: 1.25rem;
}
.mdc-item-link:focus {
    background-color: #6D6F71;
}
.mdc-item-link:hover {
    color: #FFF;
    background-color: #66ADC4;
}
.mdc-item-noresult {
    background-color: #F3F3F3;
    padding:2rem 2rem;  
    width:100%;
}

/* ============================================================== CTAs ============================================================== */

.scroll-back {
    font-size: .688rem;
    color: #4D4D4F;
    padding: .5rem;
    margin-bottom: 1rem;
    background: #E2E2E3;
    border-radius: 1000px;
    text-align: center;
    width: 4rem;
    height: 4rem;
}
.scroll-back a {
    text-decoration: none;
}

/* ============================================================== Forms ============================================================== */

.forms hr {
    margin: 1rem 0;
    border-top: 1px solid #A9A9AA;
}
.form-steps {
    font-size: .938rem;
    color: #A9A9AA;
    padding: .5rem;
    border-bottom: 4px solid #E2E2E3;
}
.form-steps.active {
    color: #2C2C2C;
    border-bottom: 4px solid #F9BA5D;
}
.form-group {
    margin: 2rem 0;
}
.select {
    position: relative;
    background-color: #6D6F71;
    padding: .75rem 2.5rem .75rem .5rem;
    cursor: pointer;
}
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select-styled::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}
.select-options {
    background-color: #fff;
    position: absolute;
    display: none;
    list-style: none;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 14;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E2E2E3;
    max-height: 300px;
    overflow: hidden auto;
}
/*#select-patientNationality .select-options,
#select-patientCountry .select-options {
    height: 300px;
    overflow: hidden scroll;
}*/
.select-options li {
    padding: .75rem 1rem;
    border-bottom: 1px solid #E2E2E3;
}
input[type="text"], textarea {
    width: 100%;
    padding: .75rem .5rem;
    border: 1px solid #A9A9AA;
}
#patientDob > span:first-child,
#registrantDob > span:first-child {
    margin-right: .375rem;
}
#patientDob > span:nth-child(2),
#registrantDob > span:nth-child(2) {
    margin: 0 .375rem;
}
#patientDob > span:last-child,
#registrantDob > span:last-child {
    margin-left: .375rem;
}
#deliveryDate > span:first-child {
    margin-right: .375rem;
}
#deliveryDate > span:nth-child(2) {
    margin: 0 .375rem;
}
#deliveryDate > span:last-child {
    margin-left: .375rem;
}
#gender input:nth-child(3) {
    margin-left: 2rem;
}
#IdentityNumber .select,
#contactNumber .select,
#caregiver-contactNumber-info .select {
    margin-right: .25rem;
}
#IdentityNumber input,
#contactNumber input,
#caregiver-contactNumber-info input {
    margin-left: .25rem;
}
#IdentityNumber .select,
#contactNumber .select,
#caregiver-contactNumber-info .select {
    width: 35%;
}
.forms span.k-combobox,
.forms span.k-datepicker {
    width: 100%;
}
.disable-drop-select {
    color: #A9A9AA;
    background-color: #E2E2E3;
    cursor: default;
}
.error-active {
    border: 1px solid #ff0000 !important;
}
.error-message {
    font-size: .813rem;
    color: #ff0000;
    margin-top: .5rem;
}
.edit-text {
    color: #00769C;
    text-decoration: underline;
    cursor: pointer;
}
#form-step3 label {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 1.125rem;
    color: #828282;
}
#form-step3 input[type="text"], #form-step3 textarea {
    color: #2C2C2C;
    background-color: transparent;
    border: none;
    padding: 0;
}
#form-step3 textarea {
    resize: none;
}
.pdpa-text {
    color: #A9A9AA;
}
#PDPAchk input, #Marketingchk input {
    margin-top: .45rem;
}
input[type="checkbox"] {
    -webkit-transform: scale(1.3);
    height: 15px;
    width: 15px;
}
#PDPAchk label, #Marketingchk label {
    font-size: 1.125rem;
    color: #4F4F4F;
    margin-left: 1rem;
    flex: 2;
}
.forms .back-next-btn button:first-child {
    margin-right: 1rem;
}
.forms .back-next-btn button:last-child {
    margin-left: 1rem;
}
#reCaptchaField > div {
    margin: 0 auto;
}
.forms .modal {
    z-index: 10003;
}
.forms .modal-content {
    position: relative;
    width: 580px;
    padding: 1rem 1.5rem;
    margin: 161px auto 0;
    box-shadow: 0px 0px 12px rgba(1, 19, 27, 0.2);
}
.forms .modal-content .primary_btn{
    width: 100%;
}
#close-myModal {
    position: absolute;
    top: .5rem;
    right: 1.5rem;
    font-size: 1.5rem;
}
#close-myModal:hover {
    cursor: pointer;
}
.requested-slot {
    margin-top: 30px; margin-bottom: 20px;
}
.requested-slot .title {
    font-size: 1.125rem;
    color: #828282;
    margin-bottom: .5rem;
}
.requested-slot label {
    font-size: 1.125rem;
}

.flag-section-text {
    background-color: #efefef; color: #5b5b5b; text-align: center; vertical-align: middle;
}
.k-input .flag-section-text {
    border: 0 !important; font-size: 0.9rem; max-width: 50px; text-align: left;
}

/* ============================================================== CTS Pages ============================================================== */

#faqAccordion {
    margin-top: 1.5rem;
}
.faq-intro:not(:first-child) {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #A9A9AA;
}
#faqAccordion .accordion-inner-wrap,
#faqAccordion .accordion,
#faqAccordion .accordion-active {
    background: transparent;
}
#faqAccordion .accordion-inner-wrap {
    margin-bottom: 0;
}
#faqAccordion .accordion-inner-wrap:last-child {
    border-bottom: 1px solid #A9A9AA;
}
#faqAccordion .accordion {
    font-family: "OpenSans-Bold", sans-serif;
    border-top: 1px solid #A9A9AA;
    padding: 1.5rem 0;
}
#faqAccordion .accordion-active {
    padding: 1.5rem 0 1rem;
}
#faqAccordion .accordion p {
    margin-bottom: 0;
}
#faqAccordion .acc-panel {
    padding: 0 0 1.5rem;
    background: transparent;
}

/* ============================================================== "Share This" section ============================================================== */

.st-checkbox {
    display: none;
}
.st-checkbox:checked ~ .st-social {
    opacity: 1;
    transform: scale(1) translateY(-40px) translateX(120px);
}
.st-share-icon {
    position: relative;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 1.125rem;
    color: #2C2C2C;
    margin: 1.25rem 0 .5rem;
    cursor: pointer;
}
.st-share-icon::before {
    content: "";
    background: url("../../dist/images/share.svg") no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
}
.st-share-icon span {
    padding-left: 2.5rem;
}
.st-social {
    transform-origin: 50% 0%;
    transform: scale(0) translateY(-190px);
    opacity: 0;
    transition: .5s;
    border: 1px solid #00769C;
    width: 280px;
    height: 46px;
}
ul.st-social-list {
    position: relative;
    left: 0;
    right: 0;
    margin: -5px auto 0;
    color: #00769C;
    width: 250px;
    padding: 0;
    list-style: none;
}
ul.st-social-list li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px;
}
ul.st-social-list li:hover {
    color: rgba(0,0,0,.5);
}
ul.st-social-list:after {
    content: '';
    left: 0;
    right: 0;
    margin: 46px auto;
    height: 0;
    width: 0;
    /*border-left: 20px solid transparent;
    border-top: 20px solid transparent;*/
}
ul.st-social-list:before {
    border: 20px solid #E34429;
}

/* ============================================================== Health Screen Packages ============================================================== */

.health-screen-packages {
    background-color: #F3F3F3;
    padding: 3rem 0;
    margin: 0 0 4rem;
}

/* ============================================================== Background Color Boxes ============================================================== */

.alabaster-box {
    background: #F3F3F3;
    margin-top: 2rem;
    padding: 2rem;
}

/* ============================================================== Card Sliders ============================================================== */

.swiper-location, .swiper-card {
    margin: 1rem 0 2rem;
}
.swiper-location .swiper-slide, .swiper-card .swiper-slide {
    height: auto;
}
.swiper-location-box {
    background-color: #F3F3F3;
    height: 100%;
}
.grey-bg .swiper-location-box {
    background-color: #fff;
}
.swiper-location-box h4 {
    color: #2C2C2C;
    margin-top: 1.5rem;
    min-height: 63px;
}
.swiper-location-top img {
    width: 100%;
}
.swiper-location-bottom {
    padding: 0 1rem 2.5rem;
}
.swiper-location-bottom b {
    font-size: .813rem;
    margin-bottom: .5rem;
    display: block;
}
.swiper-location-bottom p {
    margin: 0 0 1rem;
}
.swiper-location-bottom > p:last-child {
    margin: 0;
}
.swiper-container .swiper-slide .swiper-location-bottom .main-title {
    text-decoration: none;
}
.swiper-container .swiper-slide .swiper-location-bottom .main-title:hover {
    text-decoration: underline;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    width: 55px !important;
    height: 55px !important;
    background-color: #6D6F71;
    border-radius: 50%;
    z-index: 10;
}
.featured-care-area.homepage-swiper .swiper-button-prev,
.featured-care-area.homepage-swiper .swiper-button-next {
    top: 55%;
}
.swiper-container .swiper-button-prev {
    left: -1.8rem;
}
.swiper-container .swiper-button-next {
    right: -1.8rem;
}
.swiper-container .swiper-button-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #FFF;
    font-size: 20px;
}
.swiper-container .swiper-button-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #FFF;
    font-size: 20px;
}
.swiper-container .swiper-button-disabled,
.slick-disabled {
    opacity: 0 !important;
}
.location-swiper-container .swiper-location .swiper-location-box h4 {
    color: #00769C;
}
.static-swiper .swiper-location-bottom {
    padding: 2rem 1rem 4.5rem;
}

.static-swiper .swiper-location-box h4 {
    min-height: 0;
}

.static-swiper .upper-display h2 {
    margin-top: 4rem;
}

.static-swiper .upper-display a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.static-swiper .swiper-location-box {
    position: relative;
    padding: 0;
}

.static-swiper .swiper-location-box > .row {
    height: 100%;
}

.static-swiper .swiper-location-box h4 {
    font-family: "Montserrat-SemiBold", sans-serif;
    color: #2C2C2C;
    margin-top: 0;
}

.static-swiper .swiper-location-bottom p {
    margin: 0;
}

/* Large Mobile Landscape, Tablets */
@media (max-width: 991px) {
    .static-swiper .upper-display h2 {
        margin-top: 2rem;
        font-size: 1.188rem;
    }	
}
.swiper-video-img::before {
		content: "";
		position: absolute;
		width: 63px;
		height: 62px;
		background: url("/images/default-source/icons/playicon.svg") no-repeat;
		/* Center positioning */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	}
.swiper-video-img {
    position: relative;
}
/* ============================================================== Homepage Banner ============================================================== */
.home-banner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: unset;
}
.home-banner .swiper-slide {
    display: flex;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.home-banner .swiper-slide .img-container {
    overflow-y: hidden;
}
.home-banner .swiper-slide img {
    width: 100%;
}
.home-banner .swiper-slide .title {
    font-family: "NotoSans-SemiBold", sans-serif;
    font-size: 2.813rem;
}
.home-banner .swiper-slide .caption {
    font-size: 1.125rem;
    color: #4D4D4F;
}
.home-banner .swiper-slide .caption .find-out-more {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.home-banner .swiper-slide .caption .find-out-more a {
    text-decoration: none;
    color: #2C2C2C;
}
.home-banner .swiper-slide .caption .fa-arrow-right::before {
    color: #ED8B00;
    margin-left: 0.75rem;
}
.home-banner .swiper-pagination-bullet {
    background-color: #E2E2E3;
    border-radius: unset;
    width: 36px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
}
.home-banner .swiper-pagination-bullet:focus {
    outline: none;
}
.home-banner .swiper-pagination-bullet:first-child,
.home-banner .swiper-pagination-bullet:last-child {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
}
.home-banner .swiper-pagination-bullet:first-child::after,
.home-banner .swiper-pagination-bullet:last-child::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 36px;
    height: 8px;
    background: #E2E2E3;
    -webkit-transform: skew(30deg );
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}
.home-banner .swiper-pagination-bullet:first-child::after {
    left: -3px;
}
.home-banner .swiper-pagination-bullet:last-child::before {
    right: -3px;
}
.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after,
.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child::before,
.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00769C;
}
.home-banner .swiper-pagination {
    position: relative;
    text-align: left;
}
.home-banner .para-container {
    padding: 2rem 1rem 0.7rem;
}
@media (max-width: 991px) {
    .home-banner .swiper-slide .title {
        font-size: 2.313rem;
    }
    .home-banner .swiper-slide .img-container {
        height: auto;
    }
    .home-banner .para-container {
        padding: 2rem 1rem;
    }
    .home-banner .swiper-slide .caption {
        font-size: .813rem;
    }
    .home-banner .swiper-pagination {
        position: absolute;
        bottom: 57vw;
        left: 50%;
        transform: translateX(-50%);
        max-width: 690px;
    }
}
@media (max-width: 767px) {
    .home-banner .swiper-pagination {
        max-width: 510px;
    }

    .event-card-details span,
    .event-card-details label {
        display: contents !important;
    }

    .organiser-icon,
    .date-icon,
    .time-icon,
    .location-icon,
    .price-icon,
    .language-icon {
        background-position-y: 0.3rem !important;
    }
}
@media (max-width: 575px) {
    .home-banner .para-container {
        padding: 2rem 0;
    }
}
/* ============================================================== Featured Care Card Sliders ============================================================== */
.featured-care-areas-homepage-container,
.featured-care-areas-generic-container {
    max-width: 100%;
    padding-bottom: 1rem;
    margin-top: 2rem;
}
.featured-care-areas-homepage-container {
    background: radial-gradient(85.21% 87.09% at 88.06% 13.18%, #B3D6E1 0%, #80D1D3 100%);
    padding-top: 0.15rem; 
}
.featured-care-areas-generic-container {
    background: linear-gradient(0, #B3D6E1, #B3D6E1) no-repeat 0 8rem;
}
.featured-care-areas-homepage-container .sf-content-block-swiper,
.featured-care-areas-generic-container .sf-content-block-swiper {
    margin: 0 auto;
    max-width: 1140px;
}
.featured-care-area .swiper-location-bottom {
    padding: 1rem 1rem 4.5rem;
}
.featured-care-area.homepage-swiper .swiper-location-bottom {
    padding: 2rem 3rem 4.5rem 1rem;
}
.featured-care-area.homepage-swiper .swiper-location-bottom .summary-text {
    font-size: 1.125rem;
}
.featured-care-area .swiper-location-top img {
    padding: 12px;
    border-radius: 1.5rem;
}
.featured-care-area.homepage-swiper .button-package {
    right: auto;
    bottom: 30px;
    z-index: 1;
}
.featured-care-area .swiper-location-box h4 {
    min-height: 0;
}
.featured-care-area .upper-display h2 {
    margin-top: 4rem;
    color: #00556F;
}
.featured-care-area .upper-display a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #00556F;
}
a.icon-360deg {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.room-highlights b {
    font-family: "NotoSans-SemiBold", sans-serif;
    font-size: .688rem;
    margin: 0.75rem 0 0.5rem;
}
.button-package {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.313rem;
    padding: 0.516rem 0.926rem;
    background-color: #00769C;
    color: #FFF;
    border-radius: 4px;
}
.button-package:focus {
    background-color: #6D6F71;
    color: #FFF;
}
.button-package:hover {
    background-color: #66ADC4;
    color: #FFF;
}

/* ============================================================== Health A-Z Page/s ============================================================== */

.page-search-result {
    border-bottom: 1px solid #E2E2E3;
    margin-bottom: 1.5rem;
}
.page-search-result-coe {
    margin-block: -1.5rem .875rem;
    font-size: .87rem;
    display: flex;
}
.page-search-result:first-child .page-search-result-coe {
	margin-top: 0;
}
.page-search-result-coe > * {
    background-color: #ACD1DD4D;
    display: inline-block;
    padding: .40625rem .75rem;
}
.page-search-result-coe a {
    font-family: "NotoSans-SemiBold", san-sariff;
    color: #1B2B5E;
}
.page-search-result-coe a:hover {
	color: #00A3A8;
}
.page-search-result-coe::after {
    content: "";
    display: inline-block;
    width: 1.875rem;
    background-color: #ACD1DD4D;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.result-page-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}
.result-page-title a {
    text-decoration: none;
}
.result-page-title a em {
    font-style: normal !important;
    font-weight: bold !important;
    color: #00769C;
}
.result-page-title a:hover {
    text-decoration: underline;
}
.result-page-tags {
    margin-bottom: 1rem;
}
.result-page-tags .page-tag-item {
    font-size: .75rem;
    border: 1px solid #00769C;
    border-radius: .5rem;
    padding: .375rem .5rem;
}
.result-page-content {
    font-size: .938rem;
    margin-bottom: 1.5rem;
}
.result-page-content em {
    font-style: normal !important;
    font-weight: bold !important;
    color: #00769C;
}
.mobile-only.special-cta-btn-grp,
.make-appointment-mobile-only {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 690px;
}
.make-appointment-mobile-only {
    padding-bottom: 0.5rem;
}
.guide-nav-list-sticky,
.make-appt-btn,
.desktop-only.special-cta-btn-grp,
.left-sticky-cta,
.right-sticky-cta,
.sticky-ctabtn
{
    position: -webkit-sticky;
    position: sticky;
    top: 1rem;
}
.left-sticky {
    padding-bottom: 2rem;
}

/* ============================================================== Global/Conditions/Specialties/Health Filter ============================================================== */

.sch-searchbox-textcontrol .k-clear-value {
    /* right: calc(4em - 2px) !important; */
    right: 54px !important; 
    top: calc(50% + 3px) !important;
}
.sch-searchbox-textcontrol .k-i-loading {
    display: none !important
}
.sticky-autocomplete {
    position: fixed; background-color: #fff; z-index: 998; margin: 0px auto; width: 100%; left: 0;
}
.sticky-autocomplete .autocomplete-box {
    width: 100%; padding: 0px 15px; margin: 0px auto;
}
.sticky-autocomplete span.sch-searchbox-textcontrol {
    margin: 1rem 0 0 !important;
}

@media (min-width: 576px) {
    .sticky-autocomplete .autocomplete-box {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .sticky-autocomplete .autocomplete-box {
        max-width: 720px;
    }
}

#spDT_SpecificBodyPart-list .k-list-scroller {
    min-height: 275px !important;
}

#spMB_SpecificBodyPart-list .k-list-scroller {
    min-height: 220px !important;
}

.pagesearch-has-results {
    width: 95%; margin: 0 auto;
}
.pagesearch-no-results {
    width: 90%;
    margin: 0 auto 4rem;
    padding: 2rem;
    background-color: #F3F3F3;
}
.pagesearch-no-results h3 {
    margin-bottom: 2rem;
}
.omp-content-box .omp-main-content {
    background-color: #B3D6E1;
}
.omp-content-box .gradient-bg {
    background: linear-gradient(90deg, #80D1D3 0%, #B3D6E1 77.44%);
    border-radius: 20px;
    margin-bottom: 2rem;
    color: #2C2C2C;
    font-size: 1rem;
}
.omp-content-box .gradient-bg h3 {
	font-size: 1.5rem;
}
.omp-content-box > .direct_btn {
    margin-bottom: 2rem;
}
.condition-content-container .pdfdownload {
    border-radius: 4px;
    border: 1px solid #D2BA91;
    background: #F8F4ED;
    padding: .5rem;
    display: flex;
    font-size: 1.313rem;
    line-height: 1.2;
    font-style: normal;
    font-weight: 700;
}

.condition-content-container .pdfdownload img {
    margin-right: 1.75rem;
    border-radius: .25rem;
    width: 120px;
    height: 120px;
}
.condition-content-container .pdfdownload a {
    text-decoration: none;
}

.condition-content-container .pdfdownload .default-icon {
    margin-right: 0.5rem;
    width: 28px;
    height: 28px;
    margin-bottom: 0.2rem;
}
.condition-content-container .secondary_btn {
	padding: .25rem .5rem .25rem .75rem;
	line-height: normal;
	font-size: 1.125rem;
	font-weight: 400;
	margin: 0;
}
.condition-content-container .secondary_btn::after {
	content: url(/ResourcePackages/GEH/assets/dist/images/download.svg);
	height: 1.5rem;
	margin-left: .25rem;
	display: inline-block;
    vertical-align: text-bottom;
}
/* ============================================================== Find Overseas Office ============================================================== */

.find-oversea-office-box {
    padding: 2rem;
    background-color: #B3D6E1;
    margin-bottom: 2rem;
}
.find-oversea-office-box .custom-ddl {
    margin-bottom: 1.5rem;
}

/* ============================================================== Sub Nav Swiper ============================================================== */

.sub-nav-swiper > .swiper-wrapper > .swiper-slide {
    width: auto;
}
.sub-nav-swiper > .swiper-button-disabled {
    display: none;
}
.sub-nav-swiper > .swiper-button-prev, .sub-nav-swiper > .swiper-button-next {
    color: #00769C;
    width: 35px;
}
.sub-nav-swiper > .swiper-button-prev {
    left: 0;
    justify-content: start;
    background: linear-gradient(to right, #fff 60%, rgba(255, 255, 255, 0) 100%);
}
.sub-nav-swiper > .swiper-button-next {
    right: 0;
    justify-content: end;
    background: linear-gradient(to left, #fff 60%, rgba(255, 255, 255, 0) 100%);
}
    .sub-nav-swiper > .swiper-button-next::after, .sub-nav-swiper > .swiper-button-prev::after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 1rem;
        color: #00769C;
    }
.sub-nav-swiper > .swiper-button-prev::after {
    content: "\f053";
}
.sub-nav-swiper > .swiper-button-next::after {
    content: "\f054";
}
.sub-nav-swiper > .swiper-wrapper > a.swiper-slide-active {
    font-family: "OpenSans-Bold", sans-serif;
    color: #fff;
    background-color: #00556F;
}

/* ============================================================== Maternity Package Card Slider ============================================================== */

.gleneagles-hospital .swiper-location-box,
.featured-care-area.homepage-swiper .swiper-location-box {
    position: relative;
    padding: 0;
    border-radius: 16px;
    background-color: #F3F3F3;
}
.gleneagles-hospital .swiper-location-box > .row,
.featured-care-area .swiper-location-box > .row {
    height: 100%;
}
.gleneagles-hospital .swiper-location-bottom {
    padding: 1rem 2rem 3rem 2rem;
}
.gleneagles-hospital .swiper-location-box h4,
.featured-care-area .swiper-location-box h4 {
    font-family: "NotoSans-SemiBold", sans-serif;
    color: #2C2C2C;
    margin-top: 0;
}
.gleneagles-hospital .swiper-location-bottom p,
.featured-care-area .swiper-location-bottom p {
    margin: 0;
}

/* ============================================================== Maternity Package Details ============================================================== */

.maternitypackage-detail-image img {
    width: 100%;
}
.maternitypackage-detail-profile .maternitypackage-detail-profile-bg {
    background-color: #F3F3F3;
}
.maternitypackage-detail-profile .hospital-name,
.maternitypackage-detail-profile .room-size,
.maternitypackage-detail-profile .price-text,
.hospitalroom-detail-profile .hospital-name,
.hospitalroom-detail-profile .room-size,
.hospitalroom-detail-profile .price-text {
    position: relative;
    padding-left: 2rem;
}
.maternitypackage-detail-profile .hospital-name::before, 
.maternitypackage-detail-profile .room-size::before, 
.maternitypackage-detail-profile .price-text::before,
.hospitalroom-detail-profile .hospital-name::before, 
.hospitalroom-detail-profile .room-size::before, 
.hospitalroom-detail-profile .price-text::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
}
.maternitypackage-detail-profile .hospital-name::before,
.hospitalroom-detail-profile .hospital-name::before {
    background: url("../../dist/images/location_on.svg") no-repeat;
}
.maternitypackage-detail-profile .room-size::before,
.hospitalroom-detail-profile .room-size::before {
    background: url("../../dist/images/bedroom.svg") no-repeat;
}
.maternitypackage-detail-profile .price-text::before,
.hospitalroom-detail-profile .price-text::before {
    background: url("../../dist/images/attach_money.svg") no-repeat;
}
.maternitypackage-detail-vtour .maternitypackage-detail-vtour-bg {
    background-color: #B3D6E1;
}
.Room-Tnc {
    font-family: "NotoSans-Regular", sans-serif;
    margin-top: 1.5rem;
}
.two-col-list div {
    line-height: 1.7;
    margin-bottom: 1rem;
    padding-left: 3.25rem
}
.two-col-list div::before {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    float: left;
    margin-left: -2.5rem;
}
.two-col-list div[data-item="free-wifi"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/wifi.svg);
}
.two-col-list div[data-item="in-room-telephone"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/call.svg);
}
.two-col-list div[data-item="in-room-safe"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/secure-safe.svg);
}
.two-col-list div[data-item="lodger-bed"]::before,
.two-col-list div[data-item="optional-caregiver-room"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/bedroom-big.svg);
}
.two-col-list div[data-item="lodger-bed-cum-sofa"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/lodger-bed-cum-sofa.svg);
}
.two-col-list div[data-item="spacious-guest-lounge"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/guest-lounge.svg);
}
.two-col-list div[data-item="adjoining-living-room-and-optional-outdoor-terrace"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/outdoor-terrace.svg);
}
.two-col-list div[data-item="individual-temperature-control"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/remote-control.svg);
}
.two-col-list div[data-item="personal-wardrobe"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/wardrobe-hanger.svg);
}
.two-col-list div[data-item="personal-wardrobe-and-writing-desk"]::before,
.two-col-list div[data-item="writing-desk"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/writing-desk.svg);
}
.two-col-list div[data-item="visitor-chair"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/chair.svg);
}
.two-col-list div[data-item="multi-function-usb-power-points"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/usb-port.svg);
}
.two-col-list div[data-item="rain-shower-and-temperature-control-toilet-seat"]::before,
.two-col-list div[data-item="shared-bathroom"]::before,
.two-col-list div[data-item="ensuite-bathroom"]::before,
.two-col-list div[data-item="ensuite-bathroom-with-a-bathtub"]::before,
.two-col-list div[data-item="ensuite-bathroom-bathtub"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/shower.svg);
}
.two-col-list div[data-item="luxury-toiletries-with-plush-towels-and-slippers"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/shampoo.svg);
}
.two-col-list div[data-item="toiletry-kit-towels-and-slippers-upon-request"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/hanger.svg);
}
.two-col-list div[data-item="toiletry-kit-towels-and-slippers-upon-request"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/towels.svg);
}
.two-col-list div[data-item="hairdryer"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/hairdryer.svg);
}
.two-col-list div[data-item="bedroom-slippers"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/slippers.png);
}
.two-col-list div[data-item="ensuite-shared-restroom"]::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/toilet.png);
}
ul.check li::before,
.check div::before {
    background-image: url(/ResourcePackages/GEH/assets/dist/images/check.svg);
}
.grey-bg p:last-child, .grey-bg a:last-child, .grey-bg div:last-child, .grey-bg ul:last-child, .grey-bg ol:last-child,
.gold-bg p:last-child, .gold-bg a:last-child, .gold-bg div:last-child, .gold-bg ul:last-child, .gold-bg ol:last-child,
.beige-bg p:last-child, .beige-bg a:last-child, .beige-bg div:last-child, .beige-bg ul:last-child, .beige-bg ol:last-child,
.gradient-bg p:last-child, .gradient-bg a:last-child, .gradient-bg div:last-child, .gradient-bg ul:last-child, .gradient-bg ol:last-child {
    margin-bottom: 0;
}

.custom-maternity-cta {
    display: -webkit-flex;
    display: flex;
}
.custom-maternity-cta .secondary_btn {
    -webkit-flex: 1; 
    -ms-flex: 1; 
    flex: 1; display: inline-flex;
    vertical-align: middle; text-align: center; align-items: center !important; justify-content: center !important;
}

.maternitypackage-detail-choices:not(:last-child),
.hospitalroom-detail-choices:not(:nth-last-child(2)):not(.Room-Tnc) {
    margin-bottom: 1.25rem;
}
/* ============================================================== Spotlight ============================================================== */
.spotlight-container .swiper .swiper-wrapper {
    max-height: 305px;
}
.spotlight-container .swiper .swiper-slide .card .card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 62%);
}
.spotlight-container .swiper .swiper-slide .card .card-title {
    color: #FFF;
}
/* ============================================================== Photo Gallery ============================================================== */

.mySlides, Slides, .row1, .numbertext {
    display: none;
}
.mySlides {
    position: relative;
    cursor: pointer;
}
.mySlides:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 45%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.75) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.caption-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFF;
    background-color: transparent;
    padding: 1.5rem;
}
.caption-container .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#caption, #caption1 {
    margin: auto;
}
.img-pg {
    color: #fff;
    text-align: right;
    margin: auto;
}
.photo-gallery-thumb {
    margin: 1.5rem -.7rem;
}

/* Position the image container (needed to position the left and right arrows) */
.photo-gallery-modal .container {
    position: relative;
}

.closecursor-container {
    margin: 2rem 3rem 1rem;
}
.photo-gallery-modal .close {
    color: #FFF;
    font-size: 1.5rem;
}
.photo-gallery-modal .modal-content {
    background: #2C2C2C;
    border-radius: 0;
    height: 100%;
}
.cursor {
    cursor: pointer;
}
.controlbutton .prev, .controlbutton .next {
    position: absolute;
    top: 36%;
    width: auto;
    font-size: 1.25rem;
    padding: 0.5rem 1.047rem;
    background-color: #fff;
    border-radius: 50%;
}
.controlbutton .prev {
    left: -3.5rem;
}
.controlbutton .next {
    right: -3.5rem;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.column {
    margin: 0 10px;
    overflow: hidden;
}
.column.active .demo {
    border: 5px solid #4DBFC2;
}
.column.active:focus, .column:focus {
    outline: none;
}
.slick-prev,
.slick-next {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 13;
}
.slick-prev {
    left: -.5rem;
}
.slick-next {
    right: -.5rem;
}
.slick-prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #2C2C2C;
}
.slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #2C2C2C;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #fff;
}
.modal-backdrop {
   background-color: #80D1D3;
}
.slick-container {
  width: 100%;
  margin: 0 auto;
  max-width: 75%;
}

.slick-container .slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}

.slick-container .slick-list {
  padding-top: 10%!important;
  padding-bottom: 10%!important;
  padding-left: 15%!important;
  padding-right: 15%!important;
}

.slick-container .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-container .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.slick-container .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slick-container .slick-snext,
.slick-container .slick-sprev,
.slick-container .slick-snext2,
.slick-container .slick-sprev2{
  display: block;
}

.slick-container .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.slick-container .slick-snext {
  opacity: 1;
  transform: translate3d(108%,0,-10px);
  z-index: 1;
  perspective: 1000px;
  }

.slick-container .slick-snext2 {
  opacity: 1;
  transform: translate3d(265%,0,-50px);
  z-index: 0;
  perspective: 1000px;
}

.slick-container .slick-sprev {
  opacity: 1;
  transform: translate3d(-108%,0,-10px);
}

.slick-container .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-265%,0,-50px);
}


@media screen and (min-width: 720px) {
  .slick-container .slick-snext {
  opacity: 1;
  transform: translate3d(28%,0,-20px);
  z-index: 1;
  perspective: 1000px;
  }
  
  .slick-container .slick-snext2 {
  opacity: 1;
  transform: translate3d(68%,0,-50px);
  z-index: 0;
  perspective: 1000px;
  }
  
  .slick-container .slick-sprev {
  opacity: 1;
  transform: translate3d(-28%,0,-20px);
  }

.slick-container .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-68%,0,-50px);
  }
}

.slick-container .slick-item {
  display: block;
  width: auto;
}


.slick-container .rev_slider {
    position: relative;
}
.slick-container .slick-prev,.slick-container  .slick-next {
    width: 36px;
    height: 36px;
    background-color: #fff;
}
.slick-container .slick-prev {
    left: -55px;
}
.slick-container .slick-next {
    right: -55px;
}
.slick-container .slick-prev:before,.slick-container .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2C2C2C;
}
.slick-container .slick-prev:before {
    content: "\f053";
}
.slick-container .slick-next:before {
    content: "\f054";
}
.slick-container .slick-prev:hover,
.slick-container .slick-prev:focus,
.slick-container .slick-next:hover,
.slick-container .slick-next:focus {
	background-color: #fff;
}

#slickModal .modal-dialog,#videoModal .modal-dialog {
	max-width: 60%;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
}
@media (max-width: 991px) {
   #slickModal .modal-dialog,#videoModal .modal-dialog {
      max-width: 85%;
   }
}
.select-image {
    width: 781px;
}
.select-image .Slides, .select-image .Slides img {
    max-height: 500px;
}
.photo-gallery-modal .caption-container {
    position: relative;
    background-color: #2C2C2C;
    text-align: center;
    padding: 1rem;
}
.photo-gallery-modal .caption-container .img-pg {
    text-align: center;
    margin-top: 1rem;
}

/* ============================================================== Content Hub Main/Sub ============================================================== */

.custom-contenthub-cta {
    display: -webkit-flex;
    display: flex;
}
.custom-contenthub-cta .secondary_btn {
    -webkit-flex: 1; 
    -ms-flex: 1; 
    flex: 1; display: inline-flex;
    vertical-align: middle; text-align: center; align-items: center !important; justify-content: center !important;
}
.custom-contenthub-cta .secondary_btn.first-left {
    margin-right: 5px;
}
.custom-contenthub-cta .secondary_btn.second-right {
    margin-left: 5px;
}

.contenthubm-awards .table-responsive .p-description {
    padding: 1.5rem 0
}

.contenthubm-bodysection .video-display {
    padding:56.25% 0 0 0; position:relative;
}
.contenthubm-bodysection .video-display iframe {
    position:absolute;top:0;left:0;width:100%;height:100%;
}

/* ============================================================== Homepage CTAs ============================================================== */

.homepage-cta .primary_btn {
    font-family: "OpenSans-Bold", sans-serif;
    color: #4D4D4F;
    text-align: left;
    padding: 1.5rem 2rem 1.5rem 1.125rem;
    border-radius: 0;
    position: relative;
    border-radius: 12px;
}
.homepage-cta .primary_btn.btn-1 {
    background-color: #00769C;
    border-color: #00769C;
    color: #F8F8F8;
}
.homepage-cta .primary_btn.btn-2 {
    background-color: #00A3A8;
    border-color: #00A3A8;
    color: #F8F8F8;
}
.homepage-cta .primary_btn.btn-3 {
    background-color: #ED8B00;
    border-color: #ED8B00;
    color: #F8F8F8;
}
.homepage-cta .primary_btn .fa-chevron-right {
    position: absolute;
    right: 1.125rem;
    top: 50%;
    transform: translateY(-50%);
}

/* ============================================================== Custom Nav Dropdown Section ============================================================== */

.custom-nav-dropdown .dropdown-menu::-webkit-scrollbar {
    width: 7px !important;
    height: 8px !important;
    background-color: transparent !important;
}
.custom-nav-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #00769C !important;
    border-radius: 100px !important;
}
.ratio-169 > .row > .col-12 > img {
    margin-bottom: 1.5rem;
    aspect-ratio: 16 / 9;
}

/* ============================================================== Custom Dropdown Form Control ============================================================== */

.custom-ddl {
    display: block;
    position: relative;
    background-color: #F3F3F3;
    cursor: pointer;
    border: 0px;
    width: 100%;
}
.custom-ddl select {
    display: block;
    position: relative;
    background-color: transparent;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    cursor: pointer;
    border: 0px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-word-break: normal;
    word-break: normal;
    -webkit-padding-end: 2.5rem !important;
    -webkit-padding-start: 1rem !important;
}
.custom-ddl .arrow {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 14px;
    height: 24px;
}
.contact-no-ddl {
    max-width: 35%;
    margin-right: 5px;
}

@media (max-width: 575px) {
    .contact-no-ddl {
        max-width: 45%;
    }
}
/* ============================================================== Feedback/Words of Appreciation ============================================================== */
.feedback-item-content {
    border-left: 2px solid #00769C;
    padding-left: 1rem;
}

.feedback-item-readmore {
    display: block;
    text-align: center;
}
.feedback-item-readmore > .fa-arrow-right {
    color: #00769C;
    margin-left: 0.8rem;
}
#feedbackCarousel.carousel .carousel-indicators {
    bottom: -50px;
}
#feedbackCarousel.carousel .carousel-indicators li {
    background-color: #E2E2E3;
}
#feedbackCarousel.carousel .carousel-indicators li.active {
    background-color: #00769C;
}
#feedbackCarousel.carousel .carousel-inner .carousel-control-prev,
#feedbackCarousel.carousel .carousel-inner .carousel-control-next {
    opacity: 1;
    text-decoration: none;
}
#feedbackCarousel.carousel .carousel-inner .carousel-control-prev {
    justify-content: flex-start;
    padding-left: 1rem;
}
#feedbackCarousel.carousel .carousel-inner .carousel-control-next {
    justify-content: flex-end;
    padding-right: 1rem;
}
#feedbackCarousel.carousel .carousel-inner .carousel-control-prev-icon,
#feedbackCarousel.carousel .carousel-inner .carousel-control-next-icon {
    color: #2C2C2C;
    background: #00769C;
    width: auto;
    height: auto;
    padding: 0.813rem 0.899rem;
    border-radius: 50%;
    font-size: 1.375rem;
}
.feedback-no-results {
    width: 90%;
    margin: 0 auto 4rem;
    padding: 2rem;
    background-color: #F3F3F3;
}
.dropZoneElement {
    position: relative;
    display: inline-block;
    background-color: #F3F3F3;
    border: 2px dashed #CAA172;
    width: 100%;
    height: 164px;
    text-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 2rem 0;
}
.feedback-form-img-note {
    color: #4D4D4F;
    font-size: 13px;
}
.wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#feedback-upload-container > .k-widget {
    border-style: none;
}
#feedback-upload-container > .k-widget > .k-upload-files {
    margin-top: 4rem;
    text-align: left;
}
#feedback-upload-container .k-dropzone {
    display: unset;
}
#feedback-upload-container .k-upload-button {
    border: unset;
    background-color: transparent;
    margin: unset;
}
#feedback-upload-container .k-action-buttons {
    display: none;
}
#feedback-upload-container .k-button.k-upload-button>span{
    font-size:16px;
}
.feedbackfile-wrapper .file-heading {
    display: inline-block;
    float: left;
    width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.feedbackfile-wrapper .file-size-heading {
    color: #A9A9AA;
}
li.k-file div.feedbackfile-wrapper {
    position: relative;
    width: 100%;
    text-align: left;
}
/* ============================================================== AFD  ============================================================== */

.oop-percentile {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
}

    .oop-percentile.radio-btn p::before {
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 0.9rem;
        padding: 0rem 0.5rem;
        border-radius: 50%;
        content: "";
    }

    .oop-percentile.radio-btn.oop-cost p::before {
        background: #00A0A0;
    }

    .oop-percentile.radio-btn.oop-bill p::before {
        background: #94C6D6;
    }

    .oop-percentile.radio-btn.oop-medisave p::before {
        background: #00769C;
    }

    .oop-percentile.radio-btn p strong {
        margin-left: 0.7rem;
    }

    .oop-percentile.radio-btn a {
        margin-left: 2rem;
    }

    .oop-percentile h4 {
        margin: 0 0 0 2rem;
    }

    .oop-percentile.oop-cost h4 > strong {
        font-size: 1.9375rem;
        color: #00769C;
    }


.oop-cost {
    margin-top: 1rem;
    scroll-margin-top: 7rem;
}

    .oop-bill p,
    .oop-cost p,
    .oop-medisave p {
        margin: 0;
    }

.oop-percentile-summary {
    background: #F3F3F3;
    margin-top: 2rem;
    border: 1px solid #00A3A8;
    border-radius: 4px;
}

.oop-cost-summary {
    text-align: center;
    margin-bottom: 1rem;
}

.oop-panel {
    background: #00769C;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #00769C;
    border-radius: 4px;
    color: #fff;
}

    .oop-panel h3, .oop-panel h4 {
        color: #fff;
    }

    .oop-panel .primary_btn {
        color: #2C2C2C;
        background-color: #fff;
        border: 1px solid #fff;
    }

        .oop-panel .primary_btn:hover {
            color: #2C2C2C;
            background-color: #fff;
        }

.oop-non-panel {
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    padding-top: 4.7rem;
}

    .oop-non-panel hr,
    .oop-panel h2 {
        text-align: center;
    }

.oop-non-panel hr {
    width: 100%;
    margin: 0.3rem;
}

.oop-panel hr {
    background: #fff;
    opacity: 0.3;
    width: 100%;
    margin: 0.3rem;
}

.oop-panel-detail {
    background: #4D9FBA;
    margin-bottom: 1rem;
    border-radius: 8px;
    width: 100%;
    padding: 1rem;
}

.oop-non-panel-detail {
    background: #F3F3F3;
    margin-bottom: 1rem;
    border-radius: 8px;
    width: 100%;
    padding: 1rem;
}

.oop-tooltip {
    height: 32px;
}

.oop-footer {
    align-self: center;
    text-align: center;
}

    .oop-footer .tip {
        margin-top: 1rem;
        text-align: left;
    }

    .oop-footer a {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

.oop-estimated-cost {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
}

.oop-disclaimer {
    font-size: 12px;
}

.oop-preauthorise {
    margin-top: 1rem !important;
    text-align: center;
    font-size: 13px;
}

.oop-cost-summary strong {
    color: #00769C
}

.oop-cost-summary h4 > strong {
    color: #2C2C2C
}

.oop-panel .tooltip-info-img {
    content: url("/images/gehlibraries/default-album/info-white.svg");
}
#riderItemCard .card-body,
#ispItemCard .card-body {
    padding-bottom: 2.5rem;
}

.oop-bg-medisave {
    background: #00375F;
    display: flex;
    color: #FFF;
}

.oop-bg-medisave span {
    width: 10.656rem;
}

.oop-bg-medisave .oop-tooltip {
    height: 0;
}

.oop-bg-medisave p {
    position: absolute;
    right: 1rem;
}
/* ============================================================== Event List Filter ============================================================== */
.event-btn {
    padding: 0.5rem 1.75rem;
    margin: 0.5rem 0;
    border-radius: 0.25rem;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    word-break: normal;
}

    .event-btn.inactive {
        color: #FFF;
        background-color: #00769C;
        border: 1px solid #00769C;
    }

    .event-btn.active {
        color: #FFF;
        background-color: #00556F;
        border: 1px solid #00556F;
    }

    .form-filter.event-year-filter .custom-ddl select {
        color: #4D4D4F !important;
    }



/* ============================================================== Event List Display ============================================================== */

.event-card-box {
    position: relative;
    padding: 0;
    background-color: #F3F3F3;
    height: 100%;
}
.grey-bg .event-card-box {
    background-color: #fff;
}
.event-card-bottom {
    padding: 1rem 1rem 3rem 1rem;
}
.event-card-bottom p,
.event-card-bottom label,
.event-card-bottom li,
.event-card-bottom span {
    font-size: 13px;
    margin: 0;
}
.key-speaker-icon {
    background: url("/images/default-source/icons/empty-person-transparent.svg") no-repeat;
    background-size: 15px;
    background-position-y: 1rem;
}
.organiser-icon {
    background: url("/images/default-source/icons/people-outline.svg") no-repeat;
    background-size: 20px;
    background-position-y: 0.5rem;
}
.date-icon {
    background: url("/images/default-source/icons/calendar-grey.svg") no-repeat;
    background-size: 18px;
    background-position-y: 0.5rem;
}
.time-icon {
    background: url("/images/default-source/icons/time.svg") no-repeat;
    background-size: 18px;
    background-position-y: 0.5rem;
}
.location-icon {
    background: url("/images/default-source/icons/location-grey.svg") no-repeat;
    background-size: 18px;
    background-position-y: 0.5rem;
}
.price-icon {
    background: url("/images/default-source/icons/price.svg") no-repeat;
    background-size: 18px;
    background-position-y: 0.5rem;
}
.language-icon {
    background: url("/images/default-source/icons/language-grey.svg") no-repeat;
    background-size: 18px;
    background-position-y: 0.5rem;
}
.event-card-top {
    background-color: #E2E2E3;
    height: 213.26px;
}
.event-card-details {
    padding-left: 1.5rem;
    height: 100%;
}
.event-card-details span,
.event-card-details label {
    display: flex;
}
.button-package.event-card-button {
    text-decoration: none !important;
    width: 100%;
    font-size: 18px;
}
.button-package.event-card-button i {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.event-has-results {
    width: 100%;
    margin: 0 auto;
}
.event-no-results {
    width: 90%;
    margin: 0 auto 4rem;
    padding: 2rem;
    background-color: #F3F3F3;
}
.event-no-results h3 {
    margin-bottom: 2rem;
}
.event-subscribe {
    padding: 2rem;
}
.event-expired-chip {
    display: inline-block;
    margin-top: 0.5rem;
    border-color: #C5C5C5 !important;
    color: #C5C5C5 !important;
}
.event-cancelled-chip {
    display: inline-block;
    margin-top: 0.5rem;
    border-color: red !important;
    color: #C5C5C5 !important;
}
.event-expired-button {
    background-color: #80D1D3 !important;
}
.event-card-key-speaker {
    margin-top: 1rem;
}
/* Event Detail */
.chip {
    /* Center the content */
    align-items: center;
    display: inline-flex;
    justify-content: center;
    /* Rounded border */
    border-radius: 9999px;
    border: 1px solid #C5C5C5 !important;
    /* Spacing */
    padding: 0.25rem 0.5rem;
    margin-right: 0.25rem;
}
.chip-content {
    font-size: 0.813rem;
}

/* ============================================================== Health Plus ============================================================== */
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.health-plus-searchbox-title {
    margin-top: 2rem;
}
span.healthplus-searchbox-textcontrol {
    border: 1px solid #A9A9AA;
    border-radius: 0;
    margin: 1rem 0 2rem;
}
input.healthplus-searchbox-textcontrol.k-input {
    padding: 1rem 0;
    height: auto;
    text-indent: 1rem;
}
span.healthplus-searchbox-textcontrol .search-btn {
    padding: .75rem;
    margin: 0;
    border-radius: 0;
}
span.healthplus-searchbox-textcontrol .search-btn .k-icon {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 1.4rem;
}
    span.healthplus-searchbox-textcontrol .search-btn .k-icon::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f002";
        color: #FFF;
    }
.healthplus-searchbox-textcontrol .k-clear-value {
    /* right: calc(4em - 2px) !important; */
    right: 54px !important;
    top: calc(50% + 3px) !important;
}
.health-plus-video-slider-item::before, .video-slick-item::before {
    content: "";
    position: absolute;
    width: 63px;
    height: 62px;
    background: url("/images/default-source/icons/playicon.svg") no-repeat;
   /* Center positioning */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.healthplus-featuredtopic {
    background-color: #F3F3F3;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    margin-top: 1.5rem;
}
.healthplus-featuredtopic h3 {
    text-align: center;
}
    .healthplus-featuredtopic a {
        font-size: 15px;
        border-radius: 1.5rem;
        background-color: #00556F;
        color: #FFF;
        padding: 0.5rem 0.75rem;
        margin: 0.4rem 0.25rem;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        word-break: normal;
    }
.healthplus-swiper .swiper-location-box,
.healthplus-latest-article-swiper .swiper-location-box,
.related-articles-swiper .swiper-location-box {
    position: relative;
    padding: 0;
}
.healthplus-swiper .swiper-location-box > .row,
.healthplus-latest-article-swiper .swiper-location-box > .row,
.related-articles-swiper .swiper-location-box > .row {
    height: 100%;
}
.healthplus-swiper .swiper-location-bottom,
.healthplus-latest-article-swiper .swiper-location-bottom {
    padding: 1rem 2rem 3rem 2rem;
}
.related-articles-swiper .swiper-location-bottom {
    padding: 1rem 1rem 3rem 1rem;
}
.healthplus-swiper .swiper-location-box h4,
.healthplus-latest-article-swiper .swiper-location-box h4,
.related-articles-swiper .swiper-location-box h4 {
    font-family: "Montserrat-SemiBold", sans-serif;
    color: #2C2C2C;
    margin-top: 0;
}
.healthplus-swiper .swiper-location-bottom p,
.healthplus-latest-article-swiper .swiper-location-bottom p,
.related-articles-swiper .swiper-location-bottom p {
    margin: 0;
}

.healthplus-latest-article-swiper .result-page-tags,
.healthplus-swiper .result-page-tags,
.related-articles-swiper .result-page-tags {
    padding: 2rem 0 1rem 0;
}

.healthplus-editorspick-view-all,
.healthplus-latestarticles-view-all {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 18px;
}
.healthplus-result-listing .card-body {
    padding: 0;
    min-height: 200px;
}
.healthplus-result-listing .card-body .left-content .img {
    display: flex;
    height: 100%;
    cursor: pointer;
}
    .healthplus-result-listing .card-body .left-content .video-img::before {
        content: "";
        position: absolute;
        width: 63px;
        height: 62px;
        background: url("/images/default-source/icons/playicon.svg") no-repeat;
        left: 42%;
        top: 39%;
    }
.healthplus-result-listing .card-body .left-content .img img {
    object-fit: cover;
    min-height: 200px;
    height: 100%;
}

.healthplus-result-listing .card-body .right-content h3 {
    font-size: 1.3125rem;
    margin-bottom: 1rem;
}
.healthplus-result-listing .card-body .right-content > p {
    font-size: 0.9375rem;
    line-height: 1.2;
}
.healthplus-result-listing .card-body .right-content > p + .row {
    margin-right: 0;
    margin-bottom: .875rem;
}
.healthplus-result-listing .card-body .right-content a {
    text-decoration: none;
}
.healthplus-result-listing .card-body .right-content a:hover {
    text-decoration: underline;
}
.healthplus-result-listing .card-body .right-content em {
    font-style: normal !important;
    font-weight: bold !important;
    color: #00769C;
}
.healthplus-card-chips {
    bottom: 0;
    position: absolute;
    padding: 1rem;
    left: 43.5%;
}
.healthplus-landingpage-card-chips {
    display: inline-block;
    margin-top: 0.5rem;
    background-color: #FFF;
}
.healthplus-searchresult-card-chips {
    margin-left: 15px;
    background-color: #FFF;
}
.healthplus-relatedarticles-card-chips {
    display: inline-block;
    margin-top: 0.5rem;
    background-color: #FFF;
}
.healthplus-no-results {
    width: 90%;
    margin: 0 auto 4rem;
    padding: 2rem;
    background-color: #F3F3F3;
}
.healthplus-no-results h3 {
    margin-bottom: 2rem;
}
.desktop-only.healthplus-result-listing .card-body .left-content {
    flex: 0 0 48.5%;
    max-width: 48.5%;
}
.desktop-only.healthplus-result-listing .card-body .right-content {
    flex: 0 0 51.5%;
    max-width: 51.5%;
}
.desktop-only.healthplus-result-listing .card-body .right-content {
    padding: 1.75rem 1.75rem 1.75rem 0.75rem;
}
.mobile-only.healthplus-result-listing .card-body .right-content {
    padding: 2rem;
}
@media (min-width: 576px) {
    #videoSlickModal .modal-dialog {
        max-width: 80%;
    }
}
#videoModal .modal-dialog {
    max-width: 60%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    #videoModal .modal-dialog {
        max-width: 85%;
    }
}
.healthplus-detail-source {
    text-align: right;
    font-size: 11px;
    color: #A9A9AA;
}
.healthplus-detail-lastupdate {
    margin-top: 1rem;
    font-size: 13px;
}
.healthplus-detail-cta {
    padding: 2rem;
    text-align: center;
    background: #80D1D3;
    margin-top: 3rem;
}

.healthplus-detail-highlights {
    padding: 2rem;
    background: #80D1D3;
    margin-top: 3rem;
}
.healthplus-detail-articletags {
    background-color: #F3F3F3;
    padding: 2rem;
    margin-top: 1rem;
}
    .healthplus-detail-articletags a {
        font-size: 15px;
        border-radius: 1.5rem;
        background-color: #F9BA5D;
        padding: 0.5rem 0.75rem;
        margin: 0.4rem 0.25rem;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        word-break: normal;
    }

.healthplus-detail-standfirst {
    background-color: #A9E2FF;
    padding: 1rem;
}

    .healthplus-detail-standfirst h4 {
        color: #00375F;
    }

    .healthplus-detail-standfirst > *:first-child {
        margin: 0;
    }

.related-articles-view-all {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

@media (max-width: 720px) {
    .health-plus-video-slider-item::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 56px;
        background: url("/images/default-source/icons/playicon-mobile.svg") no-repeat;
        left: 39%;
        top: 32%;
    }
}
/* ============================================================== Error Pages ============================================================== */

.error-pg img {
    margin: 3rem 0 4rem;
}
.error-form img {
    margin: 2rem 0 4rem;
}
.error-pg > p {
    font-family: "NotoSans-Regular", sans-serif;
}
.grey-box {
    background-color: #F3F3F3;
    padding: 2rem;
    margin-top: 2rem;
    width: 100%;
}
.error-pg:not(.error-form) .grey-box h3 {
    margin-bottom: 2rem;
}
.grey-box p:last-child {
    margin-bottom: 0;
}
.error-pg:not(.error-form) .grey-box a {
    font-size: 1.125rem;
    color: #00284A;
    text-decoration: none;
}

/* ============================================================== Footer Section ============================================================== */

.footer {
    background-color: #00556F;
    color: #FFF;
}
.footer a,
.footer h5,
.footer label {
    color: #FFF;
}
.footer-top {
    padding: 4rem 0 2rem;
}
.footer-top .about-meh {
    font-size: 15px;
    line-height: 1.125rem;
}
.footer-top .about-meh p:first-child {
    font-family: NotoSans-Regular;
}
.footer-top .about-meh hr {
    border-top: 1px solid #E9D9C3;
    margin: 2rem 0;
}
.footer-top .about-meh img + p {
    margin: .75rem 0;
}
.footer-top .about-meh .col-6:first-child {
    padding-right: .5rem;
}
.footer-top .about-meh .col-6:last-child {
    padding-left: .5rem;
}
.footer-top .about-meh .col-6:first-child a img {
    float: right;
}
.footer-top .about-meh .col-6:last-child a img {
    float: left;
}
.footer-top .quick-links ul {
    list-style: none;
    padding-left: 0;
}
.footer-top .quick-links ul li {
    margin-bottom: 1.5rem;
}
.footer-top .quick-links ul li a {
    font-size: 1.125rem;
    line-height: 1rem;
    text-decoration: none;
}
.footer-top .quick-links ul li a:hover {
    text-decoration: underline;
}
.footer-top button {
    background-color: #00A3A8;
}
.footer-top button:focus{
    background-color: #00556F;
}
.footer-top button:hover{
    background-color: #80D1D3;
}
.footer-bottom {
    border-top: 1px solid #E2E2E3;
    padding: 2rem 0;
}
.footer-bottom .copyright p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
}
.footer-bottom .footer-links ul {
    list-style: none;
    float: none;
    margin: 0;
    padding-left: 0;
    line-height: 1rem;
}
.footer-bottom .footer-links ul li {
    font-size: .813rem;
    display: inline-block;
}
.footer-bottom .footer-links ul li:not(:last-child) {
    padding-right: 2rem;
}
.footer-bottom .copyright, .footer-bottom .footer-links {
    text-align: center;
}
/* ============================================================== Generalized Kendo CSS ============================================================== */


#fmpSearchBox-list ul li {
    padding: 0 !important;
    border: 0;
}
#fmpSearchBox-list ul li > div {
    padding: .75rem 1rem;
    width: 100%;
}
/*============================================================ Centre of Excellence ============================================================*/
.coe-wrapper {
    --amber-fill: brightness(0) saturate(100%) invert(54%) sepia(98%) saturate(501%) hue-rotate(356deg) brightness(89%) contrast(109%);
}
.coe-wrapper h1,
.coe-wrapper h2,
.coe-wrapper h4 {
	font-weight: 300;
}
.coe-wrapper h2 {
	font-size: 3rem;
}
.coe-wrapper h4 {
	font-size: 1.5rem;
}
.coe-wrapper h3,
.coe-wrapper h5 {
	font-weight: 300;
}
.coe-wrapper .upper-display {
    color: #00556F;
	font-size: 1.375rem;
    margin-bottom: 2rem;
}
.coe_accordions_cards_wrapper h2,
.coe-wrapper .upper-display h2,
.coe-facilities-container h4 {
    color: #00556F;
}
.coe-wrapper .upper-display p:last-child {
	margin: 0;
}
.coeBanner {
	margin-top: -2px;
}
.coeBanner img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3.025;
	-webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 2.22%, #FFFFFF 34.75%);
	mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 2.22%, #FFFFFF 34.75%);
}
.coe-wrapper .primary_btn {
    color: #FFF;
    background-color: #00A3A8;
    border-color: #00A3A8;
}
.coe-wrapper .primary_btn:focus,
.coe-wrapper .primary_btn:hover {
    background-color: #66ADC4;
    border-color: #66ADC4;
}
.coe-wrapper .swiper-pagination {
	--swiper-pagination-bullet-size: 8.85px;
}
.coe-wrapper .swiper-pagination-vertical {
	--swiper-pagination-bullet-vertical-gap: 14px;
}
.coe-wrapper .swiper-pagination-bullet {
    margin: 8px 0;
    background-color: transparent;
    border: 1px solid #00769C;
    opacity: 1;
}
.coe-wrapper .swiper-pagination .active,
.coe-wrapper .swiper-pagination-bullet-active {
    background-color: #00769C;
}
.coe-swiper-wrapper {
	display: flex;
	justify-content: start;
	align-items: start;
	margin-bottom: 5rem;
}
.coe-swiper-wrapper img {
	object-fit: cover;
}
.coe-wrapper .swiper-buttons {
	margin-left: 1.5rem;
}
.coe-wrapper .swiper-button-prev,
.coe-wrapper .swiper-button-next {
	width: 50px !important;
    height: 50px !important;
	position: static;
    display: inline-flex;
    flex-direction: column;
	background-color: #00A3A8;
}
.coe-wrapper .swiper-button-prev::after,
.coe-wrapper .swiper-button-next::after  {
	display: none;
}
.coe-wrapper .swiper-buttons span {
	width: 19px;
	height: 22px;
	display: inline-block;
	background-color: #CECEFF;
	position: relative;
	-webkit-clip-path: polygon(100% 0, 42% 50%, 100% 100%, 58% 100%, 0 50%, 58% 0);
	clip-path: polygon(100% 0, 42% 50%, 100% 100%, 58% 100%, 0 50%, 58% 0);
}
.coe-wrapper .swiper-buttons span::before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: #00A3A8;
	position: absolute;
	-webkit-clip-path: polygon(86% 6%, 29% 50%, 86% 94%, 60% 94%, 10% 50%, 60% 6%);
	clip-path: polygon(86% 6%, 29% 50%, 86% 94%, 60% 94%, 10% 50%, 60% 6%);
}
.coe-wrapper .swiper-button-next {
	margin-left: .75rem;
	transform: rotate(-180deg);
}
.coe-wrapper .img-icon {
	position: absolute;
	width: 53px;
	font-size: 1.5rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: #00A3A8;
	inset: 20px 20px auto auto;
	display: flex;
	align-items: center;
	pointer-events: none;
}
.coe-wrapper .swiper-video-img::before {
	display: none;
}
.coe-wrapper .swiper-video-img .img-icon::after {
	content: "";
    background-color: #FFF;
    flex: unset;
    width: 29%;
    height: 45%;
    margin-left: 40%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 51%);
    clip-path: polygon(0 0, 0 100%, 100% 51%);
}
.coe-swiper-wrapper .img-icon::after {
	content: "\f061";
    color: #FFF;
    flex: 1;
    text-align: center;
}
.coe-swiper-wrapper .swiper + .swiper-pagination {
	position: static;
	margin-top: 1rem;
}
.coe-wrapper .accordion::after {
	display: none;
}
.coe-wrapper .accordion-wrapper .icon {
	--icon-size: 37.5px;
	display: inline-flex;
	line-height: 0;
	align-self: center;
	justify-content: center;
}
.coe-wrapper .accordion-wrapper .icon::after {
	content: url(/ResourcePackages/MEH/assets/dist/images/plus.svg);
	width: var(--icon-size);
	line-height: 0;
}
.coe-wrapper .info-card {
    background-color: #FFF;
    padding: 1.15rem;
    border-radius: 8px;
    color: #00556F;
    margin-block: 1.5rem 1rem;
}
.coe-wrapper .info-card + * {
	margin-top: 1.5rem;
}
.coe-wrapper .info-card + .info-card {
	margin-top: 0;
}
.coe-wrapper .info-card h5 {
    color: #00556F;
    font-size: 1.25rem;
}
.coe_carousel:not(.show) .sidetext .container {
	transform: translateY(96px);
	opacity: 0;
}
.coe_carousel:not(.show) .sidetext::before {
	transform: translateX(-100%);
}
.coe_carousel:not(.show) .coe_carousel_inner > * {
	opacity: 0;
	transform: translateY(200px);
}
.coe_lead_section {
	height: 100%;
}
.coe_lead_section .sidetext {
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: 6px;
	font-weight: 600;
	column-gap: 2rem;
	overflow: hidden;
	padding-bottom: 7rem;
    margin-bottom: -7rem;
}
.coe_lead_section .sidetext .container {
	flex: 1 0 auto;
	transform: translateY(0);	
	opacity: 1;
	transition: all 2s ease-in-out;
}
.coe_lead_section .sidetext::before,
.coe_lead_section .sidetext::after,
.coe-facilities-contents::before,
.coe-facilities-contents::after {
	content: "";
	flex: 1 auto;
}
.coe_lead_section .sidetext::before {
	height: 2px;
	background-color: #00556F;
	transform: translateX(0);
    transition: transform 2s ease-in-out;
}
.coe_lead_section .sidetext h1 {
    color: #00556F;
	font-size: 1.125rem;
	margin-bottom: 0;
	font-family: 'NotoSans-SemiBold', sans-serif;
}
.coe_carousel_keypoints,
.coe-facilities-contents {
	position: -webkit-sticky;
	position: sticky;
}
.coe_carousel_keypoints {
    color: #2C2C2C;
	top: 3.75rem;
}
.lowered .coe_carousel_keypoints {
	top: 8rem;
}
.coe_lead_section .swiper-pagination span {
	display: block;
}
.coe_carousel_inner {
	margin-block: 2rem 1rem;
	--left-width: 50%;
	position: relative;
}
.coe_carousel_inner > * {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.5s ease-in-out .5s;
}
.coe_carousel_inner > :first-child {
	position: relative;
	z-index: 2;
}
.coe_carousel_inner h2 {
    color: #00556F;
	margin-bottom: 0;
}
.coe_carousel_top,
.coe_carousel_bottom {
	position: relative;
	overflow-y: hidden;
}
.coe_carousel_top {
	margin-left: 2.5rem;
	transition: all .8s ease;
}
.coe_carousel_bottom {
	font-size: 1.125rem;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.coe_carousel_inner .swiper-pagination {
	top: .5rem;
	transition: all 1.5s ease-in-out .5s;
}
.coe_carousel .carousel_top_item,
.coe_carousel .carousel_bottom_item {
	position: absolute;
	top: 0;
	transition: all .8s ease;
	opacity: 0;
}
.coe_carousel .carousel_bottom_item {
	inset: auto 0 0;
	border-radius: 40px;
}
.coe_carousel .carousel_top_item.processing:not(.active),
.coe_carousel .carousel_bottom_item.processing:not(.active) {
	opacity: 0;
}
.coe_carousel .carousel_top_item.processing:not(.active) {
	transform: translateY(-20px);
}
.coe_carousel .carousel_top_item.active {
	opacity: 1;
	overflow-y: hidden;
}
.coe_carousel .carousel_top_item.active:not(.processing) {
	position: static;
}
.coe_carousel .carousel_bottom_item.processing:not(.active) {
	transition: opacity .8s ease;
}
.coe_carousel .carousel_bottom_item.active {
	opacity: 1;
	position: relative;
	z-index: 1;
}
.coe_carousel .carousel_bottom_item h4,
.coe_carousel .carousel_bottom_item .info p,
.coe_carousel .carousel_bottom_item img {
	opacity: 0;
	transition: all .8s ease;
}
.coe_carousel .carousel_bottom_item h4,
.coe_carousel .carousel_bottom_item .info p {
	transform: translateY(20px);
}
.coe_carousel .carousel_bottom_item.processing h4,
.coe_carousel .carousel_bottom_item.processing .info p {
	transform: translateY(0);
}
.coe_carousel .carousel_bottom_item.active h4,
.coe_carousel .carousel_bottom_item.active .info p,
.coe_carousel .carousel_bottom_item.active img {
	transform: translateY(0);
	opacity: 1;
}
.coe_carousel_inner img {
	--gap: 1.5rem;
	width: var(--left-width);
	object-fit: cover;
	object-position: top;
	aspect-ratio: 1.6045;
	max-height: 349px;
	border-bottom-right-radius: 40px;
}
.coe_carousel_inner .d-lg-flex {
	position: absolute;
	background: #EBF9FA;
    justify-content: flex-end;	
    padding-inline: 2rem;
    border-radius: 40px;
	inset: auto 0 0;
	min-height: 250px;
	z-index: -1;
}
.coe_carousel_inner .info {
	width: calc(100% - var(--left-width));
	padding-left: 1.5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.coe_carousel_inner .info > * {
	margin-bottom: 0;
}
.coe_carousel_inner .info > :first-child {
	padding-block: 2rem;
}
.coe_carousel_inner .info-tips {
	font-size: 1rem;
	text-align: left;
	margin-top: auto;
}
.coe_carousel_inner .info-tips > * {
	padding: .75rem;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 34px 0px #00000017;	
}
.coe_carousel_inner .info-tips > :nth-child(2n + 1) {
	background-color: #BDDCE6;
}
.coe_carousel_inner .info-tips > :nth-child(2n) {
	background-color: #EBF9FA;
}
.coe_keypoints,
.coe_keypoints h3,
.coe_keypoints p {
	transition: all 0.5s linear .25s;
	opacity: 0;
}
.coe_keypoints {
	font-size: 1rem;
	--first-mobspan: .8s;
	--sec-mobspan: 1.2s;
	--delay: 2s;
	transform: translateY(100px);
	transition-delay: var(--delay);
}
.coe_keypoints_inner {
    background-color: #F9BA5D;
    padding: 1.5rem 4rem;
    border-radius: 40px;
    text-align: center;
}
.coe_keypoints h3 {
	font-size: 1.375rem;
}
.coe_keypoints p {
	margin-bottom: 0;
}
.coe_keypoints .col-lg-4:nth-child(1) p {
	transition-delay: calc(var(--delay) + 1s);
}
.coe_keypoints .col-lg-4:nth-child(2) p {
	transition-delay: calc(var(--delay) + 1.75s);
}
.coe_keypoints .col-lg-4:nth-child(3) p {
	transition-delay: calc(var(--delay) + 2.5s);
}
.coe_keypoints.show,
.coe_keypoints.show h3,
.coe_keypoints.show p {
	opacity: 1;
}
.coe_keypoints.show {
	transform: translateY(0);
}
.coe_accordions_cards_wrapper {
	--prevSpan: 1s;
	--bottom-distance: 16rem;
	padding-top: 5rem;
	overflow: hidden;
    color: #00556F;
}
.coe-accordion .acc-panel {
	color: #FFF;
	font-size: 1.125rem;
	padding: 0;
	margin-top: 1.875rem;
}
.coe-accordion .acc-panel a {
	color: #FFF;
}
.coe-accordion .acc-panel strong {
    font-weight: 400;
}
.coe_accordions_cards {
	position: relative;
	padding-top: 2rem;
	padding-left: 1.5rem;
	margin-bottom: 6rem;
}
.coe_accordions_cards h2 {	
	transform: translateY(-129px);
	transition: transform 1s ease-in-out;
}
.coe_accordions_cards .intro {
	font-size: 1.5rem;
}
.coe_accordions_cards_bkg {
    position: absolute;
    height: 100%;
    width: 86.07%;
    background-color: #A9E2FF;
    border-radius: 40px;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(-3rem);
}
.coe_accordions_cards_img {
	padding-top: 3.25rem;
    padding-left: 2.5rem;
    flex: 0 0 calc(100% - var(--inline-ratio));
    max-width: calc(100% - var(--inline-ratio));
	transition: transform .5s ease-in-out;
}
.coe_accordions_cards button,
.coe_accordions_cards .acc-heading {
	position: relative;
	width: 100%;
	display: flex;
}
.coe_accordions_cards button {
	text-align: start;
	border: none;
	padding: 0;
	margin-bottom: 2rem;
	align-items: baseline;
	overflow: hidden;
}
.coe_accordions_cards .acc-heading {
	padding: 1.5rem 2rem;
	align-items: center;
	justify-content: space-between;
}
.coe_accordions_cards .acc-panel {
	word-wrap: break-word;
	margin-top: 0;
	background-color: unset;
	opacity: 0;
	padding: 1.5rem 2rem;
	width: 100%;
}
.coe_accordions_cards .acc-panel .icon::before {
	display: none;
}
.coe_accordions_cards .acc-panel h4,
.coe_accordions_cards .acc-panel h3 {
	display: flex;
	color: #FFF;
    justify-content: space-between;
	align-items: center;
}
.coe_accordions_cards .acc-panel .icon {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}
.coe_accordions_cards .acc-panel .icon::after {
	background-color: unset;
	aspect-ratio: unset;
	content: "";
	position: static;
	border: 2px solid #FFF;
    display: inline-block;
    width: 33px;
    padding-block: 2.5px;
}
.coe_accordions_cards_top {
	align-items: flex-start;
	--inline-ratio: 65.54%
}
.coe_accordions_cards_top > :first-child {
	flex: 0 0 var(--inline-ratio);
    max-width: var(--inline-ratio);
}
.coe_accordions_cards_top .accordion-wrapper {
	margin-left: -1.5rem;
}
.coe_accordions_cards_top button {
	background-color: #FFF;
	border-radius: 0 50px 50px 0;
}
.coe_accordions_cards_top .acc-heading {
    color: #00556F;
    font-weight: 600;
	font-size: 1.5rem;
}
.coe_accordions_cards_top .acc-panel h4 {
    font-weight: 600;
}
.coe_accordions_cards_top .acc-heading .icon::after {
    filter: var(--green-20);
}
.coe_accordions_cards_top .active {
	background: #00556F;
}
.coe_accordions_cards_wrapper .intro p {
	margin-bottom: 2rem;
	transform: translateY(2rem);
}
.coe_accordions_cards_bottom .acc-panel h3 {
    font-family: "NotoSans-SemiBold", sans-serif;
    font-size: var(--btn-font-size);
    align-items: flex-start;
}
.coe_accordions_cards_bottom > p {
	font-size: 1.5rem;
}
.coe_accordions_cards_bottom .accordion-wrapper,
.coe_accordions_cards_bottom .accordion-inner-wrap:last-child {
	margin-bottom: 0;
}
.coe_accordions_cards_bottom button {
	--btn-font-size: 1.5rem;
	border-radius: 40px;
	box-shadow: 0px 0px 34px 0px #00000017;
	min-height: calc(2 * var(--btn-font-size) + 1.5rem);
}
.coe_accordions_cards_bottom .acc-heading {
	line-height: 1;
	color: #FFF;
	font-size: var(--btn-font-size);
	z-index: 1;
}
.coe_accordions_cards_bottom button::after,
.coe_accordions_cards_bottom img {
	position: absolute;
	width: 100%;
    height: 100%;
}
.coe_accordions_cards_bottom button::after {
    content: "";
    background: rgb(54,54,54, 0.6);
}
.coe_accordions_cards_bottom button:hover::after {
	background: rgb(54,54,54, 0.4);
}
.coe_accordions_cards_bottom button.active::after {
    background: #00556F !important;
}
.coe_accordions_cards_bottom .acc-heading {
	padding-block: 1.375rem;
}
.coe_accordions_cards_bottom .acc-heading .icon {
	--icon-size: 32px;
	padding: 1rem;
	background-color: #00A3A8;
	border-radius: 50%;
}
.coe_accordions_cards_bottom .acc-heading .icon::after {
	width: unset;
	-webkit-filter: var(--white-filter);
    filter: var(--white-filter);
}
.coe_accordions_cards_bottom .acc-panel {
	padding-block: 2.5rem;
	z-index: 1;
}
.coe_accordions_cards_bottom .acc-panel .icon {
	width: 44px;
    height: 44px;
    border-radius: 50%;
	align-self: flex-start;
	align-items: center;
    background-color: #FFF;
} 
.coe_accordions_cards_bottom .acc-panel .icon::after {
	border-color: #00A3A8;
	width: 16.5px;
	padding-block: .475px;
}
.coe_accordions_cards_bottom .box .acc-heading {
	aspect-ratio: 2.007;
	padding-block: 1.875rem;
	align-items: flex-end;
}
.coe_accordions_cards_bottom .box .acc-heading .icon {
	align-self: flex-start;
	position: static;
}
.coe_accordions_cards_bottom img {
    object-fit: cover;
}
.coe_accordions_cards_bottom .acc-console {
	border: 1px solid #FFF;
	border-radius: 20px;
	padding: .625rem 1.25rem;
}
.coe_accordions_cards button,
.coe_accordions_cards_bottom,
.coe_accordions_cards_bottom button::after,
.coe_accordions_cards .acc-heading,
.coe_accordions_cards .acc-panel {
	transition: all .5s ease-in-out;
}
.coe_accordions_cards .active .acc-heading {
	opacity: 0;
}
.coe_accordions_cards .active:not(.processing) .acc-heading {
	display: none;
}
.coe_accordions_cards .processing .acc-panel {
	display: block;
	position: absolute;
	top: 0;
}
.coe_accordions_cards .active .acc-panel {
	display: block;
	opacity: 1;
}
.coe_accordions_cards .active:not(.processing) .acc-panel {
	position: relative;
}
.coe-conditions-wrapper {
    margin-bottom: 2rem;
    opacity: 0;
    transition: all .8s ease;
	position: relative;
	z-index: 1;
}
.coe-conditions-wrapper.show {
    opacity: 1;
}
.coe-conditions-wrapper .select-conditions a {
    color: #000;
    background-color: #FFF;
    border-radius: 8px;
    border: unset;
    margin-right: .75rem;
    padding: .5rem .75rem;
}
.coe-conditions-wrapper .select-conditions .invert_bkg:hover {
	color: #FFF;
	background-color: #66ADC4;
}
.coe-conditions .grey-card {
    background-color: #E2E2E3;
    border-radius: 40px 40px 0 0;
    box-shadow: 0px 0px 34px 0px #00000017;
}
.coe-conditions-wrapper .select-conditions a:not(.invert_bkg) {
    background-color: #F8B95D;
}
.coe-conditions .accordion {
    background-color: #F7F7F5;
}
.coe-conditions .accordion-inner-wrap:hover .accordion {
    background-color: #66ADC4;
    color: #FFF;
}
.coe-conditions h4 {
    color: #00556F;
}
.coe-conditions .accordion-inner-wrap:hover .accordion h4 {
    color: #FFF;
}
.coe-conditions .accordion-inner-wrap .icon::before {
    background-color: #00A0A0CC;
}
.coe-conditions .accordion-inner-wrap.active .icon::before {
	display: none;
}
.coe-conditions .accordion-inner-wrap.active .icon::after {
	position: static;
}
.coe-conditions-wrapper .accordion-inner-wrap {
	display: grid;
	grid-template-rows: min-content 0fr;
	font-size: 1rem;
	color: #2C2C2C;
}
.coe-conditions-wrapper .accordion-inner-wrap button {
	border-bottom: 1px solid #BEBEBE;
}
.coe-conditions-wrapper .accordion-inner-wrap.active {
	grid-template-rows: min-content 1fr;
}
.coe-conditions-wrapper .acc-panel {
    display: flex;
    transition: all .4s ease;
    opacity: 0;
    background: linear-gradient(90deg, #B3D6E1 0%, #80D1D3 66.44%);
}
.coe-conditions-wrapper .accordion-inner-wrap .icon {
	margin-inline: .375rem;
	flex-shrink: 0;
	position: relative;
}
.coe-conditions-wrapper .accordion-inner-wrap .icon,
.coe-conditions-wrapper .accordion-inner-wrap .icon::before {
	content: "";
	width: var(--icon-size);
	height: 6px;
	background-color: #EBF9FA;
}
.coe-conditions-wrapper .accordion-inner-wrap .icon::before {
	transform: rotate(90deg);
	width: 34px;
}
.coe-conditions-wrapper .accordion-inner-wrap .icon::after {
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	-webkit-filter: var(--green-20);
	filter: var(--green-20);
}
.coe-conditions-wrapper .accordion-inner-wrap.active .acc-panel {
	opacity: 1;
}
.coe-conditions-wrapper .accordion-inner-wrap.active .icon {
	height: unset;
	background-color: unset;
}
.coe-conditions-wrapper .accordion-inner-wrap.active .icon::before {
	display: none;
}
.coe-conditions-wrapper .accordion-inner-wrap.active .icon::after {
	content: "";
	-webkit-filter: unset;
	filter: unset;
	position: static;
	transform: unset;
	height: 9px;
	--icon-size: 33px;
	border: 2px solid #00A3A8;
	background-color: #EBF9FA;
}
.coe-conditions-wrapper .acc-panel > .col-lg-6 {
	padding-inline: 0;
}
.coe-conditions-wrapper .acc-panel > :first-child {
    padding: 2rem 3rem;
}
.coe-conditions-wrapper .acc-panel > :last-child {
	display: flex;
}
.coe-conditions-wrapper .acc-panel .img-panel {
	width: 100%;
	padding: 0;
	margin: auto 0;
}
.coe-conditions-wrapper .acc-panel .img-panel img {
    flex-grow: 1;
    cursor: pointer;
	object-fit: cover;
}
.coe-conditions-wrapper .no-content-panel {
	font-size: 1rem;
    background: #F0F0F0;
    padding: 1.15rem;
    text-align: center;
}
.coe-conditions-note {
    font-size: 1rem;
    padding: 1.5rem 3rem;
    border-radius: 40px;
    background-color: #A9E2FF;
    margin-bottom: 5rem;
}
.coe-testimonials-swiper {
	font-size: 1rem;
	opacity: 0;
	transition: all .75s ease;
}
.coe-testimonials-swiper.show {
	opacity: 1;
}
.coe-testimonials-swiper .swiper-container {
    width: 100%;
}
.coe-testimonials-swiper .swiper-slide {
    color: #2C2C2C;
    border-radius: 40px;
    overflow: hidden;
    background-color: #BDDCE6;
    height: auto;
    display: flex;
    flex-direction: column;
}
.coe-testimonials-swiper .slide-panel-bottom {
    padding: 1.5rem 1.875rem;
    display: flex;
    align-items: center;
    flex: 1;
}
.coe-testimonials-swiper h4 {
    font-size: 1.375rem;
    flex: 0 0 26%;
    margin: 0;
}
.coe-testimonials-swiper .slide-panel-bottom p {
    margin: 0 1rem 0;
    flex: 1;
    max-width: 52%;
}
.coe-testimonials-swiper .cta-link {
    flex-shrink: 0;
    margin-left: auto;
	display: flex;
	justify-content: center;
}
.coe-testimonials-swiper .cta-link a {
    font-size: 1.4375rem;
    margin: auto 0;
	flex-basis: 340px;
}
.coe-testimonials-swiper img {
	aspect-ratio: 3.3;
    cursor: pointer;
}
.coe-specialists-swiper {
	--firstSpan: .7s;
	position: relative;
}
.coe-specialists-swiper::before,
.coe-specialists-swiper::after {
	content: "";
    position: absolute;
    display: block;
	z-index: -1;
	width: 100%;
	-webkit-filter:grayscale(100%) opacity(0.1);
	filter: grayscale(100%) opacity(0.1);
}
.coe-specialists-swiper::before {
	background: var(--bkg-l, none) no-repeat right 50%;
    top: -50%;
    height: calc(100% + 1000px);
    transform: rotate(180deg);
}
.coe-specialists-swiper::after {
	background: var(--bkg-r, none) no-repeat right 0%;
	height: calc(100% + 1000px);
	top: 50%;
	transform: translateY(-50%);
}
.coe-specialists-swiper,
.coe-specialists-swiper h2 + p {
	transition: all var(--firstSpan) ease;
}
.coe-specialists-swiper .swiper-buttons,
.coe-specialists-swiper .swiper,
.coe-specialists-swiper .swiper-slide-active,
.coe-specialists-swiper .swiper-pagination {
	transition: all var(--firstSpan) ease calc(var(--firstSpan) + .15s);
}
.coe-specialists-swiper,
.coe-specialists-swiper .swiper-buttons,
.coe-specialists-swiper .swiper,
.coe-specialists-swiper .swiper-pagination {
	opacity: 0;
}
.coe-specialists-swiper.show,
.coe-specialists-swiper.show .swiper-buttons,
.coe-specialists-swiper.show .swiper,
.coe-specialists-swiper.show .swiper-pagination {
    opacity: 1;
}
.coe-specialists-swiper h2 {
	transition: all var(--firstSpan) ease;
	transform: translateY(-20px);
}
.coe-specialists-swiper .swiper-pagination {
	transform: translateY(45px)
}
.coe-specialists-swiper .swiper-container {
    width: 100%;
}
.coe-specialists-swiper .swiper {
    color: #000;
    font-size: 1.5rem;
    margin-block: 4rem;
	transform: translateX(45px);
}
.coe-specialists-swiper .swiper-slide {
	background-color: #FFF;
    line-height: 1.2;
    aspect-ratio: 2.2786;
    display: flex;
    border-radius: 32px;
    overflow: auto;
    box-shadow: 0px 0px 34px 0px #00000017;
}
.coe-specialists-swiper .slide-panel-left {
    flex-basis: 50%;
    padding: 1.5rem;
    overflow-y: auto;
	font-weight: 300;
}
.coe-specialists-swiper .slide-panel-left p {
    margin: 0;
}
.coe-specialists-swiper .slide-panel-img {
    flex-basis: 50%;
    cursor: pointer;
}
.coe-specialists-swiper .swiper-slide img {
    height: 100%;
}
.coe-specialists-swiper .swiper-slide-active {
	z-index: 1;
	transform: translateX(70%);
}
.coe-specialists-swiper.show,
.coe-specialists-swiper.show h2,
.coe-specialists-swiper.show h2 + p,
.coe-specialists-swiper.show .swiper-pagination,
.coe-specialists-swiper.show .swiper,
.coe-specialists-swiper.show .swiper-slide-active {
	transform: unset;
}
.coe-wrapper .specialists-cta {
    color: #00556F;
    border: 2px solid #E2E2E3;
    background-color: #FFF;
    border-radius: 40px;
    padding: 1.5rem 2.75rem;
    font-size: 1.375rem;
    margin-bottom: 5rem;
    transition: all .7s ease;
    opacity: 0;
    transform: translateY(45px);
}
.coe-wrapper .specialists-cta.show {
	opacity: 1;
	transform: unset;
}
.coe-wrapper .specialists-cta:hover {
	background-color: #EB877733;
}
.coe-wrapper .specialists-cta .grid {
	display: grid;
	grid-template-columns: fit-content(100%) 1fr;
	gap: .25rem 2rem;
}
.coe-wrapper .specialists-cta img {
	grid-row: 1 / 3;
}
.coe-wrapper .specialists-cta .counter {
	align-self: end;
	font-size: 3.375rem;
}
.coe-wrapper .specialists-cta .counter strong {
    font-family: 'NotoSans-SemiBold', sans-serif;
}
.coe-wrapper .specialists-cta .primary_btn {
	font-size: 1.4375rem;
	width: 100%;
    max-width: 350px;
}
.coe-facilities-wrapper {
	opacity: 0;
	transition: all .8s ease;
}
.coe-facilities-wrapper.show {
	opacity: 1;
}
.coe-facilities-container {
    font-size: 1rem;
}
.coe-facilities-contents {
    --topGap: 7.875rem;
    display: flex;
    top: var(--topGap);
    transition: all .8s ease;
}
.coe-facilities-contents.lowered {
	--topGap: 11.625rem;
}
.coe-facilities-contents::before {
    background-color: #EBF9FA;
    margin-right: -15px;
    padding-right: 15px;
}
.coe-facilities-container h2 {
    color: #00556F;
    font-size: 2.3125rem;
    margin-bottom: 1rem;
}
.coe-facilities-container h2 + p {
    margin-bottom: 2rem;
}
.coe-facilities-container .carousel {
	transition: all .8s ease;
}
.coe-facilities-container .carousel_item {
	transition: all .8s ease;
	position: absolute;
	top: 0;
	opacity: 0;
}
.coe-facilities-container .carousel_item.processing:not(.active) {
	display: block;
	z-index: 1;
}
.coe-facilities-container .carousel_item.active {
	display: block;
	opacity: 1;
	position: relative;
	z-index: 1;
}
.coe-facilities-container .carousel-wrapper {
    color: #2C2C2C;
    position: relative;
    display: flex;
    padding: 4rem 2rem;
    background-color: #EBF9FA;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
}
.coe-facilities-container .carousel-wrapper .swiper-pagination {
    position: static;
    transform: unset;
    margin: calc(-1 *var(--swiper-pagination-bullet-vertical-gap)) 2rem 0 0;
}
.coe-facilities-container .slide-thumbnail {
    width: 35%;
}
.coe-facilities-container img {
    aspect-ratio: 1.869;
    border-radius: 5px;
    object-fit: cover;
}
.coe-facilities-container .slide-description {
    padding-left: 1.5rem;
    flex: 1;
}
.coe-facilities-container > .lightsky-bg {
    margin-bottom: 2rem;
    border-radius: 40px;
}
/* ========================================== Centre of excellence - Animation ========================================== */
.coe_accordions_cards_bkg,
.coe_accordions_cards_top,
.coe_accordions_cards_wrapper .intro p {
	opacity: 0;
	transition: all 1s ease-in;
}
.coe_accordions_cards_wrapper .intro p,
.coe_accordions_cards_top button:not(.processing):first-child {
	transition-delay: var(--prevSpan);
}
.coe_accordions_cards_top button:not(.processing):first-child {
	transform: unset;
}
.coe_accordions_cards_top button:not(.processing),
.coe_accordions_cards_bottom {
	opacity: 0;
	transform: translateY(var(--bottom-distance));
	transition: all .8s ease-out calc(var(--prevSpan) + 1s);
}
.show .coe_accordions_cards_img {
	animation: coe_accordions_cards_wrapper_ImageAnimation 2s 0s ease-in 1 forwards;
}
.show .coe_accordions_cards_bkg,
.show .coe_accordions_cards_top,
.show .coe_accordions_cards h2,
.coe_accordions_cards_wrapper.show .intro p,
.show .coe_accordions_cards_top button,
.show .coe_accordions_cards_bottom {
	opacity: 1;
	transform: unset;
}
/* ============================================================== Areas of Expertise  ============================================================== */
.expertise-areas-wrapper {
	margin-top: 4rem;
	display: grid;
	grid-template-columns: 1fr auto;
}
.expertise-areas-wrapper h2 {
	margin-bottom: 0;
}
.expertise-areas-wrapper > a {
	align-self: center;
}
.expertise-areas-contents {
	grid-column: span 2;
	display: flex;
	margin: 2rem -.75rem 0;
}
.expertise-areas-contents > * {
	padding-inline: .75rem;
}
.expertise-areas-contents .direct_btn {
	--bkg-color: #F8F8F8;
	color: #00556F;
	padding-inline: 1.5rem;
}
.expertise-areas-contents .direct_btn span {
	background-color: #00769C;
}
.expertise-areas-contents .direct_btn:not(:last-child) {
	margin-bottom: .75rem;
}
.expertise-areas-contents .direct_btn h4 {
	font-family: "OpenSans-Regular", sans-serif;
	line-height: 1;
    font-weight: 700;
    color: #00556F;
}
.expertise-areas-contents .direct_btn img {
	filter: var(--amber-fill);
}
.expertise-areas-contents .direct_btn:hover {
	--bkg-color: #00769C;
	color: #FFF;
}
.expertise-areas-contents .direct_btn:hover span {
	background-color: #FFF;
}
.expertise-areas-contents .direct_btn:hover h4 {
	color: #FFF;
}
.expertise-areas-contents .direct_btn:hover img {
	filter: var(--white-filter);
}
.expertise-areas-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    width: calc(100% - 1.5rem);
}

/* ============================================================== Mobile Responsiveness (Media) ============================================================== */

@supports not (aspect-ratio: 16 / 9) {
    .ratio-169 > .row > .col-12 > img::before {
        float: left;
        padding-top: 56.62%;
        content: "";
    }
    .ratio-169 > .row > .col-12 > img::after {
        display: block;
        content: "";
        clear: both;
    }
}

@media (prefers-color-scheme: dark) {
    .primary-btn, .primary_btn {
        background-color: #00769C;
    }
    .secondary_btn {
        color: #2C2C2C;
        background-color: #00A3A8;
        border-color: #00A3A8;
    }
}

/* Large Desktops */
@media (max-width: 1199px) {
    .header-top .top-menu {
        max-width: 48%;
    }
    .item-content {
        padding: .75rem .5rem;
    }
    .detail-designation {
        font-size: 1rem;
    }
    .profile-text {
        flex-basis: 63%;
    }
    .explore-app .digiapp-desc {
        padding-bottom: 4rem;
    }
    .main-menu .navbar-nav .nav-item.dropdown > .nav-link.dropdown-toggle {
        font-size: .8rem;
    }
    .featured-care-areas-homepage-container .sf-content-block-swiper,
    .featured-care-areas-generic-container .sf-content-block-swiper {
        max-width: 960px;
    }
    .featured-care-area.homepage-swiper .swiper-location-bottom .summary-text {
        font-size: 1rem;
    }
    .spotlight-container .swiper .swiper-wrapper {
        max-height: 250px;
    }
}

/* Large Mobile Landscape, Tablets */
@media (max-width: 991px) {
    h1, .h1 {
        font-size: 2.313rem;
    }
    h2, .h2 {
        font-size: 2.063rem;
    }
    h3, .h3 {
        font-size: 1.688rem;
    }
    h4, .h4 {
        font-size: 1.438rem;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .f-15 {
        font-size: .813rem;
    }
    .pt-4 {
        padding-top: 2rem !important;
    }
    .pb-6 {
        padding-bottom: 2rem;
    }
    .f-13,
    .note, .tip, .did_you_know, .medical-reviewer-note {
        font-size: .688rem;
    }
    .hero, .pagination .page-item .page-link,
    .comparison-table tr th {
        font-size: .813rem;
    }
    .accordion {
        font-family: "OpenSans-Bold", sans-serif;
        font-size: 1rem;
        padding: 1.125rem .75rem;
    }
    .tabs ul li:not(:last-child) {
        margin-right: .5rem;
    }
    .tabs ul li a {
        font-family: "OpenSans-Regular", sans-serif;
        font-size: 1rem;
        padding: .5rem;
    }
    .tabs ul li a.active {
        font-family: "OpenSans-Bold", sans-serif;
    }
    .p-32,
    .tab-section.active .tab-ctnt,
    .need-help-text {
        padding: 1rem;
    }
    .need-help-text .col-12:not(:last-child) {
        margin-bottom: 1rem;
    }
    .f-18, .need-help-text p,
    .result-page-title,
    .search-box-container .ui-autocomplete .ui-menu-item .selection-text .main-title,
    .search-box-container .ui-autocomplete .ui-menu-item .selection-viewall {
        font-size: 1rem;
    }
    .need-help-text p {
        text-align: initial;
    }
    .need-help-text p span {
        font-size: .875rem;
    }
    .call-to-book a {
        font-size: 1.188rem;
    }
    .call-to-book a span {
        font-size: .813rem;
    }
    .language-selector {
        padding-left: 0;
    }
    .search {
        border: none;
    }
    .header-top {
        background-color: #FFF;
    }
    .header-bottom {
        padding: 0;
    }
    .header-bottom .container {
        position: relative;
    }
    .ga-container {
        top: 138px;
    }
    .ga-position {
        top: 75px;
    }
    .main-menu {
        text-align: right;
    }
    .main-body {
        padding-top: 121px;
    }
    .breadcrumb-section {
        background-color: #F8F8F8;
    }
    .breadcrumb {
        padding: .9rem 0 .7rem;
    }
    .breadcrumb-item a {
        font-size: .813rem;
    }
    .breadcrumb-item:first-child a {
        content: "Home";
    }
    .breadcrumb-item,
    .breadcrumb-item:last-child::after {
        display: none;
    }
    .breadcrumb-item:last-child {
        display: block;
    }
    .breadcrumb-item:first-child a::before,
    .breadcrumb-item+.breadcrumb-item::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f053";
    }
    .breadcrumb-item:first-child a::before {
        color: #00769C;
        padding-right: 1rem;
    }
    .breadcrumb-item:first-child a:hover::before {
        text-decoration: none;
    }
    .page-banner {
        padding-bottom: 1.5rem;
    }
    .banner-caption {
        padding-top: 1rem;
    }
    .banner-img-caption h1 {
        margin: 1rem 0 2rem;
    }
    .w-782 {
        width: auto;
    }
    .ihh-he .left-icon img {
        width: 32px;
    }
    .horizontal-card, .grey-card {
        margin: 2rem 0;
        padding: 1rem;
    }
    .horizontal-card img,
    .grey-card img {
        width: 100%;
        margin-bottom: 1rem;
    }
    .grey-card.w-icon h3 {
        padding-right: 2rem;
    }
    .grey-card.w-icon h3 img {
        width: 1.5rem;
    }
    .grey-card .links a {
        display: block;
        padding-right: 0;
        margin-bottom: 1.5rem;
    }
    .grey-card .links a:last-child {
        margin-bottom: 0;
    }
    .numbered-featured-tile {
        padding: 2rem;
    }
    .guide-nav-btn .prev-pg,
    .guide-nav-btn .next-pg {
        margin: 0.25rem 0;
    }
    .horizontal-card .left-image,
    .guide-nav-btn .col-12:last-child {
        order: 1;
    }
    .horizontal-card .right-content,
    .guide-nav-btn .col-12:first-child {
        order: 2;
    }
    .jump-to-container {
        top: 25%;
    }
    .jump-to-btn-group {
        width: 35px;
    }
    .jump-to-btn-group a.btn-jump-to {
        font-size: .813rem;
        padding: .5rem;
        width: 100px;
        height: 35px;
    }
    .jump-to-container > .jump-to-content > a {
        font-size: 1.125rem;
    }
    .swiper-pagination{
        z-index: 1;
    }
    .profile-img-box{
        display:block;
    }
    .profile-img img {
        max-width: 129.17px;       
    }
    .profile-img {
        max-width: 129px;
        margin: 0 auto 2rem;
    }
    .profile-text {
        margin-left: auto;       
    }
    .profile-content,
    .pac-description, .pac-label, .pac-content,
    .clinic-label, .clinic-address, .clinic-tel, .clinic-fax,
    .mdc-doctor-profile {
        font-size: 1rem;
    }   
    .forms .modal-content {
        margin: 188px auto 0;
    }  
    .error-pg img {
        margin: 2.5rem 0;
    }
    .error-form img {
        margin: 2rem 0;
    }
    .pt-155, .pt-95 {
        padding-top: 0;
    }
    .medprof-has-results {
        width: 100%;
    }
    .image-content {
        width: 100px;
        height: 100px;
    }
    .browse-by {
        padding-bottom: 1rem !important;
    }
    .pagination {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .mdc-item-list-box {
        margin-top: 2.5rem;
    }
    .mdc-result-text {
        margin-top: 1rem;
    }
    .mdc-result-text {
        margin-top: 1rem;
    }
    .medprof-no-results {
        margin: 0 auto;
    }
    .mp-media-coverage {
        margin-bottom: 0px;
    }
    .health-screen-packages {
        padding: 1rem 0;
        margin: 0 0 2rem;
        background-color: #B3D6E1;
    }
    .swiper-location, .pagesearch-has-results {
        width: 100%
    }
    .swiper-location .swiper-slide {
        width: 80%;
    }
    .swiper-location-box h4 {
        height: auto;
        min-height: 0;
    }
    .swiper-location-bottom p {
        font-size: 1rem;
        margin: 0 0 .5rem;
    }
    .gleneagles-hospital .swiper-location-box img {
        width: 100%;
    }
    .gleneagles-hospital .swiper-location-bottom {
        padding: 1rem 1rem 3rem;
    }
    .featured-care-areas-homepage-container .sf-content-block-swiper {
        max-width: 720px;
    }
    .featured-care-areas-generic-container {
        background: unset;
    }
    .featured-care-area .swiper-location-box {
        background-color: #F8F8F8;
    }
    .featured-care-area .swiper-location-bottom a.button-package {
        left: 15px;
        right: auto;
        bottom: 15px;
    }
    a.icon-360deg {
        top: 1rem;
        right: 1rem;
    }
    .filter-item {
        margin-bottom: 1rem;
    }
    .pagination .page-item .page-link {
        min-width: 1.9rem;
        height: 1.9rem;
        padding: .5rem;
    }
    .pagination .page-item.prev .page-link,
    .pagination .page-item.next .page-link{
        width: 2.5rem;
    }
    .left-sticky-cta {
        position: relative;
        top: 0;
    }
    .footer-top {
        padding: 2rem 0;
    }
    .footer-top .about-meh {
        margin: 0 0 1.5rem;
    }
    .footer-top .about-meh hr {
        margin: 1rem 0 2rem;
    }
    .footer-top .about-meh img + p {
        margin: .75rem 0 1rem;
    }
    .footer-top .quick-links > div {
        border-top: 1px solid #6D6F71;
        padding: 1.5rem 0;
    }
    .footer-top .newsletter {
        background-color: #00556F;
        padding: 0 30px;
    }
    .footer-bottom {
        padding: 1rem 0 1.5rem;
    }
 
    .footer-bottom .copyright p span {
        display: block;
    }
    .footer-bottom .footer-links ul {
        float: none;
    }
    .footer-bottom .footer-links ul li:not(:last-child) {
        padding-right: 0;
    }
    .footer-bottom .footer-links ul li:not(:last-child)::after {
        content: " | ";
        padding: 0 1.25rem;
    }
    .footer-bottom .footer-links {
        order: 1;
        margin-bottom: 1rem;
    }
    .footer-bottom .copyright {
        order: 2;
    }
    .k-list-container.k-popup .type-global-page-search.selection-text,
    .k-list-container.k-popup .type-health-az.selection-text,
    .k-list-container.k-popup .type-conditions-and-diseases.selection-text,
    .k-list-container.k-popup .type-tests-and-treatments.selection-text,
    .k-list-container.k-popup .type-specialties.selection-text,
    .k-list-container.k-popup .type-featured-care-areas.selection-text,
    .k-list-container.k-popup .type-healthplus.selection-text {
        font-size: 0.9rem;
    }
    .k-list-container.k-popup .type-global-page-search.selection-text .main-tags .tag-item,
    .k-list-container.k-popup .type-health-az.selection-text .main-tags .tag-item,
    .k-list-container.k-popup .type-conditions-and-diseases.selection-text .main-tags .tag-item,
    .k-list-container.k-popup .type-tests-and-treatments.selection-text .main-tags .tag-item,
    .k-list-container.k-popup .type-specialties.selection-text .main-tags .tag-item,
    .k-list-container.k-popup .type-featured-care-areas.selection-text .main-tags .tag-item,
    .k-list-container.k-popup .type-healthplus.selection-text .main-tags .tag-item{
        font-size: 0.8rem;
    }
    .pagesearch-no-results {
        margin: 0 auto 4rem;
    }
    .pac-qr-box {
        margin: 0;
    }
    .pac-qr-box > div{
        padding-left:0px;
        padding-right:0px;
    }
    .guide-nav-mobile-sticky {
        position: fixed;
        top: 0;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 12;
        width: 100%;
    }
    #guide-nav-mobile-list .k-list-scroller ul.k-list li.k-state-selected {
        background-color: #6D6F71 !important;
    }
    .multi-sticky-cta,
    .right-sticky-cta {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 12;
        width: 690px;
    }
    .journey {
        padding: .75rem;
    }
    .journey::before {
        top: 4.25rem;
        left: 1.9rem;
        height: calc(100% - 5rem);
    }
    .journey-icon {
        top: 20px;
        left: 15px;
    }
    .headless-table tr td:first-child {
        border-bottom: none;
        padding-top: 1rem;
    }
    .headless-table tr td {
        display: block;
        padding-top: 0;
        padding-bottom: 1rem;
    }    
    .comparison-table tr th:first-child, .comparison-table tr td:first-child {
        padding-right: .75rem
    }
    .comparison-table tr th:last-child, .comparison-table tr td:last-child {
        padding-left: .75rem;
    }
    .timeline .accordion,
    .timeline-feature {
        padding: 1rem;
    }
    .timeline .award-tag,
    .timeline-feature .award-tag {
        left: 1rem;
        font-size: .813rem;
    }
    .timeline .award-year,
    .timeline-feature .award-year {
        right: 1rem;
        font-size: .813rem;
    }
    .timeline-feature .title,
    .timeline .accordion::after {
        font-size: 1rem;
    }
    .timeline .acc-panel {
        padding: .5rem 1rem 1rem;
    }
    .grey-bg .text-center,
    .gold-bg .text-center,
    .beige-bg .text-center {
        text-align: left !important;
    }
    .two-col-list div {
        padding-left: 3rem;
    }
    .two-col-list div::before {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: .25rem;
        margin-left: -2rem
    }
    .search-box-container {
        background-color: #FFFFFF;
    }
    #caption, #caption1 {
        font-size: .688rem;
    }
    .img-pg {
    	font-family: "OpenSans-Regular", sans-serif;
    	font-size: 1rem;
    }
    .closecursor-container {
        margin: 2rem 1rem 1.5rem;
    }
    .select-image {
        width: 100%;
        max-width: 720px !important;
    }
    .column {
        width: 25%;
    }
    .controlbutton .next,
    .controlbutton .prev {
    	top: 22vw;
        font-size: 1rem;
    	padding: 0.375rem .813rem
    }
    .controlbutton .next {
        right: 15px;
    }
    .controlbutton .prev {
        left: 15px;
    }
    .featured-care-area .upper-display h2 {
        margin-top: 2rem;
        font-size: 1.9375rem;
        width: 63%;
    }
    .featured-care-area.homepage-swiper .swiper-location-bottom {
        position: inherit;
        padding: 1rem 2rem 4.5rem 2rem;
    }
    .homepage-cta .d-flex,
    .homepage-cta .primary_btn {
        display: block !important;
        margin: 0 !important;
    }
    .homepage-cta .container {
        max-width: none;
    }
    .homepage-cta .container .row > .col-12.d-flex {
        padding: 0;
    }
    .homepage-cta .primary_btn {
        padding: 1rem 2rem 1rem 1rem;
        width: 95%;
        margin: 5px auto !important;
    }
    .container.mobile-only.what-to-look-for-mobile.sticky-hide,
    .container.mobile-only.what-to-look-for-mobile.sticky-show {
        z-index: 9999;
    }
    #guide-nav-mobile1-list .menu-link,
    #guide-nav-mobile1-list .menu-link:hover {
        text-decoration: none !important;
    }
    .arrow-toggle {
        right: 12vw;
    }
    .mobile-only.d-flex {
        display: flex !important;
    }
    .detail-content {
        padding-left: 1rem;
    }
    .detail-three-col {
        padding-left: 0 !important;
    }
    .logo img {
        width: 197px;
        height: auto;
    }
    .explore-app {
        background: linear-gradient(334.18deg, #F3F3F3 19.29%, #FFFFFF 97.14%);
    }
    .explore-app .container {
        padding-top: 1rem;
    }
    .explore-app .digiapp-desc {
        padding-bottom: 1rem;
    }
    .explore-app .digiapp-desc p {
        margin-bottom: 1rem !important;
        font-size: 1rem;
    }
    .custom-nav-dropdown .dropdown-menu-primer::-webkit-scrollbar {
        width: 5px; background-color: transparent !important;
    }
    .custom-nav-dropdown .dropdown-menu-primer::-webkit-scrollbar-track {
        background: #FFF !important;
    }
    .custom-nav-dropdown .dropdown-menu-primer::-webkit-scrollbar-thumb {
        background: transparent !important;
        border-radius: 100px !important;
    }
    .medprof-has-results #gridcontent-mobile .item-content.type-specialists,
    .medprof-has-results #gridcontent-mobile .item-content.type-allied-health-professionals {
        background-color: #F8F8F8;
    }
    .need-help-img > div {
        padding: 2rem 0rem 4rem;
    }
    .medical-reviewer-list #gridcontent-mobile .row .item-content {
        box-shadow: none; border-radius: 0; padding: 10px 0; margin-bottom: 0;
    }
    .medical-reviewer-list #gridcontent-mobile .data-contents .line-hr {
        display: none;
    }
    .medical-reviewer-list #gridcontent-mobile .line-hr hr {
        margin-top: 1rem; margin-bottom: 1rem; clear: both; display: block; border: 0; width: 100%;
        background-color: #c4c4c4; height: 1px;
    }
    .medical-reviewer-list #gridcontent-mobile .row .item-content .action-content a {
        font-size: 1rem; padding: 0; text-decoration: underline; display: block; margin-top: 12px; margin-bottom: 20px;
    }
    .medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content {
        position: relative;
    }
    .medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .detail-box {
        position: absolute; margin: 0; top: 50%; border-left-width: 0; width: 100%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .detail-box h5 {
        font-size: 1.1rem; width: 80%;
    }
    .medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .detail-box p {
        margin-bottom: 0; font-size: 1rem; font-family: "NotoSans-Regular", sans-serif; font-weight: bold; width: 80%;
    }
    .medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .button-package {
        position: absolute; margin: 0; top: 50%; right: 15px; bottom: unset; display: block;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .spotlight-container .swiper .swiper-wrapper {
        max-height: 27rem;
    }
    .spotlight-container .swiper .swiper-slide .card .card-img-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 52%);
    }
    .spotlight-container .swiper .swiper-slide .card .card-title {
        font-size: 1.438rem;
    }
    #feedbackCarousel.carousel .carousel-inner .carousel-control-prev {
        padding-left: 0.5rem;
    }

    #feedbackCarousel.carousel .carousel-inner .carousel-control-next {
        padding-right: 0.5rem;
    }
    #feedbackCarousel.carousel .carousel-inner .carousel-control-prev-icon,
    #feedbackCarousel.carousel .carousel-inner .carousel-control-next-icon {
        padding: 0.4375rem 0.5rem;
        font-size: 1rem;
    }
    #riderItemCard .card-body, 
    #ispItemCard .card-body {
        padding-bottom: 1rem;
    }

    .condition-content-container .pdfdownload {
        font-size: 0.813rem;
        padding: 0.75rem 1rem;
    }

        .condition-content-container .pdfdownload img {
            width: 80px;
            height: 80px;
            margin-right: 1rem;
        }
        .condition-content-container .secondary_btn {
            font-size: 1rem;
        }
        .condition-content-container .pdfdownload .default-icon {
            width: 20px;
            height: 20px;
        }

    .profile-insurance-sub {
        font-size: 0.8125rem;
        line-height: 1rem;
        padding-top: 0.5rem;
    }
    .coe-wrapper h2,
	.coe-wrapper .static-swiper h2 {
		font-size: 2.125rem;
	}
	.coe-wrapper h4,
	.coe-wrapper .upper-display {
		font-size: 1.125rem;
	}
	.coe-swiper-wrapper {
		margin-bottom: 4rem;
	}
	.coe-swiper-wrapper .img-icon {
		font-size: 1rem;
		width: 37px;
	}
	.coe-wrapper .swiper-pagination-vertical {
		--swiper-pagination-bullet-vertical-gap: 8px;
		--swiper-pagination-bullet-size: 5px;
	}
	.coe-wrapper .info-card h5 {
		font-size: 1.5rem;
	}
	.coe_carousel_keypoints {
		top: -18.875rem;
	}
	.lowered .coe_carousel_keypoints {
		top: -15.375rem;
	}
	.coe_lead_section {
		transition: top .8s ease;
	}
	.coe_carousel {
		padding-block: 20rem;
		margin-block: -20rem;
	}
	.coe_carousel:not(.show) .coe_carousel_inner > * {
		transform: translateY(50px);
	}
	.coe_lead_section .swiper-pagination span {
		width: 5px;
		height: 5px;
	}
	.coeBanner img {
		-webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 6.22%, #FFFFFF 67.78%);
		mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 6.22%, #FFFFFF 67.78%);
	}
	.coe_lead_section .sidetext {
		column-gap: unset;
	}
	.coe_lead_section .sidetext .container {
		padding-inline: 10px;
	}
	.coe_lead_section .sidetext::before,
	.coe_lead_section .sidetext .container,
	.coe_carousel_inner > * {
		transition-duration: 1s;
		transition-delay: unset;
	}
	.coe_carousel_inner > :not(:first-child) {
		transition-delay: 1s;
	}
	.coe_lead_section .sidetext::before {
		padding-right: 16px;
	}
	.coe_carousel .carousel_top_item {
		width: 100%;
	}
	.coe_carousel_bottom {
		display: block;
		margin-top: 1rem;
	}
	.coe_carousel_bottom .carousel_bottom_item {
		top: 0;
		bottom: auto;
	}
	.coe_carousel_bottom .carousel_bottom_item h4 {
		font-size: 1.125rem;
	}
	.coe_carousel_top {
		margin-left: unset;
	}
	.coe_carousel_inner .swiper-pagination {
		top: unset;
	}
	.coe_carousel_inner img {
		width: 100%;
		max-height: unset;
		display: block;
		margin-inline: auto;
		border-radius: unset;
	}
	.coe_carousel_inner .info > :first-child {
		padding-block: 1.25rem;
	}
	.coe_carousel_inner .d-lg-flex {
		position: static;
		padding-top: 176px;
		margin-top: -176px;
		min-height: unset;
	}
	.coe_carousel_inner .info {
		width: unset;
		padding-left: unset;
	}
	.coe_keypoints {
		transition: opacity var(--first-mobspan) linear 0s;
	}
	.coe_keypoints h3 {
		transition-duration: var(--sec-mobspan);
		transition-delay: calc(var(--first-mobspan) + .2s);
		margin-bottom: 2.5rem;
	}
	.coe_keypoints.show h3 {
		margin-bottom: .5rem;
	}
	.coe_keypoints .row .col-lg-4 p {
		transition-duration: .6s;
		transition-delay: calc(var(--first-mobspan) + var(--sec-mobspan) + .2s);
	}
	.coe_keypoints .row .col-lg-4:not(:last-child) p {
		margin-bottom: 1.5rem;
	}
	.coe_keypoints_inner {
		padding: 1.5rem;
	}
	.coe_keypoints h3 {
		font-size: 1.5rem
	}
	.coe_accordions_cards {
		padding-top: 2rem;
		padding-inline: .875rem;
		margin-bottom: 3.75rem;
		--accordions-gap: 80px;
	}
	.coe_accordions_cards .intro {
		font-size: 1rem;
	}
	.coe_accordions_cards_bkg {
		width: calc(100% + 16px);
	}
	.coe_accordions_cards h2 {
		font-size: 1.75rem;
	}
	.coe_accordions_cards .acc-panel {
		font-size: 1rem;
	}
	.coe_accordions_cards_top {
		--inline-ratio: 55.22%;
		position: relative;
	}
	.coe_accordions_cards_top > :first-child {
		max-width: unset;
	}
	.coe_accordions_cards_top .acc-heading,
	.coe_accordions_cards .acc-panel h3,
	.coe_accordions_cards .acc-panel h4 {
		font-size: 1.125rem;
	}
	.coe_accordions_cards_top .acc-heading {
		padding-block: 1.125rem 1.5rem 1.125rem 1.125rem;
	}
	.coe_accordions_cards_wrapper .intro {
		transition: all .8s ease-in-out;
	}
	.coe_accordions_cards_wrapper .intro p {
		max-width: calc(var(--inline-ratio) + .5rem);
	}
	.coe_accordions_cards_img {
		padding: unset;
		position: absolute;
		top: 3rem;
		right: -64px;
		z-index: -1;
		max-width: calc((100% - var(--inline-ratio)) + 48px);
	}
	.coe_accordions_cards_top .accordion-wrapper {
		margin-left: -0.875rem;
		margin-top: var(--accordions-gap);
	}
	.coe_accordions_cards_bottom > p {
		font-size: 1rem;
	}
	.coe_accordions_cards_bottom button {
		border-radius: 24px;
	}
	.coe_accordions_cards_bottom .acc-heading {
		padding-inline: 1.5rem 1rem;
	}
	.coe_accordions_cards .acc-panel h3 {
		align-items: center;
		gap: 1rem;
	}
	.coe_accordions_cards_bottom .acc-console {
		padding-inline: 1rem;
	}
	.coe_accordions_cards_bottom .box .acc-heading {
		aspect-ratio: 1.2097;
		padding-block: 1rem 1.5rem;
	}
	.coe_accordions_cards_bottom .acc-panel {
		padding: 1.5rem .75rem 1.5rem 1rem;
	}
	.coe_accordions_cards_bottom .acc-panel .icon::after {
		width: 17.29px;
	}
	.coe-conditions-wrapper {
		margin-bottom: 1rem;
	}
	.coe-conditions .grey-card {
		box-shadow: unset;
		border-radius: unset;
	}
	.coe-conditions h4 {
		font-size: 1.375rem
	}
    .coe-conditions-wrapper .accordion {
        font-family: "OpenSans-Regular", sans-serif;
    }
    .coe-conditions-wrapper .acc-panel {
        background: linear-gradient(90deg, #80D1D3 0%, #B3D6E1 77.44%);
        flex-direction: column-reverse;
    }
    .coe-conditions-wrapper .acc-panel > :first-child {
        padding: 2rem 1rem;
    }
	.coe-conditions-note {
		font-size: .875rem;
		padding: 1rem;
		margin-bottom: 4rem;
		border-radius: 10px;
	}
	.coe-testimonials-swiper img {
		aspect-ratio: 1;
	}
    .coe-testimonials-swiper .slide-panel-bottom {
        flex-direction: column;
        gap: 1.5rem;
    }
    .coe-testimonials-swiper h4 {
		font-size: 1.75rem;
        flex: unset;
    }
    .coe-testimonials-swiper .slide-panel-bottom p {
        max-width: unset;
    }
	.coe-testimonials-swiper .cta-link {
		width: 100%;
	}
	.coe-specialists-swiper h2 {
		transform: unset;
	}
	.coe-specialists-swiper .swiper {
		font-size: 1rem;
		margin-block: 2rem 1rem;
	}
	.coe-specialists-swiper .swiper-slide {
		aspect-ratio: 1.591;
		border-radius: 17px 40px 40px 17px;
	}
	.coe-specialists-swiper,
	.coe-specialists-swiper h2 + p,
	.coe-specialists-swiper .swiper,
	.coe-specialists-swiper .swiper-slide-active,
	.coe-specialists-swiper .swiper-pagination {
		transform: translateY(60px);
	}
	.coe-specialists-swiper .slide-panel-left {
		padding: 2rem 1rem;
	}
	.coe-specialists-swiper .upper-display ~ *,
	.coe-specialists-swiper .swiper-slide-active {
		transition-delay: unset;
	}
	.coe-wrapper .specialists-cta {
		padding: 1.5rem;
		margin-bottom: 4rem;
		transform: translateX(-30px);
	}
	.coe-wrapper .specialists-cta .grid {
		gap: .75rem;
		margin-bottom: 2rem;
		font-size: 1.125rem;
	}
	.coe-wrapper .specialists-cta img {
		grid-row: unset;
	}
	.coe-wrapper .specialists-cta .counter {
		align-self: center;
	}
	.coe-wrapper .specialists-cta .counter + * {
		grid-column: 1 / 3;
	}
	.coe-facilities-contents {
		--topGap: 4.75rem;
	}
	.coe-facilities-contents.lowered {
		--topGap: 8.625rem;
	}
	.coe-facilities-contents::before,
	.coe-facilities-contents::after {
		display: none;
	}
	.coe-facilities-container .carousel-wrapper {
		padding: 2rem 1rem;
		border-radius: 40px;
	}
    .coe-facilities-container .carousel-wrapper .swiper-pagination {
        margin-right: 1rem;
    }
	.coe-facilities-container .carousel-wrapper-right {
		display: flex;
		flex-direction: column;
	}
    .coe-facilities-container h2 {
        font-size: 1.75rem;
    }
    .coe-facilities-container h2 + p {
        margin-bottom: 1.5rem;
    }
	.coe-facilities-container .slide-thumbnail {
		width: unset;
	}
    .coe-facilities-container .slide-description {
        padding: 1.5rem 0 0;
    }
    .coe-facilities-container > .lightsky-bg {
        border-radius: 20px;
    }
	.coe-facilities-container img {
		max-width: unset;
	}
	.coe_accordions_cards_wrapper {
		--prevSpan: 0s;
		--firstSpan: 1s;
		--secSpan: 1.2s;
		--totalSpan: calc(var(--firstSpan) + var(--secSpan));
		transition: transform var(--secSpan) linear;
	}
	.coe_accordions_cards_bkg,
	.coe_accordions_cards_wrapper.blocked .coe_accordions_cards_img,
	.coe_accordions_cards_top > :first-child {
		opacity: 0;
	}
	.coe_accordions_cards_wrapper.bkg-show .coe_accordions_cards_bkg,
	.coe_accordions_cards_top button:not(.processing),
	.coe_accordions_cards_top,
	.show .coe_accordions_cards_top > :first-child {
		opacity: 1;
	}
	.coe_accordions_cards_wrapper.blocked .coe_accordions_cards_img {
		transform: translateY(calc(-1* var(--accordions-gap) - 1.5rem));
	}
	.coe_accordions_cards_bkg {
		transition: opacity .6s linear;
	}
	.coe_accordions_cards_top > :first-child {
		transition: opacity 1s ease-in;
	}
	.coe_accordions_cards_wrapper,
	.coe_accordions_cards_bkg,
	.show.coe_accordions_cards_wrapper .intro,
	.coe_accordions_cards h2,
	.coe_accordions_cards_wrapper .intro p,
	.coe_accordions_cards_top button:not(.processing),
	.coe_accordions_cards_bottom .col-lg-6:first-child .coe-accordion:first-child,
	.coe_accordions_cards_bottom .accordion-wrapper .coe-accordion.show {
		transform: unset;
	}
	.coe_accordions_cards_wrapper .intro {
		transform: translateY(calc(100% + var(--accordions-gap)));
	}
	.coe_accordions_cards_img {
		transform: translateY(calc(-1* var(--accordions-gap)));
		transition: opacity 1.2s linear var(--firstSpan), transform .6s linear var(--totalSpan);
	}
	.coe_accordions_cards_top .accordion-wrapper,
	.coe_accordions_cards_bottom {
		transform: translateY(calc(var(--accordions-gap)));
	}
	.coe_accordions_cards_bottom .coe-accordion:not(.processing) {
		transform: translateY(clamp(112px, 120%, 135px));
		transition: all .25s ease;
	}
	.show .coe_accordions_cards_img,
	.show .coe_accordions_cards_bottom,
	.show .coe_accordions_cards_top .accordion-wrapper {
		transform: unset;
		animation: unset !important;
		transition: all .8s ease-in-out 0s;
	}
    .expertise-areas-wrapper {
		margin-top: 2rem;
	}
	.expertise-areas-wrapper h2 {
		font-size: 1.75rem;
	}
	.expertise-areas-wrapper > a {
		order: 2;
		justify-self: center;
		margin-top: 1rem;
	}
	.expertise-areas-contents {
		margin-top: 1.5rem;
	}
	.expertise-areas-img {
		display: none;
	}
	.expertise-areas-contents .direct_btn {
		padding-inline: .75rem;
	}
	.expertise-areas-contents .direct_btn:not(:last-child) {
		margin-bottom: .5rem;
	}
	.expertise-areas-contents .direct_btn img {
		width: 32px;
		height: 32px;
	}
	.expertise-areas-contents .direct_btn span {
		width: 16px;
		height: 18px;
	}
}

/* Medium Tablet Landscape/Portrait */
@media (max-width: 850px) {
    .arrow-toggle {
        right: 8vw;
    }
}
@media (max-width: 800px) {
    .arrow-toggle {
        right: 5vw;
    }
}

/* Small Tablet Landscape/Portrait, Mobile Landscape */
@media (max-width: 767px) {
    .arrow-toggle {
        right: 13vw;
    }
    .forms .modal-content {
        width: 94%;
        margin: 188px auto 0;
    }
    .swiper-location-box h4 {
        min-height: 63px;
    }
    .mobile-only.special-cta-btn-grp,
    .make-appointment-mobile-only,
    .multi-sticky-cta,
    .right-sticky-cta {
        width: 510px;
    }
    .search-box-container .ui-autocomplete .ui-menu-item .selection-text {
        font-size: 0.9rem;
    }
    .search-box-container .ui-autocomplete .ui-menu-item .selection-text .main-tags .tag-item {
        font-size: 0.8rem;
    }
    .search-box-container .ui-autocomplete .ui-menu-item .selection-viewall {
        font-size: 0.9rem;
    }
    .swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
    }
    .swiper-container .swiper-button-prev {
        left: -15px;
    }
    .swiper-container .swiper-button-next {
        right: -15px;
    }
    .swiper-container .swiper-button-prev::after,
    .swiper-container .swiper-button-next::after {
        font-size: .8rem;
    }
    .featured-care-areas-homepage-container .sf-content-block-swiper {
        max-width: 540px;
    }
    .detail-content {
        padding-left: 0;
    }
    .profile-second-box {
        margin-top: 2rem;
    }
    .need-help-img > div {
        background: linear-gradient(104.03deg, rgba(0, 118, 156, 0.5) 9.85%, rgba(0, 0, 0, 0) 73.91%);
        min-height: unset;
    }
    .contact-oversea-office-box {
        background-color: #B3D6E1;
        padding: 1rem;
    }
    iframe {
        height: 225px;
    }
    .event-card-details.time-icon ul {
        display: inline-grid;
        margin-bottom: 0;
    }
    .spotlight-container .swiper .swiper-wrapper {
        max-height: 20rem;
    }
}

/* Small Mobile Landscape */
@media (max-width: 650px) {
    .arrow-toggle {
        right: 8vw;
    }
}

@media (max-width: 575px) {
    .arrow-toggle {
        right: 1rem;
    }
    .need-help-img {
        background-position-x: center;
    }
    #IdentityNumber .select, #contactNumber .select, #caregiver-contactNumber-info .select {
        width: 45%;
    }
    .make-appointment #contactNumber > span.k-dropdown,
    .maternity-tour-form #contactNumber > span.k-dropdown,
    .event-register-form #contactNumber > span.k-dropdown,
    .make-appointment #caregiver-contactNumber-info > span.k-dropdown {
        max-width: 45% !important;
    }
    .mobile-only.special-cta-btn-grp,
    .make-appointment-mobile-only,
    .multi-sticky-cta,
    .right-sticky-cta {
        width: calc(100% - 30px);
    }
    .medical-reviewer-list #gridcontent-mobile .row .main-content .image-content {
        width: 100%; height: 0; padding-bottom: 100%;
    }
    .spotlight-container .swiper .swiper-wrapper {
        max-height: 58vw;
    }
    .mdc-item-list-box {
        padding-top: 2rem;
        background-color: #F3F3F3;
    }
    .mdc-item-content-box {
        padding: 2rem 1rem 1rem;
    }
    .mdc-item-box {
        background-color: #FFF;
    }
}

@media (max-width: 475px) {
    .medical-reviewer-list #gridcontent-mobile .row .main-content .image-content {
        width: 90%; height: 0; padding-bottom: 90%;
    }
    .medical-reviewer-list #gridcontent-mobile .row .item-content .action-content a {
        font-size: 0.8rem; margin-top: 12px; margin-bottom: 20px;
    }
    .medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .detail-box {
        
    }
    .medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .detail-box h5 {
        font-size: 0.9rem; width: 70%;
    }
    .medical-reviewer-list #gridcontent-mobile .row .item-content .detail-content .detail-box p {
        font-size: 0.8rem; font-family: "NotoSans-Regular", sans-serif; font-weight: bold; width: 70%;
    }
}
/* Timer */
.timer {
    margin: 2rem 0;
}

.sticky-timer {
    z-index: 13;
    background-color: white;
    width: 100%;
}

@media (min-width: 1200px) {
    .sticky-timer .container {
        padding: 0;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .sticky-timer .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sticky-timer:not(.position-fixed) .container {
        padding-left: 0px;
    }
}
/* ipad landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .sticky-timer {
        left: 0;
    }
}
@media (max-width: 414px) {
    .sticky-timer .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sticky-timer:not(.position-fixed) .container {
        padding-left: 0px;
    }
}
@media (max-width: 991px) {
    .timer {
        margin: 1rem 0 2rem;
    }

    .mobile-timer {
        border-bottom: 1px solid #E2E2E3;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.13);
        left: 0px;
    }
}
@media (min-width: 576px) {
    .sticky-timer .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/* Large Mobile Portrait */
@media (max-width: 414px) {
    .language-selector {
        padding-left: 1.25rem;
    }
    .top-menu, social-media {
        display: none;
    }
    .swiper-location-box h4 {
        min-height: 83px;
    }
}

/* Small Mobile Portrait */
@media (max-width: 375px) {
    .what-to-look-for-mobile .box a {
        font-size: .875rem;
        padding: .5rem;
    }
    .coe-facilities-container .carousel-wrapper .swiper-pagination + div {
        max-height: calc(100vh - var(--topGap) - 5rem);
    }
}
/* To avoid zoom in effect, apply font size 16px for iphone.*/
@supports (-webkit-overflow-scrolling: touch) {
    .k-input, .k-input:active {
        font-size: 16px !important;
    }
}