.reveal-overlay {
  z-index: 9999 !important;
}

#country-select-modal {
  width: 72.1%;
  padding: 2.6rem;
}

#country-select-modal h1 {
  color: #002d73;
  font-size: 1.5rem;
  border-bottom: 3px solid #f87b00;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#country-select-modal .close-button {
  right: 2.6rem;
  top: 2.6rem;
  font-weight: bold;
}

#country-select-modal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#country-select-modal ul.cs-country-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#country-select-modal .cs-language-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  text-transform: uppercase;
}

#country-select-modal li.cs-country {
  font-weight: bold;
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-bottom: 3%;
}

#country-select-modal li.cs-country img {
  width: 30px;
  height: 20px;
  margin-right: 10px;
}

#country-select-modal .cs-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#country-select-modal .cs-language a {
  height: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
  font-weight: bold;
  color: #f87b00;
  border-right: 2px solid #181818;
  padding: 0 6px;
}

#country-select-modal .cs-language a:visited, #country-select-modal .cs-language a:hover, #country-select-modal .cs-language a:focus {
  font-weight: bold;
  color: #f87b00;
}

#country-select-modal .cs-language:last-child a {
  border-right: none;
}

#country-select-modal .cs-other {
  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;
}

#country-select-modal .cs-other .cs-other__label {
  font-weight: bold;
  font-size: 16px;
}

.cs-modal-btn {
  color: #eaeef3;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 2.6;
  font-weight: 600;
  width: 100%;
  text-align: left;
}

#selectRegion {
  margin: 0;
  background: transparent;
  color: #eaeef3;
  border: 0;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

#selectRegion:focus {
  background: #042f71;
}

.region-wrap {
  position: relative;
  float: left;
  min-width: 170px;
}

.region-wrap:hover,
.region-wrap select:hover,
.region-wrap button:hover {
  cursor: pointer;
}

.region-wrap:after {
  content: "\25BC";
  color: #eaeef3;
  right: 11px;
  top: 9px;
  font-size: 8px;
  height: 18px;
  padding: 2px 0px 0px 5px;
  border-left: 1px solid #fff;
  position: absolute;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

.region-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 320px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px 3px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #eaeef3;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #0ebeff;
  -ms-word-break: normal;
  word-break: normal;
}

@media screen and (max-width: 1100px) {
  #country-select-modal {
    width: 70%;
  }
}

@media screen and (max-width: 880px) {
  #country-select-modal {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  #country-select-modal ul.cs-country-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #country-select-modal li.cs-country {
    width: 100%;
  }
}

@media screen and (min-width: 450px) {
  .show-for-small-only,
  .show-for-medium-only,
  .hide-for-large {
    float: right;
  }
}

@media screen and (max-width: 450px) {
  .mobile-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .phone-mobile {
    display: block;
    text-align: center;
  }
  .hide-for-large {
    width: 100%;
  }
  .goog-te-gadget {
    margin-top: 5px;
  }
}
/*# sourceMappingURL=region-select.css.map */