<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	box-sizing: border-box;
}

html {
	/*scroll-behavior: smooth;*/
	scroll-padding-top: 175px;
}
@media screen and (max-width: 992px) {
	html {
		scroll-padding-top: 100px;
	}
}

html, body {
	font-family: Helvetica, Arial, PMingLiu, MingLiu, sans-serif;
	/* Fred's Comments */
	font-size: 1.15em;
}

body {
	/* background-color: #fafaff; */
}

#menu_item_level_one_a_2, #menu_item_level_one_a_3 {
	cursor: initial;
}

#breadcrumb_container a[href="#!"] {
	cursor: initial;
}

#breadcrumb_container a[href="#!"]:hover {
	color: inherit !important;
	text-decoration: none;
}

strong {
	font-style: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-size: 1.25em;
	margin: 0 0 .5rem 0;
}

h2 {
	font-size: 1.2em;
}

/* h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.2em;
	padding-bottom: 15px;
}

h5 {
	font-size: 1.15em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
} */

.nowrap {
	white-space: nowrap;
	display: inline-flex;
}

p {
	line-height: 1;
}

a {
	color: #03f;
	text-decoration: none;
	/* Johnny's Comments */
	/* word-break: break-all; */
}

/* 20200720 */
a:hover {
	color: #6C4C8C;
	text-decoration: underline;
}

nav a:hover {
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.nav-link:focus, .nav-link:hover {
	color: white;
}

/* 20200720 */
#grid_container a:visited {
	color: #551a8b;
}

/* 20200720 */
#footer_bottom_div_4 a:visited {
	color: #551a8b;
}

/* Fred's Comments */
#grid_container {
	/* max-width: 813px;
	margin: auto; */
	/* max-width: 80%; */
	max-width: 90%;
	padding: 0 25px;
	margin: auto;
}

a:focus,
.nav-link:focus-visible {
	/* border: 1px solid black; */
	outline: 1px solid black;
	box-shadow: unset;
}

button:focus {
	border: 1px solid black;
	outline: 1px solid black;
}

input:focus {
	border: 1px solid black;
	outline: 1px solid black;
}

.swiper-container a:focus img {
	border: 4px solid black;
	outline: 4px solid black;
}

.swiper-button-next:focus, .swiper-button-prev:focus {
	border: 1px solid black;
	outline: 1px solid black;
}

.swiper-pagination-bullet:focus {
	border: 1px solid black !important;
	outline: 1px solid black !important;
}

.swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.swiper-pagination-bullet {
	opacity: 0.6;
}

.leaflet-control-zoom-in:focus, .leaflet-control-zoom-out:focus {
	border: 1px solid black;
	outline: 1px solid black;
}

.leaflet-popup-close-button {
	color: #242424 !important;
}

.leaflet-container a {
	color: #0069A8 !important;
}

/* Fred's Comments */
.container {
	max-width: 100%;
	padding: 0;
}

#ind_mob_img_1 {
	width: 90px;
	height: 146px;
}

#ind_mob_img_2 {
	width: 100px;
}

#ind_info_img_1, #ind_info_img_2 {
	width: 165px;
}

#ind_dhc_img_1 {
	width: 159px;
}

#ind_dhc_li_1, #ind_dhc_li_2, #ind_dhc_li_3, #ind_dhc_li_4 {
	line-height: 1;
	padding-bottom: 10px;
}

/* Fred's Comments */
.con_us_title {
	display: block;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, h7 {
	/* margin: 0; */
}
nav {
	position: relative;
	/* background-color: #0e2d58; */
	/* background-color: #062F4F; */
	/* background-color: #e4ffd6; */
	/* background-color: white; */
	background-color: #f5f5f5;
	height: auto;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}

nav ul li .dropdown-menu {
	left: 0;
}

html, body {
	position: relative;
	height: 100%;
}

input::-ms-clear {
	display: none;
	height: 0;
	width: 0;
}

.section-press-releases {
	padding-left: 50px;
	padding-right: 50px;
}

.table-press-releases {
	width: 80%;
}


.table-pr-h1 {
	width: 20%;
}

.table-pr-h2 {
	width: 80%;
}

.table-idc {
	/* width: 80%; */
}

.table-idc-h1 {
	width: 20%;
}

.table-idc-h2 {
	width: 60%;
}

.table-idc-h3 {
	width: 40%;
}

.table-row-press-releases:nth-child(odd) {
	background: #fffae9;
}

.table-row-press-releases:nth-child(even) {
	background: #ffffff;
}


.table-row-press-releases a {
	color: #000096;
	text-decoration: underline;
}

.table-row-press-releases a:hover {
	color: orange;
}

.swiper-button-disabled {
	display: none;
}

.menu-option-event {
	display: none;
	background: #827f7f;
}

.press-release-text {
	/* margin: 10px 0; */
	padding: 10px 20px;
	/* font-size: 16px; */
}

.press-release-text:nth-child(even) {
	background: #fffee0;
}

.press-release-text:nth-child(odd) {
	background: white;
}

.press-release-text a {
	color: black;
}

.press-release-date {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.press-release-desc {
	margin: 0;
	padding: 0;
}

.slider-control-news-and-events {
	/* display: none; */
}

.a-future:hover {
	text-decoration: none;
}

.footer-br {
	display: none;
}

.ktdhc-info {
	display: inline-block;
	width: 100px;
	color: #306ab3
}

.news-and-events-div {
	background: white;
	padding: 20px;
	height: 360px;

	overflow: hidden;
}

.press-release-div {
	background: white;
	padding: 0px;
	height: 360px;

	overflow: hidden;
}

.client-journey-img {
	max-width: 75%;
}

.carousel-inner .carousel-item {
	transition: -webkit-transform 1.2s ease;
	transition: transform 1.2s ease;
	transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

/* 20200720 */
.hashlink {
	/* newly added */
	/* height: 90px;
	margin-top: -90px; */

	height: 180px;
	margin-top: -180px;
	visibility: hidden;
}

#mapid {
	height: 400px !important;
}

.criteria-tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.criteria-tr:nth-child(even) {
	background-color: white;
}

#result-area {
	/* display: none; */
}

#search-input::placeholder {
	color: black;
}

#search-input:hover {
	border: none;
	outline: none;
}

.content-wrapper {
	margin: 0 auto;
	display: block;
	max-width: 1200px;
	position: relative;
}

.breadcrumb-section {
	position: relative;
	background: #EAF0FC;
	/* border-bottom: 2px solid #e4d088; */
	color: #FFF;
	padding: 10px 0;
	color: black;
	/* z-index: 120; */
}

.breadcrumb-holder {
	position: relative;
	width: 100%;
	/* font-size: 0; */
	/* padding-left: 30px; */
	/* text-indent: -62px; */
}

.breadcrumb-home {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	/* margin-bottom: 10px; */
	color: black;
}

.breadcrumb-home:after {
	content: '&gt;';
	display: inline-block;
	vertical-align: middle;
	/* font-size: 18px; */
	margin: 0 15px;
	color: black;
}

/* newly added */
.breadcrumb-home-icon {
	color: black;
	font-weight: bold;
	/* font-size: 24px; */
	cursor: pointer;
}

.home2 {
	color: white;
}

.breadcrumb-home-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	color: black;
	/* font-size: 18px; */
}

.breadcrumb-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	/* margin-bottom: 10px; */
}

/* newly added */
.breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}

/* newly added */
.breadcrumb-item+.breadcrumb-item::before {
	padding-right: 0;
	content: "";
}

/* newly added */
.breadcrumb-item:not(:last-child):after {
	content: '&gt;';
	display: inline-block;
	vertical-align: middle;
	/* font-size: 18px; */
	margin: 0 15px;
	color: black;
}

/* newly added */
.breadcrumb-item-link {
	position: relative;
	display: inline-block;
	/* vertical-align: middle; */
	/* white-space: nowrap; */
	color: black;
	/* font-size: 18px; */
}

.breadcrumb-item .breadcrumb-item-link a {
    font-weight: bold;
    font-size: 0.9em;
}

.breadcrumb-item.current .breadcrumb-item-link a {
	color: #6C4C8C;
    pointer-events: none;
    cursor: default;
}

.slider {
	position: relative;
	width: 100%;
	padding: 5px 0;
	z-index: 5;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/* text-align: center; */
}

.content-wrapper {
	margin: 0 auto;
	display: block;
	/* max-width: 1200px; */ /* Fred's Comments */
	max-width: 80%;
	/* width: 92%; */
	position: relative;

	padding: 0 45px;
}

.breadcrumb-wrapper {
	margin: 0 auto;
	display: block;
	/* max-width: 1200px; */ /* Fred's Comments */
	/* max-width: 80%; */
	max-width: 90%;
	padding: 0 25px;
	/* width: 92%; */
	position: relative;
}

.swiper-holder {
	/* position: relative; */
	width: 100%;
	padding: 0;
}

.swiper-pagination {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.slider-item-img {
	position: relative;
	width: 100%;
	overflow: hidden;

	/* border: 1px solid rgba(123, 123, 123, 0.3); */
}

.slider-item-img img {
	box-sizing:border-box;

	position: relative;
	display: block;

	/* New Comments */
	/* max-width: 100%; */
	max-width: 600px;
	width: 100%;
	margin: auto;
	height: auto;

	/* border: 1px solid rgba(123, 123, 123, 0.2); */

	transition: 0.3s;
}

#slider-prev {
	/* right: 100%; */
	left: 10px;
	/* margin-right: 20px; */
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px;
	/* color: #f1c26a; */

	border: none;
	outline: none;
}

#slider-next {


	/* left: 100%; */
	right: 10px;
	/* margin-left: 10px; */
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px;
	/* color: #f1c26a; */

	border: none;
	outline: none;
}

.swiper-pagination-bullet {
	margin: 0 4px;
}

.rolling-banner-pause-button {
	/* background: #e9f2fc; */
	height: 30px;
}

.is-block {
	display: block;
	animation: fade-in 1s;
}

.is-inline-block {
	display: inline-block;
}

.is-none {
	display: none;
}

.full-height {
	height: 100%;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#faq {
	position: relative;
}

#faq a {
	margin-top: 20px;
}

#faq:after {
	content: '';
	position: absolute;
	top: 10px;
	border: 3px solid #dbdbde;
	width: 75%;
	left: 25px;
}

#submenu-about-us, #submenu-dhc, #submenu-self-assessment-tools, #submenu-resources {
	display: none;
}

#menu-search-box {
	padding: 15px 0;
}

#menu-search-holder-inside-page {
	width: 50%;
	/* height: 40px; */
	border-radius: 40px;
	border: none;
	padding: 15px;
	position: relative;
}

.menu-option, .menu-option2 {
	cursor: pointer;
}


.menu-option a:after {
	/* content: '&gt;';
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%); */
}

.menu-option2 a:before {
	content: '&lt;';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}


.menu-search-icon {
	float: right;
	position: relative;
	top: -32px;
	left: -20px;
	color: black;
}

.language-selector-panel, .menu-panel {
	/* display: none; */
	/* padding-top: 80px; */
	/* position: fixed; */

	/* padding-top: 20px;
	width: 100%;
	height: 100%; */

	/* newly added */
	/* background: #062F4F; */
	background: #505050;
	/* top: 0px; */

	color: white;

	/* newly added */
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	padding-top: 140px;
	overflow: auto;
	z-index: 1999;
}

.language-selector-title, .menu-title {
	/* font-size: 30px; */
	font-weight: bold;
	padding-bottom: 30px;

	padding-left: 10px;

	padding-top: 15px;

	color: white;
}



.language-option, .menu-option, .menu-option2 {
	position: relative;
	/* font-size: 20px; */
	padding: 10px 0;

	color: white;
	font-weight: bold;

	border-bottom: 1px solid white;

	padding-left: 20px;
}

