/* breakpoints */

.container {
  max-width: 1251px;
}

.mobile-navigation-menu-container > div > .row {
  position: relative;
}

.mobile-navigation-menu-container .mobile-accordion {
    height: calc(100vh - 100px);
    overflow: scroll;
}

.mobile-accordion,
.mobile-navigation-search {
  background-color: #fff;
}

.mobile-nav-header {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mobile-nav-header__wrapper {
  padding: 0;
  max-width: 25.5rem;
}

.mobile-nav-header__wrapper .image {
  position: relative;
  top: 0.6rem;
}

@media only screen and (min-width: 768px) {
  .mobile-nav-header__wrapper .image {
    top: 0.8rem;
  }
}

.mobile-nav-header__wrapper .image img {
  width: 21rem;
}

.mobile-nav-header__icons {
  padding: 0;
}

.mobile-nav-header div.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-nav-header div.row > .col-6 {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-header div.row > .col-6 .navbar-brand-logo {
  min-width: 14rem;
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .mobile-nav-header div.row > .col-6 .navbar-brand-logo {
    max-width: 20rem;
  }
}

@media only screen and (min-width: 768px) {
  .mobile-nav-header div.row > .col-6 .navbar-brand-logo {
    max-width: 20rem;
  }
}

@media only screen and (min-width: 1025px) {
  .mobile-nav-header div.row > .col-6 .navbar-brand-logo {
    min-width: 20rem;
  }
}

.mobile-nav-header ul.mobile-menu-opener {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav-header ul.mobile-menu-opener li {
  list-style-type: none;
  margin: 0;
}

.mobile-nav-header ul.mobile-menu-opener li button.hamburger {
  background-color: #fff;
  border-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-header ul.mobile-menu-opener li button.hamburger:before {
  font-family: FontAwesome;
  font-size: 3rem;
  cursor: pointer;
  color: #004987;
  content: '\f0c9';
}

.mobile-nav-header ul.mobile-menu-opener li button.hamburger.open:before {
  content: '\f00d';
}

.mobile-nav-header ul.mobile-menu-opener li.search-toggle {
  list-style-type: none;
}

.mobile-nav-header ul.mobile-menu-opener li.search-toggle button {
  background-color: #fff;
  border-style: none;
  color: #485662;
}

.mobile-nav-header ul.mobile-menu-opener li.search-toggle button:before {
  font-family: FontAwesome;
  font-size: 1.8rem;
  cursor: pointer;
  content: '\f002';
}

.mobile-nav-header ul.mobile-menu-opener .btn-search {
  background-color: #fff;
  border-style: none;
  color: #004987;
  margin: 0;
  padding: 0;
}

.mobile-nav-header ul.mobile-menu-opener .btn-search:before {
  font-family: FontAwesome;
  font-size: 2.25rem;
  cursor: pointer;
  padding-right: 1.5rem;
  content: '\f002';
}

.mobile-nav-header ul.mobile-menu-opener .btn-search.open:before {
  font-size: 2.25rem;
  content: '\f00d';
}

.main-nav ul {
  padding-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .main-nav ul {
    margin-bottom: 0;
    border-bottom-width: 0;
  }
}

.footer-primary-menu {
  margin-top: 3rem;
}

@media only screen and (min-width: 992px) {
  .footer-primary-menu {
    margin-top: 0;
  }
}


