
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*
  Colors:
  #004e73 - main blue
  #003e5c - mid blue
  #00324a - dark blue
  ---
  #f39c12 - accent yellow
  */
  
html {
  font-family: 'Open Sans', sans-serif !important;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

p, li {
 font-family: 'Open Sans', sans-serif;
 font-weight: 300;
 font-size: 11pt;
 line-height: 16pt !important;
 }
 
h1, h2, h3 {
 font-family: 'Open Sans', sans-serif;
 font-weight: 600 !important;
 font-size: 26pt !important;
 line-height: 32pt !important;
 margin: 28px 0px 28px 0px;
 }
 
.navbar  {
 font-family: 'Open Sans', sans-serif;
}

.navbar-brand {
 font-weight: 700;
 color: #fff !important;
 }
 
body {
  color: #ffffff;
  background-color: #004e73;
}

a {
  color: #f39c12;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f7ca18;
}

.btn-primary {
  background-color: #f39c12;
  border-color: #f39c12;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #f7ca18;
  border-color: #f7ca18;
}

.btn-default {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-inactive,
.btn-inactive:hover,
.btn-inactive:focus,
.btn-inactive:active,
.btn-inactive.active {
 color: #fff !important;
    background-color: #aaa !important;
  border-color: #aaa !important;
}

.text-accent {
  color: #f39c12;
}

.text-muted {
  color: #cccccc;
}


.block-white, .block-white .container {
  background-color: #ffffff;
  color: #000000;
}

.block-light, .block-light .container {
  background-color: #bfd3dc;
  color: #000000;
}

.block-dark, .block-dark .container {
  color: #ffffff;
  background-color: #004e73;
}

.block-dark2, .block-dark2 .container {
  color: #ffffff;
  background-color: #00324a;
}

h2.featurette-heading {
	margin-top: 0px;
	padding-top: 0px;
}


.featurette {
   margin-top: 40px;
   margin-bottom: 40px;
}


.lead  {
   font-size: 14pt;
   line-height: 20pt !important;
}

.col-md-4 {
padding-left: 30px;
padding-right: 30px;
}

/* Fixes navbar covering anchor links */
section {
  padding-top: 28px;
  margin-top: -28px;
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff; }

.bx-pager.bx-default-pager a.active {
  background: #F39C12;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0px;
  -webkit-box-shadow: 0px;
}

@media (min-width: 854px) and (max-width: 1280px) {
  .video-container iframe,
  .video-container object,
  .video-container embed {
    width: 853px;
    height: 480px;
  }
}

@media (max-width: 853px) {
  .video-container iframe,
  .video-container object,
  .video-container embed {
    width: 640px;
    height: 360px;
  }
}

@media (min-width: 1281px) {
  .video-container iframe,
  .video-container object,
  .video-container embed {
    width: 1280px;
    height: 720px;
  }
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-fixed-top, .navbar-fixed-bottom {
border-radius: 0;
border-width: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #f39c12;
  background-color: #080808;
}
  
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 992px) {
  h2.featurette-heading {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }


  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}

/* Recolor Slider
-------------------------------------------------- */

.bx-wrapper .bx-pager.bx-default-pager a {
background: #fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #F39C12 !important;
}

.bx-viewport {
-moz-box-shadow: 0 0 0px !important;
-webkit-box-shadow: 0 0 0px !important;
box-shadow: 0 0 0px !important;
}