.menu-option2 {
	background: #464646;
	border-bottom: 6px solid black;
	padding-left: 40px;
}

.padded {
	padding-left: 40px;
}

.language-option a {
	color: white;
}

.menu-option a {
	color: white;
}

.menu-option a {
	display: block;
	width: 100%;
}

.menu-option2 a {
	color: white;
}

/* #header-fluid {
flex-wrap: wrap !important;
} */

.img-test {
	width: 800px;
}

.sub-menu {
	/* padding: 0; */
}

.grey-color {
	background: #f1f1f1;
}

img[data-object-fit="cover"] {
	object-fit: cover;
}

.dhc-intro {
	padding: 30px;
	max-width: 1000px;
	margin: auto;
}

.page-title3 {
	padding-bottom: 10px;
	font-weight: 400;
}

.page-title3:after {
	content: ""; /* This is necessary for the pseudo element to work. */
	display: block; /* This will put the pseudo element on its own line. */

	width: 100px; /* Change this to whatever width you want. */
	padding-top: 0px; /* This creates some space between the element and the border. */
	border-bottom: 8px solid #ffda5a; /* This creates the border. Replace black with whatever color you want. */
}

.img-text {
	font-family: Helvetica, Arial, PMingLiu, MingLiu, sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-weight: bold;
	padding: 0 30px;
	/* font-size: 36px; */
	width: 95%;
	text-align: center;
	text-shadow: 0.15em 0.15em 0.3em black;
	letter-spacing: 1px;

	/* text-transform: uppercase; */
}

.fhb-title-text-chi1 {
	color: black;
	/* font-size: 18px; */
	margin-left: 5px;
	font-weight: bold;
	max-height: 21px;
}

.fhb-title-text-chi2 {
	color: black;
	/* font-size: 18px; */
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	max-height: 21px;
}

.img-text-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.15;
	background: black;
}

.img-text-dhc {
	font-family: Helvetica, Arial, PMingLiu, MingLiu, sans-serif;
	position: absolute;

	color: white;
	font-weight: bold;
	padding: 0 30px;

	letter-spacing: 1px;

	/* font-size: 50px; */
	left: 50px;
	/* top: 20%; */
	/* newly added */
	top: 225px;
	text-shadow: 0px 0px 30px black;
}

.prev-slide-button {
	background: #7baaea;

	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);

	width: 50px;
	height: 50px;

	border-radius: 99em;
}

.next-slide-button {
	background: #7baaea;

	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);

	width: 50px;
	height: 50px;

	border-radius: 99em;
}

.prev-slide-button:hover {
	background-color: #38aac2;
}

.next-slide-button:hover {
	background-color: #38aac2;
}

.carousel {
	overflow: hidden;
}

.carousel-inner {
	background-color: rgba(255, 255, 255, 0.3);
}

.carousel-indicators li {
	height: 10px;
}
.carousel-indicators .active {
	background-color: black;
}

.carousel-control-prev-icon,  .carousel-control-next-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.carousel img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: 25% 25%;
}

.carousel-inner {
	width: 150%;
	left: -25%;
}

.divided-item {
	float: left;
	width: 33.33333%;
	max-height: 350px;
	padding: 0px 2px;
	box-sizing: border-box;
	position: relative;
}

.carousel-item-next,
.active.carousel-item-right {
	transform: translateX(33.33333%);

	@supports (transform-style: preserve-3d) {
		transform: translate3d(33.33333%, 0, 0);
	}
}

.carousel-item-prev,
.active.carousel-item-left {
	transform: translateX(-33.33333%);

	@supports (transform-style: preserve-3d) {
		transform: translate3d(-33.33333%, 0, 0);
	}
}

.page-title {
	/* font-size: 36px; */
	text-align: center;
	color: #0e2d58;
	-webkit-text-stroke: 1px #262a94;
}

.page-title:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 120px;
	padding-top: 10px;
	border-bottom: 8px solid #062F4F;
}

.page-title2 {
	/* font-size: 36px; */
	text-align: center;
	color: #ffffff;
	/* -webkit-text-stroke: 1px #262a94; */
	padding-bottom: 20px;
}



#objectives {
	height: auto;
	padding: 30px 15px;
	background-color: #ffda5a;
}

#objectives-main {
	/* font-size: 24px; */
	padding-top: 30px;
	text-align: center;
}

#objectives-content {
	max-width: 100%;
	margin: auto;
	padding: 0px;
	padding-top: 20px;
	color: #2b1f1f;
	text-align: center;
}

.objective-title {
	/* font-size: 20px; */
	color: black;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	/* width: 75%; */
}

.center-padded-wrapper {
	text-align: center;
	padding: 30px
}

.logo-row-wrapper {
	max-width: 1200px;
	margin: auto;
}

.logo-div {
	/* display: inline-block;
	padding: 0 20px;
	width: 16%; */
	width: 16.666667%;
}

.logo-district-current {
	opacity: 1;
	/* font-size: 1.25em; */
}

.logo-district {
	opacity: 0.25;
	/* font-size: 1.25em; */
}

.circle {
	display: block;
	width: 100px;
	height: 100px;
	margin: 1em auto;
	background: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	border-radius: 99em;
	opacity: 0.3;
}

#dhc-link-kwai-tsing:hover {
	color: rgb(8, 122, 1);
}

#dhc-link-kwun-tong:hover {
	color: rgb(0, 160, 233);
}

#dhc-link-eastern:hover {
	color: rgb(238, 36, 28);
}

.news-and-events-title {
	/* font-size: 18px; */
	min-height: 90px;
}

.news-and-events-img {
	height: 200px;
	object-fit: cover;
}

.effect-zoom-in {
	transition: transform .2s; /* Animation */
}

.effect-zoom-in:hover {
	transform: scale(1.05);
}

#footer_section_nav_1 {
	padding: 10px !important;
	background-color: #EBF7FB;
	/* background-image: url("../images/bg-top.gif"); */
	color: black;
	height: auto;
}

#sitemap-ul a {
	color: #1065bf;
}

.sitemap-li {
	/* font-size: 1.3em; */
}

.sitemap-ul-ul {
	padding-top: 10px;
	padding-bottom: 20px;
}

.sitemap-ul-ul-li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: disc;
}


.kt-dhc-subitem {
	cursor: pointer;
}

.sum-value {
	color: #55d2aa;
	/* font-size: 30px; */
	font-weight: bold;
}

.sum-total-value {
	color: #6d6dff;
	/* font-size: 30px; */
	font-weight: bold;
}

.highlight-value1 {
	color: #2ea72e;
	font-weight: bold;
}

.highlight-value2 {
	color: #2ea6a7;
	font-weight: bold;
}

.highlight-value3 {
	color: #2e4da7;
	font-weight: bold;
}

.highlight-value4 {
	color: #a72e81;
	font-weight: bold;
}

#someproblems:hover {
	color: white;
}

.key-functions-title {
	background: black;
	padding: 10px 20px;
	color: white;
	/* font-size: 30px; */
	width: 80%;
}

.features-title {
	background: black;
	padding: 10px 20px;
	color: white;
	/* font-size: 30px; */
	width: 80%;
}

.features-container {
	width: 80%;
}

.feature-number {
	display: inline-block;
	/* font-size: 40px; */
	font-weight: bold;
	margin-right: 20px;
	width:30px;
	text-align: center;
	position: relative;
}

.feature-number:after {
	content: ""; /* This is necessary for the pseudo element to work. */
	display: block; /* This will put the pseudo element on its own line. */
	margin: 0 auto; /* This will center the border. */
	width: 50px; /* Change this to whatever width you want. */
	padding-top: -10px; /* This creates some space between the element and the border. */
	border-bottom: 15px solid #21218a; /* This creates the border. Replace black with whatever color you want. */
}

.feature-block {
	/* font-size: 20px; */
	font-weight: bold;

}

.feature-description {
	display: inline;
	/* font-size: 16px; */
}

.function-img {
	text-align: center;
}

.function-text {
	text-align: center;
}


.section-pyramid-2 {
	display: none;
}

.table td, .table th {
	padding: 0.75rem;
	vertical-align: top;
	border-color: #000000;
	background: transparent;
}
.table.table-borderless td,
.table.table-borderless th {
	border: 0;
}

.need-money {
	background: #fbfbfb;
}

.subsidy-intro {
	/* width: 60%; */
	max-width: 800px;
	margin: auto
}

.pa-title {
	margin: 20px 0px;
	/* font-size: 1.5em; */
	font-weight: bold;
	color: #2f7db7;
	text-align: center;
}

.pa-content {
	background: #ffefb4;
	padding: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-radius: 30px;
}

.pa-content {
	/* margin-left: 40px; */

}

.kt-dhc-navbar-menu {
	position: relative;
	overflow: hidden;
}

.kt-dhc-navbar-menu2 {
	position: fixed;
	/* top: 0; */
	/* bottom: 0; */
	background: white;
	top: 90px;
	z-index: 1;
	width: 100%;
	box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
	overflow: hidden;
	/* padding: 20px; */
	padding-top: 10px;
}

.kt-dhc-subitem {
	float: left;
	width: 14%;
	text-align: center;
	/* padding: 15px; */
}

.kt-dhc-subitem i {
	/* font-size: 30px; */
	color: #0e2d58;
}

.kt-dhc-subitem a {
	color: #635e5b;
	/* font-size: 16px; */
}

.checkmark {
	position: absolute;
	top: 5px;
	right: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

.checkmark2 {
	position: absolute;
	top: 50px;
	right: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}


.scope-row {
	display: flex;
	/* align-items: center; */
	justify-content: center;
	padding: 20px;
}

.scope {
	width: 25%;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}

.scope-title {
	font-weight: bold;
	/* font-size: 20px; */
	padding: 10px;
	min-height: 80px;
}

.hahaha-container {
	background-color: red;
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.hahaha-img {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	/* font-size: 20px; */
	color: white;
}

.scope-img {
	/* max-height: 300px; */
	overflow: hidden;
}

.scope-real-img {
	max-width: 100%;
	/* height: 300px; */
	object-fit: cover;
}

.scope-desc {
	text-align: left;
}

.link-title {
	background: #949494;
	color: white;
	text-align: left;
	font-weight: bold;
	/* font-size: 24px; */
}

.link-title2 {
	background: #949494;
	color: white;
	text-align: left;
	font-weight: bold;
	/* font-size: 24px; */
}

.tender_th_odd {
	background: #fffcec;
	color: black;
}

.tender_th_even {
	color: black;
}

.tender_td_odd {
	background: #fffcec;
	color: black;
}

.tender_td_even {
	color: black;
}

.consultation_th_even {
	background: white;
}

.consultation_td_even {
	background: white;
}

.search-bar .search-form .input-group input {
	border: 0;
	box-shadow: none;
	padding: 0 15px 0 50px;
	height: 50px;
	position: relative;
	font-family: Helvetica, Arial, PMingLiu, MingLiu, sans-serif;
	/* font-size: 20px; */
	line-height: 1.6;
	text-align: left;
	color: #526173;
	width: 100%;

}

::-webkit-input-placeholder{
	font-family: Helvetica, Arial, PMingLiu, MingLiu, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
	font-family: Helvetica, Arial, PMingLiu, MingLiu, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
	font-family: Helvetica, Arial, PMingLiu, MingLiu, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	font-family: Helvetica, Arial, PMingLiu, MingLiu, sans-serif;
}

input {
	font-family: Helvetica, Arial, PMingLiu, MingLiu, sans-serif;
}

.faq-section {
	padding: 20px 20px;
	/* font-size: 20px; */
	font-weight: bold;
	background: white;
	border-bottom: 4px solid #eae5ca;
	position: relative;
	margin-bottom: 5px;
}

.faq-section:hover {
	background-color: #ffeba7;
}

.faq-qa-section {
	display: none;
}

.faq-wrapper {
	width: 60%;
	margin: auto;
	padding-bottom: 30px;
}

.collapse-up:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.collapse-down:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.collapse-active {
	background-color: #ffeba7;
}

.faq-section {
	cursor: pointer;
}

.faq-section-padding {
	padding-right: 25px;
}

.faq-question {
	padding: 10px 20px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #e8e7e7;
}

.faq-question:hover {
	background: #ffda5a;
}

.faq-question-padding {
	padding-right: 25px;
}

.faq-answer {
	display: none;
	padding: 10px 20px 30px 20px;
}

.faq-answer:not(:last-child) {
	border-bottom: 1px solid #c9c9c9;
}

.faq-answer:last-child {
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 10px;
}


.faq-final {
	padding: 10px 20px;
}

.button {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/* font-size: 16px; */
}

.button2 {
	background-color: #456ced;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/* font-size: 16px; */
}

.footer__bottom-links {
	color: black;
	display: block;
	position: relative;
	margin: 20px;
	margin-bottom: 0px;
	text-align: center;
}

.footer__bottom-sp {
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	/* font-size: 12px; */
}

.footer__copyright {
	color: black;
}

.footer__bottom-links a {
	color: black;
}

/* 20200720 todo */
#footer_item_level_one_div_1 {
	/* min-width: 15%; */
}

/* 20200720 */
#footer_item_level_one_div_4 {
	/* margin-left: -50px; */
}


