/* 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;
}
/* Urbanist Regular */
@font-face {
	font-family: "Urbanist-Regular";
	src: url("../fonts/Urbanist-Regular.eot");
	src: url("../fonts/Urbanist-Regular.woff2") format("woff2"), url("../fonts/Urbanist-Regular.woff") format("woff"), url("../fonts/Urbanist-Regular.ttf") format("truetype"), url("../fonts/Urbanist-Regular.svg#Urbanist-Regular") format("svg"), url("../fonts/Urbanist-Regular.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* Urbanist SemiBold */
@font-face {
	font-family: "Urbanist-SemiBold";
	src: url("../fonts/Urbanist-SemiBold.eot");
	src: url("../fonts/Urbanist-SemiBold.woff2") format("woff2"), url("../fonts/Urbanist-SemiBold.woff") format("woff"), url("../fonts/Urbanist-SemiBold.ttf") format("truetype"), url("../fonts/Urbanist-SemiBold.svg#Urbanist-SemiBold") format("svg"), url("../fonts/Urbanist-SemiBold.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* Caveat Regular */
@font-face {
	font-family: "Caveat-Regular";
	src: url("../fonts/Caveat-Regular.eot");
	src: url("../fonts/Caveat-Regular.woff2") format("woff2"), url("../fonts/Caveat-Regular.woff") format("woff"), url("../fonts/Caveat-Regular.ttf") format("truetype"), url("../fonts/Caveat-Regular.svg#Caveat-Regular") format("svg"), url("../fonts/Caveat-Regular.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 ============================================================== */

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: "Urbanist-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: "Urbanist-Regular", sans-serif;
	line-height: 1.2;
	color: #151515;
	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: "Urbanist-SemiBold", sans-serif;
	}

h1, .h1 {
	font-size: 2.688rem;
}

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: "Urbanist-SemiBold", sans-serif;
	letter-spacing: -.5px;
}

a {
	color: #151515;
	text-decoration: underline;
	cursor: pointer;
	word-break: break-word;
}

	a:focus {
		outline: 0;
	}

	a:hover {
		color: #838382;
	}

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: .25rem;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	word-break: normal;
}

.primary-btn, .primary_btn {
	color: #151515;
	background-color: #ECAA4B;
	border: 1px solid #ECAA4B;
}

.secondary_btn {
	color: #151515;
	background-color: #EDC647;
	border: 1px solid #EDC647;
}

.outline_btn {
	color: #2C2C2C;
	background-color: #FFF;
	border: 1px solid #ECAA4B;
}

	.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: #F4DD91;
	border: 1px solid #F4DD91;
}

.primary-btn:hover,
.primary_btn:hover {
	color: #151515;
	background-color: #F4CC93;
	border: 1px solid #F4CC93;
}

.secondary_btn:focus {
	background-color: #E9BB23;
	border: 1px solid #E9BB23;
}

.secondary_btn:hover {
	color: #151515;
	background-color: #F4DD91;
	border: 1px solid #F4DD91;
}

.outline_btn:focus {
	background-color: #B3D7EB;
}

.outline_btn:hover {
	color: #2C2C2C;
	background-color: #EDC647;
}

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: "Urbanist-SemiBold", 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: #EDC647;
}

.close {
	color: #ECAA4B;
}

.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/PEH/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: #EDC647;
}

.tip {
	background-color: #FFF4E3;
}

.note, .did_you_know, .medical-reviewer-note {
	background-color: #F4DD91;
}

.medical-reviewer-note {
	margin: 1.5rem 0 1.5rem;
	background-color: #F3F3F3;
}

	.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 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: "Urbanist-Regular", sans-serif;
	font-size: 1.125rem;
	color: #2C2C2C;
	background: #ACCBE5;
	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: "Urbanist-SemiBold", 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 #ECAA4B;
}

.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: "Urbanist-Regular", sans-serif;
	font-size: 1.25rem;
	color: #2C2C2C;
	background: #F3F3F3;
	border: 1px solid #ECAA4B;
	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: "Urbanist-SemiBold", sans-serif;
	background: #FFF;
	border: 1px solid #ECAA4B;
	border-color: #ECAA4B #ECAA4B transparent;
}

.tabs ul li a:hover {
	color: #2C2C2C;
	background: #FFF;
	border: 1px solid #ECAA4B;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}

.tab-section {
	margin-bottom: 2px;
}

.tab-section.active .tab-ctnt {
	background-color: #FFF;
	border: 1px solid transparent;
	border-color: #FFF #ECAA4B #ECAA4B;
	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: #ECAA4B;
	border-radius: 100px;
}

table tr th {
	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%;
}


.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 {
	background-color: #EDC647;
	margin: 2rem 0;
	padding: 3rem 0;
	text-align: center;
}

.need-help-img {
	background-size: cover;
}

.need-help-img > div {
	background: linear-gradient(95.28deg, rgba(255, 255, 255, 0.5) 1.96%, rgba(255, 255, 255, 0) 35.99%);
	min-height: 40vw;
	max-height: 550px;
	padding: 5rem 0rem;
}

.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,
.need-help-img h2 {
	color: #151515;
	text-align: center;
}

.need-help-img h2 {
	text-align: left;
}

.need-help-text hr,
.need-help-img hr {
	border-color: #FFF;
}

.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;
}


