.main_content {
	padding: 0 20px;
	position: relative;
}

.cat_container {
	display: inline-block;
	width: 100%;
	padding: 10px 0 0;
}

.cat_container .hidden {
	display: none;
}

.cat_container .cat_name {
	display: inline-block;
	float: left;
	width: calc(100% - 150px);
	overflow: hidden;
	text-transform: uppercase;
	text-align: left;
	margin-right: 10px;
}

.cat_container .cat_name a {
	font-size: 14px;
	font-family: "D-DIN Bold Condensed", helvetica, Arial;
	font-weight: bold;
	letter-spacing: -0.4px;
	color: #000;
	line-height: 24px;
}

.cat_container .cat_name a:visited {
	color: #000;
}

.cat_container .icon_wrapper {
	display: inline-block;
	float: right;
}

.cat_container .icon_wrapper a {
	position: relative;
	display: inline-block;
	color: #4A4A4A;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	line-height: 24px;
}

.cat_container .icon_wrapper .donate {
	padding-right: 25px;
	margin-right: 10px;
}

.cat_container .icon_wrapper .share {
	padding-right: 18px;
}

.cat_container .donate:after {
	font-family: genericons;
	content: '\f19a';
	font-size: 17px;
	color: #1e1e1e;
	position: absolute;
	top: 0;
	right: 5px;
}

.cat_container .share:after {
	font-family: genericons;
	content: '\f19c';
	font-size: 15px;
	color: #5193f2;
	position: absolute;
	top: 0;
	right: 0;
}

.cat_container .social_pannel {
	position: fixed;
	bottom: -1px;
	left: 0;
	z-index: 12;
	background: #fff;
	width: 100%;
	box-shadow: 0px 0px 10px 0px #a9a9a9;
}

.cat_container .social_pannel>span {
	display: inline-block;
	float: left;
	width: 25%;
	height: 50px;
	text-align: center;
	letter-spacing: -0.4px;
}

.cat_container .social_pannel a {
	display: inline-block;
	width: 100%;
	font-size: 10px;
	color: #000;
}

.social_pannel .fb>a:before {
	font-family: 'Genericons';
	content: "\f12d";
	font-size: 30px;
	line-height: 50px;
	color: #003B92;
}

.cat_container .social_pannel .twitter>a:before {
	font-family: 'Genericons';
	content: "\f17c";
	font-size: 30px;
	line-height: 50px;
	color: #1BA6EE;
}

.cat_container .social_pannel .reddit>a:before {
	font-family: 'Genericons';
	content: "\f15f";
	font-size: 30px;
	line-height: 50px;
	color: #FF6600;
}

.cat_container .social_pannel .email>a:before {
	font-family: 'Genericons';
	content: "\f144";
	font-size: 30px;
	line-height: 50px;
	color: #999;
}

.primary_title, .primary_cat {
	line-height: 1;
	margin-top: 25px;
}

.primary_title a {
	font-size: 13px;
	color: #848484;
}

.main_content .post_title, .main_content .post_title a {
	font-family: Vollkorn, Georgia, Palatino;
	font-size: 25px;
	line-height: 28px;
	letter-spacing: -0.4px;
	color: #000;
	margin-top: 15px;
	font-weight: normal;
}

/* compatible for page template live-video & stikcy-content */
.mid_col .post_title {
	padding-bottom: 10px;
}

.main_content .post_title h1 {
	font-weight: normal;
}

.main_content .sub_title {
	font-family: Vollkorn, Georgia, Palatino;
	margin-top: 10px;
	line-height: 23px;
	font-size: 20px;
	margin-bottom: 18px;
}

.main_content .date {
	font-size: 12px;
	line-height: 12px;
	color: #000;
	margin: 5px 0 25px;
	font-family: "D-DIN Condensed", helvetica, Arial;
}

.main_content .date .publish {
	margin-right: 7px;
}

.main_content .featured_image {
	margin: 0 -20px;
	min-height: 56.25vw;
}

.featured_img {
	position: relative;
}

.featured_img img {
	width: 100%;
}

.caption_container {
	font-size: 13px;
	color: #848484;
	line-height: 16px;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px dotted #ddd;
}

.featured_caption {
	display: inline-block;
	font-family: "D-DIN", helvetica, Arial;
	font-size: 14px;
	line-height: 17px;
	color: #666;
	width: calc(100% - 53px);
	padding-right: 5px;
	float: left;
	height: auto;
}

