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;
}

body {
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.55;
	background: url(../images/bg.webp) no-repeat right 15px;
	background-size: 380px auto;
	color: #313131;
}

.advertorial {
	background: #0c2c7f;
	color: #fff;
	padding: 3px 10px;
	text-align: center;
	font-size: 0.813rem;
	border-bottom: 6px solid #fff;
}

.wrapper {
	padding: 30px 15px 20px;
	max-width: 910px;
	margin: 0 auto;
}

.logo {
	display: block;
	max-width: 100%;
	height: auto;
}

.trending {
	margin-top: 45px;
	font-size: 0.875rem;
}

h1 {
	margin-top: 30px;
	font-weight: 700;
	font-size: 2.625rem;
	line-height: 1.3;
	color: #000;
}

.meta-tags {
	font-size: 0.813rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

.meta-tags > * {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.meta-tags span {
	margin-left: 0 !important;
	color: #767676;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.top-txt {
	font-size: 1.125rem;
	margin-top: 15px;
}

.bold {
	font-weight: 700;
}

.item {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #dedede;
}

.item h2 {
	font-size: 1.625rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
}

.item-img {
	display: block;
}

.item > p {
	font-size: 1.125rem;
	margin-top: 15px;
}

.item > p a {
	color: #0c2c7f;
	font-weight: 700;
	text-decoration: underline;
}

.item-cta {
	background: #44a23a;
	display: block;
	width: 100%;
	margin-top: 25px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.25rem;
	padding: 14px 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-transform: capitalize;
}

.item .special-box {
	padding: 20px;
	border: 1px solid #eee;
	border-left: 5px solid #f0ad4e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fafafa;
	margin-top: 15px;
}

.item .bottom-note {
	background: #fafafa;
	border: 1px solid #eee;
	border-left: 4px solid #f0ad4e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	font-style: italic;
	font-size: 1rem;
}

.item > h3 {
	font-size: 1.625rem;
	font-weight: 700;
	margin-top: 15px;
}

.footer {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid #dedede;
	text-align: center;
	font-size: 0.813rem;
}

.disclaimer {
	display: block;
	margin-bottom: 20px;
}

.footer p {
	margin-top: 20px;
}

@media screen and (max-width: 1023px) {
	body {
		background-size: 300px auto;
	}

	h1 {
		font-size: 2.313rem;
	}
}

@media screen and (max-width: 767px) {
	body {
		background-size: 135px auto;
	}

	.wrapper {
		padding-top: 50px;
	}

	.trending {
		margin-top: 15px;
	}

	h1 {
		margin-top: 15px;
		font-size: 1.875rem;
		line-height: 1.2;
	}

	.meta-tags span {
		display: block;
		margin-bottom: 5px;
	}

	.meta-tags p:nth-child(2) {
		margin-left: 0;
	}

	.item h2 {
		line-height: 1.35;
		font-size: 1.375rem;
	}

	.item .special-box {
		padding: 15px;
	}

	.item h3 {
		font-size: 1.438rem;
	}

	.item-cta {
		font-size: 1.125rem;
	}
}