html {
    width: 100%;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: 'Gudea', sans-serif;
    line-height: 2;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.4;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #242b47;
}
.is-dark-text h1, .is-dark-text .h1, .is-dark-text h2, .is-dark-text .h2, .is-dark-text h3, .is-dark-text .h3, .is-dark-text h4, .is-dark-text .h4, .is-dark-text h5, .is-dark-text .h5, .is-dark-text h6, .is-dark-text .h6 {
    color: #242b47;
}
h3 span {
    color: rgba(76, 27, 51, 0.76);
}
.montserrat {
    /*font-family: "Montserrat", Arial, serif;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
}

.is-light-text {
	color: #fff;
}
.is-dark-text {
    color: #2d2d2d;
}
a, .is-dark-text a {
	color: #4b1a32;
	    text-decoration: underline;
}
a:hover, .is-dark-text a:hover {
    color: #839236;
	text-decoration: underline;
}
/*****************************************
#5b6d91 Light Blue                
#242b47 Dark Blue                   
#3b7581 Teal               
#243f2a Green               
#babfd2 Gray
*****************************************/
/*****************************************
Top Bar
*****************************************/
.top-bar {
    display: none;
}
/*****************************************
Header
*****************************************/
.header {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 80px;
    line-height: 80px;
	background-color: #6d6e6e7d;
	box-shadow: none;
}
.inner-wrapper-container {
    padding-top: 40px;
}
.page-img-header, .page-img-short-header {
    position: relative;
    min-height: 300px;
    background: #111;
}
.page-img-header.padding-medium {
    padding-top: 240px;
    padding-bottom: 240px;
}
.page-img-short-header.padding-medium {
    padding-top: 140px;
    padding-bottom: 120px;
}
.page-img-header.full-image, .page-img-short-header.full-image {
    background-size: cover;
    background-position: center center;
}
.page-img-header.bg-parallax, .page-img-short-header.bg-parallax {
    background-position: top center;
}
.page-img-header h2, .page-img-short-header h2 {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 52px;
    font-weight: bold;
    line-height: 56px;
    text-transform: uppercase;
    text-shadow: 1px 1px #747474;
}
.page-img-header h2 span, .page-img-short-header h2 span {
    color: #3b7581;
    font-family: Open Sans;
    font-size: 52px;
    font-weight: normal;
    line-height: 56px;
    text-transform: none;
    text-shadow: 1px 1px #1a1a1a;
}
.page-img-header h3, .page-img-short-header h3 {
    color: #babfd2;
    font-family: Open Sans;
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
    text-shadow: 1px 1px #2a2a2a;
    letter-spacing: normal;
}
.page-img-header h3 span, .page-img-short-header h3 span {
    color: #babfd2;
    font-family: Open Sans;
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
    text-shadow: 1px 1px #2a2a2a;
    letter-spacing: normal;
}
/*
.header {
    background: #f0f0f0;
    border-bottom: 2px solid #0f73ba;
	padding-bottom: 15px;
}
*/
.submenu {
    background: #0f73ba;           
}
.inner-brand {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
img.brand-logo {
    max-width: 250px;
}

.flexslider {
    height: 50vh;
    border-bottom: 2px solid #ffd889;
}
@media all and (min-width: 993px) {
	
}
@media all and (max-width: 600px) {

	.inner-header {
		max-width: 75%;
	}
	.main-nav-toggle {
		margin: 0;
		padding: 47px 10px 47px 20px;
	}	
}

/*****************************************
Wide Bar 
*****************************************/
.wide-bar {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}
.wide-bar .container {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.social-links {
    display: inline-block;
    vertical-align: top;
}
.wide-bar .social-links a {
    font-size: 18px;
    margin: 0 0 0 15px;
    color: #243f2ac9;
}
.wide-bar .social-links a i:hover {
    color: #3b7581;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
.wide-bar .site-author {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    padding: 5px;
    border: 1px solid #e1e1e1;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.wide-bar .site-author img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
/*****************************************
Breadcrumb Trail
*****************************************/
body.interior section.breadcrumb-section {
    border-bottom: 1px solid #ebebeb;
}
body.interior section.breadcrumb-section.bg-white-dark {
    background-color: #ffffff !important;
}
body.interior section.breadcrumb-section h3.text-uppercase, body.interior section.breadcrumb-section .h3.text-uppercase {
    /*float: left;
	font-size: 16px;
	letter-spacing: initial;
    margin: 0;*/
	display: none;
}
body.interior section.breadcrumb-section .breadcrumb {
    background: none;
    float: left;
	margin-left: 5px;
    margin-bottom: 5px;
}
section.module-sm.bg-white-dark.breadcrumb-section, section.module-sm.bg-white-dark.breadcrumb-section.header-small {
    padding: 0;
    background-color: #ffffff !important;
    border-bottom: none;
    margin-bottom: 20px;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    color: #3b7581;
}
.breadcrumb a {
    color: #a2a2a2;
    text-decoration: none;
    opacity: 0.9;
}
.breadcrumb > .active {
    color: #076662;
    opacity: 0.9;
}

@media all and (max-width: 992px) {
	
	body.interior section.breadcrumb-section h3.text-uppercase, body.interior section.breadcrumb-section .h3.text-uppercase {
		display: none;
	}
	body.interior section.breadcrumb-section.module-sm {
		padding: 2px 0 8px 0;
		margin-bottom: 0;
		position: relative;
		top: 0px;
		z-index: 2000;
		left: 0;
		border: none;
	}
	body.interior section.breadcrumb-section .breadcrumb {
		background: none;
		float: left;
		font-size: 11px;
		padding-top: 8px;
	}

	
}
/*****************************************
Image Space
*****************************************/
.module-hero {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 0;
    height: 50vh;
    overflow: hidden;
}
.color-tan {
    color: #b89730;
}
/*****************************************
Maps Container
*****************************************/
.maps-container {
    height: 650px;
}
@media all and (max-width: 768px) {
	.maps-container {
		height: 200px;
		margin-bottom: 25px;
	}
}

/*****************************************
Links
*****************************************/
.btn.btn-base.btn-link {
    color: #242b47;
}
a {
    color: #242b47;
}
a:hover, a:focus {
    color: #3b7581;
}
.btn.btn-base.btn-link:hover, .btn.btn-base.btn-link:focus {
    color: #242b47;
}
.inner-nav > li > a.cursor-pointy {
	cursor: default;
}
/*****************************************
Paragraph Headers
*****************************************/
h6.text-uppercase, .h6.text-uppercase {
    letter-spacing: 1px;
    margin-right: -1px;
    color: #242b47;
	margin-top: 10px;
}
.headline-with-explanation {
	margin-top: 30px;
}
/*****************************************
Form Styles
*****************************************/
.form-control {
    margin-bottom: 15px;
}
.form-control:focus {
    border-color: #0f73ba;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: 0px;
}
.alert {
    margin-top: 15px;
    margin-bottom: 0;
}
.container img {
    margin: 0;
}
/*****************************************
Logo
x
.inner-header {
	position: relative;
}
.logo-tagline {
    position: relative;
    top: 0;
    left: 10px;
    font-size: 12px;
    color: #054069;
    line-height: 15px;
    padding-bottom: 7px;
}
.inner-nav {
    padding-top: 40px;
}
@media all and (max-width: 1024px) {
	a.inner-brand img {
		max-width: 85%;
	}
	.logo-tagline {
		top: -10px;
		left: 0;
		font-size: 11px;
		line-height: 15px;
		padding-bottom: 5px;
	}
}
@media (max-width: 991px) {
	.inner-nav {
		padding-top: 10px;
		margin: 0;
	}
	
	.inner-nav > li > a {
		padding: 20px 15px 10px 5px;
	}
	
}


@media all and (max-width: 1024px) {
	a.inner-brand img {
		max-width: 85%;
	}
	.logo-tagline {
		top: -10px;
		left: 0;
		font-size: 11px;
		line-height: 15px;
		padding-bottom: 5px;
	}
}
background-color: #6d6e6e7d;
/*****************************************
Toggle Button
*****************************************/
.main-nav-toggle {
    border-left: 1px solid #0f73ba;
    padding: 50px 20px 50px 30px;
}
/*****************************************
Body Content
*****************************************/
.module-sm {
    padding: 40px 0 30px 0;
}
.btn.btn-base {
    background-color: #5b6d91;
    border-color: #858585;
    color: #f6f6f6;
}
.btn.btn-base:hover, .btn.btn-base:focus {
    background-color: #858585;
    border-color: #5b6d91;
    color: #f6f6f6;
}
.btn.btn-info {
    background-color: #43869b;
    border-color: #476b79;
    color: #fff;
}
.btn.btn-info.btn-outline {
    background: transparent;
	color: #666666;
}
.btn.btn-info:hover, .btn.btn-info:focus {
    background-color: #6b8f9d;
    border-color: #4386a0;
    color: #fff;
}
/*****************************************
#5b6d91 Light Blue                
#242b47 Dark Blue                   
#3b7581 Teal               
#243f2a Green               
#babfd2 Gray
*****************************************/
.btn.btn-primary {
	background-color: #959595;
    border-color: #8e7a50;
    color: #fff;
}
.btn.btn-primary.btn-outline {
    background: transparent;
	color: #666666;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #5b6d91;
    border-color: #242b47;
    color: #FFFFFF;
}
/*****************************************
Articles
*****************************************/
article.post .btn.btn-base.btn-link {
    color: #94a038;
}
article.post .btn.btn-base.btn-link:hover, article.post .btn.btn-base.btn-link:focus {
	color: #43849f;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
}

/*****************************************
Menu
*****************************************/
.submenu {
    background: #0f73ba;
    z-index: 2000;
    border: 1px solid #b89335;
    margin-top: 2px;
}
.inner-nav > li > a {
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 35px 15px 15px 5px;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}
.inner-nav > li > a:hover, .inner-nav > li > a:focus, .inner-nav > li.submenu-open > a {
    font-size: 15px;
    color: #ffffff;
    font-weight: bolder;
}
.nav-icon-toggle span:nth-child(1) {
    top: 4px;

}
.nav-icon-toggle span {
	background: #ffffff;
	height: 2px;
}	
.nav-icon-toggle span:nth-child(2) {
    top: 11px;
    transform-origin: left center;
}
.nav-icon-toggle span:nth-child(3) {
    top: 19px;
    transform-origin: left center;
}
.submenu {
    background: #000000;
    z-index: 2000;
    border: none;
    width: 230px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #2a3034;
    top: 75px;
}
ul.submenu li > a {
    color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	line-height: 22px;
    padding: 15px 15px;
    display: block;
    border-bottom: 1px solid #2a3034;
    border-left: 1px solid #2a3034;
    border-right: 1px solid #2a3034;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.submenu .has-submenu > a:after {
    position: absolute;
    content: "\f105";
    display: block;
    right: 14px;
    top: 40%;
    margin-top: -5px;
    font-family: 'FontAwesome';
    text-rendering: auto;
    font-size: 10px;
}


@media all and (max-width: 991px) {

	.main-nav-toggle {
		border-left: 1px solid #5f5f5f;
		padding: 30px 30px 30px 40px;
	}
	.inner-nav > li > a {
		color: #787878;
	}	
}
@media all and (max-width: 768px) {
	
	.main-nav-toggle {
		border-left: 1px solid #5f5f5f;
		padding: 30px 30px 30px 40px;
	}
	.inner-nav > li > a {
		color: #787878;
	}	
}
/*****************************************
Footer
*****************************************/
.footer .bottom-line {
	margin-bottom: 25px;
}
.footer .bottom-line:before {
    border-bottom: none;
}
.bottom-line:before {
    content: "";
    /*display: block;*/
	display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}
.footer .bottom-line:after {
    border-bottom: none;
}
.bottom-line:after {
    content: "";
    /*display: block;*/
	display: none;
	width: 35px;
    border-bottom: 2px solid #27CBC0;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}

.footer {
    background-color: #242b47;
    border-top: 5px solid #d8d8d8;
}
.footer * {
    color: #ffffff;
}
.footer .widget .headline h2 {
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    border-bottom: none;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
	line-height: 18px;
    margin: 0 0 20px 0;
    position: relative;
}
.footer .widget p {
    padding: 0;
    color: rgba(255, 255, 255, 0.84);
    background: transparent;
    box-shadow: none;
    line-height: 1.6em;
}
.footer .posts .dl-horizontal a {
    color: #ffffff;
}
dd.scrub-big-fonts p {
    font-size: 13px;
    line-height: 15px;
}
.footer .copyright {
    /*border-top: 1px solid #969c39;*/
	border: none;
}
.post {
    margin: 0 0 10px 0;
}
/*****************************************
Copyright
*****************************************/
.copyright {
	display: none;
}
.copyright-full-row {
    padding: 20px 0;
    margin: 0;
    color: #FFF;
    background: #5b6d91;
    font-family: "Open Sans", Arial, serif;
    font-size: 12px;
    font-weight: 500;
}
.copyright-full-row a {
    color: #ffffff;
}
.scroll-top {
    border: 2px solid #d9d9d9;
}
 /*****************************************
#5b6d91 Light Blue                
#242b47 Dark Blue                   
#3b7581 Teal               
#243f2a Green               
#babfd2 Gray
*****************************************/
/*****************************************
Pagination Button
*****************************************/
.pagination > .active > a, .pagination > .active > span {
    background: #242b47;
    border-color: #5b6d91;
    color: #ffffff;
}
.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background: #5b6d91;
    border-color: #242b47;
    color: #ffffff;
}


