/* bring in header, nav, and footer for surrogate sites */
/* All Page Styles */
.clear {
  clear: both;
}

.hidden {
  display: none !important;
}

div > hr {
  clear: both;
}

.spacefix {
  text-indent: -9999em;
  color: white;
  clear: both;
}

.error_msg {
  font-weight: bold;
  color: #663311;
}

/* --- BANNER --- */
#banner {
  font-size: 100%;
  width: 100%;
  clear: both;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
}

.header {
  color: white;
  text-align: right;
  background: rgba(255, 255, 255, 0.81);
}
.header .hamburger {
  display: none;
}

.header .iwrapper {
  position: relative;
  height: 118px;
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.header:after,
.header .iwrapper:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
  line-height: 0;
}

#logo {
  float: left;
  color: #6bbcff;
  text-indent: -9999em;
  font-size: 0 !important;
  margin: 0;
  text-shadow: none;
  height: auto;
  width: auto;
}
#logo .homeLink {
  display: block;
  margin: 15px 0 0 0;
  width: 240px;
}
#logo .homeLink img {
  display: block;
  height: auto;
  width: 100%;
}

#bannerLinks {
  position: relative;
  float: right;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  background: #c83138;
  box-sizing: border-box;
}
#bannerLinks a, #bannerLinks a:link, #bannerLinks a:visited, #bannerLinks a:hover {
  color: white;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 2.8;
  padding: 0 15px;
  text-decoration: none;
}
#bannerLinks a:hover {
  background: white;
  color: #c83138;
}
#bannerLinks a:hover svg path {
  stroke: #c83138;
}
#bannerLinks svg {
  vertical-align: middle;
  padding-right: 0.5rem;
  cursor: pointer;
}
#bannerLinks svg path {
  stroke: #ffffff;
}
#bannerLinks .searchLink b {
  font-weight: normal;
}
#bannerLinks #searchForm {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  background: #c83138;
  z-index: 100;
}
#bannerLinks #searchForm div {
  padding: 7.5px 15px;
  text-align: right;
}
#bannerLinks #searchForm input {
  display: inline-block;
  margin: 0;
  line-height: 2;
  font-size: 17px;
  border: none;
  height: 27px;
  padding: 5px;
  width: auto;
}
#bannerLinks #searchForm ::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #909090;
}
#bannerLinks #searchForm ::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #909090;
}
#bannerLinks #searchForm :-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #909090;
}
#bannerLinks #searchForm :-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #909090;
}
#bannerLinks #searchForm input:focus {
  outline: none;
}
#bannerLinks #searchForm a, #bannerLinks #searchForm a:link, #bannerLinks #searchForm a:visited, #bannerLinks #searchForm a:hover {
  padding: 0.1rem 0.5rem;
  line-height: 2;
  width: 2rem;
  background: white;
}
#bannerLinks #searchForm a svg path {
  stroke: #c83138;
}
#bannerLinks #searchForm input, #bannerLinks #searchForm a {
  vertical-align: top;
}
.galleryLink {
  /*	float: right;
  	display: block;
      margin-top: 68px;
      margin-right: $gutter;
  */
  display: block;
  position: absolute;
  right: 30px;
  bottom: 15px;
}
.galleryLink a {
  color: #65baff;
  font-weight: bold;
  font-size: 13px;
  text-shadow: 1px 1px 1px black;
  font-weight: 300;
}

/* --- NAVIGATION --- */
.breadcrumbs {
  background: #cccccc;
  font-size: 13px;
  padding: 7px 12px 4px 42px;
}

@media (max-width: 1180px) {
  #logo .homeLink {
    position: relative;
    background: url(/images/banners/mhs_final_horizontal_blk_no_date.svg) no-repeat;
    background-size: contain;
    height: auto;
    background-position: 0 71%;
    background-size: 90%;
    margin: 0;
    width: 527px;
  }
  #logo .homeLink img {
    display: none;
  }
  #logo .homeLink:before {
    display: block;
    content: "";
    padding-top: 10%;
  }
}
@media (max-width: 994px) {
  #bannerLinks {
    top: 0;
    right: 0;
    margin: 0 !important;
  }

  #logo {
    width: auto;
    height: auto;
  }
  #logo .homeLink {
    background: none;
    margin: 15px 15px 15px 0;
    width: 240px;
  }
  #logo .homeLink img {
    display: block;
  }
  #logo .homeLink:before {
    display: none;
  }

  .header .iwrapper {
    padding: 0 0 0 30px;
  }
  .header .hamburger {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    top: 0;
    left: -50px;
    z-index: 11;
    cursor: pointer;
    padding: 12px 0;
  }
  .header .hamburger span {
    display: block;
    background: white;
    height: 4px;
    width: 26px;
    margin: 0 12px;
    transition: all 0.7s ease;
  }
  .header .hamburger span + span {
    margin-top: 4px;
  }

  .navOpen .header .hamburger span {
    transform: translate(7px, 9px) rotate(-45deg);
  }
  .navOpen .header .hamburger span + span {
    transform: translate(7px, 2px) rotate(45deg);
  }
  .navOpen .header .hamburger span + span + span {
    transform: translate(7px, -6px) rotate(45deg);
  }
}
@media (max-width: 777px) {
  #banner {
    background-position: 50% 100%;
  }

  .header .iwrapper {
    padding: 0;
    height: auto;
  }
  .header #bannerLinks {
    float: none;
  }

  #logo {
    float: none;
    margin: 0;
  }
  #logo .homeLink {
    position: relative;
    background: rgba(255, 255, 255, 0.71) url(/images/banners/mhs_final_horizontal_blk_no_date.svg) no-repeat;
    background-size: contain;
    height: audo;
    background-position: 15px 50%;
    background-size: 90%;
    margin: 0;
    width: 100%;
  }
  #logo .homeLink img {
    display: none;
  }
  #logo .homeLink:before {
    display: block;
    content: "";
    padding-top: 12%;
  }
}
@media (max-width: 640px) {
  #banner {
    position: relative !important;
  }
}
@media (max-width: 430px) {
  #bannerLinks a,
#bannerLinks a:link,
#bannerLinks a:visited,
#bannerLinks a:hover {
    padding: 0 8px;
  }
  #bannerLinks a.searchLink b {
    display: none;
  }
}
.site_nav {
  box-sizing: border-box;
  position: absolute;
  right: 15px;
  bottom: 0;
  text-align: right;
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 0;
  clear: none;
  display: block;
  margin: 0 0 0 0;
  width: auto;
  float: right;
}
.site_nav .closer {
  display: none;
}
.site_nav ul {
  margin: 0;
  padding: 0;
}
.site_nav ul a:link {
  padding: 6px 5px;
}
.site_nav ul a,
.site_nav ul a:link,
.site_nav ul a:active,
.site_nav ul a:hover,
.site_nav ul a:visited {
  display: block;
  margin: 0;
  color: black;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: -0.1px;
  font-weight: 400;
}
.site_nav ul a:hover {
  background: black;
  color: white;
}
.site_nav br {
  display: none;
}
.site_nav li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.site_nav li a.current_section,
.site_nav li a:link.current_section,
.site_nav li a:active.current_section,
.site_nav li a:hover.current_section,
.site_nav li a:visited.current_section {
  color: white;
  background: #c83138;
  text-decoration: none;
}

