* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Aleo";
  font-weight: 400;
  src: url("../fonts/Aleo-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Aleo";
  font-weight: 700;
  src: url("../fonts/Aleo-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Lato-Italic.ttf") format("truetype");
}
/*@font-face {
    font-family: "Lato";
    font-weight: 300;
    src: url("../fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Lato";
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/Lato-LightItalic.ttf") format("truetype");
}
@font-face {
    font-family: "Lato";
    font-weight: 700;
    src: url("../fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Lato";
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/Lato-BoldItalic.ttf") format("truetype");
}*/
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url("../fonts/Lato-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Lato-SemiboldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  src: url("../fonts/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Lato-BlackItalic.ttf") format("truetype");
}
.open {
  display: block !important;
}

.close {
  display: none !important;
}

.showEl {
  display: block !important;
}

.hideEl {
  display: none !important;
}

* {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4 {
  font-weight: 700 !important;
}

@media screen {
  body {
    background-color: #fff;
    min-height: 100%;
    xheight: 100%;
    xbackground-color: #eef0f0;
    flex-direction: column;
  }
  a {
    word-break: break-word;
    word-break: break-all;
  }
  .navClosed {
    display: none;
  }
  .navOpen {
    display: block;
  }
  .xxx {
    background-color: #f00;
  }
  header {
    padding: 15px 0;
    xmargin-bottom: 60px;
  }
  #header-logo {
    xheight: 80px;
  }
  #header-logo img {
    height: 50px;
  }
  #headerInner {
    position: relative;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }
  #headerNavDiv .navigation {
    display: block;
  }
  #headerNavDiv ul.navigation li {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #fff;
    padding: 0;
  }
  #headerNavDiv ul.navigation li {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
  }
  #headerNavDiv ul.navigation li a {
    padding: 8px;
    margin: 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #fff;
  }
  #headerNavDiv nav ul li:first-child a {
    border-top: 1px solid #fff;
  }
  header nav:before {
    content: "";
    width: 0;
    height: 0;
    border: 0 solid rgba(255, 255, 255, 0);
    line-height: 0;
  }
  header #headerNavDiv nav ul.navigation > li:not(:last-child) {
    margin-right: 0;
  }
  header #headerNavDiv nav#headerNav ul a:hover {
    border-bottom: 0;
    background-color: #eee;
    border: 1px solid #f1563f;
  }
  header #headerNavDivDesk nav#headerNav ul li.active a {
    color: #f1563f;
  }
  header #headerNavDiv nav#headerNav ul li.active a {
    background-color: #eee;
  }
  header #headerNavDiv ul li a {
    word-break: break-word;
    text-decoration: none !important;
  }
  #headerMbuttonBars {
    font-size: 24px;
  }
  #searchInputMob form {
    width: 100%;
    display: flex;
  }
  #searchInputMob form input {
    width: 100%;
  }
  #searchInputMob form button:hover {
    background-color: #f1563f;
    color: #fff;
  }
}
@media screen and (min-width: 800px) {
  #headerInner {
    padding: 0 60px;
  }
}
@media screen {
  #search {
    position: relative;
    xtop: 100%;
    xleft: 0;
    xright: 0;
    xbackground-color: #fff;
    xborder-bottom: 1px solid #dedede;
    xborder-top: 1px solid #dedede;
    xpadding: 7.5px 30px;
    border: none;
    border: none;
  }
}
@media screen and (min-width: 800px) {
  #search {
    left: unset;
    right: 0;
  }
}
@media screen {
  .showSearch {
    display: flex;
  }
  .hideSearch {
    display: none;
  }
  #searchIcon:hover *, #searchIconClose:hover * {
    color: #F1563F !important;
  }
  #searchInput {
    display: none;
    position: absolute;
    right: 10px;
    padding: 0px 20px;
  }
  #searchInput * {
    font-size: 20px;
  }
  #searchInput input {
    padding: 12px 20px;
    min-width: 100px;
  }
  #searchInput button {
    padding: 12px 20px;
    border-radius: 0;
    background-color: #002957;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
  }
  .site-page-pagination {
    display: none;
  }
  #footer {
    xbackground-color: #f00;
  }
  .footerInner {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 60px;
  }
}
@media screen and (max-width: 800px) {
  body {
    color: #666;
  }
}
@media screen and (max-width: 400px) {
  body {
    color: #000;
  }
  html {
    color: #000;
  }
}