/* ============================================================== Call to Book Box ============================================================== */

.call-to-book {
	background-color: #EDC647;
	padding: 2rem 1rem;
	margin: 3rem 0;
}

.call-to-book h4 {
	text-align: center;
}

.call-to-book a {
	font-family: "Urbanist-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: #F4DD91;
}

.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: "Urbanist-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: #F4DD91;
	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: #F4DD91;
	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 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: #F3F3F3;
	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: #F3F3F3;
}

.timeline .accordion-inner-wrap {
	background: #F3F3F3;
	border-radius: 0.5rem;
}

.timeline .award-tag,
.timeline-feature .award-tag {
	position: absolute;
	left: 2rem;
	font-size: .938rem;
	color: #FFF;
	background-color: #A8B852;
	border-radius: 0.5rem;
	padding: 0.5rem 0.75rem;
}

.timeline .award-year,
.timeline-feature .award-year {
	position: absolute;
	right: 2rem;
	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;
	color: #00284A;
}

.timeline .accordion.accordion-active {
	padding-bottom: 0.5rem;
}

.timeline .acc-panel {
	background-color: #F3F3F3;
	padding: 1rem 2rem 2rem;
	border-radius: 8px;
}

.timeline .accordion-inner-wrap:hover .accordion {
	background-color: #F3F3F3;
}

/* ============================================================== 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;
		color: #FFF;
	}

.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: "Urbanist-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: "Urbanist-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: #ACCBE5;
		}

		.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: "Urbanist-Regular", 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 #A8B852;
			border-radius: .5rem;
		}

			.search-box-container .ui-autocomplete .ui-menu-item .selection-text .main-tags .tag-item:hover {
				background-color: #ACCBE5;
			}

	.search-box-container .ui-autocomplete .ui-menu-item .selection-viewall {
		text-align: center;
		margin: 0px auto;
		display: block;
		background-color: #ACCBE5;
		border-color: #d5d5d5;
		box-sizing: content-box;
		font-size: 1.125rem;
	}

.doctor-viewall, .selection-viewall {
	background-color: #ACCBE5;
	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: #ACCBE5;
	}

	.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;
}

.main-menu .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;
}
.main-menu .nav-item.dropdown:last-child > .nav-link {
	text-wrap: pretty;
}
.desktop-only:not(.mobile-only) .nav-link:hover {
	color: #151515;
}
/*.desktop-only:not(.mobile-only) .dropdown:nth-child(1) .nav-link:hover {
	background-color: #EDC647;
}
.desktop-only:not(.mobile-only) .dropdown:nth-child(2) .nav-link:hover {
	background-color: #9473A5;
	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: #151515;
	padding: .5rem 0;
	text-decoration: none;
}

	.dropdown-item:focus {
		color: #4D4D4F;
	}

	.dropdown-item:hover {
		background-color: transparent;
		color: #838382;
		text-decoration: underline;
	}

.dropdown-menu > ul {
	list-style: none;
	padding: 1rem 1rem .25rem;
	margin: .75rem 0;
}
	/*.desktop-only:not(.mobile-only) .dropdown:nth-child(2) .dropdown-menu ul {
	background-color: #BFABC9;
}*/
	.dropdown-menu > ul > span {
		font-family: "Urbanist-Regular", 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:nth-child(1).show > div {
	background-color: #EDC647;
}
.mobile-dropdown .navbar-nav > .dropdown:nth-child(2).show > div,
.mobile-dropdown .navbar-nav > .dropdown:nth-child(2).show > div a {
	background-color: #9473A5;
	color: #FFF;
}*/
	.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 #B3D7EB;
	}

	.mobile-dropdown .navbar-nav > .dropdown > div > .container > .nav-link,
	.mobile-dropdown .navbar-nav > .nav-item > p > .nav-link {
		font-family: Urbanist-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: inherit;
	}

	.mobile-dropdown .dropdown-menu .nav-link,
	.mobile-dropdown .dropdown-menu .featured-sub .nav-item .nav-link {
		font-family: "Urbanist-Regular", sans-serif;
		font-size: 1rem;
		padding: .75rem 0 !important;
	}

.featured-sub {
	list-style: none;
	padding: 1rem 1rem .25rem;
	margin: .75rem 0;
	width: 100%;
}
	/*.mobile-dropdown .navbar-nav .dropdown:nth-child(2) .dropdown-menu > div .featured-sub {
	background-color: #BFABC9;
}*/
	.featured-sub span {
		font-family: "Urbanist-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 #2C2C2C;
	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");
}

