.site-default #t4-main-body {
	padding-top: 20px;
	padding-bottom: 40px;
}

#t4-header #t4-header-wrap .site-name {
	display: none !important;
}

.t4-megamenu .navbar-nav>li>a,
.t4-megamenu .navbar-nav>li>.nav-link {
	padding-right: 20px;
	font-weight: 600;
}

#t4-header .t4-logo-header .logo-image .logo-img {
	width: 300px;
	max-width: 300px;
	max-height: 100%;
	box-sizing: border-box;
}

#t4-header .t4-logo-header .logo-image .logo-img-sm {
	display: none !important;
	width: auto;
	height: 100px;
	max-width: 100%;
	max-height: 100px;
	box-sizing: border-box;
}

#t4-header .t4-logo-header {
	position: relative;
	height: 160px;
	padding: 0px 10px;
	background: #FFF !important;
}

#t4-header .t4-right-header {
	width: calc(100% - 10px);
	margin-left: 10px;
}

#t4-header .t4-right-header .t4-topbar {
	display: block !important;
	background: #2A1D15;
}

#t4-header .t4-right-header .acm-contact-info {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}

#t4-header .t4-right-header #triggerButton {
	margin-left: 20px;
}

#t4-section-1 .features-detail .num-item {
	display: none !important;
}

#t4-section-1 .features-detail p {
	color: rgba(255, 255, 255, 1);
}

.t4-content #t4-section-3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.t4-content #t4-section-4 {
	padding-top: 45px;
	padding-bottom: 70px;
}

.t4-content #t4-section-4 .section-title-wrap {
	padding-bottom: 20px;
}

#t4-sideshow .acm-slideshow .slider-content {
	padding-bottom: 0px;
}

.t4-content .aics_field_container input[type=text],
.t4-content .aics_field_container textarea {
	border: 1px solid #03082B;
	max-width: 100%;
}

.t4-content .aics_field_container .ulRadioField {
	display: block;
}

.t4-content .aics_field_container .liRadioField {
	display: inline-block;
	width: auto !important;
}

.t4-content .aics_field_container .liRadioField label {
	margin: 0px;
	padding: 0.5rem 3rem 0.5rem 0.5rem;
}

.t4-content .aiContactSafeCalendar button {
	padding: 0px 1rem;
	line-height: 36px;
}


.aiContactSafeErrorContainer {
	list-style: none;
	padding: 0px;
}

.aiContactSafeErrorContainer li {
	list-style: none;
	background-color: #ff0000;
	color: #ffffff;
	padding: 4px 8px;
}

.have_an_emergency_container a.btn-danger {
	width: 240px;
	font-size: 28px;
}

.report_drug_hotline_feedback .container .row {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.report_drug_hotline_feedback .container .row .item+.item {
	border-left: 1px solid #000000;
}

body.item-101 .t4-content #t4-section-3 {
	padding-top: 30px;
}

body.item-101 .t4-content #t4-section-5 {
	padding-top: 60px;
	padding-bottom: 60px;
}

body.item-101 .t4-content #t4-section-5 .item-info {
	padding-bottom: 0px;
}

body.item-101 .t4-content #t4-section-5 p:last-child {
	margin-bottom: 0px;
}

#homepageVideoContainer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
	max-height: 580px;
	overflow: hidden;
}

#homepageVideoContainer #homepageVideo {
	display: block;
	position: relative;
	min-width: 100%;
	min-height: 200px;
	height: auto;
	z-index: 2;
}

#homepageVideoContainer #homepageVideoContent {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	bottom: 0px;
	min-width: 100%;
	height: 100%;
	z-index: 3;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	text-align: center;
}

#homepageVideoContainer #homepageVideoContent * {
	color: #ffffff;
}

@media (max-width: 1400px) {

	.t4-megamenu .navbar-nav>li>a,
	.t4-megamenu .navbar-nav>li>.nav-link {
		padding-right: 12px;
		font-size: 14px;
	}

	#t4-sideshow h1,
	#t4-sideshow .h1 {
		font-size: 60px;
	}
}

