h1, h2, h3, h4, h5, h6, html, button, input, select, textarea, .archive-title, .archive-meta {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

.site-main {
	min-height: 960px;
}

.sidebar .site-footer .widget-area {
	max-width: 100%;
	left: 0;
	border: none;
}

.sidebar .site-footer .widget {
	width: 100%;
}

.site-footer .sidebar-container {
	background: none;
	padding: 0;
}

.site-footer .sidebar-container .widget_nav_menu {
	background: none;
	border: none;
	padding: 30px 0 0;
	margin-bottom: 0;
}

.site-footer #menu-footer {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.site-footer #menu-footer > li {
	display: table-cell;
	vertical-align: top;
	width: 20%;
	padding-left: 40px;
}

.site-footer #menu-footer > li > ul {
	margin-left: 0;
}

.site-footer #menu-footer a:hover {
	color: #e6402a;
}

.site-footer #menu-footer > li > a {
	color: #444;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
	font-size: 15px;
	color: #000;
}

.site-footer #menu-footer a {
	color: #444;
}

.site-footer #menu-footer > li:first-child {
	padding-left: 0;
}

.site-footer .widget {
	width: 100%;
}

.site-footer .widget-title {
	color: #444;
}

.custom-container {
	max-width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}

#disqus_thread, .post-navigation {
	margin: 0px auto;
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.post-navigation {
	margin-bottom: 30px;
}

.paging-navigation {
	background: #F7F5EC;
	padding: 25px 0;
	border-bottom: 1px solid #DDD;
}

.paging-navigation a {
	font-size: 19px;
	font-style: normal;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 50px;
	height: 50px;
	line-height: 14px;
}

.archive-header .archive-title {
	max-width: 1130px;
	margin: 0 auto;
	font-size: 16px;
	text-align: right;
	color: #888;
	padding: 15px 10px;
}

.archive-title, .archive-meta {
	font-style: normal;
	padding: 1em 0;
	margin: 0 20px;
	font-size: 24px;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	color: #999;
	margin: -8px 20px 20px;
	font-size: 16px;
}

.archive-header {
	background: #F7F5EC;
}

input[type=text], input[type=email] {
	border: 1px solid #DDD;
	padding: 0.5em 1em;
	border-radius: 3px;
}

.sidebar .post-navigation .nav-links {
	padding: 0;
}

.entry-content a, .comment-content a, .entry-meta a, .navigation a, .widget a {
	color: #0072C6;
}

.site {
	max-width: 100%;
	border: none;
}

.entry-title {
	font-size: 40px;
}

.entry-title a {
	text-decoration: none;
}

.entry-title a:hover {
	color: #CBB48F;
}

.entry-meta {
	margin-top: 15px;
}

.post-navigation {
	font-style: normal;
	font-size: 18px;
}

.site-header .custom-container {
	overflow: visible;
}

.site-header {
	line-height: 60px;
	color: #fff;
	background: #0072c6;
}

.site-header:after {
	content:"";
	display:table;
	clear:both;
}

.site-header .nav-menu .sub-menu li a {
	font-size: 0.85em;
	display: block;
	padding: 10px 13px;
	line-height: 18px;
}

.site-header .nav-menu .sub-menu li.current-menu-item a {
	color: #BC360A;
}

.site-header .nav-menu .sub-menu li:hover > a, .site-header .nav-menu .sub-menu li:focus > a {
	background-color: #f1f1f1;
	color: #444;
}

.site-header .nav-menu .sub-menu li a:focus {
	background-color: #f1f1f1;
	color: #444;
}

.site-header .nav-menu .sub-menu:before, .site-header .nav-menu .children:before {
	content: "";
	display: block;
	height: 13px;
	margin-top: -13px;
}
.site-header .nav-menu .sub-menu, .site-header .nav-menu .children {
	background-color: #fff;
	border: 1px solid #ddd;
	color: black;
	line-height: normal;
	margin-top: 13px;
	border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 2px 5px #ddd;
}

