.header-bce .header {
  padding-top: 0;
  padding-bottom: 20px;
}
#nav-contact {
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}
#nav-contact-phone {
  font-size: 14px;
}
.btn-header-collapse {
  border: none;
}
.hasp-header {
  margin: 0 auto;
}
.hasp-header .pull-left {
  height: 30px;
}

.navbar-bce, .navbar-bce .header-bce-links {
    font-family: freight-sans-pro, "Roboto", Lato, sans-serif;
}
.navbar-brand {
  padding: 0px;
  margin-top: -10px;
}
#logo-img {
  height: auto;
  width: 209px;
}
.header.alt {
  padding: 0px;
}
.dropdown-toggle {
  padding-right: 5px;
}
.open .dropdown-toggle .caret {
  transform: rotate(180deg);
}
.dropdown-toggle .caret {
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  transition: transform 200ms linear;
}
.hasp-header .nav li:last-child a {
  padding-right: 0px;
}
.hasp-header .nav .dropdown li a {
  color: #2a6ebb;
}

.navbar-bce .header-bce-links .nav>li>a, .navbar-bce .header-bce-links .nav>li>.dropdown-toggle {
	font-size: 15px;
}

@media (max-width: 991px) {
  .hasp-header {
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
  }
  .hasp-header .btn-header-collapse {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 5px;
  }
  .hasp-header .pull-left {
    margin-top: 0;
  }
  .hasp-header #nav-contact {
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn-header-collapse .icon-hamburger-menu {
    font-size: 30px;
  }
  .header-bce .header {
    padding-bottom: 45px;
  }
  .btn-header-collapse {
    padding: 10px;
    float: right;
  }
  .header-bce-links .dropdown-toggle {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  #nav-top-cont {
    clear: both;
  }
  .hasp-header #nav-contact {
    padding-left: 24px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .hasp-header .pull-left {
    clear: both;
  }
}
@media only screen and (max-width: 650px) {
  #nav-contact {
    float: none;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
  }
  .hasp-header .pull-left {
    clear: both;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .hasp-header .pull-left {
    margin-left: 0;
  }
  .header-bce .header {
    clear: both;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-brand {
    height: auto;
  }
  #logo-img {
    height: auto;
    width: 193px;
    object-fit: contain;
  }
  .btn-header-collapse .icon-hamburger-menu {
    font-size: 25px;
  }
  .btn-header-collapse {
    padding-top: 7px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 320px) {
  #nav-contact {
    padding-left: 48px;
    padding-right: 0px;
  }
  .hasp-header .pull-left {
    margin-top: 10px;
    margin-left: 6px;
  }
  #logo-img {
    height: auto;
    width: 235px;
    object-fit: contain;
    padding-right: 10px;
  }
}
