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: 'Cabin', sans-serif;
	font-size: 16px;
	line-height: 1.35;
	color: #37474f;
}

.header {
	max-width: 1200px;
	padding: 20px 15px;
	margin: 0 auto;
	font-size: 0;
	position: relative;
}

.header-left {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}

.header-left a {
	display: inline-block;
	vertical-align: middle;
}

.header-left img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header-right {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	text-align: right;
}

.header-right ul li {
	display: inline-block;
	vertical-align: middle;
}

.header-right ul li a {
	display: block;
	padding: 10px 15px;
	font-size: 0.875rem;
	color: #37474f;
}

.header-right ul li a:hover {
	color: #c00;
}

.mobile-open {
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: transparent;
	border: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

.mobile-open span {
	display: inline-block;
	vertical-align: middle;
	height: 2px;
	width: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #37474f;
	position: relative;
}

.mobile-open span:before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	height: 2px;
	width: 18px;
	background: #37474f;
}

.mobile-open span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	width: 18px;
	background: #37474f;
}

/* ADVERTORIAL CONTENT */

.advertorial-content {
	max-width: 1200px;
	padding: 15px;
	margin: 0 auto;
	font-size: 0;
}

.main-content {
	width: 73%;
	padding-right: 4%;
	display: inline-block;
	vertical-align: top;
}

.main-content > *:last-child {
	margin-bottom: 0;
}

.breadcrumbs {
	display: block;
	font-size: 0.938rem;
	color: #6c6c6c;
	margin-bottom: 5px;
}

.main-content h1 {
	font-size: 2.375rem;
	font-weight: 500;
	color: #000;
	margin-bottom: 24px;
}

.main-content .top-sub-headline {
	margin: -20px 0 20px;
	font-size: 1.625rem;
	line-height: 1.6;
}

.main-content .sub-headline {
	font-size: 1.5rem;
	margin-top: -20px;
}

.meta-section {
	position: relative;
	line-height: 38px;
	margin-bottom: 24px;
	padding-left: 53px;
}

.meta-section img {
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.meta-section span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 0.938rem;
	color: #6c6c6c;
}

.main-content > p {
	line-height: 1.8;
	font-size: 1.063rem;
	margin-bottom: 25px;
}

.main-content > p > a {
	text-decoration: underline;
	color: #c00;
	font-weight: 700;
}

.img-container a {
	display: block;
}

