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 {
	color: #167ac6;
	font-weight: 700;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #333;
	line-height: 1.6;
}

.wrapper {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.advertorial {
	color: #777;
	padding: 5px;
	text-align: center;
}

.header {
	padding: 10px 0;
	margin-bottom: 14px;
}

.header img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.header img:last-child {
	margin-left: 6px;
}

.alert-top {
	text-align: center;
	color: #000;
	border: 1px solid #fbeed5;
	background: #fcf8e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 14px;
}

.alert-top span, .consumer-alert span {
	font-weight: 700;
}

.main-content {
	margin: 20px -15px 0;
	font-size: 0;
}

.article {
	padding: 0 15px;
	width: 66.6667%;
	display: inline-block;
	vertical-align: top;
}

.highlight {
	-webkit-border-radius: 24px 0;
	-moz-border-radius: 24px 0;
	border-radius: 24px 0;
	background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
}

h1 {
	font-size: 2.25rem;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}

.subheadline {
	font-size: 1.25rem;
	margin-bottom: 10px;
	text-decoration: underline;
}

.subheadline a {
	text-decoration: none;
}

.consumer-alert {
	font-size: 1.063rem;
	font-style: italic;
	margin-bottom: 10px;
	border: 1px solid #fbeed5;
    background: #fcf8e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 14px;
}

.meta-tags {
	margin-bottom: 10px;
}

.meta-tags * {
	display: inline-block;
	vertical-align: middle;
}

.meta-tags > div {
	margin-left: 16px;
	font-size: 0.75rem;
	color: #919ba3;
}

.meta-tags > div img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.author-by {
	margin-left: 10px;
}

.author-name {
	font-weight: 600;
	color: #49545e;
}

.author-breadcrumb {
	font-weight: 600;
	margin-left: 16px;
	color: #49545e;
}

.main-img {
	margin-bottom: 30px;
}

.main-img span {
	font-weight: 700;
	font-style: italic;
	background: #d9edf7;
	padding: 8px 18px;
	font-size: 1.188rem;
	display: block;
	color: #111;
}

.article-content > h2 {
	font-size: 1.875rem;
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.45;
}

.article-content > p {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.article-content > p a {
	text-decoration: none;
}

.article-content > p a:hover {
	color: #23527c;
	text-decoration: underline;
}

.img-box {
	margin-bottom: 20px;
}

.bold {
	font-weight: 700;
}

.bulletins {
	padding-left: 106px;
	position: relative;
	line-height: 50px;
	margin-bottom: 12px;
}

.bulletins img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 45px;
	margin-top: -25px;
}

.bulletins span {
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1.25;
	display: inline-block;
	vertical-align: middle;
}

.quote {
	background: #edf9ff;
	font-style: italic;
	margin-bottom: 20px;
	padding: 20px;
}

.article-content > h3 {
	font-size: 1.313rem;
	color: #17191c;
	margin-bottom: 20px;
	line-height: 1.4;
	font-weight: 700;
}

.end-alert {
	background: #edf9ff;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 1.25rem;
	border: 2px solid #e15d3a;
}

.main-cta {
	top: 0;
	position: relative;
	padding: 0 5px;
	display: block;
	margin-top: 20px;
	background: #ef432d;
	border-bottom: 1px solid #f47b6c;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 1.125rem;
	line-height: 45px;
	text-decoration: none;
	-webkit-box-shadow: 0px 6px 0px 0px #bf3624;
	-moz-box-shadow: 0px 6px 0px 0px #bf3624;
	box-shadow: 0px 6px 0px 0px #bf3624;
	text-align: center;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	transition: all 100ms linear;
}

.main-cta:hover {
	top: 3px;
	-webkit-box-shadow: 0px 3px 0px 0px #bf3624;
	-moz-box-shadow: 0px 3px 0px 0px #bf3624;
	box-shadow: 0px 3px 0px 0px #bf3624;
}

.sidebar {
	padding: 0 15px;
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: sticky;
	top: 20px;
}

.sidebar-title {
	background: #222;
	padding: 5px 3px 5px 12px;
	color: #fff;
	font-weight: 700;
	font-size: 0.875rem;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	margin-bottom: 10px;
}

.sidebar-img {
	display: block;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer {
	margin-top: 105px;
	background: #2e3138;
	color: #abb0ba;
	padding: 60px 0;
}

.footer p {
	font-size: 0.875rem;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.disc {
	text-align: center;
}

.disc a {
	color: #abb0ba;
	font-weight: 400;
	text-decoration: none;
}

.disc a:hover {
	text-decoration: underline;
}

.footer p:last-child {
	margin-bottom: 0;
}

.bottom-bar {
	position: fixed;
	bottom: -90px;
	left: 0;
	width: 100%;
	background: #00c249;
	padding: 8px 15px;
	text-align: center;
	display: none;
	-webkit-transition: bottom 500ms linear;
	-moz-transition: bottom 500ms linear;
	transition: bottom 500ms linear;
}

.bottom-bar.bar-visible {
	bottom: 0;
}

.bottom-bar a {
	box-shadow: 3px 3px 4px 0 rgba(12, 113, 40, 0.7);
	background: #fff;
	color: #00c249;
	display: block;
	text-decoration: none;
	font-size: 0.938rem;
	padding: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.scroll-up {
	background: #54b948 url(../images/arrow.webp) no-repeat center;
	width: 50px;
	height: 50px;
	border: 0;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 100;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	outline: 0;
	display: none;
}

.scroll-up:hover {
	background-color: #555;
}

@media screen and (max-width: 1023px) {
	h1 {
		font-size: 2rem;
	}

	.article-content > h2 {
		font-size: 1.75rem;
	}

	.bulletins span, .article-content > h3 {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 767px) {
	.header {
		padding: 5px 0;
	}

	.header img {
		max-width: 245px;
	}

	.article, .sidebar {
		width: 100%;
		display: block;
	}

	h1 {
		font-size: 1.688rem;
		line-height: 1.45;
	}

	.meta-tags > div:last-child {
		margin-left: 0;
		display: block;
		margin-top: 5px;
	}

	.article-content > h2 {
		font-size: 1.5rem;
	}

	.bulletins {
		padding-left: 66px;
	}

	.bulletins img {
		left: 5px;
	}

	.bulletins span {
		font-size: 1.125rem;
	}

	.sidebar {
		margin-top: 30px;
	}

	.footer {
		padding-bottom: 80px;
	}

	.bottom-bar {
		display: block;
	}

	.scroll-up {
		display: none !important;
	}
}