.featured_caption.fold {
	overflow: hidden;
	height: 34px;
	line-height: 17px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.caption_container .more, .caption_container .hide {
	display: inline-block;
	font-size: 12px;
	line-height: 17px;
	width: 53px;
	padding-left: 16px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.caption_container .more:before, .caption_container .hide:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	width: 15px;
	height: 17px;
	background: url('/assets/themes/eet/images/down_arrow.png') no-repeat center center;
	background-size: 11px 5px;
}

.caption_container .hide:before {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

.caption_container .hide {
	display: none;
}

.featured_image .video_fit_container {
	width: auto;
}

.featured_image .video_fit_container.fixtop {
	position: fixed;
	display: inline-block;
	width: 100%;
	height: auto;
	top: 0;
	z-index: 999;
}

.featured_image .video_fit_container.fixtop .close {
	display: inline-block;
	width: 35px;
	height: 35px;
	position: fixed;
	top: 0;
	right: 0;
	padding: 0 5px;
	z-index: 1000;
}

.featured_image .video_fit_container.fixtop .close:before {
	font-family: 'Genericons';
	content: "\f106";
	font-size: 30px;
	line-height: 35px;
	color: #fff;
}

.img.thumb_video {
	position: relative;
}

.player_wrapper.fixtop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 56.25vw;
	margin: 0;
	background-color: #000;
	width: 100%;
}

.player_wrapper.close_related_video:before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	font-family: 'Genericons';
	content: "\f106";
	font-size: 30px;
	line-height: 35px;
	color: #fff;
}

.img.thumb_video .ymk_player_icon {
	background: url('/assets/themes/eet/images/EET_Play_Button_big.svg') no-repeat center center;
	background-size: 63px 63px;
	display: inline-block;
	width: 63px;
	height: 63px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
}

.post_content .video_fit_container {
	margin-bottom: 25px;
}

.main_content {
	position: relative;
	font-size: 0;
}

.main_content .upper_row .social {
	text-align: center;
	padding: 30px 0;
	font-size: 15px;
	color: #3177df;
	font-style: italic;
	border-top: 1px dotted #acacac;
}

.main_content .post_content {
	height: auto;
}

.main_content div[id*="RTK_"] {
	margin-bottom: 25px;
	line-height: 0;
	text-align: center;
	height: 280px;
}

.main_content .author {
	font-family: "D-DIN", helvetica, Arial;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #666;
	margin: 15px 0 0;
}

.author a, .author a:visited, .author a:hover {
	color: #666;
}

.main_content .post_content {
	font-family: Vollkorn, Georgia, Palatino;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.02px;
	color: #000;
	margin-bottom: 20px;
}

.main_content .post_content ul, .main_content .post_content ol {
	padding-left: 16px;
	margin-bottom: 25px;
}

.main_content .post_content ul li, .main_content .post_content ol li {
	margin-bottom: 8px;
}

.main_content .post_content p {
	margin-bottom: 25px;
}

.main_content .post_content img, .main_content .post_content figure, .main_content .post_content iframe {
	max-width: 100%;
	margin: 0;
}

.main_content .post_content img {
	width: 100%;
	height: auto;
}

.post_content .wp-caption-text {
	font-size: 13px;
	color: #848484;
	line-height: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}