.mobile-dropdown .navbar-nav > .dropdown:nth-child(2).show > .arrow-toggle {
	content: url("../../dist/images/arrow_selected_white.svg");
}

.navbar-nav .show .arrow-toggle {
	content: url("../../dist/images/arrow_selected.svg");
}

.mobile-dropdown .cta-btn {
	padding: .5rem 0 0.5rem;
}

	.mobile-dropdown .cta-btn a {
		font-family: "Urbanist-SemiBold", sans-serif;
		text-decoration: none;
		width: 100%;
		padding: 1.25rem 1.5rem 1.25rem 1rem;
		border-radius: 1rem;
		margin-top: 1rem;
	}

		.mobile-dropdown .cta-btn a:hover {
			color: #4D4D4F;
		}

.mobile-dropdown .second-nav {
	list-style: none;
	padding: 0 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;
	}

	.mobile-dropdown .social .mobile-only {
		background-color: #FFF;
		margin: auto;
		padding: 1rem 2rem;
		width: 90%;
	}

		.mobile-dropdown .social .mobile-only .col-6:first-child {
			border-right: 1px solid #2C2C2C;
		}

		.mobile-dropdown .social .mobile-only .col-6 > span {
			font-family: Urbanist-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: #ECAA4B;
						padding-right: .625rem;
						vertical-align: middle;
					}

					.mobile-dropdown .social .mobile-only ul li a span {
						font-size: .75rem;
					}

/* ============================================================== Hamburger Menu ============================================================== */

.mainmenu-toggler {
	color: #000;
	border: none;
	cursor: pointer;
	padding: 1rem 1.125rem;
	border-left: 1px solid #E2E2E3;
	text-decoration: none;
	background-color: #80BDDD;
}

	.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: #EDC647;
	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 .nav-link:hover {
		background-color: #EDC647;
	}

	.header-top .social-media .nav-item.dropdown .fab:hover,
	.header-top .social-media .nav-item.dropdown .fas:hover {
		background-color: #EDC647;
		cursor: pointer;
	}

	.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: #ECAA4B;
		}

/* ============================================================== 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: #F4DD91;
	color: #151515;
	border-radius: 0;
}

.global-announcement .toast-body {
	padding: 1rem;
}

.global-announcement .toast h5 {
	color: #151515;
	margin-bottom: .5rem;
}

.global-announcement .toast p:last-child {
	margin-bottom: 0;
}

.global-announcement .close {
	color: #151515;
	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: #ECAA4B;
		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%;
		border-radius: 6.25rem 0;
	}

.banner-caption {
	margin: auto 0;
}

.banner-caption h1 b {
	font-family: "Urbanist-Regular", sans-serif;
	font-size: 3.75rem;
}

.banner-img-caption h1 {
	margin: 2rem 0;
}

/* ============================================================== Page Contents ============================================================== */

.grey-bg {
	background-color: #F3F3F3;
}

.gold-bg {
	background-color: #F4ECE1;
}

.beige-bg {
	background-color: #EDC647;
}

.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: "Urbanist-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: #ECAA4B !important;
	font-family: "Urbanist-SemiBold", 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: #F8F8F8;
}

	.cta-section-bg h1,
	.media-section-bg h1 {
		color: #9473A5;
	}

.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-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: "Urbanist-SemiBold", sans-serif;
			color: #fff;
			background-color: #80BDDD;
		}

		.pg-nav-list a:hover {
			color: #fff;
			background-color: #80BDDD;
		}

.sibling-horizon .swiper-button-next::after,
.sibling-horizon .swiper-button-prev::after {
	color: #ECAA4B !important;
}

/* ============================================================== Guide Page Nav List ============================================================== */

.sticky-cta {
	position: relative;
	z-index: 12;
}

.guide-nav-list {
	margin-bottom: 2rem;
	border-bottom: 1px solid #B3D7EB;
}

	.guide-nav-list span {
		font-family: "Urbanist-SemiBold", sans-serif;
		font-size: .938rem;
		color: #ECAA4B;
	}

	.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: "Urbanist-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: "Urbanist-SemiBold", sans-serif;
	color: #fff;
	background-color: #ECAA4B;
	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: #ECAA4B;
	}

.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: #ECAA4B;
			color: #FFF;
			border-radius: 50%;
			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 {
			font-family: Urbanist-Regular, sans-serif;
			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: #838382;
			}

