@charset "UTF-8";

/**********************************************************
 * header
 **********************************************************/
.header {
  height: auto;
  overflow: visible;
  min-height: 68px;
}
.psearch__trigger {
  height: 90px;
}
.header__hamburger-toggle {
  display: none;
}
.header__search-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 68px;
}
.header {
  height: auto;
  overflow: visible;
  min-height: 68px;
}
.header__logo {
  float: left;
  width: 130px;
  z-index: 2;
  position: absolute;
  transform: none;
  left: 60px;
  order: 1;
  padding: 0;
}
.header__logo img {
  display: block;
  z-index: 2;
  position: relative;
}
.header__logo:before {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  height: 58px;
  left: 21px;
  top: 42px;
  width: 58px;
  z-index: 1;
}
.header__nav__search__mobile {
  display: none
}
.psearch__trigger {
  height: 68px;
  display: inline-block;
  order: 2;
}
@media only screen and (min-width: 80em) {
  .psearch__trigger {
    right: 40px;
  }
}
.psearch__close {
  margin: 0;
  right: 40px;
}
.psearch__close::after, .psearch__close::before {
  width: 3px;
  height: 21px;
}
.main-menu {
  font-size: 16px;
  line-height: 16px;
  display: block;
  z-index: 3;
}
.main-menu > li {
  display: inline-block;
}
.main-menu > li > a {
  display: inline;
}
.main-menu > li.menu-item-has-children > a, .menu-item-has-children > a {
  padding: 0 25px 38px 0;
  position: relative;
  display: inline-block;
}
.main-menu > li.menu-item-has-children > a:after, .menu-item-has-children > a:after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  border-bottom: 3px solid #e2231a;
  border-right: 3px solid #e2231a;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  content: '';
}
.menu-item > a {
  position: relative;
}
.menu-main-container {
  position: relative;
}
.menu-main-container .menu-item-has-children > a:before {
  top: 5px;
  left: -50px;
}
.menu-item:first-child a:before, .menu-item .sub-menu a:before {
  display: none;
}
.main-menu {
  text-align: center;
  padding: 0;
  position: relative;
  width: 70vw;
  margin: 0 auto;
  overflow: visible;
}
.main-menu li {
  line-height: 68px;
  display: inline-block;
}
.header__nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  min-height: 68px;
  padding-bottom: 0;
  background: transparent;
  z-index: 10;
  overflow: visible;
}
.main-menu > li {
  margin: 0;
  text-transform: uppercase;
}
.main-menu:after {
  content: "";
  display: table;
  clear: both;
}
.main-menu a:focus, .main-menu a:active, .main-menu a:hover {
  color: #e2231a;
  text-decoration: none;
}
.header__contain {
  margin: 0 auto;
  position: relative;
  z-index: 3;
  border-bottom: none;
  height: auto;
}
.header__contain:after {
  content: "";
  display: table;
  clear: both;
}

/**********************************************************
 * main
 **********************************************************/
main {
  margin-top: 68px;
}

/**********************************************************
 * footer
 **********************************************************/
@media only screen and (min-width: 80em) {
  .footer {
    margin-left: 52px;
    margin-right: 52px;
  }
}