.menu li a {
  font-size: 14px;
}

p.lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

div.lead p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

h3.uppercase {
  letter-spacing: 0px;
  font-weight: 800 !important;
  font-size: 40px;
}

.logo-carousel img {
  max-height: 120px;
}

h1 {
  font-weight: 800 !important;
}

h1.uppercase {
  letter-spacing: 0;
}

.btn .btn-rounded {
  border-radius: 4px !important;
}

.nav-bar {
  height: 75px;
  max-height: 75px;
  line-height: 75px;
}

.logo-cover {
  max-width:45%;
  height:auto;
}

.btn-filled {
  background-color: #2b384c;
  border-color: white !important;
}

.background-image-holder-top {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 0% 0% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}

#formErrorsDisplay > h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: red;
}

.border-thick {
  border: 8px solid #fff;
  border-top: none;
}

.nav-utility {
  background-color: #2b384c;
  height: 35px;
  line-height: 33px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  color: #ddd;
}

.nav-utility a {
  color: #ddd;
}

@media all and (max-width: 767px) {
  br {
    display: inherit;
  }
}

@media (max-width: 1024px) {
  .fs-vid-background {
    display: inherit;
  }
}

li.nav-logo-centered {
  padding-left: 10px !important;
  padding-right: 20px !important;
}
.full-opacity {
  opacity: 1 !important;
}

.menu li.nav-logo-centered a {
  opacity: 1;
}

.module.widget-handle {
  line-height: 75px;
  border-top: 0;
}
.mobile-logo {
  padding-left: 20%;
  width: 80%;
  float:left;
}
@media all and (max-width: 767px) {
  .module-group {
    border-top: 1px solid #ccc !important;
  }
  nav {
    position: absolute;
    background: none;
    z-index: 999;
  }
  .nav-open {
    background-color: white;
    color: #666 !important;
  }

  .ti-menu {

  }
  .nav-bar {
    border: none;
    color: #fff;
  }
  .mobile-toggle {
    border: none !important;
  }
  .nav-utility {
    visibility: hidden;
    height: 0;
  }
}

@media all and (max-width: 990px) {
  .nav-open .mobile-logo .nav-logo-centered {
    visibility: visible;
    height: initial;
  }
  .nav-logo-centered {
    visibility: hidden;
    height: 0;
  }
}

.menu li a {
  width: 160px;
}

.v-align-transform {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 40%;
  z-index: 2;
}