#mainNavMoreT {
  display: inline-block;
  cursor: pointer;
  padding: 12px 14px 8px 8px;
}
#mainNavMoreT a {
  text-transform: uppercase;
  font-size: 13px;
}
#mainNavMoreT svg {
  transition: transform 0.5s ease;
  transform: ro tate(-90deg);
  fill: #000000;
}

#mainNavMoreT:hover {
  background: #433f3b;
}

#mainNavMoreT:hover a {
  background: #433f3b;
  color: white;
}
#mainNavMoreT:hover a svg {
  fill: #ffffff;
}

#mainNavMoreT.open {
  background: #433f3b;
}
#mainNavMoreT.open a {
  color: white;
}
#mainNavMoreT.open svg {
  transform: rotate(0deg);
  fill: #ffffff;
}

#mainNavMore {
  position: absolute;
  z-index: 505;
  background: #433f3b;
  width: 100%;
  margin: 0 auto;
  padding-right: 58px;
  max-width: 1250px;
  display: none;
  right: 0;
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
  -o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
  -o-box-sizing: border-box;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  text-align: right;
}

#mainNavMore.open {
  display: block;
}

#mainNavMore a:link,
#mainNavMore a:visited,
#mainNavMore a:active {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 15px;
  background: none;
  color: white;
  padding: 4px;
}

#mainNavMore a:hover {
  background: #dfdfdf;
  color: #433f3b;
}

#mainNavMore ul {
  background: none;
  display: inline-block;
  padding: 15px;
  vertical-align: top;
}

#mainNavMore ul li {
  display: block;
  text-align: left;
}

.mobile_extras {
  display: none !important;
}

@media (max-width: 994px) {
  .mobile_extras {
    display: block !important;
  }

  #mainNavMore,
#mainNavMoreT {
    display: none !important;
  }
}
@media (max-width: 1050px) {
  #banner,
#bigBoxes,
#masterCon,
#MHSfooter {
    right: 0;
    transition: right 0.5s ease;
    position: relative;
  }

  .site_nav {
    background: #3a3a3a;
    width: 280px;
    position: fixed !important;
    left: auto;
    right: -280px !important;
    bottom: auto !important;
    top: 47px !important;
    margin: 0;
    transition: right 0.5s ease;
    float: none;
  }
  .site_nav li {
    text-align: left;
    display: block;
    position: relative;
  }
  .site_nav li a:link, .site_nav li a:visited {
    color: white;
    font-weight: 400;
    padding-left: 0.75rem;
  }
  .site_nav .closer {
    display: none;
    position: absolute;
    right: 6px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 6px;
    transform: scale(0.8);
  }
  .site_nav .closer svg {
    height: 30px;
  }
  .site_nav .closer path {
    fill: #ffffff;
  }

  .navOpen .site_nav {
    right: 0 !important;
  }
  .navOpen #banner,
.navOpen #bigBoxes,
.navOpen #masterCon,
.navOpen #MHSfooter {
    right: 280px;
  }

  .homepage .site_nav li.hide_on_home {
    display: block;
  }
}
@media (max-width: 600px) {
  .navOpen .site_nav {
    right: 0 !important;
    height: 100%;
  }
}
#BTT {
  transition: bottom 0.5s ease;
  display: block;
  bottom: -50px;
  position: fixed;
  right: 0;
  z-index: 500;
  background: #8a8a8a;
  color: white;
  padding: 1rem;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  cursor: pointer;
}

#BTT.showBTT {
  bottom: 0;
}

/*# sourceMappingURL=header-nav.css.map */