.buttons-tool {
	position: absolute;
	top: 0;
	right: 80px;
	width: auto;
	background-color: #bfbfbf;
	color: white;

	text-align: right;
}

.dhcbar {
	padding: 0 60px;
}

.footer.list-unstyled &gt; li {
	margin: 15px 0;
}

.footer.list-unstyled &gt; li a {
	color: black;
	/* font-size: 16px; */
}

.footer.list-unstyled &gt; li a:hover {
	color: #1D5188;
	font-weight: bold;
	text-decoration: none;
}

#footer_item_level_one_a_1:hover {
	color: black !important;
	text-decoration: none;
}

#footer_item_level_one_a_2:hover {
	color: black !important;
	text-decoration: none;
}

#footer_item_level_one_a_3:hover {
	color: black !important;
	text-decoration: none;
}

#footer_item_level_one_a_4:hover {
	color: black !important;
	text-decoration: none;
}

#footer_item_level_one_a_5:hover {
	color: black !important;
	text-decoration: none;
}

#footer_item_level_one_a_6:hover {
	color: black !important;
	text-decoration: none;
}

.myBtn {
	width: 50px;
	height: 50px;

	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 99;
	/* font-size: 18px; */
	border: none;
	outline: none;
	background-color: #2C6CAF;
	color: white;
	cursor: pointer;
	padding: 15px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	/* opacity: 0.7; */

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.myBtn:hover {
	background-color: #555;
}

.timeline ul li {
	list-style-type: none;
	position: relative;
	width: 6px;
	margin: 0 auto;
	padding-top: 30px;
	background: #fff;
}

.timeline ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: inherit;
}

.timeline ul li div {
	position: relative;
	bottom: 0;
	width: 400px;
	padding: 15px;
	background: #ff848f;
}

.timeline ul li:nth-child(odd) div {
	left: 45px;
}


.timeline ul li:nth-child(even) div {
	left: -439px;
}


.key-functions {
	width: 20%;
}

/* The Modal (background) */
/* .modal {
display: none; /* Hidden by default */
/* position: fixed; /* Stay in place */

/* padding-top: 100px; */
/* left: 0;
top: 0; */
/* width: 100%; /* Full width */
/* height: 100%; /* Full height */
/* overflow: auto; /* Enable scroll if needed */
/* background-color: rgb(0,0,0); /* Fallback color */
/* background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
/* }  */

/* Modal Content (image) */
/* .modal-content {
margin: auto;
display: block;
width: 100%;
} */

/* Caption of Modal Image */
/* #caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
} */

/* Add Animation */
/* .modal-content, #caption {
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
} */

/* @-webkit-keyframes zoom {
from {-webkit-transform:scale(0)}
to {-webkit-transform:scale(1)}
} */

/* @keyframes zoom {
from {transform:scale(0)}
to {transform:scale(1)}
} */

.search-panel {
	padding-top: 30px;
}

.map-title {
	background: white;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	height: auto;
	font-weight: bold;
	/* padding-top: 15px; */
	/* padding-left: 20px; */
	padding: 15px 10px;
	text-align: center;
}

.map-responsive{
	/* overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0; */

	/* height: 450px; */
}
.map-responsive iframe{
	/* left:0; */
	height:100%;
	width:100%;
	/* position:absolute; */
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	/* font-size: 40px; */
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

div.speech {
	position: relative;
	/* position: absolute; */
	top: 0;
	left: 0;
	right: 250px;
	width: 75%;
	/* height: 150px; */
	text-align: center;
	/* font-size: 20px; */
	/* line-height: 100px; */
	background-color: #fff;
	border: 8px solid #666;
	/* -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px; */
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
	margin: auto;
	/* top: -30px; */
	margin-top: 20px;
}


.speech-content {
	/* position: absolute;
	top: 25%;
	transform: translateY(-25%); */
	/* text-align: justify; */
	text-align: left;
	padding: 15px 30px;
	/* font-size: 20px; */
}

#the-nurse {
	width: 250px;
}

#msg-sfh {
	margin-left: 260px;
}

.layout-container {

	position: relative;


}


/* .layout-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #008CBA;
overflow: hidden;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: .3s ease;
transition: .3s ease;
} */

.layout_img {
	-webkit-transition: .3s;
	transition: .3s;
}

.layout_img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.empty-input {

	border: 2px solid red;
	background: #f7e8e8;
}

.q-submit-button {
	outline: none;
	border: none;
	background-color: #009deb;
	color: #FFFFFF;
	padding: 12px 14px;
	text-decoration: none;
}

.sfh-img {
	height: 320px;
}

.feature-ul {
	margin-left: 40px;
}

.share-area {
	position: fixed;
	bottom: 10%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.2);
	width: 55px;
	height: auto;
	border-radius: 12px 0px 0px 12px;
	-moz-border-radius: 12px 0px 0px 12px;
	-webkit-border-radius: 12px 0px 0px 12px;
	top: initial;
	right: 0px;

	/* Fred's Comments */
	font-size: 0.9em;
}

.share-area a {
	display: block;
	text-align: center;
	color: black;
	/* font-size: 36px; */
}

.share-facebook:hover {
	/* color: #3b5998; */
	opacity: 0.3;
}

.share-twitter:hover {
	/* color: #00aced; */
	opacity: 0.3;
}

.share-email:hover {
	/* color: #128c7e; */
	opacity: 0.3;
}

.share-whatsapp:hover {
	/* color: #4fce5d; */
	opacity: 0.3;
}

.share-area i {
}

.title-submenu {
	display: none;
	position: absolute;
	top: 8px;
	left: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	width: 360px;
}

.withsub:hover .title-submenu {
	display: block;
}

.title-submenu-item {
	color: white;
	padding: 5px 10px
}

.title-submenu-item a {
	color: white;
}

#title-area {
	position: fixed;
	left: 0;
	top: 50%;

	transform: translateY(-50%);
	/* z-index: 10; */
	z-index: 1999;
	/* background-color: rgba(0, 0, 0, 0.6); */
	width: auto;
	height: auto;

	border-radius: 0px 12px 12px 0px;
	-moz-border-radius: 0px 12px 12px 0px;
	-webkit-border-radius: 0px 12px 12px 0px;
	cursor: pointer;

	display: none;
}

#title-area2 {
	position: fixed;
	left: 0;
	top: 50%;

	transform: translateY(-50%);
	z-index: 10;
	/* background-color: rgba(0, 0, 0, 0.6); */
	width: auto;
	height: auto;

	border-radius: 0px 12px 12px 0px;
	-moz-border-radius: 0px 12px 12px 0px;
	-webkit-border-radius: 0px 12px 12px 0px;
	cursor: pointer;

	display: none;
}

#title-area-min {
	position: fixed;
	left: 0;
	top: 50%;

	transform: translateY(-50%);
	z-index: 10;
	/* background-color: rgba(0, 0, 0, 0.6); */
	width: auto;
	height: auto;

	border-radius: 0px 12px 12px 0px;
	-moz-border-radius: 0px 12px 12px 0px;
	-webkit-border-radius: 0px 12px 12px 0px;
	cursor: pointer;

	display: none;
}

.title-item:hover {
	background: #3f3fad;
}

#title-desc {
	display: inline;
}

.title-desc2 {
	display: inline;
	color: white;
	/* padding: 20px; */
}

.title-item {
	background-color: rgba(0, 0, 0, 0.6);
	/* overflow: hidden; */
}

.title-item.active {
	background: #3f3fad;
	color: #3f3fad
}

/* .title-item:hover {
width: 275px;
} */
/*
#title-item-scope-of-service:hover:after {
content:'Scope of Service';
color: white;
margin-left: 10px;
}

#title-item-client-journey:hover:after {
content:'Client Service Journey';
color: white;
margin-left: 10px;
}

#title-item-eligibility:hover:after {
content:'Eligibility';
color: white;
margin-left: 10px;
}

#title-item-location-map:hover:after {
content:'Location Map';
color: white;
margin-left: 10px;
}

#title-item-fee-and-charges:hover:after {
content:'Fees and Charges';
color: white;
margin-left: 10px;
}

#title-item-public-consultation:hover:after {
content:'Public Consultation';
color: white;
margin-left: 10px;
}

#title-item-key-milestones:hover:after {
content:'Key Milestones';
color: white;
margin-left: 10px;
} */

/* .overlay-text {
background: rgb(0,0,0,0.8);
color: black;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
} */

