/*
Project Name: SBECouncil
Client: SBECouncil
Author: Tim Vickey
Developer Level671
*/


/******************************************
/* SETUP
/*******************************************/

/* Box Model Hack */
* {
     -moz-box-sizing: border-box; /* Firexfox */
     -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
     box-sizing: border-box; /* IE */
}

/* Clear fix hack */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

.clear {
  clear: both;
}

.alignright {
  float: right;
  padding: 0 0 10px 10px; /* note the padding around a right floated image */
}

.alignleft {
  float: left;
  padding: 0 10px 10px 0; /* note the padding around a left floated image */
}

/******************************************
/* BASE STYLES
/*******************************************/

body  {

     margin: auto;
     font-size: 12px;
     line-height: 1.4;
     font-family: 'PT Sans', sans-serif;

}

/*h1 {
  color: #305696;
  font-size: 43px;
  font-family: "times new roman";
  line-height: 40px;
  margin-bottom: 15px;
  text-decoration: none;}*/

h2 {
  color: #4D4C4C;
  font-size: 36px;
  font-family: "times new roman";
  line-height: 34px;

}

h3 {
  color: #4D4C4C;
  font-size: 30px;
  font-family: "times new roman";
}

h4 {
  color: #4D4C4C;
  font-size: 24px;
  font-family: "times new roman";

}

h5 {
  color: #4D4C4C;
  font-size: 20px;
  font-family: "times new roman";

}

h6 {
  color: #4D4C4C;
  font-size: 18px;
  font-family: "times new roman";
}

blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	width: 650px;
	margin: 25px;
	padding: 25px 25px 25px 25px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background:#ececec;
}

/*blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -10px;
	color: #7a7a7a;
}*/

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;
	}

/******************************************
/* LAYOUT
/*******************************************/

.container {
  width: 1170px;
  margin: auto;
}


/******************************************
/* header section
/*******************************************/

.search-bar {
  width: 100%;
  height: 40px;
  background: #e9e9e9;
  clear: left;
}

.search {
  float: right;
  padding-right: 10px;
  margin-top: 5px;
}

.search img {
  margin-top: 5px;
  padding-right: 5px;


}

input {
  width: 250px;
  margin-top: -10px;
  border-radius: 0px;

}

.search--btn {
  background-color: #11a011;
  color: #ffffff;
  display: inline;
  padding: 3px;
  margin: 10px;
  border: 2px solid gray;
}

.search--btn a {
  text-decoration: none;
  color: white;
  padding-right: 10px;
}

.logo--container {
  width: 100%;
}

.logo {
  height: 80px;
  width: 250px;
  display: block;
  margin: 20px 0 20px 20px;
  float: left;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;

}

.slogan {
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  float: right;
  padding-top: 50px;
  padding-right: 20px;
  color: #48494b;
}


.navigation {
  background-color: #05357d;
  -webkit-box-shadow: 0px 4px 17px -1px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 4px 17px -1px rgba(0,0,0,0.26);
  box-shadow: 0px 4px 17px -1px rgba(0,0,0,0.26);
}

.navigation ul {
  padding: 15px 0px;
  margin: 0px;
}

.navigation li {
  display: inline;
  padding: 6px;
  color: white;
}

.navigation a {
  text-decoration: none;
  color: white;
  padding: 8px;
  font-weight: 800;
  font-size: 14px;
}

.navigation a:hover {
  text-decoration: underline;
}

