/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
#email_signup input[type="radio"] {
    margin-right: 5px;
}

#social_links li.instagram {
	background: url('images/instagram.png'); 
	background: url('images/instagram.svg'), none;
	background-repeat: no-repeat;	
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-size: 97%;
}


/* Comments policy box */
#comm_policy {
	border: 1px solid #CCCCCC; 
	background-color: #f9f9f9; 
	padding: 30px;
	font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
}

#comm_policy p{
	font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
	margin-bottom: 6px;
}

#comm_policy h3 {
	font-family: "Open Sans", sans-serif;
    color: #0D2D61;
	font-weight: 600;
}

#comm_policy ol {
    padding-left: 30px;
    list-style: none;
    counter-reset: my-awesome-counter;
}

#comm_policy ol li {
    counter-increment: my-awesome-counter;
    margin: 0 0 0.5rem 0;
    position: relative;
}

#comm_policy ol li::before {
    content: counter(my-awesome-counter) ". ";
    position: absolute;
    left: -22px;
    font-family: "Open Sans", sans-serif;
    color: #0D2D61;
    font-weight: 600;
}

/*---:[ layout structure ]:---*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 29px;
	color: #222;
	background-color: #fff;
}
body.landing {
	padding-top: 0;
}
.container {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
}
.landing .container {
	width: 66%;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 66%;
	float: left;
	border-width: 0 1px 0 0;
}
.columns > .sidebar {
	width: 30%;
	float: right;
	padding: 0px;
}
/*---:[ links ]:---*/
a {
	color: #004ECC;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 10.5625em;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 10.5625em;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	background-color: #ccc;
	padding: 0.75em 1em;
}
.menu a:hover {
	background-color: #dfdfdf;
}
.menu_control {
	display: none;
	background-color: #fff;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #dfdfdf;
}
.menu .current-menu-item > a {
	border-bottom-color: #fff;
	background-color: #fff;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #dfdfdf;
}
/*---:[ header ]:---*/
.header {
	padding: 20px;
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 42px;
	line-height: 1.32em;
	font-weight: bold;
	color: #222;
}
#site_title a {
	color: #222;
}
#site_title a:hover {
	color: #004ECC;
}
#site_tagline {
	font-size: 16px;
	color: #888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 17px;
	line-height: 29px;
}
.grt .headline {
	font-size: 26px;
	line-height: 39px;
	margin: 0;
}
.grt h2 {
	font-size: 20px;
	line-height: 31px;
	margin-top: 39px;
	margin-bottom: 13px;
}
.grt .small, .grt .caption {
	font-size: 13px;
	line-height: 22px;
}
.grt .drop_cap {
	font-size: 52px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area {
	margin-bottom: 26px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 26px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 26px;
	margin-right: 26px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 26px;
	margin-left: 26px;
}
.grt .caption {
	margin-top: -13px;
	color: #888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 26px;
	line-height: 36px;
	width: 45%;
	margin-bottom: 13px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #0D2D61;
}
.headline a:hover {
	color: #004ECC;
}
.byline, .byline a {
	color: #888;
}
.byline a {
	border-bottom: 1px solid #dfdfdf;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #222;
}
.byline .post_edit {
	margin-left: 13px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #222;
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #dfdfdf;
}
.post_box code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	background-color: #ccc;
	padding: 13px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #dfdfdf;
	background-color: #ccc;
	padding: 13px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 13px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 13px;
	line-height: 22px;
}
.post_box .author_description {
	border-top: 1px dotted #dfdfdf;
	padding-top: 26px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 61px;
	height: 61px;
	float: right;
	clear: both;
	margin-left: 13px;
}
.post_box .author_description .avatar {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 13px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888;
}
.post_box .alert, .post_box .note {
	padding: 13px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #ccc;
	border: 1px solid #dfdfdf;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888;
	text-decoration: none;
	margin-bottom: 26px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 26px;
}
.bracket {
	color: #dfdfdf;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #dfdfdf;
}
.archive_intro .headline {
	margin-bottom: 26px;
}
.prev_next {
	clear: both;
	color: #888;
	border-top: 1px solid #dfdfdf;
	padding: 13px 26px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 52px;
}
.comments_intro {
	color: #888;
	margin-bottom: 13px;
	padding: 0 26px;
}
.comments_closed {
	font-size: 13px;
	line-height: 22px;
	color: #888;
	margin: 0 26px 26px 26px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 52px;
	border-top: 1px dotted #dfdfdf;
}
.comment {
	border-bottom: 1px dotted #dfdfdf;
	padding: 26px;
}
.children .comment {
	list-style-type: none;
	margin-top: 26px;
	border-left: 1px solid #dfdfdf;
	border-bottom: 0;
	padding: 0 0 0 26px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #004ECC;
}
.comment .comment_head {
	margin-bottom: 13px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 13px;
	color: #888;
}
.comment_date a {
	color: #888;
}
.comment_footer a {
	font-size: 13px;
	line-height: 22px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 13px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 52px;
	height: 52px;
	float: right;
	margin-left: 13px;
}
.comment_nav {
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #dfdfdf;
	padding: 13px 26px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -52px 0 52px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #222;
	border: 1px solid #dfdfdf;
	background-color: #ccc;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #ccc;
	background-color: #fff;
}
textarea.input_text {
	line-height: 29px;
}
.input_submit {
	font-size: 20px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 3px double #dfdfdf;
	background: #ccc url('images/bg-button.png') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 52px 0;
	padding: 0 26px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 20px;
	line-height: 31px;
	color: #222;
	margin: 0 -26px;
	border-bottom: 1px dotted #dfdfdf;
	padding: 0 26px 13px 26px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 13px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 13px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #004ECC;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #dfdfdf;
	background-color: #ccc;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 14px;
	line-height: 22px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 17px;
	line-height: 24px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 19px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 20px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 10px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 10px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 13px;
	line-height: 22px;
	text-align: right;
	color: #888;
	border-top: 3px double #dfdfdf;
	padding: 13px 26px;
}
.footer a {
	color: #888;
}
.footer a:hover {
	color: #222;
}
.landing .footer {
	text-align: center;
}
/*---:[ media queries ]:---*/
@media all and (max-width: 1000px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 85%;
	}
	.header {
		border-top: 1px solid #dfdfdf;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #dfdfdf;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #fff;
		padding: 1em 26px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #dfdfdf;
		padding-left: 26px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #fff;
		padding: 1em 26px;
	}
	.menu .current-menu-item > a {
		background-color: #ccc;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 66%) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 13px;
	}
	
	.menu .sub-menu, .children .comment {
		padding-left: 13px;
	}
	.comments_closed, .login_alert {
		margin-right: 13px;
		margin-left: 13px;
	}
	.comment_form_title {
		margin-left: -13px;
		margin-right: -13px;
	}
	.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