/* ============================================================== "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: "Urbanist-Regular", sans-serif;
		font-size: 1.313rem;
		color: #4D4D4F;
		padding: 1rem;
		background: #B3D7EB;
		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: #B3D7EB;
	display: none;
}

	.jump-to-container > .jump-to-content > a {
		font-family: "Urbanist-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 {
	font-family: "Urbanist-Regular", sans-serif;
	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";
			color: #FFF;
		}

.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: #ECAA4B;
			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: #ECAA4B;
		}

	.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: #ECAA4B;
		}

	.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/PEH/assets/dist/images/check.svg);
	}

.k-list-scroller {
	border: 1px solid #A9A9AA;
}

#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/pehlibraries/default-album/info.svg");
}

.tooltip-inner {
	background: #FFF4E3;
	color: #151515;
	font-size: .938rem;
	padding: 1rem;
	border-radius: 0;
	display: block;
	width: 100%;
	max-width: 379px;
	font-family: "Urbanist-Regular", sans-serif;
}

.tooltip.show {
	opacity: 1;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: #FFF4E3;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
	border-right-color: #FFF4E3;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #FFF4E3;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
	border-left-color: #FFF4E3;
}

#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: "Urbanist-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: #ECAA4B;
			background-color: #F3F3F3;
		}

			.alphabets a.enabled-name:focus {
				background-color: #EDC647;
				color: #FFF;
			}

			.alphabets a.enabled-name:hover {
				background-color: #F4CC93;
				color: #FFF;
			}

			.alphabets a.enabled-name.active {
				background-color: #ECAA4B;
				color: #fff;
			}

				.alphabets a.enabled-name.active:focus {
					background-color: #ECAA4B;
				}

				.alphabets a.enabled-name.active:hover {
					background-color: #80BDDD;
				}

		.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: 14px;
	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: #EDC647;
		border: 1px solid #EDC647;
	}

		.search-result-mobile button::after {
			content: url('/images/default-source/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: #ECAA4B;
}

#fmpSearchBox-list ul li {
	border-bottom: 1px solid #E2E2E3;
}

.form-filter.fmp-hospital-filter .custom-ddl select {
	color: #4D4D4F !important;
}


/* "Find doctors" at allied hospitals box */
.find-at-allied-hospitals {
	background-color: #F4DD91;
	padding: 32px;
}

/* Specialist Counts */
.specialist-count {
	font-family: "Urbanist-SemiBold", 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: #F8F8F8;
	box-shadow: 0px 2px 6px rgb(0, 0, 0, 13%);
	border-radius: .625rem;
	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: #80BDDD;
		margin-right: .5rem;
		vertical-align: -.28rem;
	}

.main-content {
	flex-grow: 1;
}

.image-content {
	width: 72px;
	height: 88px;
	border: 1px solid #ECAA4B;
	overflow: hidden;
	border-radius: 8px;
}

.detail-content {
	padding-left: 0;
}

	.detail-content h5 {
		margin-bottom: .125rem;
		word-break: break-word;
	}

.detail-designation {
	font-family: "Urbanist-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: "Urbanist-SemiBold", sans-serif;
		font-size: .938rem;
	}

	.detail-language span {
		font-family: "Urbanist-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: "Urbanist-SemiBold", sans-serif;
	font-size: 1.188rem;
	color: #9473A5;
	background-color: #fff;
	border: none;
	text-decoration: none;
	text-align: center;
	padding: 0.5rem 0.78rem;
	height: 2.5rem;
	border-radius: 0.25rem;
}

.pagination .page-item.active .page-link {
	color: #FFF;
	background-color: #80BDDD;
	border: none;
}

.pagination .page-item.prev .page-link,
.pagination .page-item.next .page-link {
	color: #fff;
	background-color: #ECAA4B;
	border: none;
	border-radius: 0.25rem;
	width: 2.75rem;
	padding: 0.5rem 0.75rem;
}

.pagination .page-item .page-link:focus {
	color: #FFF;
	background-color: #EDC647;
}

.pagination .page-item .page-link:hover {
	color: #FFF;
	background-color: #B3D7EB;
}

.pagination .page-item.prev .page-link:focus,
.pagination .page-item.next .page-link:focus {
	background-color: #EDC647;
}

.pagination .page-item.prev .page-link:hover,
.pagination .page-item.next .page-link:hover {
	background-color: #F4CC93;
}

.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;
		background-color: #fff;
	}

	.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: "Urbanist-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: #ECAA4B;
		color: #FFFFFF;
		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="hotline"]:hover .fa-phone-alt:before {
		content: url('../../dist/images/phone-alt-black.svg');
	}

	.contact-centers a[title="whatsapp"] i {
		font-size: 1.75rem;
	}

	.contact-centers a:focus {
		background-color: #F4DD91;
	}

	.contact-centers a:hover {
		background-color: #F4CC93;
	}

.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: #ECAA4B;
	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: "Urbanist-SemiBold", 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: .75rem;
}
	.pac-content a {
		font-family: "Urbanist-Regular", sans-serif;
	}

.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;
}

	.clinic-tel a,
	.clinic-fax a {
		font-family: "Urbanist-Regular", sans-serif;
	}

.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.4375rem;
	}
.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-item-box-container .pac-item-box .pac-name {
		color: #9473A5;
	}

.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: #F8F8F8;
	padding: 2rem;
}

	.contact-oversea-office-box h3 {
		color: #9473A5;
	}

/* ============================================================== Make Appointment ============================================================== */

.k-list-container .k-list-scroller ul li {
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #E2E2E3;
}

	.make-appointment .nric-ddl,
	.make-appointment .contact-no-ddl {
		max-width: 32%;
		margin-right: 7px;
	}

