
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Dosis");
body {
  height: 100%;
  margin: 0 !important;
  padding: 30px !important;
  background-color: #EFD9D9;
  font-family: "Raleway", sans-serif;
}
body.modalOpen {
  overflow: hidden;
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.invisible {
  visibility: hidden;
}

input:focus, select:focus, button:focus, textarea:focus {
  outline: 1px solid #ED1B24;
  border-color: #ED1B24;
}

input[type=radio]:focus, input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 0 white;
  box-shadow: 0 0 0 0 white;
  outline: none;
}

textarea {
  resize: none;
}

.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}

.slick-prev {
  left: 30px !important;
}

.slick-next {
  right: 30px !important;
}

.slick-arrow {
  z-index: 1 !important;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  padding: 20px;
}
@media screen and (max-width: 850px) {
  #headerTop {
    display: none;
  }
}

#languages {
  background-color: white;
  padding: 5px 0 0;
  align-self: flex-end;
  display: inline-block;
  text-align: right;
  color: darkgray;
  font-size: 12px;
}
#languages > a {
  padding: 0 3px;
  color: inherit;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
#languages > a.active {
  color: darkslategray;
}
#languages > a:hover {
  color: darkslategray;
}

#banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
#banner > img {
  height: 65px;
}
#banner #callInformationContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner #callInformationContainer > span {
  align-self: flex-start;
  margin: 0 0 10px 10px;
}
#banner #callInformationContainer > div#numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner #callInformationContainer > div#numbers > div {
  border: 0.5px solid lightgray;
  margin: 0 10px;
}
#banner #callInformationContainer > div#numbers > div > div > div {
  padding: 5px 10px;
  text-align: center;
}
#banner #callInformationContainer > div#numbers > div > div > div.blue {
  background-color: #2E3192;
  color: white;
}
#banner #callInformationContainer > div#numbers > div > div > div.red {
  background-color: #ED1B24;
  color: white;
}

#exchangeRatesBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 5px;
  background-color: white;
}
@media screen and (max-width: 850px) {
  #exchangeRatesBar > span {
    display: none;
  }
}
#exchangeRatesBar.jp > #exchangeRates {
  width: 90%;
}
#exchangeRatesBar > #exchangeRates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px;
  min-width: 0;
}
#exchangeRatesBar > #exchangeRates div.rateWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  font-family: "Dosis", sans-serif;
}
#exchangeRatesBar > #exchangeRates div.rateWrapper img, #exchangeRatesBar > #exchangeRates div.rateWrapper span {
  padding: 1px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ED1B24;
}
@media screen and (max-width: 850px) {
  nav {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    background-color: white;
    border-bottom: 2px solid #ED1B24;
  }
}
nav #logoContainerInNav {
  background-color: white;
  padding: 8px 10px;
  display: none;
}
nav #logoContainerInNav > img {
  height: 30px;
}
@media screen and (max-width: 850px) {
  nav #logoContainerInNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav > ul > li {
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  padding: 15px;
}
nav > ul > li.active {
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 850px) {
  nav > ul > li.active {
    background-color: antiquewhite;
  }
}
nav > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 850px) {
  nav > ul > li:hover {
    background-color: antiquewhite;
  }
}
nav > ul > li > a {
  color: white;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 850px) {
  nav > ul > li > a {
    color: #ED1B24;
  }
}
@media screen and (max-width: 850px) {
  nav > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    max-height: 0;
    overflow: hidden;
  }
  nav > ul.dropped {
    max-height: 1000px;
  }
}
nav > #hambrgr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
}
nav > #hambrgr > span {
  height: 2px;
  width: 30px;
  background-color: #ED1B24;
  margin: 2px 0;
}

/*# sourceMappingURL=css/header.css.map */