/*---:[ custom CSS ]:---*/
/* Comments policy box */
#comm_policy {
	border: 1px solid #CCCCCC; 
	background-color: #f9f9f9; 
	padding: 30px;
}

#comm_policy h3 {
	font-family: "Open Sans", sans-serif;
    color: #0D2D61;
	font-weight: 600;
}

#comm_policy ol {
    padding-left: 30px;
    list-style: none;
    counter-reset: my-awesome-counter;
}

#comm_policy ol li {
    counter-increment: my-awesome-counter;
    margin: 0 0 0.5rem 0;
    position: relative;
}

#comm_policy ol li::before {
    content: counter(my-awesome-counter) ". ";
    position: absolute;
    left: -22px;
    font-family: "Open Sans", sans-serif;
    color: #0D2D61;
    font-weight: 600;
}

#amazon-polly-audio-table {
    margin-bottom: 1.4em;
}

input#at-wmb-goal-submit {
padding: 5px;
}

p {
	font-size: 17px;
	line-height: 29px;
}

.home #sidebar_mobile_ad_top, .home #sidebar_mobile_ad_bottom {
	margin: 10px 0;
	clear: both;
}

#mobile_ad_top {margin: 0 auto; margin-bottom:20px;}
.insert-post-ads {margin-bottom: 26px;}

div#div-gpt-ad-1408654147879-0 {
margin: 0 auto;
}

div#div-gpt-ad-1408654147879-1 {
margin: 0 auto;
}

#footer_ad.mobile {
padding: 0px 0px 48px 0px;
position: fixed;
bottom: 0px;
width: 100%;
z-index: 100;
border: none;
}

/* Hide in-post ad on normal screens */
.insert-post-ads {
	display: none;
}

.feedflare {
	display:none;
}

/* Remove repeated article on category pages */
.template-category.archive.category .content .post_box.teaser.top {
	display: none;
}

/* Clears */
.home_features:before, .sidebar .textwidget:before, .wpp-list li:after, .sidebar-search form {
	content: ""; 
	display: table;
	clear: both;
}

/*Shame*/
.archive.no-feature .content div:nth-child(3), .archive.no-feature .content div:nth-child(2) {
	border: none;
}

.post_box .avatar {
	margin-left: 0px !important;
}

.post_box blockquote {
	color: #222;
	border-left: none;
	font-style: italic;
}

.post_box .wp-post-image {
width: 100%;
}

.search_results .post_content {
	margin-top: -60px;
}

#tl-author-box {
	padding: 24px 0px 0px 0px !important;
	margin: 12px 0px 34px !important;
}

.donate_box {
border: 5px solid #004ECC;
padding: 20px 5%;
margin-bottom: 30px;
}

.donate_box h2 {
text-align: center;
color: #004ECC;
font-size: 30px;
	margin-bottom: 15px;
margin-top: 10px;
}

.donate_box p {
margin-bottom: 20px;
}

.donate_box h3 a {
display: inline-block;
background: #004ECC;
padding: 17px 33px;
border-radius: 4px;
color: #ffffff;
margin: 0px 0px;
}

.single_share {
	margin: 20px 0;
}

.fb_iframe_widget iframe {
max-width: none !important;
}

.center {margin: 0 auto; text-align: center;}

.addthis_pill_style {
width: 90px !important;
overflow: hidden !important;
}

.template-single .post_box .fb_iframe_widget, .short-post .post_box .fb_iframe_widget {
	float: left;
	margin-right: 20px;
	margin-top: -3px;
	width: auto;
}

.template-single .fb_iframe_widget_fluid, .short-post .fb_iframe_widget_fluid {
	margin-bottom: 20px;
}

.fb_iframe_widget {
display: block !important;
}

.clearfix {clear: both;}
.glam_slide_content {padding: 10px 10px 5px 10px !important;}

.desktop-hide {
	display: none;
}

.quote-of-the-day .headline {
	display: none;
}

/* Standard Bearers, Civilized Reader */

.category-standard-bearers div.archive_intro {
background: url('images/standard.svg');
background-repeat: no-repeat;
background-position: top right;
background-size: 40%;
}

.category-standard-bearers.archive .grt h1.archive_title.headline {
color: transparent;
width: 60%;
overflow: hidden;
height: 30px;
margin-bottom: 36px;
}

.category-standard-bearers .archive_intro, .category-civilized-reader .archive_intro {
border-bottom: 1px solid #bbb !important;
margin-bottom: -1px;
z-index: 100;
position: relative;
}

.category-civilized-reader div.archive_intro {
background: url('images/reader.svg');
background-repeat: no-repeat;
background-position: top right;
background-size: 40%;
}

.category-civilized-reader.archive .grt h1.archive_title.headline {
color: transparent;
width: 60%;
overflow: hidden;
height: 30px;
margin-bottom: 36px;
}

.single-civilizedreader .post_box, .single-standardbearers .post_box  {
border-top: 1px solid #bbb !important;
margin-top: 70px;
	padding-top: 50px;
}

.single-civilizedreader .post_box:before, .single-standardbearers .post_box:before {
content: "";
display: block;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: top right;
background-size: 100%;
height: 90px;
margin-top: -123px;
width: 40%;
float: right;
}

.single-civilizedreader .post_box:before {
background-image: url('images/reader.svg');
}

.single-standardbearers .post_box:before {
background-image: url('images/standard.svg');
}

.home_features .special-features {
width: 75%;
padding: 20px 12.5% 20px;
background-color: #e8e8e8;
}

