#main-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  height: 120px;
  position: relative;
  padding-left: 40px;
}

#main-header .header {
  height: 100%;
  float: left;
}

#main-menu-handle {
  display: none;
  width: 70px;
  height: 60px;
  background: #038834;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
  position: absolute;
  top: 0;
  left: 0;
}

#main-menu-handle .text-val {
  display: none;
}

#main-menu-handle .handle-bars-icon {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
}

#main-menu-handle .handle-bars-icon:after {
  clear: both;
  content: "";
  display: block;
}

#main-menu-handle .bar {
  float: left;
  background: #fff;
  height: 4px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

#main-menu-handle .bar:last-child {
  margin: 0;
}

#main-menu-handle:hover, #main-menu-handle:hover:after {
  background: #8a8d8a;
}

#main-menu-handle:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
  background: #038834;
}

#main-menu-handle.icon-close .handle-bars-icon {
  padding: 0;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  left: 35px;
}

#main-menu-handle.icon-close .bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -2px 0 0 0;
}

#main-menu-handle.icon-close .bar:nth-child(1) {
  display: none;
}

#main-menu-handle.icon-close .bar:nth-child(2) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main-menu-handle.icon-close .bar:nth-child(3) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hwm-alert {
  width: 100%;
  box-sizing: border-box;
  background: #eb1829;
  font-size: 21px;
  padding: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.hwm-alert, .hwm-alert * {
  color: #fff;
}

#main-menu {
  height: 100%;
  float: right;
  padding: 0 40px 0 100px;
  background: #8a8d8a;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main-menu ul {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  margin: 0;
}

#main-menu li {
  font-size: 1rem;
  display: inline-block;
  margin: 0 40px 0 0;
}

#main-menu li:last-child {
  margin-right: 0;
}

#main-menu li.current-menu-item a {
  color: #4a4a4a;
  cursor: default;
}

#main-menu a {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "futura-pt", "Helvetica Neue", Arial;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#main-menu a.icon {
  position: relative;
  padding: 0;
  width: 32px;
  height: 32px;
  text-indent: -999em;
}

#main-menu a.icon.magnifying-glass {
  width: 25px;
  height: 26px;
}

#main-menu a svg {
  fill: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-menu a:hover {
  color: #a4a6a4;
}

#main-menu a:hover svg {
  fill: #a4a6a4;
}

#main-menu .form-wrapper {
  background: #8a8d8a;
  width: 0;
  right: 40px;
  top: 50%;
  overflow: hidden;
  z-index: 2;
  margin-top: -30px;
  float: left;
  position: absolute;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 60px;
  display: none !important;
}

#main-menu .form-wrapper.is-on {
  width: 90%;
  background: #fff;
  overflow: visible;
}

#main-menu form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-menu form .icon.magnifying-glass {
  fill: #8a8d8a;
  width: 25px;
  height: 26px;
  position: absolute;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main-menu .button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  text-align: center;
}

#main-menu button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  text-indent: -999em;
  background: transparent;
}

#main-menu .close {
  display: block;
  cursor: pointer;
  fill: #fff;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 20px;
  margin-top: -18px;
  -webkit-transition: fill 250ms ease;
  -moz-transition: fill 250ms ease;
  -ms-transition: fill 250ms ease;
  -o-transition: fill 250ms ease;
  transition: fill 250ms ease;
}

#main-menu .close:hover {
  fill: #b3b3b3;
}

#main-menu input {
  background: transparent;
  font-family: "futura-pt", "Helvetica Neue", Arial;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "futura-pt", "Helvetica Neue", Arial;
  width: 90%;
  height: 100%;
  font-size: 1rem;
  text-transform: uppercase;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hismus #main-menu:before {
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #8a8d8a;
  left: -60px;
  position: absolute;
  top: 0;
}

.warmus #main-menu:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: 100%;
  position: absolute;
  top: 0;
  border-bottom: 120px solid #8a8d8a;
  border-left: 120px solid transparent;
}

.main-logo {
  float: left;
  display: block;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -5px;
}

.main-logo img {
  display: block;
}

.hwm-social {
  padding: 15px;
  display: block;
  cursor: pointer;
  float: left;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
}

.hwm-social .icon {
  font-size: 0;
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 auto 8px auto;
  -webkit-transition: fill 250ms ease;
  -moz-transition: fill 250ms ease;
  -ms-transition: fill 250ms ease;
  -o-transition: fill 250ms ease;
  transition: fill 250ms ease;
  fill: #4a4a4a;
}

