@charset "utf-8";

body, html {
	text-rendering: optimizeLegibility;
}
body  {
	background-color: #032237;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
body a:link {
	/* color: #00649F; */
	text-decoration: none;
}
body a:visited {
	/* color: #005080; */
	text-decoration: none;
}
body a:hover {
	/* color: #0086D7; */
	text-decoration: underline;
}
.container {
	/*width: 1170px;*/
}

h1, h2, h3, h4, 
.h1, .h2, .h3, .h4 {
	/* 
	font-family: 'Noto Sans', sans-serif; 
	font-family: Arial, sans-serif;
	font-family: 'Khula', sans-serif;
	font-family: 'Bitter', sans-serif;
	font-family: 'Merriweather', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Lato', sans-serif;
	font-family: 'Open Sans', sans-serif;
	*/
	font-family: 'Open Sans Condensed', sans-serif;
}
h1, .h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #444444; /* ##889895 */
    font-size: 42px;
	font-weight: 600;
}
h2, h3, 
.h2, .h3 {
	font-family: 'Open Sans Condensed', sans-serif;
}
h2, .h2, h3, .h3 {
	font-weight: 600;
}
h1, h2, h3, h4 {
	margin-top: 30px;
}
.h1, .h2, .h3, .h4 {
	margin: 0px;
}
.lead, .emphasis {
	font-family: 'Open Sans Condensed', sans-serif;
}
.quotation {
	/* font-family: 'Merriweather', sans-serif; */
	/* font-family: 'Allura', sans-serif; */
	font-family: 'Raleway', sans-serif;
}

p {
	line-height: 24px;
	margin-bottom: 20px;
}

/* 
Color scheme colors: 
Highlights: #333333 
Navbar: 
*/

.highlighted1 {
	color: #064671; 
}
.highlighted2 {
	color: #639ABE;
}
.highlighted3 {
	color: #CC0000;
}
img {
	/* max-width: 100%; */
}
.spacer-5 {
	height: 5px;
}
.spacer-10 {
	height: 10px;
}
.spacer-20 {
	height: 20px;
}
.spacer-30 {
	height: 30px;
}
.spacer-40 {
	height: 40px;
}

#outercontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #333;*/ 	
}

/* ========================
	Header
   ======================== */
#headercontainer {
	z-index: 5000;
	width: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 75px;
	background-color: #032237;
	/*
	border-bottom: 3px solid #333;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.75);
	*/
}
.headercontainer-absolute { /* mobile first */
	position: relative;
	height: auto;
	padding-bottom: 10px;
	color: #333;
}
.headercontainer-fixed {
	position: fixed;
}
.headercontainer-relative {
	position: relative;
}
#topnavcontainer {
	z-index: 8000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#midcontainer {
	width: 100%;
	padding-top: 10px;
	/*padding-top: 140px;*/
	padding-bottom: 0px;
	background-color: #FFF; /* #D2E1EC #EEE; */
	border-bottom: 1px solid #FFF;
}

#logo {
	display: block; /* mobile first */
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 500;
	width: 100%;
}
#logo img {
	max-width: 100%;
	border: none;
}
.header_right {
	text-align: center; /* mobile first */
	margin-top: 0px;
	margin-bottom: 10px;
}
.header_symbol {
	display: inline-block;
	vertical-align: top;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size: 32px;
	margin-right: 20px;
}
.header_symbol, .header_symbol a, .header_symbol a:link, .header_symbol a:visited, .header_symbol a:hover, .header_symbol a:active, .header_symbol a:focus  {
	color: #FFF;
	text-decoration: none;
}
.header_symbol .glyphicon {
	font-size: 28px;
	padding-top: 10px;
}

.site-title-outer {
	z-index: 500;
	position: absolute;
	display: block;
	top: 5px;
	left: 85px;
}
.site-name1, .site-name2 {
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(0,0,0,0.7);
	text-align: left;
}

.quick_cart {
	display: block;
	text-align: right;
	color: #222;
	font-size: 14px;
	background-color: #EFEFEF;
	padding: 15px;
	margin: 0px;
}
.quick_cart .glyphicon {
	display: inline-block;
	font-size: 18px;
	color: #BBB;
	margin-right: 5px;
}
.quick_cart a, .quick_cart a:link, .quick_cart a:visited, .quick_cart a:hover, .quick_cart a:active {
	/*color: #000;*/
	text-decoration: none;
}