.home_features .archive-link a {
background: #0D2D61;
margin-bottom: 0px;
padding: 10px 10%;
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-top: 2px;
width: 80%;
color: #ffffff;
text-align: center;
border-radius: 0px;
}

.home_features h3.section_title {
font-size: 19px;
letter-spacing: 0px;
margin-bottom: 20px;
margin-top: 40px;
line-height: 24px;
}

.home_features .cat-post-icons {
height: 90px;
background-repeat: no-repeat;
width: 130%;
margin-left: -25%;
}

.home_features .cat-post-icons.standard-bearers {
background: url('images/standard.svg') no-repeat;
}

.home_features .cat-post-icons.civilized-reader {
background: url('images/reader.svg') no-repeat;
}
	
.home_features .special-features h3 a {
color: #0D2D61;
	font-weight: bold;
}

.home_features .special-features h3 a:hover {
	color: #004ECC;
}

.home_features .special-features .headline_area {
margin: 15px 0 10px;	
}

.home_features .cathex_rss {
border-left: 1px solid #D8D8D8;
padding-left: 13%;
padding-top: 0px;
}

.cathex_rss .story {
	margin-bottom: 25px;
	font-size: 19px;
	line-height: 25px;
}

.cathex_rss .story img {
	width: 100%;
	margin-bottom: 8px;
}

.cathex_rss a {
font-family: 'Open Sans', sans-serif;
font-weight: 600;
color: #0D2D61;
text-decoration: none;
}

.cathex_rss a:hover {
color: #004ECC;
}

/* Custom search */

.content .cse .gsc-control-cse, .content .gsc-control-cse {
	padding: 0px !important;
}

.search-results .headline_area {
	margin-bottom: -42px;
}

.content .gsc-thumbnail-inside, .content .gsc-url-top {
	padding-left: 0px;
}

.content .gsc-result .gs-title {
height: 1.5em;
}

.content .gsc-control-cse, .content .gsc-control-cse .gsc-table-result {
font-family: Georgia, serif;
	padding: 0px !important;
}

.content .gsc-control-cse .gs-spelling, .content .gsc-control-cse .gs-result .gs-title, .content .gsc-control-cse .gs-result .gs-title, .gs-webResult.gs-result a.gs-title:link {
	color: #222 !important;
	font-size: 20px;
	text-decoration: none;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	color: #222 !important;
	font-size: 20px !important;
}

.content .gs-title:link:hover, .gsc-control-cse .gs-spelling:hover, .gsc-control-cse .gs-result .gs-title:hover, .gsc-control-cse .gs-result .gs-title:hover * {
	color: #004ECC !important;
}

.content .gs-bidi-start-align.gs-snippet {
font-size: 17px;
line-height: 29px;
}

.content .gsc-webResult.gsc-result, .content .gsc-results .gsc-imageResult {
	border-color: none;
	background-color: none;
}

.content .gsc-webResult .gsc-result {
padding: 30px 0 30px 0;
border-bottom: 1px solid #dedede;
}

.content .gs-webResult div.gs-visibleUrl, .content .gs-imageResult div.gs-visibleUrl {
color: #004ECC;
font-size: 17px;
}

.content .gsc-selected-option-container {
	min-width: 74px;
}

.content .gsc-result-info {
	padding: 0px;
}

/* Donate page */
.donate_table {
margin: 0 auto;
text-align: center;
	font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
letter-spacing: 0;
font-size: 28px;
	line-height: 34px;
	margin-bottom: 40px;
}

.donate_table td {
padding: 0 5%;
}

.donate_table a {
	color: #222;
}

.donate_table a:hover {
	color: #004ECC;
}

.donate_table img:hover {
	width: 100%;
	-khtml-opacity: 1;
	-moz-opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.donate_table img {
margin: 0 auto;
	width: 100%;
	-khtml-opacity: 0.3;
	-moz-opacity:0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	margin-bottom: 12px;
	opacity: 0.3;
}


/* Page elements */

#top_ad {margin: 15px 0 15px 0;}
#top_ad div, #footer_ad div {margin: 0 auto;}

h1 {
	font-size: 34px;
	line-height: 38px;
	color: #0D2D61;
}

h2 {
	font-size: 23px;
	line-height: 28px;
}

.post_box h3, .grt h3 {
font-size: 20px;
line-height: 33px;
}

.post_box h2 {
	font-family: 'Open Sans', sans-serif;
font-size: 26px;
}

.home .post_author, .home .post_author_intro {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-weight: 300;
	font-style: normal;
}
.container {
	position: relative;
}

.columns > .content {
	margin-bottom: 50px;
}

/* Author archives */

.archive.author .tl-author-info h4 {
	display: none;
}

.archive.author #tl-author-box {
	border-top: none;
	padding: 15px 0 24px 0 !important;
	border-bottom: 1px solid #bbb !important;
}

ul.post_list {
	margin-left: 20px;
}

ul.post_list p.headline {
	display: inline;
	margin-right: 10px;
}

ul.post_list p.headline a {
	text-decoration: none;
}

/* Email signup */

#email_signup {
	position: absolute;
	right: 0;
	top: 0;
	width: 330px;
	color: #ffffff;
}

#email_signup ul.input_group {
list-style-type: none;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 4px;
}

#email_signup ul.input_group li {
	display: inline-block;
	color: #ffffff;
	margin-right: 12px;
	vertical-align: top;
}

#email_signup ul.input_group li h3 {
	font-size: 19px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	margin-top: 2px;
}

#email_signup input[type="radio"] {
    margin-right: 5px;
}

#email_signup input[type="radio"] + label {
    color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
#email_signup input[type="radio"] + label span {
    display:inline-block;
    width:10px;
    height:10px;
    margin:-2px 6px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

#email_signup input[type="radio"] + label span {
     background-color:#ccc;
  border: 3px solid #ccc;
}

#email_signup input[type="radio"]:checked + label span{
     background-color:#004ECC;
}

#email_signup input[type="radio"] + label span,
#email_signup input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.3s linear;
  -o-transition:background-color 0.3s linear;
  -moz-transition:background-color 0.3s linear;
  transition:background-color 0.3s linear;
}


