@media print, all and (min-width: 1130px) {
  /* line 20, ../../assets/sass/newsearch.sass */
  #page-container {
    padding-top: 5.25em;
  }
}
@media print, (max-width: 1439px) and (min-width: 1380px) {
  /* line 20, ../../assets/sass/newsearch.sass */
  #page-container {
    padding-top: 5em;
  }
}
@media print, (max-width: 1775px) and (min-width: 1680px) {
  /* line 20, ../../assets/sass/newsearch.sass */
  #page-container {
    padding-top: 4.5em;
  }
}
@media print, (min-width: 2000px) {
  /* line 20, ../../assets/sass/newsearch.sass */
  #page-container {
    padding-top: 4.5em;
  }
}

/* line 29, ../../assets/sass/newsearch.sass */
.secondary-nav--sticky {
  top: 5.25em;
}
@media print, (max-width: 1439px) and (min-width: 1380px) {
  /* line 29, ../../assets/sass/newsearch.sass */
  .secondary-nav--sticky {
    top: 5em;
  }
}
@media print, (max-width: 1775px) and (min-width: 1680px) {
  /* line 29, ../../assets/sass/newsearch.sass */
  .secondary-nav--sticky {
    top: 4.5em;
  }
}
@media print, (min-width: 2000px) {
  /* line 29, ../../assets/sass/newsearch.sass */
  .secondary-nav--sticky {
    top: 4.5em;
  }
}