.make-appointment .f-13 {
	font-family: "Urbanist-Regular", sans-serif;
}

.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: #ECAA4B;
			}

.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: "Urbanist-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 {
	font-family: "Urbanist-Regular", sans-serif;
	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 {
	font-family: "Urbanist-Regular", sans-serif;
	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: #EDC647;
	}

	.maternity-tour-form #step-results-list .booking-detail h3 {
		font-family: "Urbanist-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: #ECAA4B;
			}

.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: #ECAA4B;
	}

.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: "Urbanist-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: 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 .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: #EDC647;
	}

	.event-register-form #step-results-list .booking-detail h3 {
		font-family: "Urbanist-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: #ECAA4B;
			}

.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: #ECAA4B;
	}

.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: "Urbanist-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 #ECAA4B;
	border-bottom: 1px solid #ECAA4B;
	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: #ECAA4B;
		margin-left: .75rem;
	}

.mdc-title {
	margin-bottom: 2rem;
}

.mdc-doctor-profile {
	font-size: 1.125rem;
	text-decoration: none;
}

	.mdc-doctor-profile i {
		color: #ECAA4B;
		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: #ECAA4B;
	float: right;
	text-align: center;
	border-radius: 90px;
	padding: 0.516rem 0.926rem;
	font-size: 1.313rem;
	margin-right: 0.5rem;
	margin-top: -0.5rem;
	margin-bottom: 0.5rem;
}

	.mdc-item-link i {
		position: relative;
		top: 25%;
		font-size: 1.25rem;
	}

	.mdc-item-link:focus {
		background-color: #EDC647;
	}

	.mdc-item-link:hover {
		color: #FFF;
		background-color: #F4CC93;
	}

.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-family: "Urbanist-Regular", sans-serif;
	font-size: .938rem;
	color: #A9A9AA;
	padding: .5rem;
	border-bottom: 4px solid #E2E2E3;
}

.form-steps.active {
	color: #2C2C2C;
	border-bottom: 4px solid #ECAA4B;
}

.form-group {
	margin: 2rem 0;
}

.select {
	position: relative;
	background-color: #B3D7EB;
	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 {
	font-family: "Urbanist-Regular", sans-serif;
	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: #151515;
	text-decoration: underline;
	cursor: pointer;
}

#form-step3 .form-group * {
	font-family: "Urbanist-Regular", sans-serif;
}

#form-step3 label {
	font-family: "Urbanist-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);
	background-color: #80BDDD;
}

#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: "Urbanist-SemiBold", 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: "Urbanist-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 #ECAA4B;
	width: 280px;
	height: 46px;
}

