div.is-wrapper > div.brand-nav-container {
  padding-left: 0px;
  padding-right: 0px;
  z-index: 100;
  min-height: 40px !important;
}
div.is-wrapper > div.brand-nav-container nav.brand-nav {
  padding: 30px 0 30px 0;
  border-bottom: 2px solid #f5f5f5;
  font-family: Roboto, sans-serif;
  text-align: center;
  background-color: #fff;
}
div.is-wrapper > div.brand-nav-container nav.brand-nav .mobile-menu {
  display: none;
}
div.is-wrapper > div.brand-nav-container nav.brand-nav .brand-logo {
  margin: 10px 0 30px 0;
  width: 240px;
}
div.is-wrapper > div.brand-nav-container nav.brand-nav ul {
  margin-bottom: 0px;
  list-style: none;
  padding-inline-start: 0px;
}
div.is-wrapper > div.brand-nav-container nav.brand-nav li {
  white-space: nowrap;
  display: inline;
  padding: 0 15px 0 15px;
  font-size: 14px;
}
div.is-wrapper > div.brand-nav-container nav.brand-nav a {
  color: #000;
}
@media only screen and (min-width: 684px) {
  div.is-wrapper > div.brand-nav-container {
    /* for non mobile view set maxwith 100% to overwrite a rule from somewhere else*/
    max-width: 100%;
  }
}
@media only screen and (max-width: 683px) {
  div.is-wrapper > div.brand-nav-container {
    width: 100vw;
    margin-left: -15px;
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
  div.is-wrapper > div.brand-nav-container nav.brand-nav {
    width: 100%;
    text-align: left;
    border-top: 2px solid #f5f5f5;
    padding: 0 0 0 0;
  }
  div.is-wrapper > div.brand-nav-container nav.brand-nav .mobile-menu {
    display: block;
    float: right;
    position: relative;
    right: 15px;
    top: 18px;
  }
  div.is-wrapper > div.brand-nav-container nav.brand-nav .brand-logo {
    width: 140px;
    position: relative;
    top: 0px;
    left: 30px;
    margin: 20px 0 20px 0;
  }
  div.is-wrapper > div.brand-nav-container nav.brand-nav ul {
    display: none;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    background-color: #fff;
  }
  div.is-wrapper > div.brand-nav-container nav.brand-nav ul a {
    text-decoration: none;
  }
  div.is-wrapper > div.brand-nav-container nav.brand-nav ul li {
    position: relative;
    top: 0px;
    left: 30px;
    display: block;
    margin: 0px 0 0px 0;
    padding: 5px 0px 5px 0;
  }
}

@media only screen and (min-width: 1400px) {
  div.is-wrapper .center-left {
    padding-left: calc((100% - 1400px) / 2);
  }
}
@media only screen and (min-width: 1400px) {
  div.is-wrapper .center-right {
    padding-right: calc((100% - 1400px) / 2);
  }
}
div.is-wrapper .is-overlay {
  position: absolute !important;
}

.progress-container {
  z-index: 180;
  position: fixed;
  width: 100%;
  height: 4px;
}

.progress-bar {
  height: 4px;
  background: #1ABC9C;
  width: 0%;
}

#content {
  margin: 0px auto;
}

#footer {
  margin-top: 0px;
}

/*# sourceMappingURL=contentbox.css.map */
