/* Colors */

.primary {
  color: #e3d001 !important;
}

.primary-bg {
  background-color: #e3d001;
}

.primary-border {
  border-color: #e3d001;
}

.secondary-bg {
  background-color: #e3d001;
}

.highlight {
  color: #e3d001;
}

.highlight-bg {
  background-color: #e3d001;
}

.highlight-border {
  border-color: #e3d001;
}

.highlight-lightest-bg {
  background-color: #e3d001;
}

.contrast {
  color: #e3d001;
}

.contrast-bg {
  background-color: #e3d001 !important;
}

#detailed-information .fa-inverse.primary {
  color: white !important;
}

#detailed-information .fa-circle.contrast {
  color: #2a2a2a !important;
}

.contrast-border {
  border-color: #2a2a2a !important;
}

.primary.contrast-bg {
  color: #2a2a2a !important;
}

.off-white-bg {
  background-color: #f1f1f0;
}

.med-grey {
  color: #3d3d3d !important;
}

.med-grey-bg {
  background-color: #383838;
}

.grey-border {
  border-color: #989898 !important;
}

.dark-grey {
  color: #252525;
}

.dark-grey-bg {
  background-color: #2a2a2a;
}

.dark-grey-bg .muted {
  color: #a9a9a9;
}

.off-white {
  color: #d3d3d3;
}

.off-white a,
.off-white a:visited {
  color: #d3d3d3;
  text-decoration: underline;
}

.off-white .brighter,
.off-white.brighter {
  color: #e1e1e1;
}

.off-white .brighter a,
.off-white .brighter a:visited {
  color: #e1e1e1;
  text-decoration: underline;
}

.off-white a:hover,
.off-white a:focus,
.off-white a:active {
  color: #fff;
}

.off-white-bg {
  background-color: #f1f1f0;
}

.off-white-bg-darker {
  background-color: #d1d1d1;
}

.off-white-darker {
  color: #5b5a5a;
}

.white {
  color: #fff !important;
}

.white-bg {
  background-color: #fff !important;
}

.white-border {
  border-color: #fff !important;
}

.black {
  color: #000;
}

.black-bg {
  background-color: #000;
}

a.primary,
a.primary:visited {
  color: #d22422;
}

a.primary:hover,
a.primary:focus,
a.primary:active {
  color: #d22422;
  text-decoration: underline;
}

/* Typography */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.font-h,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Ubuntu', sans-serif;
}

a, a.visited {
  color: #d22422;
}

a:hover, a:active {
  color: #d22422;
}

.text-upper {
  text-transform: uppercase;
}

/* Images */
.img-circle {
  border-radius: 50%;
}

/* Spacing */

.double-border {
  border-width: 2px;
}

hr.vertical-spacer {
  border: 0;
}