.main_banner_blank_spacer {
	height: 300px;
	margin-top: 20px;
	background: rgba(255,255,255,1.0);
}
.main_banner_image {
	position: absolute;
	top: 0px;
	left: 0px;
	/* height:500px; */
	overflow: hidden;
	vertical-align: top;
	margin-bottom: 10px;
	text-align: center;
}
.main_banner_image img {
	/*width: 100%;*/
	margin-top: -410px;
}
.page_heading_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}
.page_heading_bg img {
	opacity: 0.5;
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* ========================
	Main Navigation
   ======================== */

.nav_external_link_icon {
	height:11px;
	margin-left: 3px;
}
.navbar-brand { 
	display: none;
	margin-top: 15px;
	color: #FFF !important;
	font-weight: bold;
	position: relative;
	padding: 0px !important;
	font-size: 14px; 
	/* 
	font-style: italic;
	letter-spacing: -1px; 
	*/
}
.navbar-brand img { 
	display:inline-block;
	vertical-align: middle;
	padding-right: 5px;
	/* padding-top: 5px; */
}

.navbar-container {
	display: block;
	z-index: 500;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	/*text-transform: uppercase;*/
	
	background-color: #639ABE;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 2px solid #FFF;

	/*margin-right:-15px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

/* The navbar and navbar-collapse container elements */
/* Bootstrap styles:
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
*/
.navbar {
  min-height: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
.navbar-collapse {
	/* padding-right: 0px; THIS IS THE STYLE THAT CAUSES HORIZONTAL SCROLLING ON THE DROPDOWN MENU WHEN TH MENU IS COLLAPSED */
}



/* The toggle button which is shown at smaller screen sizes */
/* Bootstrap styles:
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
*/
/* The toggle button itself */
.navbar-toggle {
	background-color: #000;
	margin-right: 0px;
}
/* The white lines in the toggle button */
.navbar-toggle .icon-bar,
.navbar-toggle .icon-bar:focus, 
.navbar-toggle .icon-bar:hover {
	background-color: #FFF;
}





/* The navigation menu elements */

.navbar-dbcustom {
	width: 100%;
	/*float: right;*/
	font-size: 18px; /* responsive - also set in styles_media.css */
	/* margin: 0px; */
}
.navbar-dbcustom .navbar-nav > li {
	border-right: none;
}
.navbar-dbcustom .navbar-nav > li:last-child {
	border-right: none;
}

/* TOP LEVEL MENU ITEMS */
/* Navbar link / menu item */
.navbar-dbcustom .navbar-nav > li > a {
	color: #333;
	background-color: #EEE;
	/*transition: background-color 0.3s ease;*/ /*linear*/
    line-height: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;	
}
/* A top menu item that's active or opened */
.navbar-dbcustom .navbar-nav > .active > a, 
.navbar-dbcustom .navbar-nav > .active > a:focus, 
.navbar-dbcustom .navbar-nav > .active > a:hover, 
.navbar-dbcustom .navbar-nav > .open > a, 
.navbar-dbcustom .navbar-nav > .open > a:focus, 
.navbar-dbcustom .navbar-nav > .open > a:hover
{
	color: #FFFFFF;
	background-color: #4B79BE;
	/* transition: background-color 0.3s ease; */ /*linear*/
}
/* A top menu item that's on hover */
.navbar-dbcustom .navbar-nav > li > a:hover 
{
	color: #4B79BE;
	background-color: #EFEFEF;
	/* transition: background-color 0.3s ease; */ /*linear*/
}
/* A top menu item that's open or active, and on hover */
.navbar-dbcustom .navbar-nav > .active > a:hover,
.navbar-dbcustom .navbar-nav > .open > a:hover, 
.navbar-dbcustom .navbar-nav > .open > a:focus 
{
	/*
	color: #CCCC00;
	background-color: #EEE;
	transition: background-color 0.3s ease; 
	*/
}



/* DROPDOWN MENU */
/* li elements - borders */
.navbar-dbcustom .navbar-nav .dropdown-menu {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: none;
	padding: 0px;
	margin-top: 2px;
	/*border-top: 1px solid #980D10;*/
}
.navbar-dbcustom .navbar-nav .dropdown-menu > li {
	/*border-bottom: 1px dotted #333;*/
}
.navbar-dbcustom .navbar-nav .dropdown-menu > li:last-child {
	border-bottom: none;
}
.navbar-dbcustom .navbar-nav .dropdown-menu > li > a {
	font-weight: 600;
	margin-left: 6px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-dbcustom .navbar-nav .dropdown-menu > li > a,
.navbar-dbcustom .navbar-nav .dropdown-menu > li > a:link,
.navbar-dbcustom .navbar-nav .dropdown-menu > li > a:visited,
.navbar-dbcustom .navbar-nav .dropdown-menu > li > a:focus
{
	color: #444;
	background-color: #FFF;
	border-bottom: 1px dotted #CCC;
}
.navbar-dbcustom .navbar-nav .dropdown-menu > li > a:hover {
	color: #000;
	background-color: #FFF;
	border-bottom: 1px dotted #CCC;
}



/* Sidebar: This class is combined with a "col-" class. */
.sidebar {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: -10px;
	margin-right: 15px;
	background-color: #ECE2CA;
	border: 1px solid #E5D7B7;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.sidebar_content {
	padding-top: 25px;
	padding-left: 15px;
	padding-bottom: 25px;
}
.sidebar_content a:link, .sidebar_content a:visited {
	/* color: #EEE; */
}
.sidebar_content a:active, .sidebar_content a:hover {
	/* color: #FFF;
	text-decoration: none;
	*/
}
.sidebar_heading {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 23px;
	/*color: #333333;*/
	color: rgba(79,64,28,1.0);
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
	
	/*margin-right: 10px;*/
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(79,64,28,0.3);
}
.sidebar_nav_item {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 19px;
	margin-left: 0px;
	margin-bottom: 12px;
}
.sidebar_nav_glyph {
	display:inline-block;
	vertical-align:top;
	width: 16px;
	font-size: 13px;
	margin-top: 5px;
	color: rgba(79,64,28,0.6);
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.sidebar_nav_item a {
	display:inline-block;
	vertical-align:top;
	width: 140px;
}
.sidebar_nav_item a, .sidebar_nav_item a:link, .sidebar_nav_item a:visited {
	color: #005130;
}
.sidebar_nav_item a:hover {
	color: #005130; /* #003520; */
}

.sidebar_list_item {
	font-size: 90%;
	margin-bottom: 8px;
}
.sidebar_list_item a {
	border-bottom: 1px dashed #444;
	padding-bottom: 2px;
	margin-bottom: -2px;
}
.sidebar_list_item a:hover {
	border-bottom: 1px dashed #777;
}

/* Various maincontent divs to support different layouts / page content wrappers */
/* CONTENT DIVS */
	/* maincontent1 is the default maincontent div */
	.maincontent1 { 
		display: block;
		min-height: 1px; /* Was 500 */
		background-color: #FFFFFF;
		padding-top: 0px;
		padding-bottom: 30px;
		padding-left: 25px;
		padding-right: 25px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		/* 
		border: 1px solid #DDDDDD;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; 
		*/
	}
	
	/* maincontent_nopadding is for pages where no padding is desired on the body content, i.e. feature boxes or a slideshow that spans the width of the page body */
	.maincontent_nopadding { 
		display: block;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		min-height: 100px;
	}
	
	/* maincontent_split is for layout with sidebar. This class is combined with a "col-" class. */
	.maincontent_split_wrapper { 
		background-color: #ECE2CA;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.maincontent_split_wrapper .row .col-md-2 {
		display: none;
	}
	.maincontent_split_inner_left { 
		position: absolute;
		top: 0px;
		left: 15px;
		width: 195px;
		/* border: 1px solid #E5D7B7; */
	}
	.maincontent_split_inner_right { 
		background-color: #FFFFFF;
		padding-top: 0px;
		padding-bottom: 30px;
		padding-left: 25px;
		padding-right: 25px;
	}

.page_content_wrapper {
}
#footer {
	padding: 0px;
	margin: 0px;
	/* 
	margin-bottom: 10px;
	background-color: rgba(236,226,202,0.73);
	border-top: 1px solid #999;
	*/
}
.footercontent, .footercontent2 {
	min-height: 20px;
	font-size: 14px;
	color: #EEE;
	/* 
	padding: 10px;
	text-shadow: 1px 1px 0px #FFF;
	*/
}
.footercontent2 {
	background-color: rgba(0,0,0,0.1);
}
.footercontent a:link, .footercontent a:hover, .footercontent a:visited,
.footercontent2 a:link, .footercontent2 a:hover, .footercontent2 a:visited {
	text-decoration: none;
	color: #DDD;
} 
.footercontent a:hover, .footercontent2 a:hover {
	text-decoration: none;
}
.footerleft, .footermid, .footerright {
	font-size: 14px;
	text-align: center;
}
.footermid {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerleft {
}
.footerleft .footertitle {
	font-size: 21px;
	/* text-shadow: 1px 1px 1px #FFF; */
}
.footermid {
}
.footerright {
}

/* Social Media */
.social_media a, .social_media a:link, .social_media a:hover, .social_media a:visited, .social_media a:active {
	text-decoration: none;
	color: #FFF;
}
.social_media_title {
	/* min-width: 160px; */
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
}
.social_media_title, .social_media img {
	display: inline-block;
	vertical-align: middle;
}
.footercontent .social_media_container {
	color: #FFF;
	margin-right: 30px;
}
.footercontent .social_media_item {
	/* text-align: left; */
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline-block;
}
.footercontent .social_media_item img {
	max-height: 50px;
}


.usersortbox {
	text-align: right;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 2px;
}
.dropdownbox {
	background-color: #FFFFCC;
	margin-right: 5px;
	font-size: 12px;
	color: #333333;
}
.divider {
	height:3px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	border-top:1px dotted #CCC;
}


/* Feature that's in the slideshow */
.slideshow_featured_video_wrapper {
	position:absolute;
	z-index: 500;
	top: 0px;
	right: 15px;
	width:34%;
	height: 400px;
	/*
	background-color: rgba(0,0,0,0.90);
	border-bottom: 3px solid #DDD; 
	border-right: 3px solid #DDD; 
	*/
	/* 
	background-color: rgba(50,43,28,0.30);
	*/
}
.slideshow_featured_video_container {
	width: 360px;
	/* height: 365px; */
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #B3C2E8;
	border: 1px solid #999;
}
.slideshow_featured_video_content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.slideshow_featured_video_title {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	background-color: #333333;
	padding: 3px;
}