.hwm-social .text-val {
  display: block;
  font-size: 12px;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "futura-pt", "Helvetica Neue", Arial;
}

.hwm-social:hover .text-val {
  color: #8a8d8a;
}

.hwm-social:hover .icon {
  fill: #8a8d8a;
}

.hwm-social.light-clrs .text-val {
  color: #fff;
}

.hwm-social.light-clrs .icon {
  fill: #fff;
}

.hwm-social.light-clrs:hover {
  background: rgba(74, 74, 74, 0.5);
}

  @media screen and (max-width: 480px) {
    .footer-sitemap > li > a, .footer-sitemap .sub-menu a {
      font-size: 0.75rem;
    }
  }
  
  .hwm-bypass {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 0;
    list-style: none;
    font-family: Arial;
  }
  
  .hwm-bypass li {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    clear: both;
    line-height: 1.5;
  }
  
  .hwm-bypass li:last-child {
    margin: 0;
  }
  
  .hwm-bypass a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    float: left;
    background: #4a4a4a;
    font-size: 12px;
    position: relative;
    opacity: 0;
    z-index: -1;
  }
  
  .hwm-bypass a:active, .hwm-bypass a:focus {
    z-index: 999;
    opacity: 1;
  }

  @media screen and (max-width: 640px) {
    #main-header {
      border-bottom: 1px solid #e5e5e5;
    }
    #main-header .header {
      height: 60px;
      display: block;
    }
    .main-logo {
      margin: 0 0 0 90px;
      top: 50%;
      position: relative;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .main-logo img {
      margin-top: -5px;
    }
    #main-menu-handle {
      display: block;
    }
    #main-menu {
      padding: 0;
    }
    #main-menu ul {
      display: none;
    }
    #main-menu ul.visible {
      display: block;
    }
    #main-menu li {
      display: block;
      margin: 0;
    }
    #main-menu li:nth-last-child(2) {
      display: none;
    }
    #main-menu li.current-menu-item a {
      background: #f7f7f7;
    }
    #main-menu a {
      padding: 20px;
      display: block;
      font-size: 1rem;
      text-align: left;
      background: #4a4a4a;
      border-bottom: 1px solid #575757;
      -webkit-transition: color 250ms ease, background 250ms ease;
      -moz-transition: color 250ms ease, background 250ms ease;
      -ms-transition: color 250ms ease, background 250ms ease;
      -o-transition: color 250ms ease, background 250ms ease;
      transition: color 250ms ease, background 250ms ease;
    }
    #main-menu a:hover {
      color: #fff;
      background: #3d3d3d;
      border-color: transparent;
    }
  }
  
  @media screen and (max-width: 360px) {
    .main-logo img {
      width: 90%;
      height: auto;
    }
  }
  
  @media screen and (max-width: 250px) {
    #main-menu a {
      padding: 15px;
      font-size: 0.875rem;
    }
  }
  @media screen and (max-width: 640px) {
    #main-header {
      border-bottom: 1px solid #e5e5e5;
    }
    #main-header .header {
      height: 60px;
      display: block;
    }
    .main-logo {
      margin: 0 0 0 90px;
      top: 50%;
      position: relative;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .main-logo img {
      margin-top: -5px;
    }
    #main-menu-handle {
      display: block;
    }
    #main-menu {
      padding: 0;
    }
    #main-menu ul {
      display: none;
    }
    #main-menu ul.visible {
      display: block;
    }
    #main-menu li {
      display: block;
      margin: 0;
    }
    #main-menu li:nth-last-child(2) {
      display: none;
    }
    #main-menu li.current-menu-item a {
      background: #f7f7f7;
    }
    #main-menu a {
      padding: 20px;
      display: block;
      font-size: 1rem;
      text-align: left;
      background: #4a4a4a;
      border-bottom: 1px solid #575757;
      -webkit-transition: color 250ms ease, background 250ms ease;
      -moz-transition: color 250ms ease, background 250ms ease;
      -ms-transition: color 250ms ease, background 250ms ease;
      -o-transition: color 250ms ease, background 250ms ease;
      transition: color 250ms ease, background 250ms ease;
    }
    #main-menu a:hover {
      color: #fff;
      background: #3d3d3d;
      border-color: transparent;
    }
  }
  
  @media screen and (max-width: 360px) {
    .main-logo img {
      width: 90%;
      height: auto;
    }
  }
  
  @media screen and (max-width: 250px) {
    #main-menu a {
      padding: 15px;
      font-size: 0.875rem;
    }
  }

  @media screen and (max-width: 1440px) {
    #main-menu {
      padding-left: 60px;
    }
  }
  
  @media screen and (max-width: 1440px) {
    #main-menu {
      padding-left: 40px;
    }
    #main-menu li {
      margin-right: 40px;
    }
  }
  
  @media screen and (max-width: 1366px) {
    #main-menu li {
      margin-right: 20px;
    }
  }
  
  @media screen and (max-width: 1280px) {
    #main-menu {
      padding-left: 20px;
    }
    #main-menu li {
      margin-right: 20px;
    }
    #main-menu a {
      font-size: 14px;
    }
    #main-menu a.icon.magnifying-glass {
      width: 20px;
      height: 21px;
    }
  }
  
  @media screen and (max-width: 1152px) {
    #main-header {
      padding-left: 20px;
      height: 80px;
    }
    #main-menu {
      padding-right: 20px;
    }
    #main-menu a {
      font-size: 12px;
    }
    .main-logo img {
      width: 248px;
      height: 36px;
    }
    .hismus #main-menu:before {
      width: 80px;
      height: 80px;
      left: -40px;
    }
    .warmus #main-menu:before {
      border-left-width: 80px;
      border-bottom-width: 80px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .main-logo img {
      width: 200px;
      height: 29px;
    }
    #main-menu a {
      font-size: 11px;
    }
  }
  
  @media screen and (max-width: 850px) {
    #main-header {
      float: left;
      width: 100%;
      background: #fff;
      height: auto;
      padding-left: 0;
    }
    #main-header .header {
      float: none;
    }
    #main-menu {
      width: 100%;
    }
    #main-menu ul {
      margin: 0;
      text-align: center;
      position: static;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    #main-menu:before {
      display: none !important;
    }
    .main-logo {
      position: static;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      margin: 0;
      float: none;
      display: table;
      margin: 20px auto;
    }
  }
  
  @media screen and (max-width: 640px) {
    #main-header {
      border-bottom: 1px solid #e5e5e5;
    }
    #main-header .header {
      height: 60px;
      display: block;
    }
    .main-logo {
      margin: 0 0 0 90px;
      top: 50%;
      position: relative;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .main-logo img {
      margin-top: -5px;
    }
    #main-menu-handle {
      display: block;
    }
    #main-menu {
      padding: 0;
    }
    #main-menu ul {
      display: none;
    }
    #main-menu ul.visible {
      display: block;
    }
    #main-menu li {
      display: block;
      margin: 0;
    }
    #main-menu li:nth-last-child(2) {
      display: none;
    }
    #main-menu li.current-menu-item a {
      background: #f7f7f7;
    }
    #main-menu a {
      padding: 20px;
      display: block;
      font-size: 1rem;
      text-align: left;
      background: #4a4a4a;
      border-bottom: 1px solid #575757;
      -webkit-transition: color 250ms ease, background 250ms ease;
      -moz-transition: color 250ms ease, background 250ms ease;
      -ms-transition: color 250ms ease, background 250ms ease;
      -o-transition: color 250ms ease, background 250ms ease;
      transition: color 250ms ease, background 250ms ease;
    }
    #main-menu a:hover {
      color: #fff;
      background: #3d3d3d;
      border-color: transparent;
    }
  }
  
  @media screen and (max-width: 360px) {
    .main-logo img {
      width: 90%;
      height: auto;
    }
  }
  
  @media screen and (max-width: 250px) {
    #main-menu a {
      padding: 15px;
      font-size: 0.875rem;
    }
  }
  
  #main-menu .search-display{
    display:none;
  }
  
  #main-menu form{
    width:88%;	
  }
  
  #main-menu .search-display .search-input{
    width:100%;
    position:absolute;
    background-color:#fff;
    z-index:1;	
  }
  
  #main-menu .form-button-wrapper,
  #main-content .form-button-wrapper{
      width: 65px;
      height: 100%;
      position: absolute;
      right: 0;
    z-index: 2;
  }
  
  #main-menu .search-display .search-icon,
  #main-content .search-display .search-icon{
      display: block;
      fill: #8e908f;
      width: 25px;
      height: 26px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -13px;
      margin-left: -12.5px;
  }
  
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }
  
  #main-content .search-display .search-input{
    height:60px;
    width:100%;
    padding-left: 20px;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "futura-pt", "Helvetica Neue", Arial;
      font-size: 1rem;
  }
  
  #main-content .search-display button{
    visibility:inherit;
  }



