html {
  overflow-x:hidden;
}


body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color:#4f5354;
  background-color:#e1e1e1;
}


/* Override bootstrap.css */
a {
  color: #0074A8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #e29100;
  text-decoration: none;
}

h1, h2, h3, h4, h6, .h1, .h2, .h3, .h4, .h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}


.h4 {
  line-height:1.25;
}

h5, .h5 {
  font-size:16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height:1.25;
}

hr {
    border-top: 1px solid #e29100;
}

ul, ol {
  padding-left:30px;
}

blockquote {
  border-left: 1px solid #e29100;
}

div.div-grey {
    background-color:#e1e1e1;
    height:25px;
    margin-left:-15px;
    margin-right:-15px;
}

.bold {
    font-weight:bold !important;
}

.btn-default {
    color: #e29100;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #e29100;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.btn, .form-control, .well, .modal-content, .dropdown-menu {
  border-radius:0;
}

.close {
    color: #145c79;
    opacity: 1;
}

.close:focus, .close:hover {
    color: #0074A8;
}

@media (min-width:1200px) {
    .container {
        width: 970px;
    }
}

.container-custom {
  /*margin-top:25px;*/
}

.container-footer1 {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}


.container-footer2 {
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 10px;
  background-color: #fff;
  color:#a1a1a1;
}


.row-bg {
  background-color: #fff;
  margin:0px;
}

.row-no-bg {
  background-color: #e1e1e1;
}

.col-start-box {
  padding:0px;
  margin:5px -10px;
}


/* Images */

.img-margin-top {
  margin-top:15px;
}

[class*='img-height-'] {
  margin-top:15px;
}

.img-height-30 {
  height:auto;
  max-height:30px;
  width:auto;
  max-width:100%;
}

.img-height-40 {
  height:auto;
  max-height:40px;
  width:auto;
  max-width:100%;
}

.img-height-50 {
  height:auto;
  max-height:50px;
  width:auto;
  max-width:100%;
}

.img-height-75 {
  height:auto;
  max-height:75px;
  width:auto;
  max-width:100%;
}

.img-height-100 {
  height:auto;
  max-height:100px;
  width:auto;
  max-width:100%;
}

.img-height-125 {
  height:auto;
  max-height:125px;
  width:auto;
  max-width:100%;
}

.img-height-150 {
  height:auto;
  max-height:150px;
  width:auto;
  max-width:100%;
}

.img-height-175 {
  height:auto;
  max-height:175px;
  width:auto;
  max-width:100%;
}

.img-height-200 {
  height:auto;
  max-height:200px;
  width:auto;
  max-width:100%;
}

.col-start-box .h5 {
  text-align:center;
}

.col-start-box .h4 {
  margin-bottom:25px;
  text-align:center;
}

.col-start-box li {
  font-size:18px;
  font-weight:400;
  line-height:1.25;
  margin:0px 20px 25px;
}


.header {
  position:relative;
}

.header h1 {
  position: absolute;
  left: 45px;
  bottom: 35px;
  margin:0px;
}

.header h1 span {
  padding: 3px 10px 0px 10px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  color: #e29100;
  background: rgba(255,255,255,0.9);
}

.header h1 span:last-of-type {
  line-height: 47px;
  padding-top: 3px;
  padding-bottom: 3px;
}

@media (max-width: 767px)
{
  .header h1 {
    left: 15px;
    bottom: 5px;
  }

  .header h1 span {
    padding: 5px 10px;
    font-size: 20px;
    line-height: 20px;
  }

}

/* Navigation */

.navbar {
  min-height: 70px;
  margin-bottom:0px;
  margin-bottom:25px;
}

.navbar-default {
    background-color: #f0f0f0;
    border:none;
}

.navbar-brand {
    height: 70px;
    line-height: auto;
    padding-top:0px;
}

.navbar-brand img {
    padding:10px 0;
    height: 70px;
}

.navbar-nav > li > a {
    color:#4f5354;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #e1e1e1;
    color: #555;
}

@media (min-width: 992px)
{
  .navbar {
    font-size:15px;
  }

  .navbar-nav > li > a {
      padding-bottom: 25px;
      padding-top: 25px;
  }
}


@media (min-width:768px) and (max-width: 991px)
{
  .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
}


.navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-default .navbar-toggle {
    border-color: #e29100;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #e29100;
}

.dropdown-menu > li.level > span, .dropdown-menu > li.level1 > span, .dropdown-menu > li.level1 > a {
    margin-left: 20px;
}


.dropdown-menu > li.level > span {
  display:block;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.42857;
}

.dropdown-menu > li.level1 > span {
  display:block;
  padding: 3px 20px;
  line-height: 1.42857;
}

.dropdown-menu > li > a {
    color: #0074A8;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #e29100;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #e29100;
    background-color: #f5f5f5;
}


@media (max-width: 767px)
{
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #0074A8;
  }

  .dropdown-menu > li > a {
      color: #0074A8;
  }

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #e29100;
  }

  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
      color: #e29100;
      background-color: #f5f5f5;
  }
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
}

/* Slider */
.slider {
  margin-top:25px;
}

.slider .item .row {
  width:400px;
  height:175px;
  margin-right:25px;
  padding:5px;
  background-color: #fff;
}

.slider .h4 {
  line-height:1.25;
}

.slider a {
  color: #4f5354;
  text-decoration: none;
}

.slider a:focus, .slider a:hover {
  color: #e29100;
  text-decoration: none;
}

/* Lists */
.make-it-sticky ul li {
  padding:5px 0;
}


@media screen and (min-width:768px) {
  .stickit {
    position: fixed;
    top: 0;
    z-index:1000;
  }

  .stickit-bottom {
    position: absolute;
    z-index:1000;
  }

}