/* About Us Page(New Revamp) */
.full-width-section {
	width: calc(100vw - 16px);
    position: relative;
    left: -5vw;
    margin-left: -25px;
    overflow: hidden;
}
.full-width-section &gt; .container {
	max-width: 90%;
	padding: 0 25px;
}
@media only screen and (max-width: 992px) {
	.full-width-section {
		margin-left: 0;
	}
	.full-width-section .container {
		padding: 0;
	}
}
@media screen and (orientation: portrait) and (hover: none) {
	.full-width-section {
		width: 100vw;
	}
}
/* org-chart [START] */
.org-chart {
	margin: 1em 5px;
	overflow: hidden;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart {
	  width: 100%;
	  margin: 0 auto;
	}
  }
  
  @media screen and (max-width: 1168px) {
	  .org-chart * {
		  box-sizing: border-box;
	  }
  }
  
  .org-chart ul {
	list-style: none;
	padding: 0;
	font-size: 0;
	position: relative;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart ul {
	  margin: 0 !important;
	}
  }
  
  .org-chart ul li {
	position: relative;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart ul li .org-chart-border {
	  border: 3px solid #eb6100 !important;
	  border-top: 0 !important;
	}
  
	.org-chart ul li {
	  border: 0 !important;
	  margin: 0 !important;
	  width: 100% !important;
	}
  }
  
  @media screen and (max-width: 1168px) {
  
	.org-chart *:not(.org-chart__item-inner):after,
	.org-chart *:before {
	  display: none !important;
	}
  }
  
  .org-chart__item {
	display: inline-block;
	width: calc(18vw);
	max-width: 280px;
	/*height: 150px;*/
	/*For normal case */
	height: 100px;
	/*For double act case */
	padding: 30px 5px;
	background: #faa51a;
	text-align: center;
	font-size: 12px;
	margin: 15px 15px;
	position: relative;
	z-index: 80;
	box-shadow: 1px 1px 0 0 black,
				-1px 1px 0 0 black,
				1px -1px 0 0 black,
				-1px -1px 0 0 black;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__item {
	  width: 100%;
	  max-width: 100%;
	  box-shadow: none;
	}
  }
  
  .org-chart__name {
	font-size: 1rem;
  }
  
  @media screen and (max-width: 991px) {
	.org-chart__item {
	  font-size: 11px;
	}
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__item {
	  font-size: 12px;
	}
  }
  
  .org-chart__item-inner {
	width: 95%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__item-inner {
	  top: auto;
	  bottom: auto;
	  left: auto;
	  right: auto;
	  -webkit-transform: none;
	  -ms-transform: none;
	  transform: none;
	  position: relative;
	  display: inline-block;
	  width: auto;
	}
  }
  
  .double-act-up {
	top: 25%;
	display: block;
  }
  
  .double-act-down {
	top: 75%;
	display: block;
  }
  
  @media screen and (max-width: 1168px) {
	.double-act-down {
	  padding-top: 10px;
	}
  }
  
  @media screen and (max-width: 991px) {
	.org-chart__item {
	  width: 120px;
	  margin: 15px 15px;
	  height: 320px;
	}
  
	.org-chart__name {
	  font-size: 13px;
	  font-weight: 500;
	}
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__item {
	  width: 100% !important;
	  height: auto !important;
	  margin: 0 !important;
	  text-align: left;
	  padding: 15px 5%;
	}
  
	.org-chart__item img {
	  width: 100%;
	  max-width: 120px;
	  top: auto !important;
	}
  }
  
  .org-chart__list-lv1 {
	display: block;
	text-align: center;
  }
  
  .org-chart__list-lv1&gt;li {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
  }
  
  @media screen and (max-width: 991px) {
	.org-chart__list-lv1&gt;li {
	  padding: 0 30px;
	}
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv1&gt;li {
	  padding: 0;
	}
  
	.org-chart__list-lv1&gt;li&gt;.org-chart__item {
	  font-size: 0;
	}
  
	.org-chart__list-lv1&gt;li&gt;.org-chart__item .org-chart__item-inner {
	  padding-left: 0;
	  border-left: 0;
	}
  
	.org-chart__list-lv1&gt;li&gt;.org-chart__item&gt;div {
	  display: inline-block;
	  vertical-align: middle;
	  position: relative;
	}
  
	.org-chart__list-lv1&gt;li&gt;.org-chart__item&gt;div:first-child {
	  /* width: 30%; */
	}
  
	.org-chart__list-lv1&gt;li&gt;.org-chart__item&gt;div:last-child {
	  width: 70%;
	  font-size: 12px;
	  padding: 0 5%;
	}
  }
  
  .org-chart__list-lv1&gt;li:after {
	content: '';
	background: #000;
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	top: 100px;
	left: 50%;
	z-index: 5;
  }
  
  @media screen and (max-width: 991px) {
	.org-chart__list-lv1&gt;li:before {
	  display: none;
	}
  }
  
  @media screen and (max-width: 991px) {
	.org-chart__list-lv2:before {
	  display: none;
	}
  }
  
  .is-zoomout .org-chart__list-lv1&gt;li:after {
	width: 3px;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv1&gt;li:before {
	  z-index: 10;
	}
  }
  
  .org-chart__list-lv2 {
	display: block;
	text-align: center;
	z-index: 15;
	background: #fff;
  }
  
  @media screen and (max-width: 1406px) {
	.org-chart__list-lv2&gt;li&gt;.org-chart__item img.avatar {
	  position: relative;
	  top: -24px;
	  margin: 0;
	  vertical-align: top;
	}
  }
  
  .org-chart__list-lv2:before {
	content: '';
	/*background: #000;*/
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	z-index: 5;
  }
  
  .is-zoomout .org-chart__list-lv2:before {
	height: 3px;
  }
  
  .org-chart__list-lv2 .org-chart__item {
	background: #ffdede;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv2 .org-chart__item {
	  padding-left: 5%;
	}
  }
  
  .org-chart__list-lv2&gt;li {
	display: inline-block;
	vertical-align: top;
  }
  
  .org-chart__list-lv2&gt;li&gt;.org-chart__item {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  
  @media screen and (min-width: 1169px) {
  
	.org-chart__list-lv2&gt;li&gt;.org-chart__list-lv3,
	.org-chart__list-lv2&gt;li&gt;.org-chart__list-lv4 {
	  display: inline-block;
	  vertical-align: top;
	}
  }
  
  .org-chart__list-lv2&gt;li:after {
	content: '';
	background: #000;
	display: block;
	position: absolute;
	height: 55px;
	width: 1px;
	left: 50%;
	z-index: 5;
	/*top: 125px;*/
	/* Original */
	top: 95px;
  }
  
  @media screen and (max-width: 991px) {
	.org-chart__list-lv2&gt;li:after {
	  /*top: 125px;*/
	  /* Original */
	  top: 295px;
	}
  }
  
  .is-zoomout .org-chart__list-lv2&gt;li:after {
	width: 3px;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv2&gt;li:after {
	  width: 500px;
	  background: #fff;
	  height: 40px;
	  border-left: 1px solid #000;
	  top: 165px;
	  z-index: 45;
	}
  }
  
  .org-chart__list-lv2&gt;li:first-child:before {
	content: '';
	background: #fff;
	display: block;
	position: absolute;
	width: 100%;
	height: 25px;
	border-right: 1px solid #000;
	bottom: 100%;
	margin-bottom: -15px;
	right: 50%;
	z-index: 5;
  }
  
  @media screen and (max-width: 991px) {
	/*
	   .org-chart__list-lv2 &gt; li:first-child:before {
		   width: 100%;
		   height: 1px;
		   border-right: 0;
		   background: #000;
		   top: 85px;
	  }
	   */
  }
  
  /* .org-chart__list-lv2&gt;li:last-child .org-chart__list-lv3:after {
	content: '';
	background: #000;
	border: 0;
	display: block;
	position: absolute;
	height: 10000px;
	width: 1px;
	top: 0;
	right: 0;
	z-index: 65;
  } */
  
  .is-zoomout .org-chart__list-lv2&gt;li:last-child .org-chart__list-lv3:after {
	width: 3px;
  }
  
  .org-chart__list-lv2&gt;li:last-child .org-chart__list-lv3&gt;li:last-child:before {
	height: 15px;
  }
  
  .is-zoomout .org-chart__list-lv2&gt;li:last-child .org-chart__list-lv3&gt;li:last-child:before {
	background: transparent;
  }
  
  .org-chart__list-lv2&gt;li:last-child .org-chart__list-lv3&gt;li:first-child:before {
	content: '';
	background: #000;
	border: 0;
	display: block;
	position: absolute;
	height: 15px;
	width: 1px;
	bottom: 100%;
	left: 50%;
	z-index: 5;
  }
  
  .is-zoomout .org-chart__list-lv2&gt;li:last-child .org-chart__list-lv3&gt;li:first-child:before {
	width: 3px;
  }
  
  .org-chart__list-lv2&gt;li:last-child:before {
	content: '';
	background: #fff;
	display: block;
	position: absolute;
	width: 100%;
	height: 45px;
	border-left: 1px solid #000;
	bottom: 100%;
	margin-bottom: -15px;
	left: 50%;
	z-index: 5;
	display: none;
  }
  
  @media screen and (max-width: 991px) {
	.org-chart__list-lv2&gt;li:last-child:before {
	  content: '';
	  background: #fff;
	  display: block;
	  position: absolute;
	  width: 100%;
	  height: 45px;
	  border-left: 2px solid #000;
	  bottom: 100%;
	  margin-bottom: -15px;
	  left: 50%;
	  z-index: 5;
	}
  }
  
  .is-zoomout .org-chart__list-lv2&gt;li:last-child:before {
	border-left: 3px solid #000;
  }
  
  .org-chart__list-lv2&gt;li:last-child&gt;.org-chart__item {
	z-index: 1000;
  }
  
  .org-chart__list-lv2&gt;li&gt;.org-chart__list-lv4 {
	text-align: left;
  }
  
  .org-chart__list-lv2&gt;li&gt;.org-chart__list-lv4:before {
	content: '';
	background: #fff;
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	top: -3px;
	left: 0;
	z-index: 1000;
  }
  
  @media screen and (max-width: 1406px) {
	.org-chart__list-lv2&gt;li&gt;.org-chart__list-lv4&gt;li .org-chart__item:before {
	  width: 15px;
	}
  }
  
  .org-chart__list-lv2&gt;li&gt;.org-chart__list-lv4&gt;li:first-child {
	/*margin-top: 200px;*/
	/* Normal Case */
	margin-top: 330px;
	/*Double Act Case */
  }
  
  @media screen and (max-width: 1180px) {
	.org-chart__list-lv2&gt;li&gt;.org-chart__list-lv4&gt;li .org-chart__item {
	  padding-left: 10%;
	}
  }
  
  .org-chart__list-lv2&gt;li&gt;.org-chart__list-lv4&gt;li .org-chart__item:before {
	content: '';
	background: #000;
	display: block;
	position: absolute;
	width: 20px;
	height: 1px;
	top: 50%;
	right: 100%;
	z-index: 5;
	width: 15px;
  }
  
  .is-zoomout .org-chart__list-lv2&gt;li&gt;.org-chart__list-lv4&gt;li .org-chart__item:before {
	height: 3px;
  }
  
  .org-chart__list-lv2&gt;li&gt;.org-chart__list-lv4&gt;li:last-child {
	width: 100px;
  }
  
  .org-chart__list-lv3 {
	display: block;
	text-align: center;
	z-index: 25;
	background: #fff;
	overflow: visible;
  }
  
  .org-chart__list-lv3:before {
	content: '';
	background: #000;
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 135px;
	z-index: 5;
  }
  
  @media screen and (max-width: 1780px) {
	.org-chart__list-lv3:before {
	  left: 12.5%;
	}
  }
  
  
  @media screen and (max-width: 991px) {
	.org-chart__list-lv3:before {
	  left: 75px;
	}
  
	.org-chart__list-lv2&gt;li&gt;.org-chart__list-lv4&gt;li:first-child {
	  margin-top: 370px;
	}
  }
  
  .is-zoomout .org-chart__list-lv3:before {
	height: 3px;
  }
  
  .org-chart__list-lv3 .org-chart__item {
	background: #EAF0FC;
  }
  
  @media screen and (max-width: 1406px) {
	.org-chart__list-lv3&gt;li .org-chart__item:before {
	  width: 5px;
	}
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv3 .org-chart__item {
	  padding-left: 10%;
	}
  }
  
  .org-chart__list-lv3&gt;li {
	display: inline-block;
	vertical-align: top;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv3&gt;li {
	  display: block;
	  z-index: 35;
	  border-left: 1px solid #000;
	  padding: 0 15px;
	}
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv3&gt;li {
	  padding: 0;
	}
  }
  
  .org-chart__list-lv3&gt;li .org-chart__item:before {
	content: '';
	background: #000;
	display: block;
	position: absolute;
	width: 10px;
	height: 1px;
	top: 50%;
	right: 100%;
	z-index: 5;
	width: 10px;
  }
  
  .is-zoomout .org-chart__list-lv3&gt;li .org-chart__item:before {
	height: 3px;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv3&gt;li .org-chart__item:before {
	  width: 10px;
	}
  }
  
  .org-chart__list-lv3&gt;li:after {
	content: '';
	background: #000;
	display: block;
	position: absolute;
	width: 1px;
	height: 1000px;
	margin-bottom: 0;
	/*top: 90px;*/
	/*Normal Case */
	top: 65px;
	/*Double Act Case */
	left: 5px;
	z-index: 40;
  }
  
  .is-zoomout .org-chart__list-lv3&gt;li:after {
	width: 3px;
  }
  
  @media screen and (max-width: 991px) {
	.org-chart__list-lv3&gt;li:after {
	  top: 175px;
	}
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv3&gt;li:after {
	  z-index: 25;
	  left: 20px;
	}
  }
  
  .org-chart__list-lv3&gt;li:first-child:before {
	content: '';
	background: #fff;
	display: block;
	position: absolute;
	width: 100%;
	height: 25px;
	border-right: 1px solid #000;
	bottom: 100%;
	margin-bottom: -15px;
	right: 50%;
	z-index: 5;
  }
  
  .is-zoomout .org-chart__list-lv3&gt;li:first-child:before {
	border-right: 3px solid #000;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv3&gt;li:first-child:before {
	  display: none;
	}
  }
  
  .org-chart__list-lv3&gt;li:not(:last-child):not(:first-child):before {
	content: '';
	background: #000;
	display: block;
	position: absolute;
	width: 1px;
	height: 15px;
	margin-bottom: -15px;
	bottom: 100%;
	left: 50%;
	z-index: 5;
  }
  
  .is-zoomout .org-chart__list-lv3&gt;li:not(:last-child):not(:first-child):before {
	width: 3px;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv3&gt;li:not(: last-child):not(: first-child):before {
	  background: #fff;
	  width: 110px;
	  height: 28px;
	  border-left: 0;
	  border-right: 1px solid #000;
	  border-top: 1px solid #000;
	  bottom: auto;
	  top: -15px;
	  margin-bottom: -15px;
	  left: auto;
	  right: 50%;
	  z-index: 5;
	}
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv3&gt;li:last-child {
	  border-left: 0;
	}
  }
  
  .org-chart__list-lv3&gt;li:last-child:before {
	content: '';
	background: #fff;
	display: block;
	position: absolute;
	width: 100%;
	height: 25px;
	border-left: 1px solid #000;
	bottom: 100%;
	margin-bottom: -15px;
	left: 50%;
	z-index: 5;
  }
  
  /* .org-chart__list-lv3&gt;li:last-child:after {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	width: 5px;
	height: 10px;
	margin-bottom: 0;
	top: 155px;
	left: 10px;
	z-index: 90;
  } */
  
  .is-zoomout .org-chart__list-lv3&gt;li:last-child:before {
	border-left: 3px solid #000;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv3&gt;li:last-child:before {
	  width: 110px;
	  height: 28px;
	  border-left: 0;
	  border-right: 1px solid #000;
	  border-top: 1px solid #000;
	  bottom: auto;
	  top: -15px;
	  margin-bottom: -15px;
	  left: auto;
	  right: 50%;
	  z-index: 5;
	}
  }
  
  .org-chart__list-lv3&gt;li:last-child .org-chart__item:before {
	content: '';
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv3&gt;li:last-child .org-chart__item:before {
	  background: #000;
	}
  }
  
  .org-chart__list-lv4 {
	display: block;
	text-align: center;
  }
  
  .org-chart__list-lv4 .org-chart__item {
	background: #fff5eb;
  }
  
  .org-chart__list-lv4&gt;li {
	display: block;
  }
  
  .org-chart__list-lv4&gt;li .org-chart__item {
	z-index: 55;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv4&gt;li .org-chart__item {
	  padding-left: 20%;
	}
  }
  
  .org-chart__list-lv4&gt;li:last-child:after {
	content: '';
	background: #fff;
	display: block;
	position: absolute;
	width: 160px;
	height: 10000px;
	top: 50%;
	margin-top: 1px;
	right: 50%;
	z-index: 45;
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv4&gt;li:last-child:after {
	  width: 105px;
	}
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__list-lv4&gt;li:last-child:after {
	  z-index: 30;
	  width: 100px;
	}
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart__collapsible&gt;.org-chart__item {
	  cursor: pointer;
	}
  
	/* .org-chart__list-lv3&gt;li:last-child .org-chart__item {
	  cursor: auto;
	} */
  
	.org-chart__collapsible&gt;.org-chart__item .org-chart__item-inner {
	  padding-left: 25px;
	}
  
	.org-chart__collapsible&gt;.org-chart__item .org-chart__item-inner:after {
	  content: '';
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 7px 7px 0 7px;
	  border-color: #000000 transparent transparent transparent;
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 30%;
	  margin-top: 0;
	  -webkit-transform: rotate(-90deg);
	  -ms-transform: rotate(-90deg);
	  transform: rotate(-90deg);
	}
  
	/* .org-chart__list-lv3&gt;li:last-child .org-chart__item-inner:after {
	  content: '';
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 7px 7px 0 7px;
	  border-color: transparent transparent transparent;
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 1em;
	  margin-top: 0;
	  -webkit-transform: rotate(-90deg);
	  -ms-transform: rotate(-90deg);
	  transform: rotate(-90deg);
	} */
  
	.org-chart__collapsible&gt;ul {
	  display: none;
	}
  
	.org-chart__collapsible.is-active&gt;.org-chart__item .org-chart__item-inner:after {
	  -webkit-transform: rotate(0);
	  -ms-transform: rotate(0);
	  transform: rotate(0);
	}
  
	.org-chart__collapsible.is-active&gt;ul {
	  display: block;
	  background-color: #fff5eb;
	}
  
	.org-chart__invisiblecollapsible&gt;.org-chart__item {
	  /*cursor: pointer;*/
	}
  
	.org-chart__invisiblecollapsible&gt;.org-chart__item .org-chart__item-inner {
	  padding-left: 25px;
	}
  
	.org-chart__invisiblecollapsible&gt;.org-chart__item .org-chart__item-inner:after {
	  content: '';
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 7px 7px 0 7px;
	  border-color: transparent transparent transparent transparent;
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 1em;
	  margin-top: 0;
	  -webkit-transform: rotate(-90deg);
	  -ms-transform: rotate(-90deg);
	  transform: rotate(-90deg);
	}
  
	.org-chart__invisiblecollapsible&gt;ul {
	  display: none;
	}
  
	.org-chart__invisiblecollapsible.is-active&gt;.org-chart__item .org-chart__item-inner:after {
	  -webkit-transform: rotate(0);
	  -ms-transform: rotate(0);
	  transform: rotate(0);
	}
  
	.org-chart__invisiblecollapsible.is-active&gt;ul {
	  display: block;
	}
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart .org-chart__list-lv2&gt;li {
	  border: 6px solid #d24157 !important;
	  border-top: 0 !important;
	}
  
	.org-chart .org-chart__list-lv2&gt;li:first-child {
	  border-top: 6px solid #d24157 !important;
	}
  }
  
  @media screen and (max-width: 1168px) {
	.org-chart .org-chart__list-lv3&gt;li {
	  border: 3px solid #1D5188 !important;
	  border-top: 0 !important;
	}
  
	.org-chart .org-chart__list-lv3&gt;li:first-child {
	  border-top: 3px solid #1D5188 !important;
	}
  }
  
  .org-chart__toggle .org-chart__toggle-txtshow {
	display: block;
  }
  
  .org-chart__toggle .org-chart__toggle-txthide {
	display: none;
  }
  
  .org-chart__toggle.is-active .org-chart__toggle-txtshow {
	display: none;
  }
  
  .org-chart__toggle.is-active .org-chart__toggle-txthide {
	display: block;
  }
  
  @media screen and (min-width: 1169px) {
	.org-chart__toggle {
	  display: none !important;
	}
  }
  /* org-chart [END] */


