html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
	padding-top: 50px;
}

.header {
	background: #303030;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 11px 0;
	z-index: 50;
}

.logo {
	width: 181px;
	display: block;
	margin: 0 auto;
	line-height: 0;
}

.disclosure {
	font-size: 0.75rem;
	color: #fff;
	line-height: 18px;
	position: absolute;
	top: 16px;
	right: 15px;
}

.disclosure:hover {
	text-decoration: underline;
}

.disclosure-box {
	display: none;
	position: absolute;
	top: 40px;
	right: 10px;
	background: #fff;
	width: 100%;
	max-width: 500px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #e2e2e2;
	box-shadow: 0 3px 15px rgba(51, 51, 51, .431);
}

.bold {
	font-weight: 700;
}

.disclosure-box p {
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: justify;
}

.disclosure-box p:last-child {
	margin-top: 10px;
}

.top-part {
	padding: 20px 0;
	position: relative;
}

.container {
	margin: 0 auto;
	max-width: 1330px;
	padding: 0 15px;
}

.top-part-inner {
	max-width: 840px;
}

.top-part-inner h1 {
	font-size: 3rem;
	font-weight: 700;
	color: #181716;
}

.sub-title {
	font-size: 0.875rem;
}

.right-img {
	width: 558px;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/header.webp) no-repeat center;
	background-size: cover;
}

.right-img:after {
	content: "";
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .5) 70%, hsla(0, 0%, 98%, 0));
}

.wrapper {
	max-width: 1330px;
	margin: 0 auto;
	padding: 20px 15px 50px;
}

.top-quote {
	padding: 5px 26% 5px 20px;
	font-size: 1.063rem;
	font-style: italic;
	font-weight: 500;
	border-left: 6px solid #181716;
	margin-bottom: 20px;
}

.editorial-note {
	padding: 8px 16px;
	font-size: 0.75rem;
	background: #f1faff;
	color: #181716;
	display: inline-block;
}

.top-wrapper {
	font-size: 0;
	padding-right: 26%;
	margin-top: 45px;
	position: relative;
}

.product {
	padding: 34px 28px;
	position: relative;
	margin-bottom: 19px;
	background: #fff;
	border: 1px solid #d1e5e1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 -3px 4px rgba(24, 28, 71, .04), 0 3px 8px rgba(24, 28, 71, .1);
	font-size: 0;
}

.most-popular {
	position: absolute;
	top: 34px;
	left: 28px;
}

.most-popular span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: 700;
	background: #65657e;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.875rem;
	line-height: 18px;
}

.most-popular img {
	display: none;
}

.product-left {
	width: 16%;
	display: inline-block;
	vertical-align: top;
}

.best .product-left {
	padding-top: 24px;
}

.product-left p {
	font-size: 3.5rem;
	font-weight: 700;
}

.product-left img {
	max-width: 141px;
	max-height: 43px;
	width: 100%;
	height: auto;
	display: block;
}

.product-left .product-score {
	display: none;
}

.product-middle {
	width: 60%;
	padding: 0 54px 0 32px;
	display: inline-block;
	vertical-align: top;
}

.product-title {
	font-weight: 700;
	font-size: 1.063rem;
	color: #333;
	margin-bottom: 14px;
}

.product-middle ul li {
	background: url(../images/check.webp) no-repeat left top;
	background-size: 24px 24px;
	font-size: 0.875rem;
	color: #333;
	padding-left: 30px;
	line-height: 24px;
	margin-bottom: 4px;
}

.product-middle ul li:last-child {
	margin-bottom: 0;
}

.product-right {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 10px;
}

.product-right img {
	position: absolute;
	top: 10px;
	left: -20px;
	width: 24px;
	height: auto;
}