ul.st-social-list {
	position: relative;
	left: 0;
	right: 0;
	margin: -5px auto 0;
	color: #ECAA4B;
	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-content {
	background-color: #F8F8F8;
	padding: 2rem;
	margin: 0 auto 4rem;
}

	.health-screen-packages-content h2 {
		font-size: 1.875rem;
		color: #9473A5;
	}


/* ============================================================== 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%;
	border-radius: .75rem;
}

.grey-bg .swiper-location-box {
	background-color: #fff;
}

.swiper-location-box h4 {
	color: #151515;
	margin-top: 1.5rem;
	min-height: 63px;
}

.swiper-location-top img {
	width: 100%;
	border-radius: .75rem .75rem 0 0;
}

.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: #B3D7EB;
	color: #FFF;
	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: #9473A5;
}
.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 .img-container {
		border-radius: 120px 0;
	}

	.home-banner .swiper-slide .title {
		font-family: "Caveat-Regular", sans-serif;
		font-size: 3.75rem;
		font-weight: 700;
	}

	.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: #ECAA4B;
			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: #ECAA4B;
		}

	.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.625rem;
	}

	.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 .img-container {
		border-radius: 60px 0;
	}

	.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-generic-container {
	max-width: 100%;
	padding: 2rem 15px;
	background: #A8B852;
	margin: 2rem auto;
}

	.featured-care-areas-generic-container .swiper {
		margin-bottom: 0;
	}

	.featured-care-areas-generic-container .sf-content-block-swiper {
		margin: 0 auto;
		max-width: 1140px;
		padding: 0 15px;
	}

.featured-care-area.homepage-swiper .swiper-location .swiper-location-box {
	background-color: #FFF;
}

.featured-care-area.homepage-swiper .swiper-location-bottom .summary-text {
	font-size: 1.125rem;
}

.featured-care-area .swiper-location-top img {
	border-radius: 2rem 0;
}

.featured-care-area .swiper-location-bottom {
	padding: 2rem 1rem 4.5rem;
}

.featured-care-area.homepage-swiper .swiper-location-bottom {
	padding: 2rem 3rem 4.5rem 1rem;
}

.featured-care-area.homepage-swiper .button-package {
	left: 15px;
	right: auto;
	bottom: 35px;
	z-index: 1;
}

.featured-care-area .swiper-location-box h4 {
	min-height: 0;
}

.featured-care-area.homepage-swiper .upper-display h2 {
	margin-top: 4rem;
}

.featured-care-area .upper-display a {
	font-family: "Urbanist-Regular", sans-serif;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-decoration: none;
	font-weight: 700;
}

a.icon-360deg {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
}

.room-highlights b {
	font-family: "Urbanist-SemiBold", sans-serif;
	font-size: .688rem;
	margin: 0.75rem 0 0.5rem;
}

.button-package {
	position: absolute;
	right: .5rem;
	bottom: .5rem;
	font-size: 1.313rem;
	padding: 0.516rem 0.926rem;
	background-color: #ECAA4B;
	color: #FFF;
	border-radius: 50%;
}

	.button-package:focus {
		background-color: #EDC647;
		color: #FFF;
	}

	.button-package:hover {
		background-color: #F4CC93;
		color: #FFF;
	}

.featured-care-areas-generic-container .featured-care-area .swiper-location-box {
	border-radius: 0.75rem;
}

	.featured-care-areas-generic-container .featured-care-area .swiper-location-box img {
		border-radius: 0.75rem 0.75rem 0 0;
	}

.featured-care-areas-generic-container .featured-care-area .swiper-location-bottom a.button-package {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

/* ============================================================== 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: .875rem;
    display: flex;
}
.page-search-result:first-child .page-search-result-coe {
	margin-top: 0;
}
.page-search-result-coe > * {
	background-color: #ECAA4B;
	display: inline-block;
	padding: .40625rem .75rem;
}
.page-search-result-coe a {
	font-family: "Urbanist-SemiBold", san-sariff;
}
.page-search-result-coe::after {
	content: "";
	display: inline-block;
	width: 1.875rem;
	background-color: #ECAA4B;
	-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: #ECAA4B;
		}

		.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 #A8B852;
		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: #ECAA4B;
	}

.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: #F4DD91;
}

.condition-content-container .pdfdownload {
	border-radius: 4px;
	border: 1px solid #2C2C2C;
	background: #F8F8F8;
	display: flex;
	padding: .5rem;
	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/PEH/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: #F8F8F8;
	margin-bottom: 2rem;
}

	.find-oversea-office-box .custom-ddl {
		margin-bottom: 1.5rem;
	}

	.find-oversea-office-box h3 {
		color: #9473A5;
	}

/* ============================================================== 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: #ECAA4B;
	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: #ECAA4B;
	}

.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: "Urbanist-SemiBold", sans-serif;
	color: #fff;
	background-color: #80BDDD;
}

/* ============================================================== Maternity Package Card Slider ============================================================== */

.parkway-east-hospital .swiper-location-box,
.featured-care-area .swiper-location-box {
	position: relative;
	padding: 0;
}

	.parkway-east-hospital .swiper-location-box > .row,
	.featured-care-area .swiper-location-box > .row {
		height: 100%;
	}

.parkway-east-hospital .swiper-location-bottom {
	padding: 1rem 2rem 3rem 2rem;
}

.parkway-east-hospital .swiper-location-box h4,
.featured-care-area .swiper-location-box h4 {
	font-family: "Urbanist-SemiBold", sans-serif;
	color: #2C2C2C;
	margin-top: 0;
}

.parkway-east-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 h1,
.maternitypackage-detail-vtour h2,
.hospitalroom-detail-profile h1,
.hospitalroom-detail-vtour h2 {
	color: #9473A5;
}

.maternitypackage-detail-profile .hospital-name,
.maternitypackage-detail-profile .room-size,
.maternitypackage-detail-profile .price-text {
	position: relative;
	padding-left: 2rem;
	color: #151515;
}

.hospitalroom-detail-profile .hospital-name,
.hospitalroom-detail-profile .room-size,
.hospitalroom-detail-profile .price-text {
	position: relative;
	padding-left: 2rem;
	color: #333333;
}

	.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: #F8F8F8;
}