#email_signup input[type="email"] {
background: rgba(256,256,256,0.3);
color: #ffffff;
font-size: 19px;
padding: 9px 15px;
border-radius: 4px;
border: none;
font-family: 'Open Sans', sans-serif;
float: left;
}

#email_signup input[type="email"]::-webkit-input-placeholder {
   color: white;
	font-family: 'Open Sans', sans-serif;
}

#email_signup input[type="email"]:-moz-placeholder { /* Firefox 18- */
   color: white;  
font-family: 'Open Sans', sans-serif;
}

#email_signup input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
font-family: 'Open Sans', sans-serif;
}

#email_signup input[type="email"]:-ms-input-placeholder {  
   color: white;  
}

#email_signup .submit {
	position: relative;
}

#email_signup #mc-embedded-subscribe {
	background-image: url('images/arrow-white.png');
	background-image: url('images/arrow-white.svg'), none;
	background-repeat:  no-repeat;
	background-color: transparent;
	-khtml-opacity: 0.3;
	-moz-opacity:0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	width: 30px;
	height: 39px;
	margin-left: 10px;
	border: none;
	color: transparent;
	position: absolute;
	top: 3px;
	right: 19px;
}

#mc-embedded-subscribe:hover {
-khtml-opacity: 1;
	-moz-opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Homepage styling */

.home_featured {
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 22px;
}

.home_featured li {
	display: inline-block;
	width: 48%;
	margin-right: 3%;
	vertical-align: top;
}

.home_featured li:last-child {
	margin-right: 0%;
}

.home_featured h1 {
	font-size: 30px;
	line-height: 38px;
}

.home_secondary {
	width: 37%;
	list-style-type: none;
	float: right;

}

.home_secondary li {
	margin-bottom: 30px;
}

.home_featured img, .home_secondary img {
	margin-bottom: 10px;
}

#home_articles {
	margin-top: 30px 0;
	width: 60%;
	margin-right: 5%;
	float: left;
	list-style-type: none;
}

#home_articles .section_title, .home_features .section_title {
	text-transform: uppercase;
	color: #383A3E;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.5px;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}

#home_articles img {
	width: 22%;
	height: auto;
	margin-right: 2%;
	float: left;
}

#home_articles li {
	padding: 22px 0 17px 0;
	border-bottom: 1px solid #dfdfdf;
}

#home_articles li:nth-last-child(2) {
	border-bottom: 0px;
}

#home_articles .items.right {
	width: 73%;
}

#home_articles h2.headline {
font-size: 23px;
line-height: 29px;
margin-bottom: 0px;
}


#home_articles h1 {
	font-family: 'Open Sans', sans-serif;
	color: #a7a9ab;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 32px;
}

#home_articles a.arrow {
	background-color:#dfdfdf;
	font-weight: 500;
	color: #0D2D61;
	font-size: 16px;
	line-height: 24px;
}

#home_articles a.arrow:after {
	border-right-color:#dfdfdf;
}

#home_articles a.arrow:hover {
	background-color: #004ECC;
	color: #ffffff;
}

#home_articles a.arrow:hover:after {
	border-right-color: #004ECC;
}

.home_features {
float: right;
width: 35%;
}

ul.home-categories {
	border-top: 1px solid #dfdfdf;
	padding: 30px 0;
}

ul.columnists-list {
	list-style-type: none;
	clear: both;
}

ul.columnists-list li {
margin-bottom: 15px;
font-size: 16px;
line-height: 23px;
background: url('images/arrow.svg') no-repeat 3px 5px;
background-size: 3.5%;
padding-left: 20px;
}

ul.columnists-list a {
	color:#0D2D61;
	font-size: 17px;
	line-height: 24px;
}

ul.columnists-list a:hover {color: #004ECC;}
.columnists-headline a:hover {color:#004ECC;}
span.columnists_meta, span.columnists_meta a {color:#383a3e; text-transform:none; letter-spacing:0px; font-style:normal; }

ul.columnists-list li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 23px;
}

.article-feature h2.entry-title {
padding: 15px 0 0;
font-family: 'Open Sans', sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 26px;
}

.article-feature h2.entry-title a {
	color:#0D2D61;
}

.article-feature h2.entry-title a:hover {
	color:#004ECC;
}

.article-feature {
	margin-bottom: 15px;
}

.archive-link a, .home .second-row .from-vault .archive-link a {
background-color: #dfdfdf;
	color:#0D2D61;
clear: both;
padding: 9px 5%;
font-size: 14px;
width: 90%;
text-align: center;
font-family: 'Open Sans', sans-serif;
line-height: 22px;
	display: block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transition:background-color 0.3s linear;
  -o-transition:background-color 0.3s linear;
  -moz-transition:background-color 0.3s linear;
  transition:background-color 0.3s linear;
}

.archive-link a:hover {
	background-color: #004ECC;
	color: #ffffff;	
}

li.home-category:last-child {
margin-right: 0px;
}
 
li.home-category {
display: inline-block;
width: 23.25%;
vertical-align: top;
margin-right: 1.75%;
}

li.home-category .section_title {
font-size: 19px;
margin: 0px;
font-weight: 600;
letter-spacing: 0.5px;
width: 100%;
float: none;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
color: #fff;
padding: 9px 5%;
background: #0D2D61;
width: 90%;
text-align: center;
}

/* Header */

.header {
	border: none;
	background: #0a2958; /* Old browsers */
background: -moz-linear-gradient(top,  #0a2958 0%, #0e3673 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a2958), color-stop(100%,#0e3673)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0a2958 0%,#0e3673 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0a2958 0%,#0e3673 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0a2958 0%,#0e3673 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0a2958 0%,#0e3673 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2958', endColorstr='#0e3673',GradientType=0 ); /* IE6-9 */
	padding: 22px;
}

#site_title {
	background-image: url(images/ce-logo2.png);
  	background-image: url(images/logo.svg), none;
	background-repeat: no-repeat;
	background-size: 228px;
	width: 228px;
	font-size: 0;
}

#site_title a {
	color: transparent;
	text-indent: -9999;
	display: block;
	height: 85px;
	width: 228px;
}

#site_title a:hover {
	color: transparent;
}