.swiper-button-prev {
	right: 100%;
	left: 10px;
	/* margin-right: 20px; */
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px;
	/* color: #f1c26a; */
	border: none;
	outline: none;
	background-image: url('../images/arrow-left.svg');
}

.swiper-button-next {
	/* left: 100%; */
	right: 10px;
	/* margin-left: 10px; */
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px;
	/* color: #f1c26a; */
	border: none;
	outline: none;
	background-image: url('../images/arrow-right.svg');
}

.swiper-wrapper {
	align-items: center;
}

/* Header */
#banner-template-container {
	padding-top: 232px;
}

/* Fred's Comments + New Comments */
#header-template-container {
	/* top: -60px; */
}

header {
	position: fixed;
	width: 100%;
	z-index: 2005;
	/* border-bottom: 2px solid #b33; */
}

/* Fred's Comments */
.header-container {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
	top: 60px;
	z-index: 2005;
	/* background-color: white; */
}

/* 20200720 */
.header-tools-container {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 20px;
	/* margin-top: 10px; */
	/* top: 50%;
	transform: translateY(-50%); */
	top: 10px;
    transform: none;
}

#head_menu_top_pt_1,
#head_menu_top_pt_2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

/* Logo */
/* 20200720 */
.logo {
	padding: 0 20px;
	position: absolute;
}

/* New Comments */
.logo-img {
	/* width: 100%; */
}

.logo-img-primary-care {
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 200px;

	object-fit: cover;
}

/* Nav */
.navbar {
	/* Fred's Comments */
	max-width: 100%;
	margin: auto;
	padding: 0px;
	color: white;
	background-color: #d24157;
}

/* Fred's Comments */
.navbar-nav {
	/* width: 80%; */
	width: 90%;
	margin: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
	display: inline-flex;
	align-items: center;
}

.nav-link {
	/* Fred's Comments */
	/* font-size: 14px; */

	/* Johnny's Comments */
	color: white;
}



/* Johnny's Comments + New Comments */
.nav-link:hover {
	/* background-color: #a8d9fa; */
	/* color: #734d97; */
	/* color: black; */
}

/* Fred's Comments + New Comments */
.nav-item {
	/* width: 250px; */
	/* margin-right: 50px; */
	padding: 0 25px;
	text-align: left;
	border-right: 2px solid #d53048;
	/*display: flex;
	align-items: center;*/
}

/* 20240531 */
.nav-item:first-child {
	background-color: #3678C4;
	font-size: 1.15em;
}

/* New Comments */
.nav-item:last-child {
	border: 0;
}

/* New Comments */
.nav-item:hover {
	/* background-color: #a8d9fa; */
	background-color: #EAF0FC;
	color: black;
	/* color: #734d97; */

	font-weight: bold;
}

/* New Comments */
.nav-item:hover .nav-link {
	color: black;
}

.nav-item:hover .dropdown-menu {
}

/* New Comments */
.dropdown-menu {
	background-color: #ffdede;
}

.dropdown-menu.is-active {
	display: block;
}

.dropdown-menu-li-ul.is-active {
	display: block;
}

/* Fred's Comments */
.dropdown-item {
	padding: 0;
}

/* Fred's Comments */
.dropdown-li {
	padding: 10px 10px;
	position: relative;
}

.dropdown-li.is-active {
	visibility: visible;
}

/* New Comments */
/* 20200720 */
.dropdown-li:hover {
	/* background-color: #EAF0FC; */
	background-color: inherit;
	/* color: #734d97; */
	cursor: pointer;
}
.dropdown-li:hover &gt; a {
	color: #be2D42 !important;
	font-weight: bold;
}

.dropdown-li:hover ul {
	display: block;
}

.dropdown-li a:active {
	color: #212529;
}

/* 20200720 */
.dropdown-li-with-new-icon {
	white-space: nowrap;
}

/* 20200720 */
.dropdown-item:focus {
	background-color: inherit;
}

/* 20200720 */
.dropdown-item:hover {
	/* background-color: #EAF0FC; */
	background-color: inherit;
}