.feature {
  width: 100%;
  /*height: 345px;*/
  background-image: url("/images/slide_back.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  align-content:center;
}

.feature--title {
  font-weight: 700;
  text-align: center;
  font-size: 38px;
  padding: 10px;
  border-radius: 3px;
  background-color: #05357d;
  color: white;
  width: 50%;
  margin: auto;
  line-height: 36px;
  -webkit-box-shadow: 0px 4px 17px -1px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 4px 17px -1px rgba(0,0,0,0.26);
  box-shadow: 0px 4px 17px -1px rgba(0,0,0,0.26);
  margin-bottom: 30px;
  margin-top: 10px;
}

.feature--btn {
  border-radius: 3px;
  background-color: #12a011;
  margin: 0px auto;
  -webkit-box-shadow: 0px 4px 17px -1px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 4px 17px -1px rgba(0,0,0,0.26);
  box-shadow: 0px 4px 17px -1px rgba(0,0,0,0.26);
  text-align: center;
  width: 200px;
  padding: 6px;
}


.feature--btn a{
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
}


.actions {
  width: 100%;
  height: 120px;
  background: #05357d;
  clear: both;
}

.actions .btn {

  width: 30%;
  height: 100px;
  float: left;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  color: white;
  padding: 2px;
  margin: 10px;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 22px 3px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 22px 3px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 22px 3px rgba(0,0,0,0.75);
}

.actions .btn h1 {
  font-size: 24px;
  font-weight: 700;
  padding: 3px;
}

.actions .btn p {
  font-size: 12px;
}


.search--btn__wide {
  background-color: #11a011;
  color: #ffffff;
  display: inline;
  padding: 3px;
  margin: 2px;
  border: 2px solid gray;

}

.search--btn__wide a{
  text-decoration: none;
  color: white;
}

main {
  width: 100%;
  margin-bottom: 50px;


}

.main__col {
  float: left;
  width: 31.5%;
  min-height: 200px;
  padding: 20px;
  margin: auto;

}

.main__col--title {
  font-size: 12px;
  border-bottom: 2px solid #7e7f80;
  color: #7e7f80;
  width: 100%;
  margin-bottom: 15px;
}

article {
  padding: 5px 0px 15px 0px;
  border-bottom: 2px solid #7e7f80;
  margin-bottom: 10px;

}

article h1 a {
  color: #305696;
  font-size: 43px;
  font-family: "times new roman";
  line-height: 40px;
  margin-bottom: 15px;
  text-decoration: none;
}

.date {
  font-size: 14px;
  color: gray;
  margin-bottom: 8px;
}

.main__col p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}

article a {
  color: #12a011;
  font-size: 12px;
  margin-bottom: 12px;
  display: block;
}



article h2 a {
  color: #305696;
  font-size: 22px;
  font-family: "times new roman";
  line-height: 24px;
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
}

article h2 a:hover {
  text-decoration: underline;
}

.bizline--link a {
  color: #12a011;
  font-size: 12px;
  margin-bottom: 18px;
  display: block;


}




.col--btn {
  background-color: #042557;
  width: 100%;
  float: left;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  color: white;
  padding: 4px;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 22px 3px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 22px 3px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 22px 3px rgba(0,0,0,0.75);
}

.col--btn  a {
  text-decoration: none;
  color: white;
}

.col--btn  a  h1{
  font-size: 26px;
  font-weight: 700;
  padding: 3px;
}

.col--btn a p {
  font-size: 12px;
  line-height: 12px;
}

.news {
    border-bottom: 2px solid #7e7f80;
    margin-bottom: 12px;
}

.news .date {
  font-family: "times new roman";
  font-size: 14px;
  color: #504f4f;
  font-weight: bold;
}

.news--title a {
  color: #305696;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  display: block;
  font-family: "times new roman";
  font-weight: bold;
  text-decoration: none;
}

.news--title a:hover {
  text-decoration: underline;
}


.visa {
  /*background-image: url("../images/visa_img.jpg");*/
  width: 100%;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
}

.crs {
/*  background-image: url("../images/crs_img.jpg");*/
  width: 100%;
  /*height: 150px;*/
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align:center;
}

/******************************************
/* secondary
/*******************************************/

.sec--content{
  width: 70%;
  float: left;
  padding: 20px;
  min-height:1300px;
}

.sec--full{
  width: 100%;
  float: left;
  padding: 20px;
  min-height:1300px;
}

.sec__col{
  float: left;
  width: 300px;
  height: 850px;
  padding: 20px;
}

.sec__col a {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}

