@import '../vendor/FoundationXY/css/foundation.min.css';
@import '../font/foundation-icons/foundation-icons.css';
@import "../vendor/jqueryUI-autocomplited/jquery-ui.min.css";
@import "../vendor/jqueryUI-autocomplited/jquery-ui.theme.min.css";
/* exo-2-900 - latin-ext_latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 900;
  src: url("../font/exo2/exo-2-v4-latin-ext_latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Exo 2 Black"), local("Exo2-Black"), url("../font/exo2/exo-2-v4-latin-ext_latin-900.eot?#iefix") format("embedded-opentype"), url("../font/exo2/exo-2-v4-latin-ext_latin-900.woff2") format("woff2"), url("../font/exo2/exo-2-v4-latin-ext_latin-900.woff") format("woff"), url("../font/exo2/exo-2-v4-latin-ext_latin-900.ttf") format("truetype"), url("../font/exo2/exo-2-v4-latin-ext_latin-900.svg#Exo2") format("svg");
  /* Legacy iOS */
}
body {
  background: #eeeeee;
  font-family: "Open Sans", sans-serif;
}

.imgError {
  background: linear-gradient(to right, #e2e2e2, #e2e2e2, #e3e3e3, #f6f6f6, #e3e3e3, #e2e2e2, #e2e2e2);
  -moz-box-shadow: inset 0 -10px 25px #cccccc;
  -webkit-box-shadow: inset 0 -10px 25px #cccccc;
  box-shadow: inset 0 -10px 25px #cccccc;
  padding-top: 25px;
  position: relative;
}
.imgError img {
  margin-bottom: -39px;
  width: 100%;
  max-width: 850px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .imgError img {
    margin-bottom: -4.5%;
  }
}
.imgError .grid-x, .imgError .row {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 62.5rem;
  margin: 0 auto;
}
.imgError .grid-x .cell, .imgError .grid-x .columns, .imgError .row .cell, .imgError .row .columns {
  position: relative;
}
.imgError .grid-x .cell .errorTitle, .imgError .grid-x .columns .errorTitle, .imgError .row .cell .errorTitle, .imgError .row .columns .errorTitle {
  position: absolute;
  bottom: 30px;
  right: 5%;
}
.imgError .grid-x .cell .errorTitle h2, .imgError .grid-x .columns .errorTitle h2, .imgError .row .cell .errorTitle h2, .imgError .row .columns .errorTitle h2 {
  font-family: "Exo 2";
  font-weight: 900;
  font-size: 55px;
  color: #5a5859;
}
@media screen and (max-width: 1010px) {
  .imgError .grid-x .cell .errorTitle, .imgError .grid-x .columns .errorTitle, .imgError .row .cell .errorTitle, .imgError .row .columns .errorTitle {
    bottom: 10px;
    right: 0;
  }
}
@media screen and (max-width: 780px) {
  .imgError .grid-x .cell .errorTitle, .imgError .grid-x .columns .errorTitle, .imgError .row .cell .errorTitle, .imgError .row .columns .errorTitle {
    bottom: 5px;
  }
  .imgError .grid-x .cell .errorTitle h2, .imgError .grid-x .columns .errorTitle h2, .imgError .row .cell .errorTitle h2, .imgError .row .columns .errorTitle h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 570px) {
  .imgError .grid-x .cell .errorTitle h2, .imgError .grid-x .columns .errorTitle h2, .imgError .row .cell .errorTitle h2, .imgError .row .columns .errorTitle h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 430px) {
  .imgError .grid-x .cell .errorTitle h2, .imgError .grid-x .columns .errorTitle h2, .imgError .row .cell .errorTitle h2, .imgError .row .columns .errorTitle h2 {
    font-size: 20px;
  }
}

.errorInfo {
  margin-top: 55px;
  padding-bottom: 55px;
}
.errorInfo p {
  font-size: 16px;
  line-height: 1.5;
}
.errorInfo p small {
  hyphens: auto;
}
.errorInfo .infoText {
  width: 100%;
  max-width: 700px;
}
.errorInfo .infoText textarea {
  max-width: 400px;
}
.errorInfo .infoMenu {
  margin-top: 40px;
  border-top: 1px dashed #cccccc;
  padding-top: 40px;
}
.errorInfo .menuNav {
  background: #ffffff;
  padding: 17px;
  display: inline-block;
}
.errorInfo .menuNav ul {
  display: block;
}
.errorInfo .menuNav ul li a {
  line-height: 20px;
}
.errorInfo .menuNav ul li a i {
  font-size: 20px;
}
.errorInfo .menuNav ul li a span {
  margin-left: 10px;
}
.errorInfo .menuFirst {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 10px;
}
.errorInfo .menuLast {
  margin-top: 10px;
}
.errorInfo .menuLast li a {
  color: #888888;
}
.errorInfo .menuLast li a i {
  margin-right: 10px;
}
.errorInfo .accordion {
  background: none;
}
.errorInfo .accordion .accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: none;
  border-bottom: 0;
  font-size: 12px;
  line-height: 1;
  color: #0a0a0a;
}
.errorInfo hr {
  border-bottom: 1px dashed #cacaca;
}

.ui-autocomplete {
  padding: 10px;
}
.ui-autocomplete .ui-autocomplete-category {
  font-weight: bold;
  margin-top: 10px;
  font-size: 15px;
}

.searchForm {
  position: relative;
}
.searchForm button {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  cursor: pointer;
}
.searchForm input {
  padding-right: 40px;
}

/*# sourceMappingURL=error.css.map */
