.wrapper-hero {
	padding-bottom: 75px;
	background: #6cc2ff;
	background: -moz-linear-gradient(top, #6cc2ff 0, #5d9cd2 72%, #4a6b97 100%);
	background: -webkit-linear-gradient(top, #6cc2ff 0, #5d9cd2 72%, #4a6b97 100%);
	background: linear-gradient(to bottom, #6cc2ff 0, #5d9cd2 72%, #4a6b97 100%)
}

.wrapper-hero .hero {
	padding: 30px 10%
}

.wrapper-hero .hero h1 {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 52px;
	margin: 10px 0
}

.wrapper-hero .hero ul {
	margin: 0 auto;
	padding: 10px 15%;
	max-width: 1000px
}

.wrapper-hero .hero ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 300;
	color: #e0f0ff;
	line-height: 18px;
	text-align: center;
	padding: 6px 0
}

.wrapper-hero .hero ul li span {
	font-weight: 400;
	color: #fff
}

.wrapper-hero .hero ul+p {
	color: #fff;
	background: #333;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	padding: 8px 0;
	margin: 30px -12.5% -30px -12.5%
}

.author a {
	color: #fff;
	text-decoration: none
}

.author a:hover {
	text-decoration: underline
}

.rxArt main {
	display: table;
	display: flex
}

.story {
	padding: 0 20px 30px 20px;
	min-height: 1100px;
	width: 100%
}

.story header {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	margin: 10px 0
}

.story .breadcrumbs {
	font-weight: 300;
	margin: 5px 0;
	font-size: 14px;
	width: 70%
}

.story .breadcrumbs a:after {
	font-family: icomoon;
	content: "\e613";
	padding-left: 4px;
	display: inline-block;
	vertical-align: middle;
	color: #000
}

.trustBadge {
	float: right;
	color: #4caf50;
	font-size: 11px;
	padding: 8px 6px 7px 32px;
	margin-top: -35px;
	border: 1px solid #4caf50;
	border-radius: 5px;
	width: 102px;
	position: relative;
	transition: all 250ms
}

.trustBadge .icon-shield {
	font-size: 22px;
	color: #4caf50;
	position: absolute;
	left: 6px;
	top: 4px;
	transition: all .7s
}

.trustBadge:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
	border-color: #fff;
	cursor: pointer
}

.trustBadge:hover .icon-shield {
	color: #fff
}

.story .share {
	float: right;
	margin-top: -32px
}

.story article {
	font-size: 14px;
	padding: 5px 0
}

.story article a {
	color: #0072bc;
	text-decoration: none;
	cursor: pointer
}

.story article a:hover {
	text-decoration: underline
}

.story article .alert {
	background: #ed1c24;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block
}

.story article h3 {
	text-decoration: underline;
	text-transform: uppercase
}

.story article ul {
	margin: 30px 0
}

.story article ul li {
	padding: 5px 0;
	break-inside: avoid
}

#apPage h5 {
	font-size: 13px
}

.pageContainer {
	display: table;
	display: flex;
	z-index: 1;
	position: relative
}

.pageContainer .articleGutter {
	width: min-content;
	padding-left: 20px
}

.separator {
	display: none
}

#A_Z ul {
	padding: 0;
	display: inline-block
}

#A_Z ul li {
	list-style: none;
	padding: 0;
	margin: 6px;
	float: left
}

#A_Z li a {
	display: inline-block;
	padding: 10px;
	color: #6896da;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #f5f5f5;
	transition: all 250ms
}

#A_Z li a:hover {
	background: #000;
	color: #fff;
	text-decoration: none
}

#TopOfPage .wrapper-hero {
	padding: 0
}

#symptom_checker {
	width: 1000px;
	margin: 0 auto
}

#search .story {
	width: 100%
}

#search .story article {
	padding: 25px 0
}

.slideshow #apPage:before {
	content: "";
	border-top: 4px dotted #ddd;
	margin: 10% auto;
	padding-bottom: 25px;
	display: block;
	text-align: center;
	width: 150px
}

.slideshow #apPage:first-child:before {
	display: none
}

.slideshow .apPage {
	text-align: center
}

.slideshow .apPage h3 {
	font-size: 26px;
	text-decoration: none
}

.slideshow .apPage img {
	width: 100%;
	max-width: 493px;
	border-radius: 5px
}

.slideshow .apPage .content {
	font-size: 18px;
	text-align: justify;
	margin: 25px 5% 80px
}

.social-section>div {
	display: inline-block
}

@media (min-width:1024px) {
	.story {
		padding: 20px
	}

	#search .story {
		padding: 0 5%
	}
}

@media (min-width:1200px) {
	.wrapper-hero .hero h1 {
		font-size: 54px
	}

	.wrapper-hero .hero ul li {
		font-size: 18px
	}

	.story .breadcrumbs {
		width: 76%
	}

	.story header h2 {
		font-size: 30px;
		margin: 20px 190px 10px 0;
		line-height: 30px
	}

	.story article {
		font-size: 16px
	}

	.story article .alert {
		font-size: 16px;
		padding: 8px 16px
	}

	.share a {
		font-size: 22px;
		width: 40px;
		height: 40px;
		margin: 0 2px
	}

	.share span {
		padding: 9px;
		line-height: 39px
	}
}

@media (min-width:1400px) {
	.story header h2 {
		font-size: 42px;
		line-height: 42px
	}

	.story article {
		font-size: 18px
	}

	.slideshow .apPage h3 {
		font-size: 30px
	}

	.slideshow .apPage .content {
		margin: 25px 12% 80px;
		font-size: 22px
	}
}

.content-img {
	text-align: center
}

.text-img {
	max-width: 100%
}

.text-img1 {
	max-width: 50%
}

.text-list {
	list-style-type: circle
}

.text-table {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap
}

.text-table h3 {
	flex-basis: 100%
}

.table__img {
	position: relative;
	flex-basis: 260px
}

.table__img img {
	max-width: 100%
}

.table__img span {
	font-weight: 600;
	line-height: 20px;
	position: absolute;
	right: 10px
}

.table__img span:nth-child(2) {
	top: 53px
}

.table__img span:nth-child(3) {
	top: 153px
}

.table__img span:nth-child(4) {
	top: 238px
}

.table__img span:nth-child(5) {
	top: 290px
}

.table__list {
	margin: 0 !important;
	padding: 0;
	flex-basis: calc(100% - 300px)
}

.order {
	margin: 20px 0;
	text-align: center
}

.order a {
	font-weight: 900;
	display: inline-block;
	padding: 20px 30px;
	transition: .5s;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff !important;
	border-radius: 10px;
	background-image: linear-gradient(to right, #9eefe1 0, #009ddd 51%, #094fa3 100%);
	background-size: 200% auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.order a:hover {
	background-position: right center
}

.comments h2 {
	margin-bottom: 30px
}

.comments__block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0
}

.comments-block__img {
	flex-basis: 50px
}

.comments-block__img img {
	max-width: 100%
}

.comments-block__text {
	margin-left: 30px;
	flex-basis: calc(100% - 80px)
}

.comments-block__text span {
	font-weight: 700
}

.prod-img img {
	max-width: 300px !important
}