#site_tagline {
font-size: 17px;
line-height: 23px;
position: absolute;
left: 260px;
top: 7px;
text-align: left;
font-style: italic;
width: 210px;
padding: 10px 15px;
border-left: 1px dotted white;
color: #ffffff;
}

/* Connect */

.connect {
	margin-bottom: 20px;
	position: relative;
}

.connect h3.widget_title {
	background: none;
	padding: 0px;
	font-size: 24px;
	color: #757575;
	margin: 0 0 10px 0;
	font-weight: 600;
	letter-spacing: 0px;
	width: 100%;
	float: none;
	text-transform: uppercase;
}

#social_links {
	list-style-type: none;
	margin: 0px;
	position: absolute;
	right: 0;
	top: -3px;
}

#social_links li {
	float: left;
	margin-left: 5px;
		-webkit-transition:opacity 0.3s linear;
  -o-transition:opacity 0.3s linear;
  -moz-transition:opacity 0.3s linear;
  transition:opacity 0.3s linear;
	background-position: top right;
}

#social_links li.facebook {
	background: url('images/facebook.png'); 
	background: url('images/facebook.svg'), none;
	background-repeat: no-repeat;
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-size: 97%;
}

#social_links li.twitter {
	background: url('images/twitter.png'); 
	background: url('images/twitter.svg'), none;
	background-repeat: no-repeat;	
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-size: 97%;
}

#social_links li.linkedin {
	background: url('images/linkedin.png'); 
	background: url('images/linkedin.svg'), none;
	background-repeat: no-repeat;	
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-size: 97%;
}

#social_links li.instagram {
	background: url('images/instagram.png'); 
	background: url('images/instagram.svg'), none;
	background-repeat: no-repeat;	
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-size: 97%;
}

#social_links li.rss {
	background: url('images/rss.png'); 
	background: url('images/rss.svg'), none;
	background-repeat: no-repeat;
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-size: 97%;

}

#social_links li.facebook:hover, #social_links li.twitter:hover, #social_links li.linkedin:hover, #social_links li.google:hover, #social_links li.rss:hover {
	-khtml-opacity: 0.7;
	-moz-opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}


#social_links a {
width: 35px;
height: 35px;
display: block;
}

/* Main nav */

#main_nav {
	background: #ccc;
	width: 100%;
	padding: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	z-index: 1000;
}

#main_nav .menu a {
	font-size: 14px;
	letter-spacing: 0.8px;
	padding: 1em 1.1em;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	background-color: #ccc;
	-webkit-transition:background-color 0.3s linear;
  -o-transition:background-color 0.3s linear;
  -moz-transition:background-color 0.3s linear;
  transition:background-color 0.3s linear;
}

#main_nav .menu a:hover {
	background-color:#dfdfdf;
}

#main_nav .sub-menu a {
	text-transform: none;
	letter-spacing: 0px;
}

/* Post styling */
.post_date {
font-family: 'Open Sans', sans-serif;
color: #a7a9ab;
font-weight: 300;
}

.post_author a {
	border-bottom: 1px solid #eee;
	color: #585858;
}

.post_author a:hover {
	color: #004ECC;
}

.post_author, .post_author_intro {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-style: normal;
	color: #585858;
}

.grt h1.headline {
	font-size: 36px;
	line-height: 43px;
	margin-top: 10px;
	margin-bottom: 7px;
}

.grt h2.headline {
	font-size: 28px;
	line-height: 36px;
}

/* Archives */

.print-archive .archive_intro.post_box {
	border-bottom: none;
	padding: 0px;
	margin-bottom: 10px;
}

.print-archive ul.archive_list {
margin: 0;
list-style-type: none;
}

.print-archive ul.archive_list li {
display: inline-block;
width: 23%;
margin: 0 1% 20px;
text-align: center;
}

.archive .post_author, .archive .post_author_intro {
	color: #585858;
	font-weight: 300;
	font-size: 16px;
}

.archive .archive_top img {
	margin-right: 4%;
	width: 35% !important;
	margin-bottom: 10px !important;
}

#archive_share {
margin-top: 10px;
}

.archive .post_box {
	padding: 22px 0 0;
	border-bottom: none;
}

.archive .post_box.teaser {
	display: inline-block;
	vertical-align: top;
	width: 45.5%;
	border-bottom: none;
	border-top: 1px solid #dfdfdf;
	margin-right: 4%;
	padding-bottom: 13px;
}

.archive .post_box.teaser p {
	margin-bottom: 13px;
}

.archive .post_box img {
	margin-bottom: 0px;
	width: 120px;
}

.archive .post_date {
	font-size: 14px;
}

.archive .headline_area.archive_text {
	margin-bottom:13px;
}

.archive_text h1.headline {
font-size: 30px;
line-height: 38px;
}

.archive .grt h1.archive_title  {
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #a7a9ab;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
	line-height: 32px;
}

.archive .grt h2.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
line-height: 34px;
}

.archive .columns > .content {
	border: none;
}

.archive .previous_posts a:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(13, 45, 97, 0);
	border-right-color: #093275;
	border-width: 21px;
	margin-top: -21px;
}

.archive .previous_posts a {
	color: #ffffff;
font-family: "Open Sans", sans-serif;
font-weight: normal;
font-size: 17px;
margin-bottom: 10px;
margin-top: 10px;
display: block;
padding: 10px 3%;
width: 100%;
position: relative;
	background: #093275;
	text-decoration: none;
}

.archive .next_posts a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(13, 45, 97, 0);
	border-left-color: #093275;
	border-width: 21px;
	margin-top: -21px;
}

.archive .next_posts a {
	color: #ffffff;
font-family: "Open Sans", sans-serif;
font-weight: normal;
font-size: 17px;
margin-bottom: 10px;
margin-top: 10px;
display: block;
padding: 10px 3%;
width: 100%;
position: relative;
	background: #093275;
	text-decoration: none;
}

.archive .next_posts {
	text-align: right;
}

.archive .previous_posts {
	float: left;
}

.archive .previous_posts, .archive .next_posts {
width: 47%;
}

.archive .previous_posts a:hover, .archive .next_posts a:hover {
	background: #004ECC;
}

