.dl-button {
  text-align: center;
}
.dl-button__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: #00549A;
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 32px rgba(255, 255, 255, 0.05);
  display: inline-flex !important;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .dl-button__link {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.dl-button__link:hover, .dl-button__link:active, .dl-button__link:visited {
  opacity: 0.7;
}

#loginform {
  width: calc(100% - 40px);
}

.member_popup {
  display: inline-flex;
}
.member_popup__short {
  display: inline-flex;
}
.member_popup a {
  color: #ffffff;
}
.member_popup__short-item {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .member_popup__short-item {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 18px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
.member_popup__short-item span {
  margin-top: 10px;
}
.member_popup__wrap {
  margin-bottom: 32px;
  padding: 0px;
}
@media only screen and (min-width: 992px) {
  .member_popup__wrap {
    padding: 0 25px;
    margin-bottom: 64px;
  }
}
.member_popup__wrap-popup {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #ffffff;
}
.member_popup__wrap-popup-left {
  padding: 12px;
}
@media only screen and (min-width: 992px) {
  .member_popup__wrap-popup-left {
    padding: 32px;
  }
}
.member_popup__wrap-popup.modal {
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .member_popup__wrap-popup.modal {
    max-width: 995px;
  }
}
.member_popup__wrap-popup.modal a.close-modal {
  background-image: url("./images/close-icon.svg");
  width: 28px;
  height: 28px;
  top: 10px;
  right: 18px;
}
.member_popup__title {
  color: #75010A;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.3px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .member_popup__title {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: 0.3px;
    font-weight: bold;
  }
}
.member_popup__background {
  width: 100%;
  background: url(./images/bg-popup.jpg) center center no-repeat #ffffff;
  background-size: cover;
  text-indent: -9999px;
  min-height: 300px;
}
@media only screen and (min-width: 992px) {
  .member_popup__background {
    min-height: 663px;
  }
}
.member_popup__info {
  background-size: cover;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 30px 25px;
}
@media only screen and (min-width: 992px) {
  .member_popup__info {
    padding: 20px 50px;
    flex-basis: calc(49.9999% - 15px) !important;
  }
}
@media only screen and (min-width: 992px) {
  .member_popup__info {
    padding: 0;
  }
}
.member_popup__info #wpmem_reg,
.member_popup__info #wpmem_login,
.member_popup__info .wpmem_msg {
  width: 100%;
  padding: 0px 20px;
}
@media only screen and (min-width: 992px) {
  .member_popup__info #wpmem_reg,
.member_popup__info #wpmem_login,
.member_popup__info .wpmem_msg {
    width: calc(100% - 15px) !important;
  }
}
.member_popup__info #wpmem_login fieldset {
  margin: 0px;
}
.member_popup__info #rememberme {
  display: none !important;
}
.member_popup__info input[type=submit] {
  background: #000000;
  color: #ffffff;
  width: 100%;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .member_popup__info input[type=submit] {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.member_popup__info input[name=rememberme] {
  display: none !important;
}
.member_popup__info input[name=rememberme] + label {
  display: none !important;
}
.member_popup__info legend {
  margin-left: 0;
  padding: 0;
  margin-bottom: 20px !important;
  color: #061D35;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 21px !important;
  line-height: 26px !important;
  letter-spacing: 0.3px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .member_popup__info legend {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 43px !important;
    line-height: 52px !important;
    letter-spacing: 0.3px;
    font-weight: bold;
  }
}
.member_popup__info label {
  color: #061D35;
  display: block;
  margin-bottom: 15px !important;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .member_popup__info label {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.member_popup__info #wpmem_login .link-text {
  margin: 5px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .member_popup__info #wpmem_login .link-text {
    margin: 10px 0;
  }
}
.member_popup__info #wpmem_login .link-text a {
  color: #061D35;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .member_popup__info #wpmem_login .link-text a {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.member_popup__info #wpmem_login input:not([type=submit]) {
  background: #ededed;
  padding: 15px 8px;
}
.member_popup__info input:not([type=button]) {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
  background: #ededed;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .member_popup__info input:not([type=button]) {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.member_popup__info-button {
  width: 100%;
  display: inline-flex;
}
.member_popup__info-button-link {
  margin: 0px 25px;
  background: #ffffff;
  color: #061D35;
  border: 1px solid #061D35;
  text-align: center;
  width: 100%;
  padding: 16px 0;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .member_popup__info-button-link {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.member_popup__info input[type=submit] {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
  background: #000000;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .member_popup__info input[type=submit] {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 18px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}

.blocker {
  z-index: 99;
}

/*# sourceMappingURL=member_popup.css.map */
