/*! Smartie Advertorial 2021 - 2021-05-10 22:18:14 PM GMT+0800 */
html, body {
	min-width: 320px;
}

/* Smartie Buttons and Helpers */
.btn-smartie-red {
	color: #fff;
	background-color: #F64C3C;
	border-color: #F64C3C;
	box-shadow: 0 4px 0 0 #c31909;
}

.btn-smartie-red:hover {
	color: #fff;
	background-color: #d14133;
	border-color: #c53d30;
}

.btn-check:focus + .btn-smartie-red, .btn-smartie-red:focus {
	color: #fff;
	background-color: #d14133;
	border-color: #c53d30;
	box-shadow: 0 0 0 0.25rem rgba(247, 103, 89, 0.5);
}

.btn-check:checked + .btn-smartie-red,
.btn-check:active + .btn-smartie-red, .btn-smartie-red:active, .btn-smartie-red.active,
.show > .btn-smartie-red.dropdown-toggle {
	color: #fff;
	background-color: #c53d30;
	border-color: #b9392d;
}

.btn-check:checked + .btn-smartie-red:focus,
.btn-check:active + .btn-smartie-red:focus, .btn-smartie-red:active:focus, .btn-smartie-red.active:focus,
.show > .btn-smartie-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(247, 103, 89, 0.5);
}

.btn-smartie-red:disabled, .btn-smartie-red.disabled {
	color: #000;
	background-color: #F64C3C;
	border-color: #F64C3C;
}

.btn-smartie-blue {
	color: #fff;
	background-color: #003555;
	border-color: #003555;
	box-shadow: 0 4px 0 0 black;
}

.btn-smartie-blue:hover {
	color: #fff;
	background-color: #002d48;
	border-color: #002a44;
}

.btn-check:focus + .btn-smartie-blue, .btn-smartie-blue:focus {
	color: #fff;
	background-color: #002d48;
	border-color: #002a44;
	box-shadow: 0 0 0 0.25rem rgba(38, 83, 111, 0.5);
}

.btn-check:checked + .btn-smartie-blue,
.btn-check:active + .btn-smartie-blue, .btn-smartie-blue:active, .btn-smartie-blue.active,
.show > .btn-smartie-blue.dropdown-toggle {
	color: #fff;
	background-color: #002a44;
	border-color: #002840;
}

.btn-check:checked + .btn-smartie-blue:focus,
.btn-check:active + .btn-smartie-blue:focus, .btn-smartie-blue:active:focus, .btn-smartie-blue.active:focus,
.show > .btn-smartie-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(38, 83, 111, 0.5);
}

.btn-smartie-blue:disabled, .btn-smartie-blue.disabled {
	color: #fff;
	background-color: #003555;
	border-color: #003555;
}

.text-red {
	color: #F64C3C;
}

.text-blue {
	color: #003555;
}

.bulleted,
.encircled {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 0.75rem;
	text-align: center;
	line-height: 1.9;
	color: #fff;
	background-color: #003555;
	border-radius: 50%;
}

/* Header */
header {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	border-bottom: 5px solid #F64C3C;
}

header .branding {
	display: block;
	max-width: 200px;
}

header .menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .menu-item {
	color: #F64C3C;
	text-decoration: none;
}

main {
	margin: 2rem auto;
}

/* Share links */
.share-links {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.share-links .title {
	margin-right: 0.5rem;
}

.share-links .share-link {
	margin-right: 0.5rem;
}

/* Recent Advertorials */
.advertorial-section {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #e9ecef;
}

.recent-adv {
	display: block;
	color: inherit;
	text-decoration: none;
}

.recent-adv-image {
	margin-bottom: 0.5rem;
}

.recent-adv h4 {
	font-size: 1.2rem;
	font-weight: 700;
}

/* Recent advertorials - Aside */
aside .recent-adv h4 {
	font-size: 0.875rem;
}

@media (min-width: 992px) {
	aside .recent-adv {
		display: flex;
	}
	aside .recent-adv-image {
		max-width: 96px;
	}
}

/* Boxed content */
.boxed-content {
	padding: 1.5rem;
	margin: 2rem auto;
	border: 1px solid #eee;
	border-radius: 0.2rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.boxed-content.solid-border {
	box-shadow: none;
	border: 2px solid #ddd;
}

.ben-boxed .boxed-content {
	position: relative;
}

.ben-boxed .boxed-content .ben {
	display: none;
}

@media (min-width: 768px) {
	.ben-boxed .boxed-content {
		margin-left: 8rem;
	}
	.ben-boxed .boxed-content .ben {
		display: block;
		position: absolute;
		top: 0;
		left: -142px;
		width: 160px;
		max-height: 100%;
	}
}

/* Map content */
.svg-map-container {
	position: relative;
}

.map-button {
	display: block;
	position: absolute;
	bottom: 3rem;
	left: 3rem;
}

.map-mobile-button {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.map-mobile-button a {
	flex: 0 0 24%;
	margin-bottom: 0.5rem;
}

/* Right Sidebar - Survey box */
.survey-box-header {
	margin: 0 auto;
	padding: 1rem 0.5rem;
	color: #fff;
	font-weight: 700;
	background: #0d6efd;
}

.survey-box-content {
	padding: 1rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.btn-survey img {
	display: block;
	margin-right: 0.5rem;
}

.btn-survey a {
	display: flex;
	align-items: center;
	margin: 0.5rem auto;
	padding: 1rem;
	text-decoration: none;
	border-radius: 0.4rem;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
	transition: 200ms linear;
}

.btn-survey a:hover {
	background-color: #f1f3f5;
}

@media (min-width: 992px) {
	.btn-survey {
		font-size: 12px;
		line-height: 1.2;
	}
	.btn-survey img {
		margin: 0 auto 0.5rem;
	}
	.btn-survey a {
		display: block;
		text-align: center;
	}
}

/* Footer */
footer {
	padding: 1.5rem 0;
	color: #868e96;
	font-size: 14px;
	background-color: #212529;
}

footer .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer .menu a {
	color: #868e96;
	text-decoration: none;
	text-transform: uppercase;
}

footer .menu li {
	padding: 0.5rem 1rem;
	white-space: nowrap;
}

@media (min-width: 768px) {
	footer .menu {
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin: 0;
	}
	footer .menu li {
		padding: 0.25rem;
	}
}