.archive .previous_posts a:hover:after {
    border-right-color: #004ECC;
}

.archive .next_posts a:hover:after {
	border-left-color: #004ECC;
}

.archive .prev_next {
	border: none;
}

/* Archive search */

.archive_search {
	padding: 20px 30px;
	background-color: #dfdfdf;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}

.archive_search h2 {
	margin: 0 0 0.5em 0;
	color: #0D2D61;
}

.archive_search input[type="text"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	border: 1px solid #d2d2d2;
	color: #a1a1a1;
	font-size: 19px;
	padding: 9px 15px;
	font-family: 'Open Sans', sans-serif;
	width: 70%;
}

.archive_search input[type="submit"] {
	background-color: #0D2D61;
	border: none;
	padding: 10px 20px;
	font-size: 19px;
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	-webkit-transition:background-color 0.3s linear;
  -o-transition:background-color 0.3s linear;
  -moz-transition:background-color 0.3s linear;
  transition:background-color 0.3s linear;
}

.archive_search input[type="submit"]:hover {
	background-color: #004ECC;
}

/* Email after article */
.archive .content #email_signup {
	margin: 30px 0;
}

.content #email_signup {
position: relative;
background-color: #E8E8E8;
padding: 25px 5% 20px;
border: 1px solid #E2E2E2;
width: 90%;
}

.content #email_signup .submit {
	position: inherit;
}

.content #email_signup form#mc-embedded-subscribe-form {
	display: table;
	width: 100%;
}

.content #email_signup #mc_embed_signup form div.form-left, .content #email_signup #mc_embed_signup form div.form-right {
display: table-cell;
}

.content #email_signup #mc_embed_signup div.form-left {
	width: 30%;
	text-align: right;
	padding-right: 5%;
	vertical-align: middle;	
}

.content #email_signup ul.input_group {
	float: left;
}

.content #email_signup #mc_embed_signup div.form-right {
	width: 67%;	
}

.content #email_signup input[type="radio"] + label {
color: #222;
}

.content #email_signup #mc_embed_signup h3 {
font-family: 'Open Sans', sans-serif;
color: #0D2D61;
	font-weight: 600;
	font-size: 24px;
}

.content #email_signup #mc_embed_signup div.form-left p {
	color: #004ECC;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 19px;
line-height: 30px;
}

.content #email_signup input[type="email"] {
	background: #ffffff;
	color: #616161; 
	margin-bottom: 5px;
	font-size: 22px;
	width: 70%;
}

.content #email_signup input[type="email"]::-webkit-input-placeholder {
   color: #dfdfdf;  
	font-family: 'Open Sans', sans-serif;
}

.content #email_signup input[type="email"]:-moz-placeholder { /* Firefox 18- */
   color: #dfdfdf;  
	font-family: 'Open Sans', sans-serif;
}

.content #email_signup input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: #dfdfdf;  
	font-family: 'Open Sans', sans-serif;
}

.content #email_signup input[type="email"]:-ms-input-placeholder {  
   color: #dfdfdf;  
}

.content #email_signup #mc-embedded-subscribe {
	background-image: url('images/arrow-gray.png');
	background-image: url('images/arrow-gray.svg');
	background-repeat:  no-repeat;
	width: 30px;
	height: 44px;
	margin-left: 30px;
	border: none;
	background-color: transparent;
	color: transparent;
	position: relative;
}

.content #email_signup #mc-embedded-subscribe:hover {
	opacity: 1;
	background-repeat:  no-repeat;
}
/* Related posts */
.related-posts ul {padding-left:20px;}
.related-posts li {font-size:15px;}
.related-posts h3 {
	font-size: 25px;
	line-height: 29px;
	margin: 1.3em 0 0 0;
	font-family: "Open Sans", sans-serif;
	color: #0D2D61;
	font-weight: 600;
	padding: 0 1.5%;
}

.related-posts a {
	color: #0D2D61;
	text-decoration: none;
}

.related-posts a:hover {
	color: #004ECC;
}

.related-posts p {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 24px;
}

.related-posts {
	margin-bottom: 15px;
}

.related-posts img {
	margin-bottom: 10px !important;
}

.related-posts ul.recent_posts {
	list-style-type:none;
	margin: 0px;
	padding: 10px 0 0;
	width: 100%;
	display: table;
}

.related-posts ul.recent_posts li {
width: 25%;
padding: 1.5%;
vertical-align: top;
list-style-type: none;
display: table-cell;
}

.related-posts ul.recent_posts li:hover {
	background: #e8e8e8;
}

/* Return to home link */

.arrow:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(13, 45, 97, 0);
	border-right-color: #0D2D61;
	border-width: 23px;
	margin-top: -23px;
}

a.arrow {
	color: #ffffff;
font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	padding: 10px 3%;
	width: 94%;
	position: relative;
	background: #0D2D61;
	text-decoration: none;
}

.arrow:hover {
	background: #004ECC;
}

.arrow:hover:after{
    border-right-color: #004ECC;
}


/* Sidebar */

.sidebar .widget.facebook_widget {
	text-align: center;
}

.sidebar .widget.facebook_widget:before {
	content: none;
}

.sidebar #addthis_trendingcontent a {
	color: #0D2D61;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 18px;
}

.sidebar .addthis-content-row {
	position: relative;
	padding: 12px 0 9px 5%;
	margin-bottom: 0px;
	border-bottom: 1px solid #dfdfdf;
}

.sidebar .addthis-content-footer {
	display: none;
}

.sidebar .widget {position: relative;}

.sidebar .widget:before {
	content: "";
	display: block;
	border-top: 1px solid #0D2D61;
	position: absolute;
	top: 16px;
	width: 100%;
}

.sidebar .widget_title {
	font-family: 'Open Sans', sans-serif;
	font-variant: normal;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 0px;
	color: #0D2D61;
	letter-spacing: 0px;
	font-weight: 600;
	background: #ffffff;
	margin-top: 15px;
	position: relative;
	display: inline;
	padding-right: 7px;
	letter-spacing: -0.25px;
}

.sidebar .church_today h3.widget_title, #church_today h3.widget_title {
	font-size: 19px;