.product-score {
	position: relative;
	border: 1px solid rgba(118, 129, 173, .2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 47px;
	padding-left: 64px;
	text-align: center;
	background: #fff;
}

.product-score p {
	width: 64px;
	height: 47px;
	font-size: 1.875rem;
	background: #65657e;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}

.product-stars {
	vertical-align: middle;
	display: inline-block;
	line-height: 1.2;
}

.product-stars span {
	font-size: 0.688rem;
	font-weight: 700;
	color: #65657e;
}

.stars-empty {
	background: url(../images/star-empty.svg) repeat;
	width: 65px;
	height: 12px;
	margin: 5px auto 0;
}

.stars-full {
	height: 12px;
	background: url(../images/star.svg) repeat;
}

.product-cta, .bar-cta a {
	background: #65657e url(../images/arrow.webp) no-repeat center right 15px;
	background-size: 24px 24px;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	display: block;
	width: 100%;
	padding: 8px 40px 8px 17px;
	box-shadow: 0 3.6386px 10.9158px rgba(0, 0, 0, .2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 8px;
	line-height: 1.75;
	position: relative;
	z-index: 5;
}

.product-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.product-cta:hover, .bar-cta a:hover, .product:hover .product-title, .product:hover .product-middle ul li {
	text-decoration: underline;
}

.product-right > span {
	display: block;
	font-size: 0.75rem;
	color: #333;
	margin-top: 10px;
	text-align: center;
}

.article h2 {
	font-size: 1.5rem;
	margin: 24px 0 16px;
	font-weight: 700;
}

.article h3 {
	font-size: 1.25rem;
	margin: 24px 0 16px;
	font-weight: 700;
}

.article h4 {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 1.125rem;
	margin-bottom: 20px;
	color: #333;
}

.article p {
	color: #333;
	font-family: 'Merriweather', serif;
	font-size: 1.063rem;
	line-height: 1.8;
	margin-bottom: 20px;
}

.list-item {
	margin-bottom: 20px;
	font-size: 1.063rem;
	font-family: 'Merriweather', serif;
	padding-left: 20px;
	list-style: disc;
	line-height: 1.8;
}

.list-item li {
	padding: 5px 0;
}

.list-item li ul {
	padding-left: 20px;
	list-style: circle;
}

hr {
	border: 0;
	height: 4px;
	background: #65657e;
	margin: 24px 0;
}

ol {
	list-style: decimal;
	padding-left: 20px;
	margin-bottom: 20px;
}

ol li {
	padding: 5px 0;
	font-size: 1.125rem;
	font-family: 'Merriweather', serif;
}

.disclaimer {
	font-size: 0.938rem !important;
}

.ad-box {
	padding: 30px 34px;
	border: 1px solid #ddd;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	font-size: 0;
	margin: 20px 0;
}

.ad-ad {
	position: absolute;
	top: 10px;
	right: 35px;
}

.ad-ad a {
	display: block;
	width: 27px;
	height: 15px;
}

.ad-box a svg path {
	fill: #181716;
}

.ad-box a svg g path {
	fill: none;
	stroke: #181716;
}

.ad-ad span {
	position: absolute;
	top: 24px;
	left: 50%;
	width: 220px;
	background: #333;
	padding: 12px;
	display: block;
	color: #fff;
	margin-left: -110px;
	font-size: 0.875rem;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
}

.ad-ad span:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #333 transparent;
	transform: rotate(0deg);
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -7px;
}

.ad-ad:hover span {
	visibility: visible;
    opacity: 1;
}

.ad-img {
	display: inline-block;
	vertical-align: middle;
	width: 17%;
}

.ad-img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.ad-txt {
	display: inline-block;
	vertical-align: middle;
	padding: 0 42px 0 52px;
	width: 58%;
}

.ad-txt span {
	font-size: 1.125rem;
	margin-bottom: 8px;
	font-weight: 700;
	color: #65657e;
}

.ad-txt p {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0;
	color: #000;
	line-height: 1.4;
}

.ad-cta {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	text-align: center;
}

.ad-cta a {
	display: block;
	color: #fff;
	background: #65657e;
	line-height: 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.125rem;
}

.ad-cta a:hover {
	text-decoration: underline;
}

.ad-cta span {
	display: block;
	margin-top: 10px;
	color: #333;
	font-size: 0.75rem;
}

.legitscript-badge {
	margin-bottom: 20px;
}

.sidebar {
	border: 1px solid #d1e5e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	right: 0;
	width: 23%;
}

.sidebar-title {
	background: #e5f6ff;
	font-size: 1.125rem;
	padding: 10px 18px;
	color: #333;
	font-weight: 700;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.sidebar ul {
	padding: 0 10px;
}

.sidebar ul li {
	padding: 18px 15px 16px;
	border-bottom: 1px solid #f3f3f3;
	font-size: 0.875rem;
}

.sidebar ul li:last-child {
	border-bottom: 0;
}

.sidebar ul li p {
	margin-bottom: 4px;
	color: #333;
}

.sidebar ul li a {
	color: #65657e;
}

.sidebar ul li a:hover {
	text-decoration: underline;
}

.footer {
	background: #e5f6ff;
	padding: 30px 20px;
	text-align: center;
}

body.visible-bar .footer {
	padding-bottom: 110px;
}

.footer img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.bottom-menu {
	font-size: 0;
	margin-top: 12px;
}

.bottom-menu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

.bottom-menu li a {
	font-size: 0.875rem;
	color: #000;
	text-decoration: underline;
}

.footer p {
	margin-top: 12px;
	font-size: 0.75rem;
}

.bottom-bar {
	background: #fff;
	box-shadow: 5px -1px 4px rgba(0, 0, 0, .25);
	padding: 20px 0;
	-webkit-transition: bottom 300ms linear;
	-moz-transition: bottom 300ms linear;
	transition: bottom 300ms linear;
	position: relative;
	position: fixed;
	bottom: -200px;
	left: 0;
	width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 100;
}

body.visible-bar .bottom-bar {
	bottom: 0;
}

.bottom-bar > button {
	width: 30px;
	height: 30px;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: 30px;
	padding: 0;
}

.bottom-bar > button svg path, .bottom-bar > button svg g circle:last-child {
	stroke: #65657e;
}

.bottom-bar-inner {
	max-width: 890px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 0;
}

.bar-logo {
	width: 15%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

.bar-logo a {
	display: block;
}

.bar-logo a img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.bar-text {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 25px;
	font-size: 1rem;
	font-weight: 700;
}

.bar-score {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

.bar-cta {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}

.bar-cta a {
	margin-top: 0;
}

@media screen and (max-width: 1023px) {
	.right-img:after {
		background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, .7));
	}

	.top-wrapper {
		padding-right: 0;
	}

	.sidebar {
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
		margin-top: 20px;
	}

	.bar-text {
		width: 43%;
		padding-right: 10px;
	}

	.bar-score, .bar-cta {
		width: 21%;
	}

	.ad-box {
		padding: 30px 20px;
	}

	.ad-ad span {
		left: auto;
		right: -45px;
		margin-left: 0;
	}

	.ad-ad span:before {
		left: auto;
		margin-left: 0;
		right: 50px;
	}

	.ad-img {
		max-width: 154px;
		width: 100%;
		display: block;
		margin: 0 auto 20px;
	}

	.ad-txt {
		margin-bottom: 24px;
	}

	.ad-txt, .ad-cta {
		width: 100%;
		padding: 0;
		display: block;
	}

	.ad-txt p {
		font-size: 1.563rem;
		margin-top: 5px;
	}

	.ad-cta a {
		line-height: 55px;
	}

	.bottom-bar > button {
		right: 20px;
	}

	.bottom-bar > button svg {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width: 767px) {
	.disclosure-box {
		max-height: 420px;
		overflow-y: scroll;
		width: auto;
		max-width: 1024px;
		left: 10px;
	}

	.logo {
		margin-left: 15px;
		margin-right: 0;
	}

	.right-img {
		display: none;
	}

	.top-part {
		padding: 8px 0;
	}

	.top-part-inner h1 {
		font-size: 1.5rem;
		margin-bottom: 4px;
	}

	.wrapper {
		padding: 10px 15px 30px;
	}

	.top-quote {
		padding: 5px 10px;
		font-size: 0.875rem;
		border-left-width: 4px;
	}

	.editorial-note {
		padding: 8px;
	}

	.top-wrapper {
		margin-top: 25px;
	}

	.product:hover .product-title, .product:hover .product-middle ul li {
		text-decoration: none;
	}

	.product {
		padding: 16px 10px;
	}

	.product.best {
		padding-top: 55px;
	}

	.most-popular {
		top: 16px;
		left: 16px;
	}

	.most-popular img {
		margin-left: 10px;
		vertical-align: middle;
		display: inline-block;
	}

	.product-left {
		display: block;
		width: 100%;
		position: relative;
		padding-top: 0 !important;
		padding-right: 100px;
	}

	.product-left > p {
		margin-right: 4px;
		display: inline-block;
		vertical-align: middle;
		font-size: 3.125rem;
	}

	.product-left > img {
		display: inline-block;
		vertical-align: middle;
		max-width: 111px;
	}

	.product-left .product-score {
		display: inline-block;
	}

	.product-score {
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -16px;
		display: inline-block;
		vertical-align: middle;
		padding-left: 34px;
		line-height: 30px;
	}

	.product-score p {
		width: 34px;
		height: 30px;
		font-size: 1rem;
	}

	.product-stars {
		width: 64px;
	}

	.product-stars span {
		font-size: 0.625rem;
	}

	.stars-empty {
		width: 38px;
		height: 7px;
		background-size: auto 7px;
	}

	.stars-full {
		height: 7px;
		background-size: auto 7px;
	}

	.product-middle, .product-right {
		display: block;
		width: 100%;
		padding: 0;
	}

	.product-right img, .product-right .product-score, .product-overlay {
		display: none;
	}

	.product-right {
		margin-top: 20px;
	}

	.product-cta, .bar-cta a {
		margin-top: 0;
	}

	body.visible-bar .footer {
		padding-bottom: 150px;
	}

	.bottom-bar {
		padding-top: 60px;
	}

	.bar-logo {
		width: 108px;
		padding: 0;
		position: absolute;
		top: 20px;
		left: 15px;
	}

	.bar-text {
		display: none;
	}

	.bar-score {
		width: 100px;
		display: block;
		position: absolute;
		top: 20px;
		right: 15px;
	}

	.bar-score .product-score {
		right: 0;
		top: 0;
		margin-top: 0;
	}

	.bar-cta {
		width: 100%;
		display: block;
	}
}