@media (max-width: 1280px) {

	#t4-header .t4-logo-header .logo-image .logo-img {
		width: 200px;
		max-width: 200px;
		max-height: 100%;
		box-sizing: border-box;
	}

	.t4-megamenu .navbar-nav>li>a,
	.t4-megamenu .navbar-nav>li>.nav-link {
		padding-right: 10px;
		font-size: 14px;
	}

	#t4-header .t4-right-header .t4-header-right {
		max-width: 18%;
	}

	#t4-header .t4-right-header .t4-header-right .btn {
		padding: 1rem 10px;
	}

	#t4-header .t4-right-header .acm-contact-info .contact-inner+.contact-inner {
		padding-left: 1rem;
		margin-left: 1rem;
	}
}

@media (max-width: 1120px) {

	.t4-megamenu .navbar-nav>li>a,
	.t4-megamenu .navbar-nav>li>.nav-link {
		padding-right: 8px;
		font-size: 13px;
	}
}

@media (max-width: 1080px) {
	#t4-header .t4-logo-header .logo-image .logo-img {
		width: 140px;
		max-width: 140px;
		max-height: 100%;
	}

	#t4-header .t4-logo-header {
		height: 160px;
		padding: 0px;
	}

	#t4-header .t4-right-header {
		width: calc(100% - 95px);
		margin-left: 15px;
	}

	#t4-sideshow h1,
	#t4-sideshow .h1 {
		font-size: 40px;
		margin: 3rem 1rem;
	}
}

@media (max-width: 991px) {
	#t4-header .t4-right-header .t4-header-right #triggerButton {
		padding: 0px;
	}

	#t4-header .t4-right-header .t4-header-right {
		display: block !important;
		position: relative;
		right: unset;
		top: unset;
		z-index: 999;
	}

	#t4-header .t4-logo-header .logo-image .logo-img {
		display: block !important;
		width: 200px;
		max-width: 200px;
	}

	#t4-header .t4-right-header .t4-header-right {
		max-width: 100%;
	}

	#t4-header .t4-megamenu-wrap>.container {
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {

	.report_drug_hotline_feedback .container .row,
	.report_drug_hotline_feedback .container .row .item+.item {
		border: none;
	}

	.acm-features.style-6 .row .item+.item .features-item {
		border-top: 1px solid #000000;
	}
}

@media (max-width: 740px) {
	#t4-header .t4-logo-header {
		height: 100px;
		padding: 0px;
		margin-top: 60px;
	}

	#t4-header .t4-right-header {
		width: 100%;
		margin-left: -200px;
	}
}

@media (max-width: 520px) {

	#t4-sideshow h1,
	#t4-sideshow .h1 {
		font-size: 30px;
		margin: 3rem 1rem;
	}

	#t4-header .t4-right-header .t4-topbar>.container {
		padding-left: 0px;
		padding-right: 10px;
	}

	#t4-header .t4-right-header .acm-contact-info .contact-inner+.contact-inner {
		padding-left: 0.5rem;
		margin-left: 0.5rem;
	}

	.acm-contact-info .contact-follow {
		display: flex;
		width: 100%;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.acm-contact-info a {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.acm-contact-info span {
		display: block;
		float: none;
		clear: both;
	}
}

@media (max-width: 400px) {
	#t4-header .t4-right-header .acm-contact-info .contact-inner+.contact-inner {
		padding-left: 0.3rem;
		margin-left: 0.3rem;
	}

	#t4-header .t4-right-header .acm-contact-info .fa {
		display: block;
	}

	.acm-contact-info span {
		font-size: 14px;
	}
}

@media (max-width: 280px) {
	#t4-header .t4-logo-header {
		margin-top: 180px;
	}

	.t4-topbar {
		height: 180px;
	}

	.acm-contact-info .contact-follow {
		flex-flow: column nowrap;
	}

	.acm-contact-info .contact-follow .contact-inner {
		border: none;
	}
}