margin: 0px;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
color: #fff;
padding: 9px 5%;
background: #0D2D61;
width: 90%;
	display: block;
}

#church_today {margin-bottom: 30px;}

.church_today {
	list-style-type: none;
	padding: 0px;
}

.church_today li {
	margin-bottom: 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
}

.church_today li a {
	color: #222;
	background-color: #dfdfdf;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 5%;
	display: block;
	line-height: 22px;
	-webkit-transition:background-color 0.3s linear;
  -o-transition:background-color 0.3s linear;
  -moz-transition:background-color 0.3s linear;
  transition:background-color 0.3s linear;
}

.church_today li a:hover {
	background-color: #ccc;
	text-decoration: none;
}

#sidebar_middle_ad div, #sidebar_top_ad div, #sidebar_bottom_ad div {
border: 1px solid #dfdfdf;
box-sizing: border-box;
overflow: hidden;
	margin: 0 auto;
}

.sidebar img.dsq-widget-avatar {border-radius: 3px; position: absolute; left: 0px; margin-top: -1px; padding: 0px;}
.sidebar ul.dsq-widget-list {position: relative;}
.sidebar ul.dsq-widget-list li {margin-left: 40px;}
.sidebar a.dsq-widget-user {margin-right: 3px; color: #777; line-height: 16px; font-size: 12px; font-weight: 600; font-family: "Open Sans",sans-serif; padding: 2px 8px; background: #F4F4F4; border-radius: 3px;}
.sidebar .dsq-widget-meta a {color: #004ECC; line-height: 16px; font-size: 12px; font-weight: 600; font-family: "Open Sans",sans-serif; text-decoration: none;}
.sidebar p.dsq-widget-meta {padding-top: 4px;}
.sidebar ul.dsq-widget-list li p {line-height: 1.6em; margin-bottom:10px;}
.sidebar li.dsq-widget-item {margin: 20px 0;}

.widget_ffb .widget_title {display: none;}

/* Search box */
.sidebar .sidebar-search h3.widget_title {
text-transform: uppercase;
letter-spacing: 0.5px;
color: #383A3E;
background: none;
font-size: 18px;
display: block;
margin-top: 0px;
	text-align: left;
}

.sidebar .sidebar-search.widget:before {
	display: none;
}

.sidebar-search form {
	width: 100%;
}

.sidebar .sidebar-search {
background-color: #E8E8E8;
padding: 15px 5% 20px;
border: 1px solid #E2E2E2;
width: 90%;
}

.sidebar-search input[type=text] {
padding: 0px 14px;
outline: none;
border: 1px solid #ddd;
height: 32px;
font-size: 15px;
	width: 53%;
	float: left;
	vertical-align: middle;
}
.sidebar-search input[type=text]:focus {
outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}

.sidebar-search input[type=submit] {
background: #0D2D61;
padding: 7px 12px;
font-size: 15px;
font-family: "Open Sans",sans-serif;
border: 1px solid #0D2D61;
border-radius: 0px;
margin-left: -3px;
color: white;
font-weight: bold;
	width: 32%;
	float: left;
}

/* Most Popular */
.wpp-list li {
position: relative;
padding: 14px 0 11px 0px;
margin-bottom: 0px;
border-bottom: 1px solid #ccc;
	text-align: left;
}

.wpp-post-title {
color: #0D2D61;
font-family: 'Open Sans';
font-weight: 500;
font-size: 18px;
}

.wpp-list img {
float: left;
margin-right: 16px;
margin-top: 4px;
margin-bottom: 10px;
}

/* Footer */
#footer_ad {
	background: #ccc;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 20px;
}
#div-gpt-ad-1395412612305-0, #div-gpt-ad-1395412612305-1 {margin: 0 auto;}
#div#div-gpt-ad-1395412612305-2 {margin: 0 auto;}

.footer {
	border: none;
	background: #222;
	text-align: left; padding: 30px 0 0 0; height: 200px;
}

.footer a.avatar {
	display: block;
	width: 100px;
	height: 100px;
	background: url('images/Crisis-avatar2.jpg') no-repeat;
	background-size: 100%;
}

.footer a {border-bottom: none; color: #888888; text-decoration: none;}
.footer a:hover {color: #ffffff;}
.footer_column ul {list-style-type: none;}
.footer_column h3 {color: #ffffff;text-transform: uppercase;letter-spacing: 1px;font-size: 1.2em;line-height: 1.273em; margin-bottom: 5px;}
.footer #footer_column {padding: 0px 5px; float: left; width: 16%; margin-right: 3%; height: 150px;
padding-right: 3%;
border-right: 1px solid #a9a9a9;}
.footer #footer_column.left {border-left: none; padding-left: 0px; margin-top: 0px; width: 12%;}

.footer #footer_column.site_links, .footer .partners h3 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.25px;
	font-size: 21px;
	line-height: 34px;
	font-weight: 600;
}

.footer #footer_column.partners {width: 23%;}
.footer #footer_column.copyright {width: 25%; padding: 0px; margin: 0px; border: none;}
.footer #footer_column.copyright p {font-size: 15px;line-height: 22px;margin-bottom: 11px;}
#footer_column #external_links li {margin-top: 7px;}
#footer_column ul#external_links li a {padding:1px 5px 1px 34px; background: url('images/partner-icons.png') no-repeat;}
#footer_column ul#external_links li.thomas_more a {background-position:1px -25px;}
#footer_column ul#external_links li.holy_spirit  a {background-position:1px 0px;}
#footer_column ul#external_links li.cathex a {background-position:1px -50px;}
.footer .copyright a {border-bottom: 1px dotted #ffffff;}
ul#external_links {list-style-type: none;}
ul#external_links li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 17px;
}

/* Mobile styles */

@media all and (max-width: 1000px) {
	.single-civilizedreader .post_box:before, .single-standardbearers .post_box:before {
		margin-top: -111px;
		width: 30%;
	}
	
	.category-civilized-reader div.archive_intro {
		background-size: 35%;
	}
	.desktop-hide {
		display: block;
	}
	
	#site_tagline, #header #email_signup {
		display: none;
	}
	
	.sidebar .widget {
		text-align: center;
	}
	
	.footer { 
		text-align: center;
	}
	
	.sidebar .mobile-hide, .footer .mobile-hide {
		display: none;
	}
	
	#div-gpt-ad-1400081887879-0 {
		margin: 0 auto;
	}

	.home_featured img, .home_secondary img {
			width: 100%;
		}
	
	.columns > .content {
		width: 100%;
	}
	
	.columns > .sidebar {
		border: none;
		margin-top: 40px;
		width: 100%
	}
	
	.sidebar .widget, .sidebar .text_box, .connect {
		margin-bottom: 40px;
	}
	
	.connect {
		max-width: 300px;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 30px;
	}
	
	.featured_image img {
		width: 100%;
	}
	
	.sidebar .glam_slider_set2.glam_slider {
		width: 96% !important;
	}

	.ipad-hide {
		display: none !important;
	}
	
	#site_title {
		margin: 0 auto;
	}
	
	.sidebar .widget_title {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.sidebar .sidebar-search h3.widget_title {
		padding-left: 0px;
	}
	
	.sidebar_mobile_ad_top #div-gpt-ad-1400081887879-0 {
		margin: 0 auto;
	}
}