.dropdown-list {
	display: block;
	visibility: hidden;
	position: absolute;
	min-width: 100%;
	top: 100%;
	width: auto;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* Bootstrap */
.dropdown {
	/* position: initial; */
}

.dropdown-toggle {
	white-space: normal;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	display: none;
	position: relative;
	min-width: 100%;
	width: auto;
	/* height: 150px; */
	margin-top: 0px;
	padding: 0px;
	/* border-top: 3px solid #734d97; */
	border-top: none;
	border-radius: 0px;

	z-index: 2000;
}

.dropdown-menu-inner {
	display: flex;
}

.dropdown-menu-inner &gt; ul {
	min-width: 100%;
	width: auto;
	box-shadow: 8px 8px 10px #aaa;
	border: 1px solid #cccccc;
}

.dropdown-menu ul {
	/* min-width: 100%; */
	/* width: auto; */
	/* padding: 10px; */
	padding: 0;
	list-style-type: none;
}

/* 20200720 */
.dropdown-menu-li-ul {
	/* width: 225px; */
	/*width: 20.5vw; */
	width:100%;
}

/* #menu_item_level_one_ul_3_5 {
width: 26vw;
} */

/* 20200720 */
#menu_item_level_one_bar_ul_4, #menu_item_level_one_bar_ul_5 {
	width: 26vw;
}

.dropdown-menu-li-ul li a {
	white-space: pre-wrap;
}

/* 20200720 */
#menu_item_level_one_bar_ul_4 li a, #menu_item_level_one_bar_ul_5 li a {
	white-space: pre-wrap;
}

/* Menu Button */
.menu-button, .close-button, .mobile-search-button, .mobile-share-button {
	padding-top: 0px;
}

.menu-button, .close-button {
	display: none;
}

.lang-selector {
	/* display: flex;
	align-items: center;
	justify-content: center; */
	display: inline-block;
	/* position: absolute; */
	top: 0;
	right: 40px;
	/* height: 20px; */
	/* background: #DEE7EF; */
	/* background-color: #efeede; */
	/* background-color: white; */
	color: black;
	list-style: none;
	z-index: 1000;

	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px
}

#head_menu_top_a_3, #head_menu_top_a_2 {
	color: black !important;
	padding: 0 5px;
	margin-top: -3px;
}

.button-fa {
	color: black;
	font-size: 20px;
	cursor: pointer;
}

/* Search */
/* New Comments */
.mobile-search-button {
	display: none;
}

.mobile-share-button {
	display: none;
}

.fa-search {
	vertical-align: middle;
	font-size: 18px;
}

.fa-times {
	vertical-align: middle;
	font-size: 18px;
}

.fa-microphone {
	vertical-align: middle;
	font-size: 18px;
}

.fa-pause {
	vertical-align: middle;
	font-size: 18px;
}

.menu-search-holder-outer {
	position: fixed;
	/* top: 100px; */
	display: none;
	z-index: 1999;
}

.menu-search-holder-wrapper {
	height: auto;
	text-align: center;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

/* New Comments */
.menu-search-holder {
	/* width: 50%; */
	/* width: 150px; */
	width: 175px;

	/* border-radius: 40px; */
	border: none;
	/* padding: 10px 15px; */
	position: relative;
	border-bottom: 1px solid black;
}

/* New Comments */
.menu-search-holder-mobile {
	/* width: 50%; */
	/* width: 150px; */

	border-radius: 40px;
	border: none;
	padding: 10px 15px;
	position: relative;
	border-bottom: 1px solid black;
}

/* Banner */
.banner {
	text-align: left;
	background-color: white;
}

.banner-img {
	/* max-height: 250px; */
	/* max-height: 125px; */
	max-height: 100px;
	/* Fred's Comments */
	width: 100%;
	object-fit: cover;
}

.banner-mobile-img {
	display: none;
}

.mobile-menu-right-icon {
	display: none;
}

.is-none {
	display: none !important;
}

.is-inline-block {
	display: inline-block !important;
}

.is-block {
	display: block !important;
}

/* 20200720 */
.home_panel_left, .home_panel_right {
	/* width: 50%; */
	font-size: 0.9em;
}

.home_panel_left {
	width: 65%;
}

.home_panel_right {
	width: 35%;
}

.home_left_panel_button_text, .home_right_panel_button_text {
	display: inline-flex;
	align-items: center;
	width: auto;
	height: 56px;
	font-size: 22px;
	font-weight: bold;
	color: white;
}

.print-button-mobile-container {
	display: none;
}

/* 20200720 */
.contact-us-paragraph span {
	display: table-cell;
}

/* 20200720 */
.enl-page-row-left {
	margin-right: 20px;
}

/* 20200720 */
.enl-page-row-right {
	max-width: 482.5px;
	position: relative;
	width: 100%;
	min-height: 170px;
}

/* 20200720 */
.enl-page-row-right ul {
	font-size: 1.05em;
}

/* 20200720 */
.enl-page-button {
	display: inline-block;
	max-width: 450px;
}

/* 20200720 */
.contact-us-icon {
	width: 40px;
	/* margin-right: 10px; */
}

/* 20200720 */
.contact-us-attribute {
	width: 125px;
}

/* 20200720 */
.ul-bullet-image {
	list-style-image: url('../images/bullet.png');
}

/* 20200720 */
.card-image {
	width: 100%;
	height: calc(100vw / 6);
	object-fit: contain;
	object-position: 50% 50%;
}

.Pho_cap_fmt {
	text-align: left;
	line-height: 1.25;
}

.swiper-pagination-home {
	display: none;
}

.new-icon {
	width: 30px;
	vertical-align: middle;
	margin-top: -4.5px;
}

.div-outer {
	border: 1px solid #fcb6b6;
	border-radius: 5px;
	padding: 5px;
}

.overflow-hidden {
	overflow: hidden;
}

.img-banner {
	width: 80%;
}

.page-heading {
	padding-bottom: 10px;
	color: #900;
}

.page-heading-in-paragraphs {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #900;
}

.img-thumbnails {
	box-shadow: 8px 8px 10px #aaa;
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
}

.img-recipes {
	max-width: 100%;
}

.img-with-box-shadow {
	box-shadow: 4px 4px 5px #aaa;
}

.img-with-box-shadow-light {
	box-shadow: 2px 2px 5px #aaa;
}

.year-and-month {
	display: inline;
	font-weight: bold;
}

.clear-both {
	clear: both;
}

.public-article-outer {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #fcb6b6;
}

.public-article-inner {
	background-color: #fff5eb;
	padding: 10px 25px;
}

.public-article-inner a {
	word-wrap: break-word;
}

/*** Details (Native Expand) ***/
details {
	border-bottom: 1px solid #16ABFF;
}
details summary::-webkit-details-marker {
	display: none;
}
details summary {
	position: relative;
	list-style: none;
	padding: 1em;
	cursor: default;
	border: 1px solid;
	padding-right: 1.5em;
	cursor: pointer;
}
details summary::after {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	top: 50%;
	right: 0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-position: center center;
	background-size: contain;
	transform: rotate(-90deg) translate(50%, -50%);
	/* transition: 0.1s ease all; */
}
details summary:focus {
	outline: 3px solid #3678C4;
	outline-offset: 1px;
}
details[open] &gt; summary::after {
	transform: rotate(-180deg) translate(50%, 50%);
}

.rfs-list-accordion:first-child {
	border-top: 1px solid #16ABFF;
}
.rfs-list-accordion summary {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	gap: 15px;
	border: 0;
	padding: 15px 30px 15px 12px;
}
.rfs-list-accordion summary img {
    width: 55px;
}
.rfs-list-accordion a.btn-document {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	gap: 10px;
    width: 100%;
	height: 100%;
	min-height: 66px;
    padding: 12px 16px;
    border: 1px solid #3678C4;
    border-radius: 10px;
	color: #212529 !important;
	text-decoration: none;
}
.rfs-list-accordion a.btn-document:focus {
	outline: 3px solid #3678C4;
	outline-offset: 1px;
}
.rfs-list-accordion a.btn-document img {
    width: 40px;
}
.rfs-list-accordion a.btn-document span {
	font-size: 16px;
}
.rfs-list-accordion a.btn-document.lightblue {
	background-color: #DCF2FF;
	border: 1px solid transparent;
}
.rfs-list-accordion a.btn-document:hover {
	color: white !important;
	background-color: #3678C4;
	border: 1px solid transparent;
}


/* 20200720 */
@media only screen and (min-width: 993px) {
	.is-inline-block {
		display: none !important;
	}
}

@media only screen and (max-width: 1650px) {
	/* New Comments */
	/* 20200720 */
	.logo-img {
		/* max-width: 90%; */
	}
}

@media only screen and (max-width: 1500px) {
	/* New Comments */
	/* 20200720 */
	.logo-img {
		/* max-width: 80%; */
	}
}

@media only screen and (max-width: 1451px) {
	#banner-template-container {
		padding-top: 232px;
	}
}

@media only screen and (max-width: 1400px) {
	/* #footer_link_div_1 div {
	width: 100%;
	} */
}

@media only screen and (max-width: 1392px) {
	.header-tools-container {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 1350px) {
	/* New Comments */
	/* 20200720 */
	.logo-img {
		/* max-width: 75%; */
	}
}

@media only screen and (max-width: 1280px) {
	.logo {
		padding: 0px;
	}

	/* 20200720 */
	.logo-img {
		max-width: 90%;
	}

	.logo-img-primary-care {
		padding: 5px 10px;
		max-width: 175px;
	}

	/* 20200720 */
	.header-tools-container {
		right: 0px;
	}

	/* 20200720 */
	.enl-page-row-left {
		margin-right: 0px;
	}

	/* 20200720 */
	.enl-page-row-right {
		max-width: 600px;
	}

	/* 20200720 */
	.enl-page-row-right ul {
		margin-top: 1rem;
	}

	/* 20200720 */
	.enl-page-button {
		max-width: 100%;
		position: relative !important;
		bottom: auto !important;
	}
}

@media only screen and (max-width: 1200px) {
	/* New Comments */
	/* 20200720 */
	.logo-img {
		/* max-width: 70%; */
	}

	/* 20200720 */
	.footer.list-unstyled &gt; li {
		margin: 10px 0;
	}
}

/* 20200720 */
@media only screen and (max-width: 1196px) {
	/* .header-tools-container {
		top: 57px;
		transform: none;
	} */
}

@media only screen and (max-width: 1100px) {
	/* New Comments */
	/* 20200720 */
	.logo-img {
		max-width: 80%;
	}

	/* 20200720 */
	/* #menu_item_level_one_ul_3_5 {
	width: 20.5vw;
	} */

	/* 20200720 */
	#menu_item_level_one_bar_ul_4, #menu_item_level_one_bar_ul_5 {
		width: 20.5vw;
	}
}

