
/* only define template page layout styles here. */
/* any formatting/content styles should be put in 'content.css' */
* {
	outline:none;
}

.primary-color {
	background:#398bc5;  /* - - - CHANGE THIS COLOR TO A DARK COLOR USED IN THE DESIGN - - - */
	color:#FFF;
}

html {

}

body {

}

/**************************************  Header  *****************************************/

#header { padding:25px 0;}

#header_right { float:right;}
#search_form { float:right;}

.header_content { float:right; padding:6px 8px 16px 0;}

/************************************  Nav  *****************************************/

.navbar { float:right; min-height:inherit; margin:0px; border:none; clear:both;}

/************************************  Banner  *************************************/

#banner_block { position:relative;}

#banner_content { text-align:center; padding:125px 0;}

/***********************************  Content Block  *********************************/

#page_outer { padding:56px 0 45px 0;}

.subblock { border:1px solid #e1e1e1; padding:7px; min-height: 366px;}
.subblock_content { padding:0 26px; margin-bottom: 25px;}

/************************************  Video Section  ******************************/

#video_block { padding:67px 0 0 0;}
#video_img { padding:0 0 0 40px;}

#video_content {}

#bottom_section { padding:65px 0 0 0;}
.bs_block { margin-bottom:10px;}
.bs_block:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; overflow: hidden; }
.sb_img { width:50%; float:left; border-right:5px solid #fff;}
.sb_content { width:50%; float:left; background:#363636; min-height:218px; padding:45px; border-left:5px solid #fff;}

.image_right .sb_img { border:none; border-left:5px solid #fff;}
.image_right .sb_content { border:none; border-right:5px solid #fff;}

/**************************************  Footer  ************************************/

#footer { background:#00a4e4; padding:55px 0 0 0;}
#copyright { text-align:center; padding:45px 0 30px 0;}