/* ------------------------------------- Styles----------------------------------- ----------- */
/* ---------- Navigation ----------- */
.logo img {
  width: 100%;
}
.navbar-default {
  background: #143a81;
}
.navbar-header .navbar-btn {
  margin-top: 0;
  margin-bottom: -10px;
}
.flexslider {
  margin: 0;
  border: none;
}
header#navbar .container {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-nav {
  margin: 5px 0 0 0;
}
.dropdown-menu li.leaf {
  margin: 15px 0;
}
/* ---------- Nav Search Form ----------- */
#header #search input[type=text]{
	color:#000000;
	background-color:#c2d7eb;
	width:100%;
	height:19px;
	-moz-box-shadow: inset 4px 3px 2px -4px #000;
	-webkit-box-shadow: inset 4px 3px 2px -4px #000;
	box-shadow: inset 4px 3px 2px -4px #000;
}
#search-block-form {
position: relative;
}
header#navbar .nav-search-form button.btn.btn-primary {
  display: none;
}
header#navbar .nav-search-form .input-group {
  width: 100%;   
}
header#navbar .nav-search-form input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search_btn {
  z-index: 100;
  clip: auto;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 24px;
  top: 8px;
}
.nav-search-form {
  margin-top: 15px;
}
header#navbar .nav-search-form .form-control {
  height: 30px;
  font-size: 12px;
}
.btn {
  color: #fff;
  box-shadow: 0px 1px 0px rgba(255,255,255,0.2) inset;
  border: 1px solid #d4a300;
  position: relative;
  text-shadow: none;
  background-color: #edb700;
  background-image: linear-gradient(#ffc707,#edb700 45%,#edb700);
  background-repeat: no-repeat;
  font-weight: bold;
}
.btn:hover {
  border: 1px solid #d4a300;
}
.btn:active {
  background-color: #d4a300;
  border: 1px solid #d4a300;
}

/* ---------- Contain ----------- */
body {
  background: #143a81;
}
body a {
  color: #143a81;
  font-weight: bold;
}
.front h2.block-title {
  border-bottom: 1px solid #edb700;
  background: #edb700;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  font-size: 16px;
  font-weight: bolder;
}
.main-container.container {
  padding-top: 20px;
}
.view-front .view-content {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #143a81;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.view-front .view-content a {
  color: #fff;    
}
.view-front .views-row {
  margin-bottom: 5px;
  min-height: 263px;
}

.view-front  h2.block-title {
  margin-top: 0;
}
.image-field-caption {
  font-weight: normal;
  font-size: 14px;
}
.region-sidebar-first .views-row, .region-sidebar-second .views-row{
  padding: 10px 0px;
  border-bottom: 1px solid #e3e3e3;
  min-height: 105px;
}
/* ---------- Video ----------- */
.view-front .views-field-field-you-tube .field-content {
  max-width: 355px;
  margin: 0 auto;
}
/* ---------- Block ----------- */
h2.block-title {
  border-bottom: 1px solid #edb700;
}
.glyphicon-news:before {
  content: url(../images/icons/latest-news.png);
}
.glyphicon-video:before {
  content: url(../images/icons/latest-videos.png);
}
.glyphicon-media:before {
  content: url(../images/icons/latest-media.png);
}
/* ---------- Flexslider ----------- */
.flex-direction-nav a {
  width: 45px;
  height: 45px;
}
element.style {
}
.slide_show_title {
 display: block;
 position: absolute;
 left: 0;
 bottom: 14px;
 width: 100%;
 padding: 5px 0;
 text-align: center;
 font-size: 1.7em;
 font-weight: bold;
 color: #d6a806;
}
.views-field.views-field-field-slide-show-image:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 -100px 80px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px -100px 80px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0px -100px 80px 0px rgba(0,0,0,0.5);
}
/* ---------- Sidebar ----------- */
.bean-resources img {
  margin: 0 auto;
}
.custom a {
  padding: 10px;
  font-weight: bold;
}
.instagram img {
  width: 23.4% !important;
  height: auto!important;
}
.facebook_thumb {
  width: 40px;
  float: left;
}
.facebook_thumb img {
  width: 35px;
}
.facebook_wall .userContent {
  font-size: 14px;
  color: #686868;
}
/* ---------- Member ----------- */
.member-photo {
  text-align: center;
  font-size: 12px;
}

.member-photo img {
  width: 120px;
  margin: 0 auto;  
}
/* ---------- webform ----------- */
.webform-container-inline.webform-datepicker  div.form-item.form-type-select {
  display: none;
}
.g-recaptcha {
  margin-bottom: 15px;
}