@media only screen and (max-width: 1048px) {
	.nav-item {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 1024px) {
	/* Johnny's Comments + New Comments */
	/* 20200720 */
	.logo-img {
		/* max-width: 275px; */
		/* max-width: 60%; */
	}
}

@media only screen and (max-width: 992px) {
	/* 20200720 */
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: relative;
	}

	/* 20200720 */
	.navbar-nav {
		display: block;
	}

	/* 20200720 */
	.dropdown-li-with-new-icon {
		white-space: pre-wrap;
	}

	/* 20200720 Temp Fix */
	/* #menu_item_level_one_li_3_1_1 &gt; a {
		display: inline-block !important;
		padding-right: 0;
		width: auto;
	} */

	/* 20200720 Temp Fix */
	/* #menu_item_level_one_li_3_7 &gt; a {
		display: inline-block !important;
		padding-right: 0;
		width: auto;
	} */

	/* Johnny's Comments */
	.logo {
		/* padding: 0; */
	}

	/* Fred's Comments */
	html, body {
		font-size: 0.97em;
	}

	.table td, .table th {
		padding: 0
	}

	/* Fred's Comments */
	#header-template-container {
		top: 0px;
	}

	/* Fred's Comments */
	.header-container {
		top: 0px;
		background-color: white;
	}

	/* 20200720 */
	/* Johnny's Comments */
	.header-tools-container {
		/* right: 0; */
		top: 50%;
		transform: translateY(-50%);
		/* margin-top: 0; */
		flex-direction: row;
	}

	/* Johnny's Comments + New Comments */
	/* 20200720 */
	.logo-img {
		max-width: 100%;
		max-height: 70px;
	}

	.menu-button {
		display: inline-block;
		padding: 0 5px;
	}

	.close-button {
		display: inline-block;
		padding: 0 8px;
	}

	.mobile-search-button {
		padding: 0 5px;
	}

	.mobile-share-button {
		padding: 0 5px;
	}

	.lang-selector {
		right: 70px;
	}

	.navbar {
		display: none;
	}

	/* 20200720 */
	.navbar-mobile-menu {
		background-color: #d54d61;
		padding: 0px;
		height: 100%;
		overflow: auto;
		/* z-index: 1999; */
		position: fixed;
		width: 100%;
		display: block;
		top: 0;
		padding-top: 100px;
		/* padding-top: 175px; */
		/* padding-top: 150px; */
		/* padding-top: 100px; */
	}

	/* 20200720 */
	.navbar-nav {
		width: 100%;
		flex-direction: column !important;
		/* padding: 0px 5px; */
		/* padding-top: 80px; */
	}

	/* 20200720 */
	.nav-item {
		margin-right: 0;
		padding: 0;
		border-right: 0px;

		border-bottom: 2px solid #d53048;
	}

	.nav-fill .nav-item {
		text-align: left;
		border-bottom: 1px solid #564571;
	}

	.nav-item:hover .dropdown-menu {
	}

	.mobile-menu-right-icon {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		text-align: center;
		cursor: pointer;
		height: 37px;
	}

	.fa-chevron-down:before {
		position: absolute;
		top: 50%;
		left: 50%;
		/* transform: translateY(-50%); */
		transform: translate(-50%, -50%);
	}

	.fa-chevron-up:before {
		position: absolute;
		top: 50%;
		left: 50%;
		/* transform: translateY(-50%); */
		transform: translate(-50%, -50%);
	}

	/* Bootstrap */
	.dropdown-menu {
		height: auto;
		border: 0;
	}

	.dropdown-menu-inner {
		display: block;
		height: auto;
		/* padding: 5px 0; */
		font-size: 0.97em;
	}

	.dropdown-menu-inner &gt; ul {
		box-shadow: 0px 0px 0px #aaa;
		border: 0px;
	}

	.dropdown-menu ul {
		width: auto;
		padding: 0;
	}

	.dropdown-li {
		display: block;
		border-bottom: 1px solid #EEE;
		padding: 0px;
	}

	.dropdown-li a {
		padding: 10px 10px;

		font-size: 1.05em;
	}

	.dropdown-li:last-child {
		border-bottom: 0;
	}

	.dropdown-menu.is-active {
		display: none;
	}

	.dropdown-menu-li-ul.is-active {
		display: block;
	}

	.dropdown-menu.is-mobile-active {
		display: block;
	}

	.menu-search-holder {
		width: 75%;
	}

	/* 20200720 */
	#banner-template-container {
		/* padding-top: 60px; */
		padding-top: 100px;
	}

	/* 20200720 */
	.contact-us-attribute {
		width: 85px;
	}

	.menu-search-holder-outer {
		top: 100px;
	}
}
/* Header Ends */

@media only screen and (max-width: 992px) {
	#ind_mob_row_1_right {
		text-align: center;
		padding-bottom: 10px;
	}

	#ind_mob_row_2_left {
		padding-bottom: 10px;
	}

	.con_us_title {
		display: block;
		width: 100%;
	}

	/* New Comments */
	/* 20200720 */
	#head_menu_top_div_1 {
		position: relative;
		/* height: 60px; */
		height: 100px;

		z-index: 2005;
	}

	/* New Comments */
	#head_menu_top_form_1 {
		display: none;
	}

	.mobile-search-button {
		display: block;
	}

	.mobile-share-button {
		display: block;
	}

	/* For Mobile View Comment 4 */
	.content-wrapper {
		max-width: 100%;
		/* padding: 0; */
	}

	.slider-item-img img {
		max-width: 100%;
	}

	#rolling_banner_ctl_div_5 {
		/* left: 50%; */
	}

	.home_panel_left {
		width: 100%;
	}

	.home_panel_right {
		display: none;
	}

	.home_left_panel_button_text, .home_right_panel_button_text {
		font-size: 16px;
	}

	.nav-item:hover .nav-link {
		color: white;
	}

	.nav-item:hover {
		background-color: inherit;
		color: white;
	}

	.dropdown-li:hover {
		background-color: inherit;
	}

	.dropdown-item:hover {
		background-color: inherit;
	}

	#grid_container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.breadcrumb-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}

	.home_panel_left, .home_panel_right {
		font-size: 1em;
	}

	.print-button {
		display: none;
	}

	.print-button-mobile-container {
		display: block;
	}

	.logo {
		top: 50%;
		transform: translateY(-50%);
	}

	.swiper-pagination-home {
		display: block;
	}

	/* #pcd_banner_section_2 {
		/* position: fixed !important;
		width: 100%;
	} */
	
	/* 20240514 hide pink bar from mobile */
	#pcd_banner_section_2 {
		display: none;
	}

	.img-banner {
		width: 100%;
	}

	.public-article-inner {
		padding: 5px 10px;
	}
}

@media only screen and (max-width: 1890px) {

}

@media only screen and (max-width: 1695px) {
}

@media only screen and (max-width: 1635px) {

}

@media only screen and (max-width: 1485px) {
	.img-text {
		/* font-size: 32px; */
	}
}

@media only screen and (max-width: 1440px) {
	#title-area {
		display: none !important;
	}

	#title-area2 {
		display: none !important;
	}

	#title-area-min {
		display: none !important;
	}
}

@media only screen and (max-width: 1345px){
	.img-text {
		/* font-size: 24px; */
	}
}

@media only screen and (max-width: 1317px){

}

@media only screen and (max-width: 1208px){

}

@media only screen and (max-width: 1200px){
	.slider-control {
		/* display: block; */
	}

	.table-press-releases {
		width: 90%;
	}

	.table-idc {
		width: 90%;
	}
}

/* 20200720 */
@media only screen and (max-width: 1199px){
	#footer_item_level_one_div_4 {
		/* margin-left: 0px; */
	}
}

@media only screen and (max-width: 1172px){
}


@media only screen and (max-width: 1046px) {
	.img-text {
		/* font-size: 22px; */
	}
}

@media only screen and (max-width: 1024px){
	.faq-wrapper {
		width: 80%;
		margin: auto;
	}
}

@media only screen and (max-width: 1010px){
	#the-nurse {
		width: 300px;
	}
}


@media only screen and (max-height: 800px){
	#title-area2 {
		display: none !important;
	}

	#title-area-min {
		display: none !important;
	}
}

@media only screen and (max-width: 992px){
	header {
		height: auto !important;
	}

	.client-journey-img {
		max-width: 90%;
	}

	.footer-br {
		display: block;
	}

	.table-pr-h1 {
		width: 30%;
	}

	.table-pr-h2 {
		width: 70%;
	}

	.table-press-releases {
		width: 100% !important;
	}

	.table-idc {
		width: 100% !important;
	}

	.divided-item {

		max-height: 250px;

	}

	.scope-title {
		/* font-size: 16px; */
	}

	.search-panel {
		padding-top: 60px;
	}

	.fhb-title-text-chi1 {
		margin-left: 5px;
	}

	.fhb-title-text-chi2 {
		margin-left: 5px;
	}

	.img-text-dhc {
		display: none;
	}

	.kt-dhc-navbar-menu2 {

		top: 70px;

	}

	.img-text {
		/* font-size: 18px; */
	}
}


@media screen and (max-width: 900px) {
	.timeline ul li div {
		width: 250px;
	}
	.timeline ul li:nth-child(even) div {
		left: -289px; /*250+45-6*/
	}
}

@media only screen and (max-width: 800px) {
	.layout_img {
		width: 50% !important;
	}
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 800px){
	.divided-item {
		width: 100%;
	}


	.img-test {
		width: 100%;
	}


	.key-functions {
		width: 50%;
		/* margin: auto; */
	}


	.carousel-inner .carousel-item.active .divided-item:not(:nth-child(2)) {
		display: none;
	}

	.img-text {
		/* font-size: 22px; */
		padding: 0 100px;
	}

	.prev-slide-button {
		left: 0px;
		top: auto;
		bottom: 0;
		transform: none;
	}

	.next-slide-button {
		right: 0px;
		top: auto;
		bottom: 0;
		transform: none;
	}

	.carousel-item-next,
	.active.carousel-item-right {
		opacity: 0.3;
		transition-property: opacity;
		transition-duration: 0.5s;
		transition-timing-function:linear;;
		transform: translateX(0%);

	}

	.carousel-item-prev,
	.active.carousel-item-left {
		opacity: 0.3;
		transition-property: opacity;
		transition-duration: 0.5s;
		transition-timing-function:linear;
		transform: translateX(0%);
	}

	#the-nurse {
		width: 150px;
	}

	.modal-content {
		width: 100%;
	}

	.table {
		width: 90% !important;
	}

	.table-press-releases {
		width: 100% !important;
	}


	.table-idc {
		width: 100% !important;
	}

	.subsidy-intro {
		width: 90%;
		margin: auto
	}

	.kt-dhc-subitem-name {
		display: none;
	}

	.scope-real-img {
		height: auto;
	}

	.scope-row {
		display: block;
	}

	.scope {
		width: 90%;
		margin: auto;
	}

	.scope-title {
		min-height: 60px;
		/* font-size: 22px; */
	}

}


@media only screen and (max-width: 769px){
	.sidenav-col {
		display: none;
	}

	.health-links {
		display: block !important;
	}

	#msg-sfh {
		margin: 0;
	}

	.sfh-img {
		height: 160px;
	}
}

@media only screen and (max-width: 768px) {
	.objectives-logo-div {
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 20px;
	}

	.fhb-title-text-chi1 {
		display: none;

	}

	/* 20200720 */
	.navbar-mobile-menu {
		/* padding-top: 100px; */
	}
}

@media only screen and (max-width: 767px){

	.logo-div {
		width: 33.333333%;
	}

	.feature-description {
		display: block;
	}

	.feature-ul {
		margin: 0;
		padding-left: 20px;
	}

	.features-title {
		width: 100%;
	}

	.features-container {
		width: 100%;
	}

	/* 20200720 */
	.card-image {
		height: auto;
		object-fit: initial;
		object-position: initial;

		box-shadow: 8px 8px 10px #aaa;
		padding: 5px;
	}

	.logo-img-primary-care {
		max-width: 125px;
	}

}



/* @media only screen and (max-width: 700px){
.modal-content {
width: 100%;
} */

.table {
	width: 90% !important;
}

.table-press-releases {
	width: 100% !important;
}

.table-idc {
	width: 100% !important;
}

div.speech {
	/* position: relative; */
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* right: 250px; */
	width: 100%;
	/* height: 150px; */
	text-align: center;
	/* font-size: 20px; */
	/* line-height: 100px; */
	background-color: #fff;
	border: 4px solid #666;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
	margin: auto;
	/* top: -30px; */
	/* top: 50px; */
	/* margin-top: 60px; */
}

.speech-content {
	/* text-align: justify; */
	/* padding: 15px 15px; */
	/* font-size: 16px; */
	margin-bottom: 0;
}

.selfTest tr {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	margin-top: 10px;
}
}

@media only screen and (max-width: 650px){
	.img-test {
		width: 100%;
	}

	.section-pyramid {
		display: none;
	}

	.section-pyramid-2 {
		display: block;
	}

	.title-press-releases{
		text-align: center;
	}

	.section-press-releases {
		padding-left: 10px;
		padding-right: 10px;
	}

	.table-pr-h1 {
		width: 45%;
	}

	.table-pr-h2 {
		width: 55%;
	}
}