.Room-Tnc {
	font-family: "Urbanist-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/PEH/assets/dist/images/wifi.svg);
	}

	.two-col-list div[data-item="in-room-telephone"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/call.svg);
	}

	.two-col-list div[data-item="in-room-safe"]::before {
		background-image: url(/ResourcePackages/PEH/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/PEH/assets/dist/images/bedroom-big.svg);
	}

	.two-col-list div[data-item="lodger-bed-cum-sofa"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/lodger-bed-cum-sofa.svg);
	}

	.two-col-list div[data-item="spacious-guest-lounge"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/guest-lounge.svg);
	}

	.two-col-list div[data-item="adjoining-living-room-and-optional-outdoor-terrace"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/outdoor-terrace.svg);
	}

	.two-col-list div[data-item="individual-temperature-control"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/remote-control.svg);
	}

	.two-col-list div[data-item="personal-wardrobe"]::before {
		background-image: url(/ResourcePackages/PEH/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/PEH/assets/dist/images/writing-desk.svg);
	}

	.two-col-list div[data-item="visitor-chair"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/chair.svg);
	}

	.two-col-list div[data-item="multi-function-usb-power-points"]::before {
		background-image: url(/ResourcePackages/PEH/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/PEH/assets/dist/images/shower.svg);
	}

	.two-col-list div[data-item="luxury-toiletries-with-plush-towels-and-slippers"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/shampoo.svg);
	}

	.two-col-list div[data-item="toiletry-kit-towels-and-slippers-upon-request"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/hanger.svg);
	}

	.two-col-list div[data-item="toiletry-kit-towels-and-slippers-upon-request"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/towels.svg);
	}

	.two-col-list div[data-item="hairdryer"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/hairdryer.svg);
	}

	.two-col-list div[data-item="bedroom-slippers"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/slippers.png);
	}

	.two-col-list div[data-item="ensuite-shared-restroom"]::before {
		background-image: url(/ResourcePackages/PEH/assets/dist/images/toilet.png);
	}
ul.check li::before,
.check div::before {
	background-image: url(/ResourcePackages/PEH/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 {
	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) 10%, 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 #ACCBE5;
	}

	.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;
}
/* slick video container */
.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;
}

@media (max-width: 991px) {
   #slickModal .modal-dialog, #videoModal .modal-dialog {
      max-width: 85%;
   }
}
.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;
}
.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: "Urbanist-SemiBold", sans-serif;
	font-size: 1.125rem;
	color: #4D4D4F;
	text-align: left;
	padding: 1.5rem 2rem 1.5rem 1.125rem;
	border-radius: 0.75rem;
	position: relative;
}

	.homepage-cta .primary_btn.btn-1 {
		background-color: #80BDDD;
		border-color: #80BDDD;
	}

	.homepage-cta .primary_btn.btn-2 {
		background-color: #ECAA4B;
		border-color: #ECAA4B;
	}

	.homepage-cta .primary_btn.btn-3 {
		background-color: #A8B852;
		border-color: #A8B852;
	}

	.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: #ECAA4B !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 {
		font-family: "Urbanist-Regular", sans-serif;
		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 #ECAA4B;
	padding-left: 1rem;
}

.feedback-item-readmore {
	display: block;
	text-align: center;
}

	.feedback-item-readmore > .fa-arrow-right {
		color: #ECAA4B;
		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: #ECAA4B;
		}

#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: #ECAA4B;
	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: #A8B852;
	}

	.oop-percentile.radio-btn.oop-bill p::before {
		background: #EDCD9E;
	}

	.oop-percentile.radio-btn.oop-medisave p::before {
		background: #ED9D37;
	}

	.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: #ED9D37;
	}


.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 #EDC647;
	border-radius: 4px;
}

.oop-cost-summary {
	text-align: center;
	margin-bottom: 1rem;
}

.oop-panel {
	background: #ED9D37;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #ED9D37;
	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 #ECAA4B;
	}

		.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: #15151533;
	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: #ED9D37
}

.oop-cost-summary h4 > strong {
	color: #2C2C2C
}

.oop-panel .tooltip-info-img {
	content: url("/images/pehlibraries/default-album/info-white.svg");
}

#riderItemCard .card-body,
#ispItemCard .card-body {
	padding-bottom: 3rem;
}

.oop-bg-medisave {
	background: #964E10;
	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: #2C2C2C;
		background-color: #F4CC93;
		border: 1px solid #F4CC93;
	}

	.event-btn.active {
		color: #2C2C2C;
		background-color: #ECAA4B;
		border: 1px solid #ECAA4B;
	}

	.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;
	border-radius: unset;
	right: 0;
	bottom: 0;
}

	.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: #EDC647 !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 ============================================================== */
.homepage-healthplus {
	background: #EDC647;
	margin: 4rem 0 2rem;
	padding: 2rem 0;
}

	.homepage-healthplus .swiper {
		margin-bottom: 0;
	}

.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: #A8B852;
		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: "Urbanist-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: #ECAA4B;
	}

.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%;
	}
}

#slickModal .modal-dialog, #videoModal .modal-dialog {
	max-width: 60%;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {	
	#healthplus-latestarticle-title{ width: 80%;}
}

.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: #EDC647;
	margin-top: 3rem;
}

.healthplus-detail-highlights {
	padding: 2rem;
	background: #EDC647;
	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: #A8B852;
		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: #FFF4E3;
	padding: 1rem;
}

	.healthplus-detail-standfirst h4 {
		color: #DA7116;
	}

	.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: "Urbanist-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: #151515;
	text-decoration: none;
}

/* ============================================================== Footer Section ============================================================== */

.footer {
	background-color: #F8F8F8;
}

