/* line 1, st.scss */
.global-header {
  background-color: #fff;
  font-family: "ff-dagny-web-pro","Helvetica Neue",Helvetica,sans-serif;
  position: relative;
  z-index: 8;
}
/* line 6, st.scss */
.global-header .global-header-top {
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}
/* line 9, st.scss */
.global-header .global-header-top .header-utils {
  display: none;
}
/* line 13, st.scss */
.global-header .wrapper {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  position: relative;
}
/* line 20, st.scss */
.global-header .wrapper::after {
  display: table;
}
/* line 23, st.scss */
.global-header .main-nav {
  position: relative;
  z-index: 10;
}
/* line 27, st.scss */
.global-header .main-nav-header {
  display: block;
  padding: 10px;
  color: #000;
  text-align: center;
}
/* line 33, st.scss */
.global-header .menu-button {
  display: block;
  position: absolute;
  top: 0;
  color: #7e838b;
  font-size: 15px;
  line-height: 15px;
  height: 46px;
  padding: 13px 0 5px;
  margin-right: 10px;
  transition: .4s color ease;
}
/* line 44, st.scss */
.global-header .menu-button i {
  top: -1px;
  color: #000;
  width: 25px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transform: scale(0.89);
  transform: scale(0.89);
  position: relative;
}
/* line 57, st.scss */
.global-header .menu-button .menu-label {
  display: none;
}
/* line 61, st.scss */
.global-header .icon-menu {
  background-image: url("images/menu.st.svg");
  background-repeat: no-repeat;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* line 73, st.scss */
.global-header .header-wordmark {
  display: inline-block;
  vertical-align: middle;
  width: 165px;
  height: 23px;
  background-size: contain;
  background-position: center bottom;
}
/* line 81, st.scss */
.global-header .header-wordmark,
.global-header .home-header-wordmark,
.global-header .icon-logo-wordmark,
.global-header .subscribe-prompt .logo {
  background-image: url("images/logo.st.svg");
  background-repeat: no-repeat;
}
/* line 88, st.scss */
.global-header .footer-nav-popup, .global-header .footer-nav-primary > .menu-item-has-children .sub-menu, .global-header .main-nav-body, .global-header .section-nav-popup {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.25);
}
/* line 94, st.scss */
.global-header .main-nav-body {
  display: block;
  left: 0;
  max-height: 0;
  max-width: 95%;
  max-width: 310px;
  opacity: 0;
  overflow: hidden;
  top: 0;
  transition: opacity .2s ease;
  z-index: 6;
}
/* line 106, st.scss */
.global-header .main-nav-body.open {
  opacity: 1;
  max-height: 1000px;
}
/* line 110, st.scss */
.global-header .header-utils {
  float: right;
  display: block;
  padding: 10px 0 5px;
  font-size: 13px;
  z-index: 12;
  line-height: 27px;
}
/* line 117, st.scss */
.global-header .header-utils ul {
  margin: 0;
}
/* line 120, st.scss */
.global-header .header-utils li {
  display: inline-block;
}
/* line 123, st.scss */
.global-header .header-utils li:not(:last-child):after {
  content: " | ";
  font-weight: 400;
  margin: 0 2px;
  color: #e0e0e0;
}
/* line 130, st.scss */
.global-header .header-utils,
.global-header .header-utils a {
  color: #7e838b;
}
/* line 134, st.scss */
.global-header .header-search-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  color: #000;
  z-index: 11;
}
/* line 141, st.scss */
.global-header .header-search-icon i {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  position: relative;
  right: 10px;
}
/* line 146, st.scss */
.global-header .header-search-icon i:before {
  content: "";
  background-image: url(images/search-top.png);
  width: 21px;
  height: 21px;
  display: block;
}
/* line 155, st.scss */
.global-header h1, .global-header h2, .global-header h2.page-title, .global-header h3, .global-header h4, .global-header h5, .global-header h6 {
  -ms-font-feature-settings: "liga";
  font-feature-settings: "liga";
  color: #231f20;
  margin: 27px 0 13.5px;
}
/* line 161, st.scss */
.global-header h1,
.global-header h2.page-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -.5px;
}
/* line 167, st.scss */
.global-header .secondary-nav {
  display: none;
}
/* line 170, st.scss */
.global-header .section-title {
  -ms-font-feature-settings: "liga";
  font-feature-settings: "liga";
  float: left;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
/* line 182, st.scss */
.global-header li {
  margin-bottom: .5em;
}
/* line 185, st.scss */
.global-header .section-nav, .global-header .section-nav .wrapper > ul .menu-item-has-children {
  position: relative;
}
/* line 188, st.scss */
.global-header .section-nav {
  z-index: 7;
}
/* line 190, st.scss */
.global-header .section-nav .wrapper > ul {
  display: none;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}
/* line 198, st.scss */
.global-header .section-nav .wrapper > ul:first-child {
  padding-left: 7px;
}
/* line 201, st.scss */
.global-header .section-nav .wrapper > ul a {
  color: #000;
}
/* line 206, st.scss */
.global-header .section-nav .wrapper > ul,
.global-header .section-nav-popup-container,
.global-header .section-nav-popup-header {
  font-family: ff-dagny-web-pro,Helvetica Neue,Helvetica,sans-serif;
}
/* line 211, st.scss */
.global-header #menu-home-navbar .menu-item-type-separator a {
  font-weight: 400;
  color: #7e838b;
}
/* line 215, st.scss */
.global-header #menu-home-navbar .menu-item-type-custom a {
  color: #7e838b;
}
/* line 218, st.scss */
.global-header .secondary-nav-mobile {
  display: block;
  position: relative;
  top: 2px;
  border-bottom: 1px solid #e0e0e0;
  height: 48px;
}
/* line 225, st.scss */
.global-header .main-nav-header.highlighted {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 10px;
}
/* line 230, st.scss */
.global-header .main-nav-header.highlighted .menu-button {
  left: 8px;
  top: 4px;
  color: #fff;
  padding: 0;
  height: auto;
}
/* line 236, st.scss */
.global-header .main-nav-header.highlighted .menu-button i {
  font-size: 43px;
  color: #fff;
}
/* line 239, st.scss */
.global-header .main-nav-header.highlighted .menu-button i:before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background-image: url("images/close.button.png");
}
/* line 249, st.scss */
.global-header .main-nav-header.highlighted .header-wordmark,
.global-header .menu-button i {
  position: relative;
}
/* line 253, st.scss */
.global-header .header-wordmark.white {
  background-image: url("images/logo.white.st.svg");
  background-repeat: no-repeat;
}
/* line 257, st.scss */
.global-header .main-nav-container {
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 262, st.scss */
.global-header ul.nav-accordion {
  margin: 5px 0 -5px;
  font-size: 15px;
  line-height: 21px;
}
/* line 267, st.scss */
.global-header ul.nav-accordion.mobile {
  margin: 5px 10px -5px;
}
/* line 270, st.scss */
.global-header ul.nav-accordion > li {
  position: relative;
  line-height: 100%;
  font-weight: 700;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 0;
  padding-left: 40px;
}
/* line 278, st.scss */
.global-header ul.nav-accordion > li:first-child {
  border-top: none;
}
/* line 281, st.scss */
.global-header ul.nav-accordion > li:last-child {
  border-bottom: 1px solid #e9e9e9;
}
/* line 284, st.scss */
.global-header ul.nav-accordion a {
  color: #000;
}
/* line 287, st.scss */
.global-header ul.nav-accordion > li > a {
  position: relative;
  display: inline-block;
  padding: 12px 0;
  height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  z-index: 2;
}
/* line 296, st.scss */
.global-header ul.nav-accordion .sub-menu-toggle {
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 1;
  display: inline-block;
  width: 60px;
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}
/* line 308, st.scss */
.global-header ul.nav-accordion ul.sub-menu {
  padding-left: 20px;
  transition: .4s all ease;
  overflow: hidden;
  margin-bottom: 0;
}
/* line 314, st.scss */
.global-header ul.nav-accordion.mobile ul.sub-menu {
  padding-left: 0;
}
/* line 317, st.scss */
.global-header ul.nav-accordion.configured ul.sub-menu {
  max-height: 0;
}
/* line 320, st.scss */
.global-header ul.nav-accordion > li:first-child {
  border-top: none;
}
/* line 323, st.scss */
.global-header ul.nav-accordion .sub-menu-toggle:before {
  position: absolute;
  top: -1px;
  right: 7px;
  display: inline-block;
  height: 24px;
  width: 24px;
  padding-top: 6px;
  margin-top: 7px;
  transition: .4s all ease;
  color: #7e838b;
  border-radius: 50%;
  font-family: icomoon;
  font-size: 13px;
  line-height: 1;
}
/* line 339, st.scss */
.global-header .icon-chevron-down:before, .global-header .nav-all-sections .nav-all-sections-toggle:before, .global-header ul.nav-accordion .sub-menu-toggle:before {
  content: "D";
}
/* line 342, st.scss */
.global-header ul.nav-accordion > li.text-gray > a {
  color: #7e838b;
}
/* line 345, st.scss */
.global-header .hamburger-login-nav {
  padding-left: 15px;
}
/* line 348, st.scss */
.global-header .main-nav-list {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 25px;
  float: none;
}
/* line 354, st.scss */
.global-header .main-nav-list li {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
/* line 359, st.scss */
.global-header .main-nav-list a {
  display: block;
  color: #000;
  padding-bottom: 10px;
}
@media screen and (min-width: 978px) {
  /* line 376, st.scss */
  .global-header .wrapper {
    padding: 0 30px;
  }
  /* line 379, st.scss */
  .global-header .main-nav {
    position: absolute;
    top: 0;
    left: 20px;
  }
  /* line 384, st.scss */
  .global-header .main-nav-header {
    text-align: left;
    padding: 0 10px;
  }
  /* line 388, st.scss */
  .global-header .menu-button {
    display: inline-block;
    position: relative;
    top: 0;
  }
  /* line 392, st.scss */
  .global-header .menu-button .menu-label {
    display: inline;
    font-size: 15px;
    line-height: 21px;
  }
  /* line 398, st.scss */
  .global-header .header-utils {
    position: absolute;
    top: 0;
    font-size: 15px;
    right: 60px;
  }
  /* line 405, st.scss */
  .global-header .global-header-top .header-utils {
    display: block;
  }
  /* line 409, st.scss */
  .global-header .header-search-icon {
    right: 20px;
  }
  /* line 412, st.scss */
  .global-header .secondary-nav {
    display: block;
  }
  /* line 414, st.scss */
  .global-header .secondary-nav h1,
  .global-header .secondary-nav h2.page-title {
    letter-spacing: 0;
    margin: 0;
    line-height: 1;
  }
  /* line 421, st.scss */
  .global-header .section-title {
    display: block;
    float: none;
    padding: 10px 10px 8px;
    font-size: 26px;
  }
  /* line 427, st.scss */
  .global-header .section-nav .wrapper > ul {
    display: block;
    text-align: left;
    padding: 10px 0 5px;
  }
  /* line 431, st.scss */
  .global-header .section-nav .wrapper > ul li {
    display: inline-block;
    margin: 0;
  }
  /* line 434, st.scss */
  .global-header .section-nav .wrapper > ul li:not(:first-child) {
    margin-left: 15px;
  }
  /* line 439, st.scss */
  .global-header .secondary-nav-mobile {
    display: none;
  }
  /* line 442, st.scss */
  .global-header .main-nav-header.highlighted .header-wordmark {
    left: 5px;
  }
}
@media screen and (max-width: 978px) {
  /* line 448, st.scss */
  .global-header .section-title {
    color: #000 !important;
    line-height: 27px;
  }
  /* line 451, st.scss */
  .global-header .section-title:after {
    content: "";
    display: inline-block;
    position: relative;
    border: 6px solid transparent;
    border-top: 6px solid #000;
    top: 3px;
    margin-left: 5px;
  }
  /* line 461, st.scss */
  .global-header .main-nav-header.highlighted .menu-button {
    top: 13px;
  }
}
@media screen and (min-width: 768px) {
  /* line 470, st.scss */
  .global-header .main-nav-body {
    left: 0;
    min-width: 330px;
  }
  /* line 474, st.scss */
  .global-header .header-search-icon {
    right: 5px;
  }
  /* line 477, st.scss */
  .global-header h1,
  .global-header h2.page-title {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 600px) {
  /* line 486, st.scss */
  .global-header .header-search-icon i {
    -webkit-transform: none;
    transform: none;
    font-size: 28px;
    right: auto;
  }
  /* line 495, st.scss */
  .global-header .main-nav-header.highlighted .menu-button i {
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 600px) {
  /* line 502, st.scss */
  .global-header .main-nav-header.highlighted .menu-button {
    top: 13px;
  }
}

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