@media screen and (max-width: 600px) {
	.timeline ul li {
		margin-left: -40px;
	}

	.timeline ul li div {
		width: 250px;
	}

	.timeline ul li:nth-child(even) div {
		left: 45px;
	}
}

@media only screen and (max-width: 699px){
	.logo-district-current, .logo-district {
		/* font-size: 12px; */
	}

	.pa-content {
		padding: 30px;
	}

	/* 20200720 */
	/* .banner-img {
	display: none;
	} */

	.banner-mobile-img {
		display: block;
		width: 100%;
	}

	/* 20200720 */
	.navbar-mobile-menu {
		/* padding-top: 100px; */
	}

	#header-template-container {
		position: relative;
	}

	#head_menu_top_div_1 {
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 2005;
	}

	#banner-template-container {
		padding-top: 0px;
	}

	/* 20200720 */
	.banner-template-container {
		/* padding-top: 60px; */
		padding-top: 100px;
		background: white;
	}

	/* 20200720 */
	.header-tools-container {
		display: flex;
		/* position: absolute; */
		position: relative;
		/* right: 20px; */
		/* top: 50%;
		transform: translateY(-50%); */
		/* margin-top: -25px; */
		right: 5px;
		top: 0;
		transform: none;
		justify-content: flex-end;
	}

	/* 20200720 */
	.logo {
		/* top: 50%;
		transform: translateY(-50%); */
		position: relative;
		top: 0;
		transform: none;
	}

	.logo-img-primary-care {
		max-width: 75px;
	}
}

@media only screen and (max-width: 550px) {
	.dhcbar {
		padding: 0px
	}

	.breadcrumb-special {
		margin-top: 40px;
	}

	# {
		/* newly added */
		/* max-width: 250px; */
		/* max-width: 150px; */

		max-width: 200px;
	}

	.language-option, .menu-option, .menu-option2 {
		/* font-size: 16px; */
	}

	.kt-dhc-navbar-menu2 {
		display: none !important;
		/* top: 50px; */
	}

	.map-title {
		/* font-size: 14px; */
	}

	/* Johnny's Comments + New Comments */
	/* 20200720 */
	.logo-img {
		/* max-width: 70%; */
	}
}

@media only screen and (max-width: 500px){

	.img-text {
		/* font-size: 22px; */
		padding: 0 70px;
	}

	.faq-wrapper {
		width: 100%;
		margin: auto;
	}

	/* Johnny's Comments + New Comments */
	/* 20200720 */
	.logo-img {
		/* max-width: 60%; */
	}
}



@media only screen and (max-width: 450px) {
	#grid_container {
		padding: 0;
	}

	.fhb-title-text-chi1 {
		margin-left: 5px;
		margin-bottom: 0px;
	}

	.fhb-title-text-chi2 {
		margin-left: 5px;
		margin-bottom: 5px;
	}

	.ktdhc-info {
		display: block;
	}

	.content-wrapper-resp {
		padding: 0px;
	}

	#slider-prev-news-and-events {
		left: -30px;
	}

	#slider-next-news-and-events {
		right: -30px;
	}
}

@media only screen and (max-width: 390px) {
	.img-text {
		/* font-size: 18px; */
	}

	.table-idc td, .table-idc th {
		padding: 0.2rem;
	}

	.cw-for-idc {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 360px){
	td ul {
		/* padding-left: 10px; */
	}
	.img-text {
		/* font-size: 18px; */
		padding: 0px;
	}

	.statements-and-forms-a {
		display: block;
	}

	/* 20200720 */
	.logo-img {
		/* max-width: 55%; */
	}

}


@media only screen and (max-width: 337px){
}

@media only screen and (min-width: 992px) {
	.language-selector-panel {
		display: none;
	}

	.menu-panel {
		display: none;
	}


	.full-height {
		height: auto;
	}
}

.line-height-compact {
	line-height: 1.5;
}

.sm-padding {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.dd-padding {
	padding-left: 15px;
}

.left-padding-20 {
	padding-left: 20px;
}

.li-margin-20 {
	margin-left: 20px;
}

.li-margin-35 {
	margin-left: 50px;
}

.left-padding-35 {
	padding-left: 35px;
}

.ol-no-margin {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.table_div {
	padding-top: 0px;
	padding-bottom: 0px;

	/* Johnny's Comments */
	/* padding-left: 5px;
	padding-right: 5px; */
}

.row_top_broder {
	border-top: 1px solid #d0d1d2;
}

.row_top_bottom {
	border-top: 1px solid #734d97;
}

.head_row_highlight{
	background-color: #faa6b3;
}

.head_row_bold{
	font-weight: bold;
}

.head_row_bold{
	background-color: #faa6b3;
}

.table {
	/* background-color: #e9f2fc; */
	width: 100% !important;
	margin-bottom: 0;
}

.table-hme-ico {
	width: 60% !important;
	margin: auto;
	text-align: center;
}

.table_nrt {
	width: 100%;
	max-width: 450px !important;
	/* border-collapse: separate; */
}

.table_nrt, th, td {
	border: 1px solid #faa6b3;
}

.table_nrt, .title_nrt {
	margin-left: auto;
}

.table-wrapper {
	border: 1px solid #734d97;
	padding: 5px;
	border-radius: 5px;

}

.ol-marker-style {
	list-style-type: none;
	margin-left: 0;
	padding-left: 40px; /* change 30px to anything */
	text-indent: -40px;
}
.ol-marker-style li:before {
	content: attr(marker) " ";
	display: inline-block;
	width: 40px;
	text-indent: 0;
	text-align: center; /* change this for different bullet position */
}

.ol-marker-style li:empty {
	content: attr("");
	display: none;
}

.ol-marker-style-none {
	list-style-type: none;
}

.ul-marker-style-none {
	list-style-type: none;
}

.left-padding-60 {
	padding-left: 60px;
}

li.bold-marker::marker {
	font-weight: bold;
}

li.line-height-compact {
	margin-bottom: 5px;
}

.text-bold {
	font-weight: bold;
}

.li-text-negative-indent-70 {
	text-indent: -70px;
}

.panel-buttom:hover {
	background-color: #C4E8FF !important;
	border: 1px solid black;
}

.panel-buttom:hover span, .panel-buttom:hover i {
	color: black !important;
}

.breadcrumb-section a {
	color: black;
}

.breadcrumb-section a:hover {
	color: blue;
}

.href-hover-color a:hover {
	color: #6C4C8C !important;
}

.dropdown-menu-li-ul {
	display: none;
	position: absolute;
	left: 100%;
	/* padding: 0 25px; */
	top: 0;
	background: #fff1ee;
	box-shadow: 8px 8px 10px #aaa;
	border: 1px solid #cccccc;
}

.share-panel {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	width: 250px;
	background: white;
	text-align: center;
	padding: 10px;
	border-top: 5px solid #6c4c8c;
	border-bottom: 5px solid #6c4c8c;
}

.home-paragraph {
	margin: 10px;

}

.panel-bottom {
	display: inline-block;
	background-color: #AFD1DA;
	color: white;
	font-weight: bold;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.grid_card_bar {
	display: inline-block;
	font-size: 1.05em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 35px;
	font-weight: bold;
	vertical-align: middle;
}

.grid_card_bar {
	margin-bottom: 0;
}

.grid_card_img {
	height: 130px;
}

.btn_rthk_podcasts {
    display: inline-block;
    background-image: url(../images/rthk_podcasts_bg.png);
    background-size: cover;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    color: #555;
}

.icon_youtube {
    background-image: url(../images/small_icon_youtube.png);
    padding-left: 25px !important;
    background-position: 0px;
		background-repeat: no-repeat;
		width: auto;
    height: auto;
}

.icon_pdf {
    background-image: url(../images/page_white_acrobat.png);
    padding-left: 25px !important;
    background-position: 0px;
		background-repeat: no-repeat;
		width: auto;
    height: auto;
}

.icon_tick {
	list-style-image: url(../images/tick.png);
}

/*** Other lang wrapper ***/
.other-lang-wrap {
	display: inline-flex;
}
.other-lang-wrap .dropdown-menu {
	box-sizing: border-box;
	text-align: center;
}
.other-lang-wrap .dropdown-menu a {
	display: block;
    white-space: nowrap;
	color: #212529;
	padding: 3px 6px;
}
.other-lang-wrap .dropdown-menu a:hover,
.other-lang-wrap .dropdown-menu a:focus {
	color: #be2D42;
	font-weight: bold;
}

#other_lang_h_1 {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


@media only screen and (max-width: 992px) {

	.dropdown-menu-li-ul {
		display: block;
		position: relative;
		left: auto;
		box-shadow: 0px 0px 0px #aaa;
		border: 0px;
		/* padding: 0 5px !important; */
	}

	.home-paragraph {

	}

	.share-panel {
		width: 175px;
	}

	.panel-bottom {
		position: relative;
		bottom: auto;
	}

	.nav-item {
		display: flex;
		align-items: start;
		flex-direction: column;
	}

	.nav-item:first-child,
	.nav-item:first-child:hover {
		background-color: #3678C4;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;

		font-size: 1.1em;
	}


	.dropdown-item {
		white-space: pre-wrap;
	}

	.dropdown-menu-li-ul li a {
		padding: 10px 10px;
		padding-left: 20px;
		border-bottom: 1px solid #F9F9F9;
	}

	#menu_item_level_one_ul_3_5 {
		width: 100%;
	}

	.sm-padding {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.rolling-banner-resp {
		padding: 0px;
	}
}

@media print {
	body {
		transform: scale(.9);
		-webkit-print-color-adjust: exact;
	}

	/* Print Fix */
	.navbar {
		display: flex !important;
	}

	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	/* Print Fix */

	#footer-template-container {
		display: none;
	}
	#slider-container {
		display: none;
	}
	#rolling-banner-container{
		display: none;
	}
	#head_menu_top_img_1 {
		width: 60%;
	}
}

@media only screen and (max-width: 992px){
	.table-mobile td {
		display: block;
		width: 100% !important;
		padding: 5px 10px 0px 10px;
	}

	#com_tbl_div_2 {
		border: none;
		padding: 0px;
		border-radius: 0px;
	}

	#com_tbl_p_2 {
		display: none;
	}

	.table-hme-ico {
		width: 80% !important;
	}
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99; /* Sit on top */
	padding-top: 250px; /* Location of the box */ */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.85); /* Black w/ opacity */
	text-align:center;
}

/* Modal Content (Image) */
.modal-content {
	/* margin: auto; */
	width: 100%;
	max-width: 800px;
	display:inline-block;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.modal-caption {
	/* margin: auto; */
	/* display: inline*/
	/* width: 100%; */
	/* max-width: 100%; */
	/* text-align: left; */
	/* color: red; */
	/* height: 100%; */
	/* position: absolute;
	top: 300px;
	right: 30px; */
	color: white;
	font-size: 18px;
	transition: 0.3s;
	width: 500px;
	display:inline-block;
	text-align:left;
	padding-left: 50px;
	padding-top: 20px;
	vertical-align: top;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #pho_pop_caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

/* The Close Button */
.modal-close {
	position: absolute;
	top: 220px;
	right: 50px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	transition: 0.3s;
	height: 30px;
}

.modal-close:hover,
.modal-close:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

@media only screen and (max-width: 768px){
	.table-mobile-md td {
		display: block;
		width: 100% !important
	}
}

@media only screen and (max-width: 767px){
	.table_nrt, .title_nrt {
		margin-left: 0;
	}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}

@media only screen and (max-width: 347px) {
	/* 20200720 Temp Fix */
	/* #menu_item_level_one_li_3_1_1 &gt; img {
		margin-left: 5px;
	} */

	/* 20200720 Temp Fix */
	/* #menu_item_level_one_li_3_7 &gt; img {
		margin-left: 5px;
	} */
}
</pre></body></html>