@media all and (max-width: 900px) {
	.desktop-hide {
		display: block !important;
	}
		
	.mobile-hide {
		display: none;
	}
	
	.ipad-hide {
		display: none !important;
	}
		
	#site_title {
		margin: 0 auto;
	}

	.container {
		max-width: 90%;
	}
	
	.columns > .content {
		margin-top: 20px;
	}
	
	.footer {
		height: 150px;
		text-align: center;
	}
}	

@media all and (max-width: 700px) {
	.single-civilizedreader .post_box:before, .single-standardbearers .post_box:before {
		width: 40%;
	}
	
	.category-civilized-reader div.archive_intro {
		background-size: 40%;
	}
}

@media all and (max-width: 600px) {
	.single-civilizedreader .post_box:before, .single-standardbearers .post_box:before {
		width: 50%;
	}
	
	.category-civilized-reader div.archive_intro, .category-standard-bearers div.archive_intro {
		background-size: 45%;
	}
	
	.category-civilized-reader.archive .grt h1.archive_title.headline, .category-standard-bearers.archive .grt h1.archive_title.headline {
		width: 53%;
	}
	
		.archive .archive_top img {
		width: 100% !important;
	}
	
	.archive .post_box.teaser {
		width: 100%; 
		margin-right: 0px;
	}
}

@media all and (max-width: 450px) {
	
	.category-civilized-reader div.archive_intro, .category-standard-bearers div.archive_intro {
		background-size: 60%;
	}
	
	/* Show in-post ad on mobile screens */
	.insert-post-ads {
		display: block;
	}
	
	.category-civilized-reader.archive .grt h1.archive_title.headline, .category-standard-bearers.archive .grt h1.archive_title.headline {
		width: 39%;
		height: 20px;
	}
	
	.single-civilizedreader .post_box:before, .single-standardbearers .post_box:before {
		margin-top: -113px;
		width: 70%;
	}

	.ipad-hide {
		display: block !important;
	}
	.container {
		max-width: 90%;
	}
			
	.home_featured {
		width: 100%;
		float: none;
	}
	
	.home_featured li {
		width: 100%;
		margin-top: 25px;
	}
	
	.home .columns > .content {
		margin-top: 0px;
		width: 100%;
	}
	
	.home .columns > .sidebar {
		width: 100%;
	}
	
	.columns > .content {
		width: 100%;
		margin: 0 auto;
		padding: 0px;
		margin-top: 20px;
	}
	
	.columns > .sidebar {
		border: none;
		width: 100%;
		padding: 0px;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	#home_articles {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	
	#home_articles .items.right {
		width: 100%;
	}
	
	#home_articles img {
		margin-right: 5%;
		width: 29%;
	}
	
	#home_articles .post_excerpt {
		margin-top: 10px;
	}
	
	#home_articles #archive_share {
		margin: 0px;
	}
	
	.home_features {
		width: 100%;
		float: none;
	}
	
	.home_features .special-features {
		width: 80%;
		padding: 20px 10% 20px;
	}
	
	.home_features .cat-post-icons {
		margin-left: -16%;
		height: 100px;
		width: 110%;
	}
	
	.home_features .cathex_rss {
		border: none;
		padding-left: 0px;
	}
	
	.home_features .cathex_rss h3.section_title {
		text-align: center;
		font-size: 24px;
		line-height: 30px;
	}
	
	.home_features .cathex_rss p {
		font-size: 22px;
		line-height: 28px;
		text-align: center;
	}	
	
	.related-posts {
		margin-bottom: 0px;
	}
	
	.related-posts h3 {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.related-posts ul.recent_posts li {
		width: 94%;
		margin: 10px 3%;
		padding: 0px;
		position: relative;
	}
	
	.related-posts ul.recent_posts {
		padding: 0px 2%;
	}
	
	.related-posts ul.recent_posts li {
		padding: 0px;
		background: #ffffff;
		display: inline-block;
		margin: 0px;
	}
	
	.related-posts ul.recent_posts li:hover {
		background: none;
	}
	
	.related-posts ul.recent_posts li p {
		padding: 15px;
		margin-bottom: 0px;
		padding-left: 30%;
	}
	
	.recent_posts img {
		width: 25%;
		float: left;
		margin: 15px 0;
	}
	
	.archive .previous_posts, .archive .next_posts {
		width: 100%;
		float: none;
	}
	
	#post_email_signup input[type="email"] {
		width: 75%;
	}
	
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin: auto;
		margin-bottom: 26px;
	}
	
	.footer {
		height: 210px;
	}
	
	.sidebar .widget, .sidebar .text_box, .connect {
		margin-bottom:30px;
	}
	
	.content #email_signup #mc_embed_signup form div.form-left, .content #email_signup #mc_embed_signup form div.form-right {
		display: block;
		width: 100%;
	}
	
	.content #email_signup #mc_embed_signup form div.form-left {
		text-align: left;
		margin-bottom: 15px;
	}
	
	.content #email_signup {
		margin-bottom: 20px;
	}
	
}