.no-pad {
  padding-right: 0;
  padding-left: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row-height.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-height.no-gutters > [class^="col-"],
.row-height.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.h-2 {
  display: inline-block;
  width: 20px;
}

.m-t-0 {
  margin-top: 0;
}
.m-t-1 {
  margin-top: 1em;
}
.m-t-1h {
  margin-top: 1.5em;
}
.m-t-2 {
  margin-top: 2em;
}
.m-t-2h {
  margin-top: 2.5em;
}
.m-t-3 {
  margin-top: 3em;
}
.m-t-4 {
  margin-top: 4em;
}

.m-t-m2p {
  margin-top: -2px;
}
.m-t-5p {
  margin-top: 5px;
}
.m-t-10p {
  margin-top: 10px;
}
.p-t-10p {
  padding-top: 10px;
}
.m-t-12p {
  margin-top: 12px;
}
.p-t-12p {
  padding-top: 12px;
}
.m-t-15p {
  margin-top: 15px;
}
.m-t-50p {
  margin-top: 50px;
}

.m-b-0 {
  margin-bottom: 0;
}
.m-b-1 {
  margin-bottom: 1em;
}
.m-b-1h {
  margin-bottom: 1.5em;
}
.m-b-2 {
  margin-bottom: 2em;
}
.m-b-3 {
  margin-bottom: 3em;
}
.m-b-4 {
  margin-bottom: 4em;
}

.m-b-5p {
  margin-bottom: 5px;
}
.m-b-10p {
  margin-bottom: 10px;
}
.p-b-10p {
  padding-bottom: 10px;
}
.m-b-50p {
  margin-bottom: 50px;
}

.min-h-250 {
  min-height: 250px;
}

.p-h-10pct {
  padding-right: 10%;
  padding-left: 10%;
}
.p-h-15pct {
  padding-right: 15%;
  padding-left: 15%;
}

/* Layout */

.container.split-fixed.left {
  margin-right: 0;
}

.container.split-fixed.right {
  margin-left: 0;
}

@media (min-width:768px) {
    .container.split-fixed {
        width: 375px
    }
}

@media (min-width:992px) {
    .container.split-fixed {
        width: 485px
    }
}

@media (min-width:1200px) {
    .container.split-fixed {
        width: 585px
    }
}

/* Equal Height Columns */

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

.inside.debug {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

/* Resposive Alignment Styles */

.hidden-xs-text-left, .hidden-sm-text-left, .hidden-md-text-left, .hidden-lg-text-left {
    text-align: left;
}
.hidden-xs-text-center, .hidden-sm-text-center, .hidden-md-text-center, .hidden-lg-text-center {
    text-align: center;
}
.hidden-xs-text-right, .hidden-sm-text-right, .hidden-md-text-right, .hidden-lg-text-right {
    text-align: right;
}
.hidden-xs-text-justify, .hidden-sm-text-justify, .hidden-md-text-justify, .hidden-lg-text-justify {
    text-align: justify;
}

@media (max-width: 767px) {
    .hidden-xs-text-left, .hidden-xs-text-center, .hidden-xs-text-right, .hidden-xs-text-justify {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm-text-left, .hidden-sm-text-center, .hidden-sm-text-right, .hidden-sm-text-justify {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md-text-left, .hidden-md-text-center, .hidden-md-text-right, .hidden-md-text-justify {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .hidden-lg-text-left, .hidden-lg-text-center, .hidden-lg-text-right, .hidden-lg-text-justify {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

/* Forms */
.form-control,
.btn {
  border-radius: 0;
  border-width: 0;
  line-height: 1.42857143;
}

/* Components */

.component {
  padding-top: 35px;
  padding-bottom: 50px;
}

.component.no-pad {
  padding: 0;
}

/* Contact */
.contact .left h2, .contact .left .h2 {
  font-weight: 300;
  line-height: 1;
}

.contact .form-control {
  margin: 0;
}

.contact .btn {
  border-width: 1px;
  border-style: solid;
}

.contact .btn:hover,
.contact .btn:focus,
.contact .btn.focus {
  background-color: #e3d001;
  border-color: #e3d001;
  color: #fff;
  text-decoration: none;
}

.contact .btn:active,
.contact .btn.active {
  outline: 0;
  box-shadow: none;
}

.contact label {
  margin-top: 10px;
  font-weight: 300;
}

.contact .network {
  font-size: 15px;
  line-height: 1;
}

.contact .caption {
  font-size: 11px;
}

.contact .social-link a,
.contact .social-link a:visited,
.contact .social-link a:hover,
.contact .social-link a:focus,
.contact .social-link a:active {
  text-decoration: none;
}

.contact .social-link a:hover .caption,
.contact .social-link a:focus .caption,
.contact .social-link a:active .caption {
  text-decoration: underline;
}

.contact .address .h4 {
  font-weight: 300;
}

/* Testimonials */

.testimonials h2 {
  font-size: 20px;
}

.testimonials .carousel-content {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.testimonials .carousel-content .quote {
  font-size: 15px;
}

.testimonials .carousel-content .citation {
  font-size: 11px;
  font-weight: 700;
}

.testimonials .carousel-content .citation .desc {
  font-size: 9px;
  font-weight: 500;
}

.testimonials .carousel-control {
  top: 35%;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  text-shadow: none;
  background-image: none;
  opacity: .6;
  filter: alpha(opacity=60);
}

.testimonials .carousel-control:hover,
.testimonials .carousel-control:focus,
.testimonials .carousel-control:active {
  background-image: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Call to Action */

.call-to-action .call {
  font-size: 15px;
  font-weight: 700;
}

.call-to-action .desc {
  font-size: 11px;
}

.call-to-action .mail-icon {
  min-height: 34px;
}

.call-to-action input {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.call-to-action .btn {
  border-width: 1px;
  border-style: solid;
}

.call-to-action .btn-default:hover,
.call-to-action .btn-default:focus,
.call-to-action .btn-default.focus {
  background-color: #e3d001 !important;
  border-color: #e3d001 !important;
  color: #fff;
  text-decoration: none;
}

.call-to-action .btn:active,
.call-to-action .btn.active {
  outline: 0;
  box-shadow: none;
}

.call-to-action label {
  font-weight: 300;
  margin-bottom: 0;
  text-transform: none;
}

/* Fun Facts */

.fun-facts.component {
  padding-top: 30px;
  padding-bottom: 15px;
}

.fun-facts .desc {
  font-size: 11px;
}

/* Featured Items */

.featured-items h2 {
  font-size: 20px;
}

.featured-items .subheading {
  text-transform: uppercase;
}

.featured-items h3 {
  font-size: 16px;
}

.featured-items hr {
  width: 3em;
}

.featured-items a:active .fa-circle,
.featured-items a:hover .fa-circle,
.featured-items a:focus .fa-circle {
  color: #e3d001;
}

/* News */

.news h3, h4.headline a {
  color: #000 !important;
}

.news.component {
  padding-top: 10px;
  padding-bottom: 0;
}

.news .featured-image {
  width: 100%;
}

.news .lede {
  padding: 10px 5px 2.5em;
}

.news .citation {
  margin: 0;
}

.news .citation-col {
  position: relative;
  float: left;
  min-height: 1px;
}
.news .citation-col.col-1 {
  width: 34px;
}
.news .citation-col.col-2 {
  width: 76%;
}

.news .category-icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: bottom;
  font-size: 17px;
  line-height: 2;
  text-align: center;
}
.news .category-title {
  display: inline-block;
  height: 2.833em;
  margin: 0;
  padding-left: 0.333em;
  font-size: 12px;
  line-height: 2.833;
  font-weight: 300;
  text-transform: uppercase;
}

.news .dateline {
  display: inline-block;
  width: 3.4em;
  height: 3.4em;
  margin: 0;
  padding-top: 0.4em;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}
.news .headline {
  margin: 0;
  padding-left: 0.267em;
  padding-bottom: 0.2em;
  font-size: 15px;
  line-height: 1.133;
  text-transform: uppercase;
}
  .news .headline a,
  .news .headline a:visited {
    text-decoration: none;
  }
  .news .headline a:hover,
  .news .headline a:active,
  .news .headline a:focus {
    text-decoration: underline;
  }

.news .excerpt {
  margin: 1.5em auto 0;
  width: 85%;
  text-align: center;
}

.news .excerpt p {
  text-align: justify;
  margin-bottom: 1.5em;
}

.news .btn.read-more {
  border: 1px solid;
  padding: 0.8em 2.4em;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
}
  .news .featured .btn.read-more {
    background-color: inherit;
  }
  .news .btn.read-more:hover,
  .news .btn.read-more:active,
  .news .btn.read-more:focus {
    text-decoration: underline;
  }

/* Details */

.detailed-information .heading {
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
}

.detailed-information .subheading {
  font-weight: lighter;
  text-transform: uppercase;
}

.detailed-information .divider {
  float: left;
  width: 100px;
  margin: 0 0 2em;
  border-width: 2px;
}

.detailed-information .entry {
  margin-bottom: 2em;
}

.detailed-information .entry .counter {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: lighter;
  line-height: 1;
  text-align: center;
  opacity: 0.35;
}

.detailed-information .entry .title {
  margin: 1.286em 0 0;
  font-size: 14px;
  text-transform: uppercase;
}

.detailed-information .entry .subtitle {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.detailed-information .entry .toggle-icon .fa-stack-1x {
  font-size: 16px;
  font-weight: normal;
}
  .detailed-information .entry .toggle-icon .collapse-accent {
    margin-top: 1.846em;
    margin-bottom: 0;
    border-width: 1px;
    width: 50%;
  }
.detailed-information .entry .desc {
  margin: 0.5em 0 0;
  font-size: 12px;
}

.detailed-information .entry .toggle-indicator .fa {
  font-weight: lighter;
}
  .detailed-information .entry .toggle-indicator .fa-stack-1x {
    font-size: 12px;
  }
  .detailed-information .entry .toggle-indicator .fa-times {
    top: -1px;
  }

.detailed-information .details {
  margin-bottom: 1em;
}
  .detailed-information .details ul {
    list-style-type: none;
  }
  .detailed-information .details li:before {
    font-size: 8px;
    font-family: 'FontAwesome';
    content: '\f1db';
    position: relative;
    bottom: 1px;
    margin: 0 0.625em 0 -1.875em;
    padding-right: 0.375em;
    color: #e3d001;
  }

/* Information */

.information {
  padding-top: 35px;
  padding-bottom: 50px;
}

.information .logo {
  margin-bottom: 1em;
}

.hr-glyph {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 0.5em 0 0.75em;
}
  .hr-glyph > span {
    position: relative;
    display: inline-block;
  }
  .hr-glyph > span:before,
  .hr-glyph > span:after {
      content: "";
      position: absolute;
      top: 50%;
      width: 125px;
      height: 1px;
      background: #fff;
  }
  .hr-glyph > span:before {
      right: 100%;
      margin-right: 2px;
  }
  .hr-glyph > span:after {
      left: 100%;
      margin-left: 2px;
  }

.information .text {
  margin: 1.625em 0;
  font-size: 16px;
}

.information a.btn {
  border: 1px solid;
  padding: 0.8em 2.4em;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
}
  .information a.btn:hover,
  .information a.btn:active,
  .information a.btn:focus {
    text-decoration: underline;
  }

/* /.information */

/* HERO CAROUSEL
-------------------------------------------------- */

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  height: 100vh;
}
.fade-carousel .carousel-inner .item {
  height: 100vh;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h2 {
    font-size: 5em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.hero h3 {
  font-size: 3em;
  padding: 0 5vw;
}

.hero h4 {
  font-size: 2em;
  text-transform: none !important;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s;
        -ms-transition: 1s all ease-in-out .1s;
         -o-transition: 1s all ease-in-out .1s;
            transition: 1s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s;
        -ms-transition: 1s all ease-in-out .1s;
         -o-transition: 1s all ease-in-out .1s;
            transition: 1s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s;
        -ms-transition: 1s all ease-in-out .1s;
         -o-transition: 1s all ease-in-out .1s;
            transition: 1s all ease-in-out .1s;
}

.item.active .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: .3;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s;
        -ms-transition: 1s all ease-in-out .1s;
         -o-transition: 1s all ease-in-out .1s;
            transition: 1s all ease-in-out .1s;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.hero .btn.btn-lg {
  padding: 10px 40px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  color: #fff !important;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    outline: none;
    margin: 20px auto;
    font-size: 1em;
}

.btn.btn-hero:hover,
.btn.btn-hero:active,
.btn.btn-hero:focus {
  text-decoration: underline;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url('../img/slide-1.jpg');
}
.fade-carousel .slides .slide-2 {
  background-image: url('../img/slide-2.jpg');
}
.fade-carousel .slides .slide-3 {
  background-image: url('../img/slide-3.jpg');
}
.fade-carousel .slides .slide-4 {
  background-image: url('../img/slide-4.jpg');
}
.fade-carousel .slides .slide-5 {
  background-image: url('../img/slide-5.jpg');
}
.fade-carousel .slides .slide-6 {
  background-image: url('../img/slide-6.jpg');
}

@media  only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (-o-min-device-pixel-ratio: 13/10),
  only screen and (min-resolution: 120dpi)
  {
    .fade-carousel .slides .slide-1 {
      background-image: url('../img/slide-1@2x.jpg');
    }
    .fade-carousel .slides .slide-2 {
      background-image: url('../img/slide-2@2x.jpg');
    }
    .fade-carousel .slides .slide-3 {
      background-image: url('../img/slide-3@2x.jpg');
    }
    .fade-carousel .slides .slide-4 {
      background-image: url('../img/slide-4@2x.jpg');
    }
    .fade-carousel .slides .slide-5 {
      background-image: url('../img/slide-5@2x.jpg');
    }
    .fade-carousel .slides .slide-6 {
      background-image: url('../img/slide-6@2x.jpg');
    }
  }

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 992px){
    .hero { width: 980px; }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .hero h2 { font-size: 4em; line-height: 1}
}
@media screen and (max-width: 767px){
    .hero h2 { font-size: 3em; line-height: 1}
    .hero h3 { font-size: 1em; }
}

/* 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;

  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.85);
}

.navbar-static-top {
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar {
  margin-bottom: 0;
  min-height: 0;
}

/* Navbar top border */
.navbar-wrapper .container-fluid,
.navbar-wrapper .container-fluid .row {
  height: 5px;
}
.navbar-wrapper .container-fluid,
.navbar {
  border-top: 5px solid #e3d001;
}
.navbar-wrapper .navbar-static-top {
  margin-top: -5px;
}

.navbar-toggle {
  background-color: #e3d001;
  color: #000;
}
.navbar-toggle span {
  background-color: #000;
}

.navbar-nav>li>a,
.navbar-nav>li>a:hover, .navbar-nav>li>a:visited,
.navbar-nav>li:focus>a, .navbar-nav>li>a:active,
.navbar-nav>li.active>a {
  color: #000 !important;
}

/* Brand image positioning and background color */
.navbar-brand {
  float: left;
  height: auto;
  padding: 20px 5px 15px;
}

/* Nav link positioning */
.nav>li>a {
  padding: 10px 20px;
}

/* Navbar link positioning and display */
.navbar-nav>li>a,
.navbar-nav>li>a:visited {
  border-top: 5px solid transparent;
  padding-top: 5px;

  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}


/* Padding adjustment for external link icons */
.navbar-external>li>a {
  padding-right: 8px;
  padding-left: 8px;

  font-size: 10px;
}

/* Positioning for quick connect icon */
.navbar-connect {
  margin-left: 5px;
}

/* Quick connect link styling */
.navbar-connect>li>a,
.navbar-connect>li.active>a,
.navbar-connect>li>a:hover {
  color: #000;
  background-color: #e3d001;
}
