/*G-TYPOGRAPHY*/

.g-typography {
	padding: 10px;
	background-color: #FFF;
}

.g-typography__header {}

.g-typography__header .article-info {}

.g-typography__header .article-info-term {
	display: none;
}

.g-typography__header .category-name {
	color: transparent;
	font-size: 0;
}

.g-typography__header .category-name a {
	background-color: #1b9cf8;
	line-height: 28px;
	padding: 0 28px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 24px;
}

.g-typography * {
	color: #252525;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}

.g-typography h1,
.g-typography h2,
.g-typography h3,
.g-typography h4,
.g-typography h5,
.g-typography h6 {
	line-height: 1.3em;
	font-weight: 700;
	color: #252525;
	text-transform: uppercase;
	margin-bottom: 19px;
}

.g-typography h1 {
	font-size: 17px;
}

.g-typography h2 {
	font-size: 15px;
}

.g-typography h3 {
	font-size: 13px;
}

.g-typography h4,
.g-typography h5,
.g-typography h6 {
	font-size: 12px;
}

.g-typography p,
.g-typography ul,
.g-typography ol,
.g-typography table {
	margin-bottom: 30px;
}

.g-typography ul,
.g-typography ol {
	margin-left: 30px;
}

.g-typography table {
	width: 100%;
}

.g-typography td {
	border: 1px solid #b8b8b8;
	padding: 6px;
}

.g-typography blockquote {
	padding-left: 26px;
	margin-bottom: 26px;
	border-left: 6px solid #b8b8b8;
}

.g-typography a {
	color: #1b9cf8;
}

.g-typography iframe {
	width: 100%;
	height: 415px;
}
.g-typography img {
	max-width: 100%;
}
.g-typography b,
.g-typography strong {
	font-weight: bolder;
}





.newspaper_preview {
    float: left;
    margin: 0;
}
.newspaper_block + h3 {
    clear: both;
    padding: 30px 4px 0 !important;
}
.newspaper_preview span {
    display: block;
    padding-left: 20px;
    width: 350px;
}

@media screen and (min-width: 768px) {
	
	.g-typography {
		padding: 32px 32px 72px;
	}	

	.g-typography h1 {
		font-size: 23px;
	}

	.g-typography h2 {
		font-size: 21px;
	}

	.g-typography h3 {
		font-size: 19px;
	}

	.g-typography h4,
	.g-typography h5,
	.g-typography h6 {
		font-size: 17px;
	}

}