@charset "UTF-8";
/* CSS Document */

body {
	background-color:#f7f1e3;
	font-family: Helvetica, 'Helvetica Neue', Arial, Gotham, sans-serif;
}

p, li {
	font-size: 17px;
	line-height: 1.5em;
	color: #000;
	font-weight: 500;
}
h1 {
	color: #264e77;
}
h2 {
	font-weight:bold;
}
h3 {
	font-weight: bold;
	color: #000;
	font-size: 22px;
	line-height: 24px;
}
h4 {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
}

a {
	color: #264e77;
}
a:hover {
	/*color: #264e77;*/
}

.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 1820px;
	background-image: url(/images/site-background.jpg);
	background-repeat:no-repeat;
	padding: 0;
}
.container-fluid {
	padding: 0;
	margin: 0;
}
.page-header {
	background-color: #a37456;
	margin: 0 0 25px 0;
	padding: 170px;
	border-bottom: 1px solid #fff;
/* Changing Banners on specific page types */
}

.banner-main {
	background-image: url("/images/newbanner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Do not show the text to browsers that can read the CSS and display the banner instead */
.page-header h1 { display: none; } 
.page-header p { display: none; }	

/* Core Navigation Settings */
.nav {
	background-color: #6d8caa;
	margin: 0;
	padding: 0;
}
/* Create the border at the bottom of the navigation */
.navbar {
	padding: 0 0 2px 0;
	margin: 0;
}

/* Basic Navigation Items */
.navbar-default .navbar-nav li a {
	display: block;
	width: 200px;
	background-color: #6d8caa;
	background-image: none;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	padding-bottom: 10;
	padding-top: 15px;
	border-bottom: solid 1px #fff;
	list-style: square;
}

/* Hovered Navigation */
.navbar-default .navbar-nav li:hover {
	background-color: #6d8caa;
}
.navbar-default .navbar-nav li a:hover {
	background-color: #6d8caa;
	color: #fff;
}

/* Active Navigation */
.navbar-default .navbar-nav .active {
	background-color: #6d8caa;
}
.navbar-default .navbar-nav .active:hover {
	background-color: #6d8caa;
}
.navbar-default .navbar-nav .active a {
	background-color: #6d8caa;
	color: #000;
}
.navbar-default .navbar-nav .active a:hover {
	background-color: #6d8caa;
	color: #000;
}

/* Collapsing Navigation */
.navbar-collapse {
	padding-left: 2px;
	padding-right: 2px;
}

/* Background and position of mobile navigation header */
.navbar-header {
	background-color: #6d8caa;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
/* Text shown in mobile navigation header */
.navbar-default .navbar-header a.navbar-brand {
	color: #000;
}

/* Right Sidebar Information */
.brownBox {
	align: center;
	background-image: linear-gradient(#a37456, #e3cdb6);
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 10px 0px;
	box-shadow: 1px 1px 1px 2px #bbb;
	margin-bottom: 40px;
}
.blueBox {
	align: center;
	background-image: linear-gradient(#6d8caa, #98b9ca);
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 10px 0px;
	box-shadow: 1px 1px 1px 2px #bbb;
	margin-bottom: 40px;
}

/* Footer Styles */
footer {
	background-color: #e3cdb6; 
	padding-top: 30px;
	padding-bottom: 75px;
}

footer p {
	font-size: 17px;
	line-height: 1.5em;
	text-align: left;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.pageHeading {
	margin: 40px 20px 40px 10px;
	font-size: 18px;
}
.pageTagline {
	text-align: center;
	font-size: 13px;
	font-style: italic;
	margin-top: -20px;
}

/* Aside Images and other Images through the site */
.imageAbout {
	max-width: 400px;
	margin: 0 auto;
}

.imageInspire {
	max-width: 325px;
	margin: 0 auto;
}
.imageInspire img, .imageAbout img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.imageInspire p.quote, .imageAbout p.quote {
	display: block;
	text-align: center;
	font-size: 13px;
}
.imageInspire p.quoteAuthor {
	display: block;
	margin: 10px;
	text-align: right;
	font-size: 11px;
}
.imgShadow {
	box-shadow: 5px 5px 3px #888;
	margin-bottom: 25px;
	}

/* Individual page content instructions */
article.homeText {
	margin: auto;
	padding: 0 25px 20px 25px;
}
.homeText p, li {
	color: #636363;
}
.indexText p {
	line-height: 1em;
}

.clearBoth {
	clear:both;
}


/* ### NOTE: More customizations for larger screens are below in that section ### */

/* In case time on webinar pages needs to be black, bold, and small
.webinar h3 > time {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
*/

/* Custom Styles for tablet-sized screens */
@media (min-width: 768px) {
	/* Tablet and Small Desktop Header - Make it tall enough for the full banner to resize into */
	.page-header {
		height: 170px;
	}
	
	/* Hovered Navigation */
	.navbar-default .navbar-nav li:hover {
		background-color: #6d8caa;
	}
	.navbar-default .navbar-nav li a:hover {
		background-color: #6d8caa;
		color: #906c50;
	}
	.navbar-default .navbar-nav li a {
		color:#fff;
		padding-bottom: 10px;
		padding-top: 15px;
		border-bottom: solid 1px #fff;
		background-color: #6d8caa;
	}	
	
	/* Active Navigation */
	.navbar-default .navbar-nav .active {
		background-color: #6d8caa;
	}
	.navbar-default .navbar-nav .active a {
		background-color: #6d8caa;
		color: #fff;
	}
	.navbar-default .navbar-nav .active:hover {
		background-color: #6d8caa;
	}
	.navbar-default .navbar-nav .active a:hover {
		background-color: #6d8caa;
		color: #906c50;
	}
	
}

/* Custom Styles for desktop screens */
@media (min-width: 992px) {
	/* Desktop Header - fill the header with the full banner */
	.page-header {
		background-size: auto;
	}
	
}