/* line 38, ../../assets/sass/newsearch.sass */
.search-desktop {
  -webkit-box-shadow: 0 0 0.13333em 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0.13333em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.13333em 0 rgba(0, 0, 0, 0.3);
  background: #F5F7F7;
}
/* line 43, ../../assets/sass/newsearch.sass */
.search-desktop.reverse {
  display: none;
}
@media print, all and (min-width: 1130px) {
  /* line 43, ../../assets/sass/newsearch.sass */
  .search-desktop.reverse {
    display: flex;
    flex-direction: row-reverse;
  }
}
/* line 48, ../../assets/sass/newsearch.sass */
.search-desktop.reverse #search-form {
  width: 100%;
  margin-block-end: 0;
}
/* line 51, ../../assets/sass/newsearch.sass */
.search-desktop.reverse .briefcase_cart {
  padding: 2em 4.65em 2em 1em;
}
/* line 53, ../../assets/sass/newsearch.sass */
.search-desktop.reverse .briefcase_vr {
  content: " ";
  border-left: 1px solid darkgray;
  position: relative;
  font-size: 3em;
  margin: 20px 0 20px 0.35em;
}
/* line 60, ../../assets/sass/newsearch.sass */
.search-desktop.reverse .briefcase_add:after {
  content: none;
}
/* line 63, ../../assets/sass/newsearch.sass */
.search-desktop.reverse .briefcase_add .button span {
  width: 175px;
}
/* line 66, ../../assets/sass/newsearch.sass */
.search-desktop.reverse .briefcase_add .button.hero-briefcase-added span {
  width: 195px;
  margin-right: 0.2em;
}
/* line 69, ../../assets/sass/newsearch.sass */
.search-desktop .search-area {
  height: 100%;
  min-height: 100%;
}
/* line 72, ../../assets/sass/newsearch.sass */
.search-desktop #search-form {
  background: #F5F7F7;
  float: left;
  width: 75%;
  height: 70px;
}
@media print, all and (min-width: 1440px) {
  /* line 72, ../../assets/sass/newsearch.sass */
  .search-desktop #search-form {
    height: 74px;
  }
}
@media print, all and (min-width: 1776px) {
  /* line 72, ../../assets/sass/newsearch.sass */
  .search-desktop #search-form {
    height: 85px;
  }
}
/* line 77, ../../assets/sass/newsearch.sass */
.search-desktop #search-form input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 81, ../../assets/sass/newsearch.sass */
.search-desktop #search-form input.search-input {
  text-transform: capitalize;
  width: 80%;
  padding-left: 1em !important;
  height: 100%;
}
@media print, all and (min-width: 1440px) {
  /* line 81, ../../assets/sass/newsearch.sass */
  .search-desktop #search-form input.search-input {
    width: 87%;
  }
}
/* line 90, ../../assets/sass/newsearch.sass */
.search-desktop #search-form .search-button {
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 100%;
  background: #ff5200;
  left: auto;
  bottom: auto;
  z-index: 999;
  float: left;
}
/* line 103, ../../assets/sass/newsearch.sass */
.search-desktop #search-form .search-button:hover {
  background: #d24300;
}
/* line 106, ../../assets/sass/newsearch.sass */
.search-desktop #search-form .search-button button.search-toggle {
  background: none;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  width: 100px;
  height: 100%;
}
/* line 117, ../../assets/sass/newsearch.sass */
.search-desktop #search-form .search-button button.search-toggle span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  color: white;
}
/* line 130, ../../assets/sass/newsearch.sass */
.search-desktop #search-form .search-button .search-text {
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 1.25em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 142, ../../assets/sass/newsearch.sass */
.search-desktop .briefcase_add {
  float: left;
}
/* line 144, ../../assets/sass/newsearch.sass */
.search-desktop .briefcase_add .button {
  display: flex;
  align-items: center;
  padding: 2em 0 2em 1em;
  height: 70px;
  float: left;
}
@media print, all and (min-width: 1440px) {
  /* line 144, ../../assets/sass/newsearch.sass */
  .search-desktop .briefcase_add .button {
    height: 74px;
  }
}
@media print, all and (min-width: 1776px) {
  /* line 144, ../../assets/sass/newsearch.sass */
  .search-desktop .briefcase_add .button {
    height: 85px;
  }
}
/* line 147, ../../assets/sass/newsearch.sass */
.search-desktop .briefcase_add .button span {
  margin-top: 0.5em;
  padding: 1em 0 1em 2.25em;
  background: url("../../assets/images/icons/briefcase-add-circle_black.svg") 0 43% no-repeat;
  background-size: 1.75em;
  color: black;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 156, ../../assets/sass/newsearch.sass */
.search-desktop .briefcase_add .button span:hover {
  color: #ff5200;
}
/* line 160, ../../assets/sass/newsearch.sass */
.search-desktop .briefcase_add:after {
  content: " ";
  border-right: 1px solid darkgray;
  padding-left: 0.5em;
  top: 1em;
  position: relative;
  font-size: 2em;
}
/* line 168, ../../assets/sass/newsearch.sass */
.search-desktop .briefcase_cart {
  display: flex;
  align-items: center;
  padding: 2em 0 2em 1em;
  height: 70px;
}
@media print, all and (min-width: 1440px) {
  /* line 168, ../../assets/sass/newsearch.sass */
  .search-desktop .briefcase_cart {
    height: 74px;
  }
}
@media print, all and (min-width: 1776px) {
  /* line 168, ../../assets/sass/newsearch.sass */
  .search-desktop .briefcase_cart {
    height: 85px;
  }
}
/* line 170, ../../assets/sass/newsearch.sass */
.search-desktop .briefcase_cart .briefcase {
  background: url("../../assets/images/icon-briefcase-gray.png") 0 50% no-repeat;
  background-size: 1em;
  padding: 0.125em 0 0 1.625em;
  margin-left: 0.5em;
  margin-top: 0.4375em;
  letter-spacing: 1px;
  display: inline-block;
  color: #000000;
  position: relative;
}
/* line 183, ../../assets/sass/newsearch.sass */
.search-desktop .briefcase_cart .briefcase:hover {
  color: #ff5200;
}
/* line 187, ../../assets/sass/newsearch.sass */
.search-desktop .briefcase_cart .briefcase.active {
  color: #ff5200;
  background-image: url("../../assets/images/icon-briefcase-orange.png");
}
/* line 192, ../../assets/sass/newsearch.sass */
.search-desktop .briefcase_cart .briefcase.active:before {
  content: "";
  display: block;
  background: #ff5200;
  width: 0.375em;
  height: 2.3125em;
  position: absolute;
  top: -0.6875em;
  right: auto;
  bottom: auto;
  left: -2.6875em;
}
/* line 205, ../../assets/sass/newsearch.sass */
.search-desktop .briefcase_cart .briefcase .notification {
  font-size: 0.625em;
  position: absolute;
  top: -1em;
  right: auto;
  bottom: auto;
  left: -0.8em;
  height: 1.8em;
  width: 1.8em;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  line-height: 2em;
  text-align: center;
  vertical-align: middle;
  background: #ff5200;
  color: white;
}

/* line 225, ../../assets/sass/newsearch.sass */
.briefcase-add-test .button.briefcaseAdd {
  font-family: "Gibson";
  font-size: 0.85em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 200px;
  height: 4em;
  position: absolute;
  right: 5em;
  top: 85px;
  background-color: #ff5200;
  z-index: 10;
}
/* line 240, ../../assets/sass/newsearch.sass */
.briefcase-add-test .button.briefcaseAdd:after {
  width: 100px;
  height: 100px;
  background: #ff5200;
}
/* line 244, ../../assets/sass/newsearch.sass */
.briefcase-add-test .button.briefcaseAdd span {
  padding: 1em 0 1em 3em;
  background: url("../../assets/images/icons/briefcase-add-circle_white.svg") 0 43% no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media print, all and (min-width: 1130px) {
  /* line 254, ../../assets/sass/newsearch.sass */
  .hero-briefcase, section.module-post_header .nav-top .briefcase {
    display: none;
  }
}

/* line 258, ../../assets/sass/newsearch.sass */
section.module-post_header .nav-top .back a {
  width: 100%;
  padding-top: 2px;
}
@media print, all and (min-width: 1130px) {
  /* line 258, ../../assets/sass/newsearch.sass */
  section.module-post_header .nav-top .back a {
    padding-top: 0;
  }
}

/* line 263, ../../assets/sass/newsearch.sass */
section.module-post_header .nav-top .back a span {
  display: block;
  padding-left: 2em;
}
@media print, all and (min-width: 1130px) {
  /* line 263, ../../assets/sass/newsearch.sass */
  section.module-post_header .nav-top .back a span {
    padding-left: 0;
  }
}