.sec--content .feature-img{
  width: 100%;
  height: 400px;
  background-image: url("../images/jeb.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.sec--full .feature-img{
  width: 100%;
  height: 400px;
  background-image: url("../images/jeb.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.sec--content h1 {
  color: #305696;
  font-size: 45px;
  font-family: "times new roman";
  line-height: 43px;
  margin-bottom: 15px;

}

.sec--full h1 {
  color: #305696;
  font-size: 45px;
  font-family: "times new roman";
  line-height: 43px;
  margin-bottom: 15px;

}

.sec--content h4 {
  font-size: 16px;
  color: gray;
  margin-bottom: 18px;
}

.sec--full h4 {
  font-size: 16px;
  color: gray;
  margin-bottom: 18px;
}

.sec--content p {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 24px;
}

.sec--full p {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 24px;
}










/******************************************
/* bottom section global
/*******************************************/
.feature--research {
  width: 100%;
  background-color: #f2efef;
  border-top: 2px solid #dfdede;
  height: 250px;
  margin-top: -10px;
  clear: both;
  padding-top: 30px;
}


.research--article {
  width: 350px;
  height: 150px;
  background-image: url("../images/research_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  margin: 10px;

}



.research--title{
  background: #f2efef;
  display: inline-block;
  height: 90px;
  margin-top: 110px;
  position: relative;
  width: 100%;
  border-top: 2px solid #f2efef;

}

.research--title:before {
  border-bottom: 15px solid #f2efef;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: "";
  height: 10;
  left: 140px;
  position: absolute;
  top: -15px;
  width: 0;
}

.research--title a{
  text-align: center;
  font-family: "times new roman";
  font-weight: bold;
  color: #305696;
  font-size: 18px;
  display: block;
  padding: 10px 20px 0 20px;
  line-height: 20px;
  text-decoration: none;

}

/******************************************
/* FOOTER STYLES
/*******************************************/

#footer {
	width:100%;
	min-height:225px;
	color: #133852;
	background:url(../images/footer.gif);
	display:block;
	padding-top: 25px;
}

.inner {
	width: 100% !important; 
}
  
#footer a{
	color:#FFF;
}
#footer a b {
	font-weight: normal !important;
	line-height: 16px; 
	}
#footer .widget{
	padding:0px 0px 20px 0px;
}
#footer .widget-placeholder{
	width:240px;
	float:left;
	padding:30px 0px 0px 13px;
}
#footer .widget-placeholder:first-child{
	padding-left:0px;
}

.footer-date { display: block; margin-bottom: 10px; color: #91ABBA; font-size: 11px; padding-left: 10px; padding-top: 3px; }
.footer-logo { margin-top: -10px; }

#footer .copyrights{
	width:100%;
	height:41px;
	background:url(../images/black.png);
}
.copyrights p{
	float:left;
	padding:13px 0px 0px 0px;
}
.copyrights a.top{
	float:right;
	height:16px;
	display:inline-block;
	margin:13px 0px 0px 0px;
	padding:1px 0px 0px 22px;
	background:url(../images/gotop.png) no-repeat 0px 0px;
}

#footer button {
	box-shadow:0px 1px 2px #000;
}