.site-header .home-link {
	float: left;
	width: auto;
	height: auto;
	min-height: 0;
	background: inherit;
}

.site-header .navbar {
	background: inherit;
	float: right;
	width: auto;
}

.site-header .site-title {
	color: #FFF;
	font-size: 18px;
	padding: 0;
	font-weight: normal;
	line-height: 50px;
}

.site-header .site-description {
	display: none;
}

.site-header .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	font-style: normal;
	color: #FEE882;
	background: none;
}

.site-header ul.nav-menu {
	padding: 0 60px 0 0;
}

.site-header .nav-menu li a {
	color: inherit;
	padding: 0 1em;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	background: none;
	color: #FEE882;
}

.site-header .search-field {
	background: url("searchIcon.png");
	background-size: 15px 16px;
	background-position: center 10px;
	background-repeat: no-repeat;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	margin-top: 15px;
}

.site-header .search-field:focus {
	padding-left: 10px;
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
	margin-right: 70px;
	color: #FFF;
	font-weight: normal;
}

.site-footer {
	background-color: #F5F5F5;
}

.mc_embed_signup--custom label {
	color: #0072C6;
	font-weight: bold;
	font-size: 20px;
	display: block;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.mc_embed_signup--custom {
	background: #FCFBF5;
	display: inline-block;
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	padding: 1.5em;
	width: 100%;
}

.mc_embed_signup--custom br {
	display: none;
}

.mc_embed_signup--custom #mce-EMAIL {
	width: 100%;
	margin: 5px 0;
}

.widget .widget-title {
	font-style: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body.category-blog .site-main .sidebar-container {
	top: 90px;
}

.widget a:hover {
	color: #BC360A;
}

img.size-full, img.size-large, img.wp-post-image {
	margin-top: 15px;
}

.widget li > ul, .widget li > ol {
	margin-top: 4px;
}

.sidebar-container .widget_nav_menu {
	background-color: #FFF;
	padding: 20px 0 0 30px;
	margin-bottom: 10px;
}

.sidebar-container .widget {
	background: transparent;
}

.sidebar-container .widget-area {
	border-left: 1px solid #ddd;
}

.sidebar-container .fa-external-link {
	opacity: 0.3;
	margin-left: 8px;
	font-size: 11px;
	top: 1px;
	position: relative;
}

.sidebar-container a:hover .fa-external-link, .sidebar-container a:active .fa-external-link {
	opacity: 1;
}

.mc_embed_signup--custom p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.mc_embed_signup--custom #mc-embedded-subscribe {
	margin-top: 10px;
	float: right;
	font-size: 14px;
	border-radius: 3px;
	border: none;
}

@media (max-width: 1000px){
	#disqus_thread, .post-navigation {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}
	.site-footer #menu-footer {
		display: block;
	}
	.site-footer #menu-footer > li {
		display: inline-block;
		width: 30%;
		padding: 0 20px 30px 0;
	}
}



@media (max-width: 643px) {
	.site-footer .sidebar-container .widget_nav_menu {
		width: 100%;
		padding-left: 0;
		margin: 0;
		position: relative !important;
		left: 0 !important;
	}

	.site-footer #menu-footer > li {
		display: block;
		width: 100%;
	}
	.site-header .home-link {
		padding: 0 10px;
	}
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
		margin-right: 60px;
		padding-left: 10px;
	}
	.entry-title, .format-chat .entry-title, .format-image .entry-title, .format-gallery .entry-title, .format-video .entry-title {
		font-size: 26px;
		font-weight: normal;
	}
	#disqus_thread, .post-navigation {
		padding-left: 20px;
		padding-right: 20px;
	}

	.toggled-on li, .toggled-on .children {
		padding-bottom: 0.5em;
	}

	.toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover, .toggled-on .nav-menu > li a:focus, .toggled-on .nav-menu > ul a:focus {
		background: none;
		color: #FEE882;
	}

}