/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

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.
*/
header .shell {
	padding: 15px;
}

#content.full {
	width: 100%;
}

.hp_main {
	border-bottom: double 4px #ddd;
	padding: 0 20px 45px;
	margin-bottom: 36px;
}

.hp_main h3 {
	border-top: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.bottom .shell p {
	color: #f2f2f2 !important;
	margin-left: 0 !important;
}

.bottom .shell p a {
	color: #f2f2f2 !important;
	margin-left: 0 !important;
}

.bottom .shell p a:hover {
	color: #fff !important;
}

.bottom .shell p a#back-to-top.right {
	color: #f2f2f2 !important;
}

.bottom .shell p a#back-to-top.right:hover {
	color: #fff !important;
}

footer .top {
	background-color: #a5d4ef !important;
}

footer .bottom {
	background-color: #2c2f7c !important;
}

#countdown h2 a:hover {
	text-decoration: none;
	color: #8e8e8e;
}

header nav  li a:hover, header nav ul  li:hover a {
	text-decoration: none;
	color: #8e8e8e;
}

header nav  li a, header nav ul  li a {
	font-weight: bold;
}

header nav  li a {
	font-size: 18px !important;
}

header nav li li a {
	font-size: 14px !important;
}

ul#menu-footer.menu li a {
	font-size: 13px;
	font-weight: bold;
}

ul#menu-main-2.menu li a {
	font-size: 13px;
	font-weight: bold;
}

ul#menu-main-2.menu li ul {
	margin: 16px 0 -17px;
	padding-left: 20px;
}

ul#menu-main-2.menu li ul li a {
	font-weight: normal;
}

.mfwi-lead {
	width: 280px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
}

.leadership {
	max-width: 305px !important;
	float: left;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	background-color: #f8f8f8;
}

.leadership p {
	text-align: left;
}

#featured-image {
	border-top: 3px solid #a5d4ef;
	border-bottom: 3px solid #a5d4ef;
	height: 350px;
}

#slider {
	border-top: 3px solid #a5d4ef;
	border-bottom: 3px solid #a5d4ef;
}

.theme-widget-social-icons-widget .socials a {
	opacity: .7;
}