#footer .blogroll ul li a{
	background:url(../images/blogroll-white.png) no-repeat 0px 6px;
}
  .widget-placeholder { margin: 20px 10px 0px 10px; width: 45% !important; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.well.footer{
	background-color: #133852;
	color: #fff;
	padding: 15px;
	border-radius: 0;
	margin-bottom: 0;
	border-color:transparent;
	border-style:none;
	border-width:0;
}
.well.footer a{
	color: #fff;
}
.well.weather-odd-day, .well.scoreboard, .well.sidebar-well{
	background-color: #eceef0;
	color: #333333;
	padding: 15px;
	border-radius: 0;
	margin-bottom: 0;
}
.well.body{
	background-color: #ffffff;
	color: #2a2a2a;
	padding: 15px;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	border-color: transparent;
	-webkit-box-shadow: none;
  	box-shadow: none;
}
.well.spotlight, .well.caption, .well.breadcrumbs{
	background-color: #efefef;
	color: #2a2a2a;
	padding: 15px;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	border-color: transparent;
	-webkit-box-shadow: none;
  	box-shadow: none;	
}
.well.spotlight, .well.spotlight a{
	color: #333;
}
.well.spotlight a{
	color: #2a2a2a;
}
.well.breadcrumbs{
	margin: -18px 0 20px !important;
}
.well.marketplace{
	background-color: #eceef0;
	color: #333;
	padding: 10px;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	border-color: transparent;
	-webkit-box-shadow: none;
  	box-shadow: none;	
}

h4, address {
  color: white;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
}

.column4{
	width:200px;
	float:left;
	display:inline;
	margin:0px;
	padding: 5px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align:baseline;
}



/******************************************
/* ADDITIONAL STYLES
/*******************************************/

.textwidget {
	color: white;
	}

.widget-title {
	font-weight: bold;
	color: white;
	}
	
/******************************************
/* NAVIGATION MENUS
/*******************************************/	


/******************************************
/* CODE BY GORAN MASLIC 9/3/2015
/*******************************************/	

/* Starter CSS for Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
  text-decoration: underline;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu {
  background: #05357d;
  
}
#cssmenu > ul {
  *display: inline-block;
    padding: 15px 0px;
    margin: 0px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  text-transform: uppercase;
}
#cssmenu ul ul {
  border-top: 4px solid #05357d;
  text-transform: none;
  min-width: 190px;
}
#cssmenu ul ul a {
  background: #05357d;
  color: #ffffff;
  border: 1px solid #0082e7;
  border-top: 0 none;
  line-height: 150%;
  padding: 16px 20px;
  font-size: 12px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  border-top: 1px solid #0082e7;
}

#cssmenu ul ul li:hover > a {
  /*background: #4eb1ff;*/
  text-decoration: underline;
  color: #ffffff;
}
#cssmenu ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #05357d;
  -webkit-box-shadow: 0 1px 0 #05357d;
  box-shadow: 0 1px 0 #05357d;
}
#cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li.has-sub > a:after {
/*
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
 */
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
  background: #05357d;
  color: #ffffff;
}
#cssmenu ul li.has-sub > a:after {
  
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {
  text-decoration: none;
  color: white;
  padding: 8px;
  font-weight: 800;
  font-size: 14px;
}
#cssmenu > ul > li > a {
  text-decoration: none;
  color: white;
  padding: 8px;
  font-weight: 800;
  font-size: 14px;
  padding-left:12px;
  padding-right:12px;
}
#cssmenu  ul  li.gm_line{
    display: inline;
    padding: 6px !important;
    color: white;
}
#cssmenu > ul > li > ul > .gm_line, #cssmenu > ul > li > ul > li > ul > .gm_line{
	display:none;
}
#cssmenu ul li:last-child{
	display:none;
}
#cssmenu ul ul li:hover > ul {
  margin-top:-30px;
}

/* Shortcode default Styles */

.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth 

{
     font-size: 12px;
     line-height: 1.4;
     font-family: 'PT Sans', sans-serif;	
	}
	
	
	/* 2016 presidential page */

.bios-item {
	border-top: 1px dotted #333;
	padding: 10px 0 10px 0;
}

.bios-thumb {
	float: left;
	border: 1px solid #dedede;
	height: 250px;
	margin-right: 10px;
	padding: 5px;
	width: 250px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.bios-thumb img {
	float: left;
	height: 250px;
	width: 250px;
}

.bios-item-entry {
	float: left;
	width: 425px;
	margin-left: 20px;
}

.bios-item h3 {
	height: 1.5em;
	margin: 0 0 10px 0;
}

.bios-item p {
	clear: left;
	margin-top: 0;
}

.bios-name {
	float: left;
}

.bios-email {
	float: left;
	padding: 1px 10px 0 10px;
}

.bios-email a {
	float: left;
	display: block;
	background: transparent url('images/bio-nav-contact.gif') no-repeat;
	height: 14px;
	text-indent: -99999px;
	width: 53px;
}

.bios-nav-top,
.bios-nav-back {
	float: left;
	background: transparent url('images/bio-divider.gif') no-repeat;
	padding: 1px 0 0 11px;
}

.bios-nav-top a {
	float: left;
	display: block;
	background: transparent url('images/bio-nav-top.gif') no-repeat;
	height: 14px;
	text-indent: -99999px;
	width: 33px;
}

.bios-nav-back a {
	float: left;
	display: block;
	background: transparent url('images/bio-nav-back.gif') no-repeat;
	height: 14px;
	text-indent: -99999px;
	width: 41px;
}

.post-bio .bio-content {
	color: #00a9eb;
	font-weight: bold;
}