/*	################################################################

	
################################################################# */ 
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

	* { 
		margin: 0;
		padding: 0px;
	} 
   
body { padding-top: 160px; }

body {
  position: relative;
}

blockquote {
	background-color: #efefef;
}
body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 15px; 
	line-height: 26px;
	color: #384452; 
	margin-top: 10px; 
}

li,
ul {
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 15px; 
	line-height: 23px;
	color: #384452; 
	margin-top: 10px; 
	margin-left: 25px;
}

img {
	height: auto;
	max-width: 100%;
}

.box-shadow(@shadow: 0 1px 3px rgba(0,0,0,.25)) {
  -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1
          box-shadow: @shadow;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #194f81;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}


/*	################################################################
	BLB STYLES
################################################################# */


.caption {
	font-size:  13px;
}

.copyright {
	font-size:  11px;
	text-align: left;
}

.shaded {
	background: #efefef;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.imgpadding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.shaded-yellow {
	background: #FFFFE0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.box {
	border: black;
	border-bottom: black;
	border-bottom-width: 1px;
}

.border-box {
  background: #fff;
  border-color: black;
}


/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */



.navbar {
	 min-height: 120px;
	 padding-top: 15px; 
	 margin-bottom: 5px;
	 padding-left: 0px;
}

.navbar-toggle {
	 margin-top: 30px; 
}

.navbar-brand {
	font-family: Arial, serif;
	font-weight: 200;
	font-size: 28px;
	padding-top: 5px; 
}


.navbar-default {
	background-color: #768573;
	border-color: #aaaaaa;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 400;
	font-size: 17px;
	padding-top: 10px;
}


.navbar-default .navbar-nav > li > a:hover {
	background-color: #E5E5E5;
}

@media (min-width:1024px) { 
	.navbar > .container {
	    text-align: center;
	}
	.navbar-header,.navbar-brand,.navbar .navbar-nav,.navbar .navbar-nav > li {
	    float: none;
	    display: inline-block;
	}
	.collapse.navbar-collapse {
	    float: none;
	    display: inline-block!important;
	    width: auto;
	    clear: none;
	}
}

.dropdown-menu {
	background: #f9f9f5;
}

.dropdown-menu > li > a {
	color: black;
	font-weight: 500;
	font-size: 15px;
	padding-top: 3px;
	line-height: 22px;
}


.hline {
	border-bottom: 1px solid #384452;
}

.hline-w {
	border-bottom: 1px solid #384452;
	margin-bottom: 25px;
}


.box-shadow(@shadow: 0 1px 3px rgba(0,0,0,.25)) {
  -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1
          box-shadow: @shadow;
}

/*	################################################################
	SITE WRAPS
################################################################# */

#headerspace {
	min-height: 370px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#headerwrap {
	background-color: #efefef;
	min-height: 550px;
	padding-top: 125px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap-left {
	background-color: #efefef;
	min-height: 550px;
	padding-top: 125px;
	padding-bottom: 0px;
	text-align: left;
}


#headerwrap h3, h5 {
	color: black;
	font-weight: 400;
}

#headerwrap h1 {
	color: black;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}


/*	################################################################
	FOOTER
########################

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #a9b3a7;
	border: 1px black;
	border-color: #aaaaaa;
}

#footerwrap p {
	color: black;
}

#footerwrap a {
  color: #194f81;
}

#footerwrap h4 {
	color: black;
	font-weight: 500;
	font-size: 18px;
}

#footerwrap i {
	font-size: 30px;
	/* color: #bfc9d3; */
	color: black;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #194f81;
}

/*	################################################################
	BLURB BAR
################################################################# */


#blurb {
	background: #dfdbc8; 
	margin-bottom: 40px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-top: -40px;
}


.quote {
	color: #384452; 
	margin-right: 15px;
	margin-left: 15px;
	text-align: left;
	line-height: 26px;
	font-size: 16px;
	margin-top: 16px; 
	}



/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#subnav {
	background: #a9b3a7;
	margin-bottom: 40px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-top: -40px;

}

#subnav h3 {
	color: #13093b;
	margin-left: 15px;
}

#subnav h4 {
	color: #13093b;
	font-family: Times, serif;
	font-style: italic;
	margin-left: 15px;
}

#subnav a {
	color: #13093b;
	margin-left: 0px;
}