.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: Urbanist-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-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%;
}
.k-list .k-item, .k-multiselect .k-multiselect-wrap .k-input, .k-combobox-clearable .k-input, .k-picker-wrap .k-input {
	font-family: "Urbanist-Regular",sans-serif;
}
/* ============================================================== 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: #ECAA4B;
	}

	.secondary_btn {
		color: #2C2C2C;
		background-color: #EDC647;
		border-color: #EDC647;
	}
}

/* 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%;
	}

	.main-menu .navbar-nav .nav-item.dropdown > .nav-link.dropdown-toggle {
		font-size: .8rem;
	}

	.featured-care-area.homepage-swiper .swiper-location-bottom .summary-text {
		font-size: 1rem;
	}

	.featured-care-areas-generic-container .sf-content-block-swiper {
		max-width: 960px;
	}

	.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: "Urbanist-SemiBold", sans-serif;
		font-size: 1rem;
		padding: 1.125rem .75rem;
	}

	.tabs ul li:not(:last-child) {
		margin-right: .5rem;
	}

	.tabs ul li a {
		font-family: "Urbanist-Regular", sans-serif;
		font-size: 1rem;
		padding: .5rem;
	}

		.tabs ul li a.active {
			font-family: "Urbanist-SemiBold", 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 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: #ECAA4B;
			padding-right: 1rem;
		}

		.breadcrumb-item:first-child a:hover::before {
			text-decoration: none;
		}

	.page-banner {
		padding-bottom: 1.5rem;
	}

		.page-banner img {
			border-radius: 3rem 0;
		}

	.banner-caption {
		padding-top: 1rem;
	}

		.banner-caption h1 b {
			font-size: 2.625rem;
		}

	.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 h1 strong {
		font-family: "Urbanist-Regular", sans-serif;
	}

	.error-pg img {
		margin: 2.5rem 0;
	}

	.error-form img {
		margin: 2rem 0;
	}

	.pt-155, .pt-95 {
		padding-top: 0;
	}

	.left-side-nav h1 b {
		font-family: "Urbanist-Regular", sans-serif;
		font-size: 2.625rem;
	}

	.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 {
		background-position-y: -13rem;
		padding: 1rem;
	}

	.health-screen-packages-content {
		margin-bottom: 2rem;
	}

	.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;
	}

	.parkway-east-hospital .swiper-location-box,
	.featured-care-area .swiper-location-box,
	.featured-care-area.homepage-swiper .swiper-location .swiper-location-box {
		background-color: #F8F8F8;
		border-radius: 4rem 0 1rem 1rem;
	}

	.featured-care-areas-generic-container .swiper-location .swiper-location-box {
		background-color: transparent;
	}

	.featured-care-areas-generic-container .swiper-location-bottom {
		background-color: #F8F8F8;
		border-radius: 0 0 0.75rem 0.75rem;
		flex: 1;
	}

	.parkway-east-hospital .swiper-location-box img {
		width: 100%;
	}

	.parkway-east-hospital .swiper-location-bottom {
		padding: 1rem 1rem 3rem;
	}

	.featured-care-area.homepage-swiper .swiper-location-bottom a.button-package {
		left: 15px;
		right: auto;
		bottom: 15px;
	}

	.featured-care-areas-generic-container .sf-content-block-swiper {
		max-width: 720px;
	}

	.featured-care-areas-generic-container .featured-care-area .swiper-location-box {
		border-radius: 0 0 0.75rem 0.75rem;
		display: flex;
		flex-direction: column;
	}

	.featured-care-areas-generic-container .featured-care-area .swiper-location-bottom a.button-package {
		margin: unset;
	}

	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 #B3D7EB;
			padding: 1.5rem 0;
		}

		.footer-top .newsletter {
			background-color: #F8F8F8;
		}

	.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: #B3D7EB !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: "Urbanist-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.homepage-swiper .upper-display h2 {
		margin-top: 2rem;
	}

	.featured-care-area .upper-display h2 {
		font-size: 1.9375rem;
		width: 70%;
	}

	.featured-care-area .swiper-location-top img,
	.featured-care-areas-generic-container .featured-care-area .swiper-location-box img {
		border-radius: 2rem 0 0 0;
	}

	.featured-care-area.homepage-swiper .swiper-location-bottom {
		position: inherit;
		padding: 2rem 2rem 4.5rem 2rem;
	}

	.featured-care-area.homepage-swiper .button-package {
		bottom: 15px;
	}

	.homepage-cta .d-flex,
	.homepage-cta .primary_btn {
		display: block !important;
		margin: 0.25rem auto !important;
		width: 95%;
	}

	.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;
	}

	.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;
	}

	.homepage-healthplus {
		margin-top: 2rem;
	}

	.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;
	}

	.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: "Urbanist-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;
	}
}

/* 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-generic-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(255, 255, 255, 0.5) 9.85%, rgba(255, 255, 255, 0) 73.91%);
		min-height: unset;
	}

	.contact-oversea-office-box {
		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: "Urbanist-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 (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;
	}
}
@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;
	}
}
/* Small Mobile Portrait */
@media (max-width: 375px) {
	.what-to-look-for-mobile .box a {
		font-size: .875rem;
		padding: .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;
	}
}
