/*
Custom CSS

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body {
	overflow-x: hidden;
}

a {
	color: #005cae;
	font-weight: 400;
}

.widget-area-2 .entry-thumb {
	float: right;
	max-width: 40%;
}

.kp-article-list-widget article.entry-item {
	border-bottom: 1px solid #868d91;
	margin-bottom: 10px;
}

.flex-viewport .slides article > a:after {
	content: '';
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: #005cae;
	opacity: .75;
}

.home-slider .flex-caption h2 a:hover {
	color: #fff;
}

.home-slider .flex-caption h2 {
	font-size: 24px;
	line-height: 24px;
}

.home-slider .flex-caption {
	background: none;
	bottom: auto;
	top: 15%;
	text-align: center;
	z-index: 2;
}

.home-slider .flex-control-nav {
	width: 100%;
	top: 80%;
	right: 0;
}

.home-slider .flex-caption .entry-readmore a {
	color: #fff;
}

.widget-area-1 #kopa_widget_flexslider-2 .widget-title:before {
	content: "\f005";
/* fa-star */
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: .5em;
	color: #6b95cf;
}

.widget-area-1 #kopa_widget_text-2 .widget-title:before {
	content: "\f073";
/* fa-calendar */
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: .5em;
	color: #6b95cf;
}

.widget-area-2 .widget-title:before {
	content: "\f024";
/* fa-flag */
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: .5em;
	color: #6b95cf;
}

.widget-area-11 .widget-title:before {
	content: "\f14a";
/* fa-check-square */
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: .5em;
	color: #6b95cf;
}

#kopa_widget_entry_list_2-11 .widget-title:before {
	content: "\f14a";
/* fa-check-square */
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: .5em;
	color: #6b95cf;
}

#kopa_widget_entry_list_2-11 .sharedaddy {
	display: none;
}

#header-top {
	background: #434343;
}

#header-middle {
	background: #ebebea;
	background-image: url('/images/main-menu-bg.png');
	padding: 15px 0;
}

#header-top input.search-text {
	background-color: #292929;
}

#header-bottom {
	display: none;
}

#kp-page-footer {
	background-color: #292929;
	color: #fff;
}

#main-menu > li > a {
	text-transform: none;
	color: #fff !important;
	text-align: center;
}

#main-menu > li:hover > a, #main-menu > li.menu-item-has-children:hover > a {
	background-color: #292929;
}

#main-menu > li.current-menu-item > a, #main-menu > li.current-menu-parent > a {
	background-color: transparent;
}

#main-menu > li > a {
	-webkit-transition: all 0 ease 0;
	-moz-transition: all 0 ease 0;
	-o-transition: all 0 ease 0;
	transition: all 0 ease 0;
	display: block;
}

/* Triangle marking current menu item */
#main-menu > li.current-menu-item > a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: transparent transparent #ebebea;
	left: calc(50% - 10px);
	position: absolute;
	margin-top: 20px;
}

#main-menu > li.current-menu-item.menu-item-has-children > a:after {
	margin-top: 12px;
}

#main-menu li ul li.current-menu-item {
	background-color: #003e82;
}

#menu-item-15 {
	width: 106px;
}

#menu-item-167 {
	width: 86px;
}

.top-banner {
	line-height: 78px;
	margin-right: 25px;
}

.entry-date {
	color: #000;
	font-style: normal;
	font-weight: 400;
}

.entry-category {
	color: #000;
	font-style: normal;
	font-weight: 400;
	display: block;
}

#follow-and-subscribe {
	background-color: #434343;
	padding: 20px;
}

.social-footer-text, .subscribe-text {
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}

.social-footer-icons > a {
	color: #fff;
}

.social-footer-icons > a > img {
	vertical-align: text-bottom;
}

#mc_embed_signup_scroll div {
	display: inline-block;
}

#mc-embedded-subscribe-form {
	margin: 0;
	position: relative;
}

#mce-EMAIL {
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 70px 0 30px;
	border: none;
	box-shadow: none;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	position: relative;
}

#mc-embedded-subscribe {
	border: none;
	background-color: #005cae;
	position: absolute;
	top: 6px;
	width: 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 18px;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	text-transform: uppercase;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

#copyright {
	padding: 10px;
}

.entry-box p {
	line-height: 24px;
}

.widget-area-3 {
	display: none;
}

.widget-area-4 {
	display: none;
}

#bottom-sidebar {
	display: none;
}

#kopa_widget_text-3 {
	margin-bottom: 0;
}

#kp-page-footer .sharedaddy {
	display: none;
}

#main-menu li ul.sub-menu li.menu-item a, #main-menu li ul.sub-menu li.menu-item:hover a {
	color: #fff !important;
}

#main-menu li ul.sub-menu li.menu-item:hover {
	background-color: #003e82;
}

.widget h4 a {
	color: #003e82;
}

.widget-title {
	border-bottom: 2px dotted #868d91;
	padding-bottom: 3px;
}

.main-col header {
	margin-bottom: 15px;
}

.main-col header h4.entry-title {
	line-height: 34px;
	margin-bottom: 15px;
}

#main-content header > .articleheader-date {
	font-weight: 400;
}

#main-content .entry-content > header > h4 {
	font-size: 24px;
}

#main-content .entry-content > header > h4 > a {
	color: #003e82;
}

#main-content .wrapper {
	border-left: none;
	border-right: none;
}

#main-content .main-col {
	border-right: none;
}

#main-content .sidebar {
	border-left: none;
}

.col-a {
	border-right: none;
}

.col-b {
	border-left: none;
}

.widget-area-2 {
	border-bottom: none;
}

.widget-area-11 {
	border-top: none;
}

#kp-page-footer {
	border-bottom: none;
}

/* Remove prev/next article links */
footer > p {
	display: none;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-email a.sd-button {
	background: #e6001c;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-print a.sd-button {
	background: #196a24;
	color: #fff !important;
}

.article-nav-links {
	border-bottom: 1px solid #868d91;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

span.prevnext-post {
	float: right;
}

#col-a-ad img {
	margin: auto;
	display: block;
	max-width: 100%;
}

.category-header {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 20px;
	border-bottom: 2px dotted #868d91;
}

/* Suppress images in "trending" widgets */
#kopa_widget_articles_carousel-2 div.caroufredsel_wrapper article > div > div > a > img {
	display: none;
}

#kopa_widget_entry_list_2-11 > div > article > div.entry-thumb > a > img {
	display: none;
}

/* CSS for the big screen */
@media only screen and (min-width: 480px) {
	#main-content .wrapper {
		width: 1106px;
	}
	
	.col-a {
		width: 542px;
	}
	
	.caroufredsel_wrapper[style] {
		height: 300px !important;
	}
	
	#follow-and-subscribe {
		margin-left: -2000px;
		margin-right: -2000px;
	}
	
	#follow-and-subscribe .wrapper {
		display: table;
	}
	
	.social-footer {
		text-align: right;
		width: 49%;
		display: table-cell;
		padding-right: 50px;
	}
	
	.social-footer-text, .subscribe-text {
		margin-right: 30px;
	}
	
	.social-footer-icons > a {
		padding-left: 20px;
	}
	
	#mc_embed_signup {
		text-align: left;
		width: 49%;
		display: table-cell;
		padding-left: 50px;
	}
	
	#mce-EMAIL {
		width: 300px;
	}
	
	#mc-embedded-subscribe {
		right: 105px;
	}
}

/* CSS for the small screen */
@media only screen and (max-width: 479px) {
	.social-footer-icons > a {
		padding-left: 5px;
	}
	
	#mc-embedded-subscribe {
		right: 105px;
	}
}