.img-container span {
	display: block;
	font-style: italic;
	font-size: 0.938rem;
	text-align: center;
	margin-top: 3px;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.img-responsive {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.main-content > h2 {
	font-size: 1.875rem;
	font-weight: 500;
	margin: 60px 0 25px;
}

.main-content > p.quote {
	text-align: center;
	background: #f2f2f2;
	padding: 10px 20px 60px;
	font-size: 1.25rem;
	position: relative;
}

.main-content > p.quote span {
	display: block;
	margin-top: 5px;
	font-weight: 700;
	font-size: 1.063rem;
}

.main-content > p.quote:after {
	content: "\f10d";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 2rem;
    color: #cdcdcd;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -30px;
}

.main-content > p.quote:before {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 30px;
	height: 1px;
	background: #cdcdcd;
}

.list-items {
	margin-bottom: 25px;
}

.ordinary-list {
	margin-bottom: 25px;
	list-style: decimal;
	padding-left: 20px;
}

.list-items li, .ordinary-list li {
	font-size: 1.063rem;
	padding: 4px 0;
}

.list-items li i {
	color: #21a721;
	font-size: 1.188rem;
}

.question {
	font-size: 1.313rem !important;
	font-weight: 700;
	margin-bottom: 5px !important;
}

.answer {
	font-style: italic;
	text-indent: 20px;
}

.bottom-update-box {
	padding: 10px 15px;
	border: 1px solid #b8daff;
	background: #cce5ff;
	color: #004085;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bottom-update-box a {
	color: #004085 !important;
}

.cta-main-btn {
	display: block;
	font-size: 1.125rem;
	color: #fff;
	background: #c00;
	padding: 15px 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	text-align: center;
	-webkit-box-shadow: 0 5px 5px rgba(230, 74, 25, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(230, 74, 25, 0.1);
    box-shadow: 0 5px 5px rgba(230, 74, 25, 0.1);
}

/* REVIEW */

.main-review {
	position: relative;
	padding: 10px 15px 10px 58px;
	border: 1px solid #e1e1e1;
	background: #f7f7f7;
	margin: 20px 0;
}

.main-review-img {
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
	width: 31px;
	height: 31px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.main-review-top {
	font-size: 0;
}

.main-review-top-info {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
}

.main-review-name {
	font-size: 0.875rem;
	color: #1fba34;
	padding: 1px 0;
	font-weight: 700;
}

.main-review-verified {
	font-size: 0.75rem;
	color: #00f;
	margin-left: 4px;
	border-left: 1px solid #666;
	padding-left: 5px;
}

.main-review-top-stars {
	width: 25%;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.main-review-top-stars i {
	color: #ffa500;
	font-size: 1.125rem;
}

.main-review-text {
	margin-top: 9px;
	padding-top: 5px;
	border-top: 1px dashed #a0a0a0;
	color: #212529;
	font-size: 1rem;
}

/* END REVIEW */

.sidebar {
	width: 27%;
	display: inline-block;
	vertical-align: top;
}

.sidebar-widget {
	background: #fbfbfb;
	padding: 20px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border-top: 3px solid #c00;
	-webkit-box-shadow: 0px 4px 16px rgba(186,196,214,0.35);
	-moz-box-shadow: 0px 4px 16px rgba(186,196,214,0.35);
    box-shadow: 0px 4px 16px rgba(186,196,214,0.35);
    margin-bottom: 25px;
}

.sidebar-widget h5 {
	font-size: 1.313rem;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
}

.sidebar-widget p {
	font-size: 1.063rem;
	line-height: 1.7;
}

.sidebar-widget:last-child {
	margin-bottom: 0;
}

.author-sidebar-img {
	max-width: 220px;
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 20px;
}

.sidebar-product {
	background: #ffe5e5;
	padding: 20px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 4px 16px rgba(186,196,214,0.35);
	-moz-box-shadow: 0px 4px 16px rgba(186,196,214,0.35);
    box-shadow: 0px 4px 16px rgba(186,196,214,0.35);
}

.sidebar-product a {
	display: block;
}

.sidebar-product p {
	font-weight: 500;
	font-size: 1.063rem;
	margin: 20px 0;
}

.sidebar-product  a.sidebar-cta {
	background: #c00;
	font-size: 1.125rem;
	padding: 9px 25px;
	display: inline-block;
	color: #fff;
}

/* ADVERTORIAL CONTENT END */

.share-support {
	background: #867575;
	padding: 30px 0 35px;
	margin-top: 50px;
	color: #fff;
}

.inner-share-support {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.content-share-support {
	width: 73%;
	padding-right: 4%;
}

.content-share-support h5 {
	font-size: 1.5rem;
	font-weight: 700;
}

.content-share-support p {
	line-height: 1.5;
	margin-top: 20px;
}

.footer {
	color: #fff;
    background: #c00;
    padding: 30px 0;
}

.inner-footer {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}

.inner-footer p {
	margin-top: 20px;
	font-size: 0.875rem;
}

.inner-footer span {
	display: block;
	font-size: 0.75rem;
	margin-top: 10px;
}

@media screen and (max-width: 1023px) {
	.main-content {
		padding-right: 15px;
	}

	.main-content h1 {
		font-size: 1.875rem;
	}

	.main-content > h2 {
		margin-top: 35px;
	}

	.content-share-support {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.header {
		padding: 10px;
	}

	.header-left {
		height: 40px;
		line-height: 40px;
		padding-right: 40px;
	}

	.header-left, .header-right {
		display: block;
		width: 100%;
	}

	.header-right {
		display: none;
		padding-top: 10px;
		text-align: left;
	}

	.header-right ul {
		border-bottom: 1px solid #ddd;
	}

	.header-right ul li {
		border-top: 1px solid #ddd;
		display: block;
	}

	.mobile-open {
		display: block;
	}

	.advertorial-content {
		padding: 15px 10px;
	}

	.main-content > h1 {
		font-size: 1.625rem;
	}

	.main-content .top-sub-headline {
		font-size: 1.25rem;
	}

	.main-content .sub-headline {
		font-size: 1.188rem;
	}

	.main-content > h2 {
		font-size: 1.5rem;
		margin-top: 25px;
	}

	.main-content > p.quote {
		font-size: 1.125rem;
		padding: 10px 10px 60px;
	}

	.question {
		font-size: 1.188rem !important;
	}

	.answer {
		text-indent: 10px;
	}

	.main-content, .sidebar {
		width: 100%;
		display: block;
		padding: 0;
	}

	/* REVIEW */

	.main-review {
		padding-left: 67px;
	}

	.main-review-img {
		width: 40px;
		height: 40px;
	}

	.main-review-top-info, .main-review-top-stars {
		display: block;
		width: 100%;
		text-align: left;
	}

	.main-review-top-stars {
		margin-top: 9px;
	}

	.sidebar {
		margin-top: 25px;
	}
}

@media screen and (min-width: 768px) {
	.header-right {
		display: inline-block !important;
	}
}