.post_content figure {
	margin: 0;
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

.post_content .alignleft {
	float: left;
	margin-right: 16px !important;
}

.post_content .alignright {
	float: right;
	margin-left: 16px !important;
}

.post_content .aligncenter {
	display: block;
	margin: auto auto !important;
}

img.alignleft, img.alignright, img.aligncenter {
	width: auto !important;
}

.post_content figcaption {
	font-size: 12px;
	line-height: 18px;
	color: #777;
	font-family: Arial;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-bottom: 6px;
	max-width: 100%;
}

.post_content h1 {
	display: block;
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h2 {
	display: block;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h3 {
	display: block;
	font-size: 1.17em;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h4 {
	display: block;
	font-size: 1em;
	margin-bottom: 1.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h5 {
	display: block;
	font-size: .83em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h6 {
	display: block;
	font-size: .67em;
	line-height: 1.4em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.one_more_post {
	padding-top: 30px;
}

.one_more_post .upper_row .next_article {
	display: block;
	font-size: 28px;
	line-height: 30px;
	font-style: italic;
	font-family: "D-DIN", Arial;
	color: #777;
	margin-top: 30px;
	margin-bottom: 18px;
	text-align: center;
	font-weight: 900;
	letter-spacing: -0.2px;
}

.main_content .morearticles {
	margin-bottom: 2%;
	margin-top: 8%;
}

.main_content .morearticles strong {
	font-family: Vollkorn, Georgia, Palatino;
	font-weight: 200;
	font-size: 17px;
	padding-top: 4px;
	border-top: 2px solid #111;
}

.main_content .morearticles>div {
	margin: 5px 0 0 20px;
	padding-left: 10px;
	color: #2e6d9d;
}

.main_content .morearticles>div>div {
	list-style: disc;
	display: list-item;
}

.main_content .morearticles .article {
	list-style: disc;
	display: list-item;
	line-height: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
	overflow-y: initial;
}

.main_content .morearticles a {
	color: #41a0ce;
	font-size: 18px;
	font-family: Vollkorn, Georgia, Palatino;
	line-height: 19px;
}

.main_content .coverage {
	margin-top: 8%;
}

.main_content .coverage strong {
	font-family: Vollkorn, Georgia, Palatino;
	font-weight: 200;
	font-size: 17px;
	padding-top: 4px;
	border-top: 2px solid #111;
}

.main_content .coverage>div {
	margin: 10px 0 0 0;
}

.main_content .article {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 2%;
	margin-bottom: 4%;
	overflow-y: hidden;
}

.main_content .coverage img {
	max-width: 28%;
	display: inline-block;
	position: relative;
}

.main_content .coverage span {
	max-width: 69%;
	position: relative;
	float: right;
	font-size: 17px;
	line-height: 22px;
	display: inline-block;
	font-family: Vollkorn, Georgia, Palatino;
	font-weight: 400;
	top: -4px;
	color: #41a0ce;
}

.main_content .coverage a {
	font-size: 15px;
	line-height: 20px;
	font-family: Arial;
	color: #000;
}

.main_content .next_articles {
	margin: 10px 0 15px;
}

.main_content .next_articles ul {
	padding: 0 15px;
	list-style: none;
}

.main_content .next_articles ul li {
	padding-bottom: 25px;
}

.main_content .next_articles .next {
	background-color: #ca0000;
	color: #f2f2f2;
	text-align: center;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	padding: 2px;
	border-bottom: 4px solid #d7d9d8;
	margin-bottom: 35px;
}

.main_content .next_articles .arrow_down {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #d7d9d8;
	position: absolute;
	top: 31px;
	left: 47.6%;
}

.main_content .next_articles .next:after {
	content: "a";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #ca0000;
	color: transparent;
	position: absolute;
	top: 25px;
	left: 46%;
}

.main_content .next_articles .excerpt {
	font-family: Vollkorn, Georgia, Palatino;
	font-size: 18px;
	line-height: 25px;
	overflow: hidden;
	height: 75px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #000;
	margin-top: 8px;
	margin-bottom: 15px;
}

.main_content .next_articles .read_more {
	background-color: #03147c;
	margin: 0 -15px;
	text-align: center;
	padding: 7px;
}

.main_content .next_articles .read_more a {
	color: #fff;
	font-weight: bold;
}

.eet_video_icon {
	width: 61px;
	height: 61px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}

iframe {
	margin-top: 20px;
}

.video_fit_container {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.2%;
	display: block;
}

.one_more_post .video_fit_container {
	padding-top: 0;
}

.video_fit_container>iframe, .video_fit_container>div.wp-video, .video_fit_container>div.player-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

.video_fit_container center, .video_fit_container .jwplayer.jw-flag-aspect-mode {
	height: 100% !important;
	zoom: 1;
}

.live_video .video_fit_container {
	margin: 0 -20px;
	width: auto;
}

.live_video .post_title {
	margin-bottom: 10px;
}

.live_video .eet_video_icon img {
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
}

.live_video #related_articles li {
	padding: 10px 15px 3px;
}

.live_video #related_articles li>a {
	display: inline-block;
	width: 100%;
	position: relative;
}

.live_video #related_articles .image {
	position: relative;
	display: inline-block;
	float: left;
	width: 145px;
}

.live_video #related_articles .title {
	float: right;
	margin-left: 15px;
	display: inline-block;
	width: calc(100% - 160px);
	overflow: hidden;
	height: 85px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.live_video #related_articles .eet_video_icon {
	width: 29px;
	height: 29px;
	bottom: 10px;
	left: 5px;
	top: auto;
}

.live_video .primary_title {
	margin-top: 15px;
}

.live_video #related_articles li:last-child {
	border-bottom: 1px solid #cccccc;
}
/* shortcode pull-quote */
blockquote {
	border-left: 4px solid #dfdfdf;
	padding: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

blockquote p {
	padding: 0;
	color: #696969 !important;
	line-height: 30px !important;
	font-size: 16px !important;
	font-family: Vollkorn, Georgia, Palatino;
	font-weight: 900;
	margin-left: 18px;
	margin-bottom: 25px;
	padding-right: 20px;
}

.post_content .pull-quote {
	display: inline-block;
	width: 100%;
	margin: 0 0 25px;
	padding: 33px 0 30px 0;
	font-family: Vollkorn, Georgia, Palatino;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	text-align: center;
	background-color: #eee;
	background: -webkit-linear-gradient(right, #fff, #eee 50%, #fff);
	background: -o-linear-gradient(left, #fff, #eee 50%, #fff);
	background: -moz-linear-gradient(left, #fff, #eee 50%, #fff);
	background: linear-gradient(to left, #fff, #eee 50%, #fff);
}

.pull-quote .quote-content:after, .pull-quote .quote-content:before {
	font-family: 'Genericons';
	content: "\f199";
	line-height: 0;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #777;
	margin: 0 10px 0 0;
	position: relative;
	top: -4px;
}

.pull-quote .quote-content:after {
	content: "\f198";
	top: 0;
	margin-left: 5px;
}

.pull-quote .quote-info {
	color: #777;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

.pull-quote .quote-info .author {
	color: #777;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

.post_content .aol-vid-wrap {
	margin-bottom: 25px;
}

header .gradient {
	height: 50px;
	padding: 16px 0 7px;
}

.more_content {
	display: inline-block;
	width: 100%;
}

.more_content .recommended {
	font-family: "D-DIN Condensed", helvetica, Arial;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	border-bottom: 1px dotted #acacac;
	padding: 20px 20px 10px;
	margin: 0 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.more_content .one_post {
	width: 100%;
	padding: 20px 0 0;
	font-size: 0;
}

.more_content .one_post .pricat_date {
	padding: 0 20px;
	font-size: 13px;
	line-height: 16px;
	color: #848484;
	display: inline-block;
	width: 100%;
}

.one_post .pricat_date .cat_icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-size: 40px 40px !important;
}

.one_post .pricat_date .cat_date {
	display: inline-block;
	width: calc(100% - 40px);
	padding: 6px 0 0 10px;
	height: 40px;
	vertical-align: top;
}

.one_post .pricat_date .cat_name {
	font-family: "D-DIN", helvetica, Arial;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.one_post .pricat_date .cat_name a, .one_post .pricat_date .cat_name a:visited, .one_post .pricat_date .cat_name a:hover {
	color: #000;
}

.one_post .pricat_date .date {
	font-family: "D-DIN Condensed", helvetica, Arial;
	padding-top: 6px;
	font-size: 12px;
	line-height: 12px;
	color: #000;
}

.more_content .one_post .title {
	font-family: Vollkorn, Georgia, Palatino;
	font-size: 18px;
	letter-spacing: -0.5px;
	padding: 0 20px;
	margin: 13px 0 10px;
	overflow: hidden;
	max-height: 40px;
	line-height: 20px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.more_content .one_post .title h2 {
	font-weight: normal;
}

.more_content .one_post .excerpt {
	margin: 0 20px;
}

.more_content .one_post .title a {
	color: #000;
	font-family: Vollkorn, Georgia, Palatino;
	line-height: 20px;
}

.more_content .one_post .excerpt a {
	font-family: Vollkorn, Georgia, Palatino;
	overflow: hidden;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	max-height: 57px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.more_content .one_post .img {
	font-size: 0;
}

.more_content .one_post .img a {
	display: block;
	width: 100%;
	position: relative;
}

.more_content .one_post img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.more_content .one_post .author {
	display: block;
	width: 100%;
	padding: 5px 20px 7px;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	text-transform: uppercase;
}

.more_content .social {
	display: block;
	margin: auto 20px;
	text-align: center;
	padding: 10px 20px 15px;
	border-bottom: 1px dotted #acacac;
}

.social {
	line-height: 25px;
}

.social>span, .social>span a {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: top;
	font-style: normal;
}

.social>span {
	margin: 0 12px;
}

.social .fb>a:before {
	font-family: 'Genericons';
	content: "\f12d";
	font-size: 16px;
	line-height: 25px;
	display: block;
	color: #003B92;
}

.social .twitter>a:before {
	font-family: 'Genericons';
	content: "\f17c";
	font-size: 16px;
	line-height: 25px;
	color: #1BA6EE;
}

.social .reddit>a:before {
	font-family: 'Genericons';
	content: "\f15f";
	font-size: 16px;
	line-height: 25px;
	color: #FF6600;
}

.social .gplus>a:before {
	font-family: 'Genericons';
	content: "\f127";
	font-size: 16px;
	line-height: 25px;
	color: #dc483b;
}

.social .email>a:before {
	font-family: 'Genericons';
	content: "\f144";
	font-size: 16px;
	line-height: 25px;
	color: #888888;
}

@media screen and (max-width: 355px) {
	.cat_container .cat_name {
		width: 100%;
	}
	.cat_container .icon_wrapper {
		float: none;
	}
}