.nav-mobile > .row:first-of-type {
  display: grid;
  grid-template-columns: 1.25em 4em 1fr 4em 1.25em;
  padding: 0.875em 1em 0.75em;
}
.nav-mobile > .row:first-of-type > * {
  align-self: center;
}
.nav-mobile > .row:first-of-type .hamburger-btn {
  position: initial;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
}
.nav-mobile > .row:first-of-type .logo {
  display: block;
  grid-column: 3/span 1;
  justify-self: center;
  margin: 0;
  padding: 0;
}
.nav-mobile > .row:first-of-type .subscribe i {
  padding-bottom: 4px;
  color: rgb(20, 80, 130);
}
.nav-mobile > .row:first-of-type .briefcase {
  position: initial;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
  padding: 0;
  background: initial;
  border: 0;
}

@media print, (min-width: 1130px) {
  .search-desktop {
    display: grid;
    grid-template-columns: 1fr 0.15fr 0.15fr;
  }
  .search-desktop.addBC {
    grid-template-columns: 1fr 0.2fr 0.15fr 0.15fr;
  }
}
.search-desktop #search-form {
  margin-right: 5em;
  width: 100%;
}
.search-desktop div.subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-desktop a.subscribe {
  color: black;
  text-transform: uppercase;
  padding-top: 0.125em;
  margin-top: 0.4375em;
  letter-spacing: 1px;
}
.search-desktop a.subscribe i {
  padding-right: 0.5em;
}
.search-desktop a.subscribe span {
  transition: all 0.5s ease;
}
.search-desktop a.subscribe span:hover {
  color: rgb(255, 82, 0);
}
.search-desktop .briefcase_vr {
  content: " ";
  border-left: 1px solid rgb(169, 169, 169);
  position: relative;
  font-size: 3em;
  margin: 20px 0 20px 0.35em;
}
.search-desktop .briefcase_add:after {
  content: none;
}
.search-desktop .briefcase_add .button {
  padding-left: 0;
}
.search-desktop .briefcase_add .button span {
  width: 175px;
}
.search-desktop .briefcase_add .button.hero-briefcase-added {
  width: 195px;
  margin-right: 0.2em;
}
.mobile-subscribe_outer {
  display: flex;
  position: fixed;
  top: 30%;
  right: 0;
  bottom: 50%;
  left: 0;
  transition: all 0.5s ease;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
@media print, (min-width: 1130px) {
  .mobile-subscribe_outer {
    display: none !important;
  }
}
.mobile-subscribe_container {
  background: white;
  width: 90vw;
  max-width: 432px;
  padding: 1.5em;
  font-family: Gibson, Helvetica, Arial, sans-serif;
  position: relative;
}
.mobile-subscribe_container .closeWindow {
  position: absolute;
  top: 1em;
  right: 1em;
}
.mobile-subscribe_container .header {
  font-size: 2em;
  padding-bottom: 10px;
}
.mobile-subscribe_container .content {
  line-height: 1.375em;
}
.mobile-subscribe_container .content a {
  color: rgb(20, 80, 130);
  text-decoration: underline;
}
.mobile-subscribe_container .content p {
  padding-bottom: 1em;
}
.mobile-subscribe_container .BTN {
  font-size: 1em;
  font-family: "Gibson";
  font-weight: 600;
  background: rgb(255, 82, 0);
  margin-bottom: 0.625em;
  letter-spacing: 1px;
  padding: 1em 0.9375em;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
}
.mobile-subscribe_container .BTN:hover {
  background: #cc4200;
}
.mobile-subscribe_container .BTN a {
  text-transform: uppercase;
  color: white;
}

.subscribe-fade_screen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
@media print, (min-width: 1130px) {
  .subscribe-fade_screen {
    display: none !important;
  }
}/*# sourceMappingURL=new-subscibe.css.map */