/* Header */
.pageheader_container {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #F15A22;
}

.page_header_left,
.page_header_right {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.page_header_left {
  padding-right: 25px;
  width: 795px;
}

.page_header_wrap {
  max-width: 1160px;
  margin: 80px auto;
  padding-left: 10px;
  padding-right: 10px;
}

.page_header_text_content h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  color: #001730;
  margin-bottom: 0;
}

.page_header_text_content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.border_spacer {
  display: block;
  border-top-left-radius: 82px;
  background: #f1f1f1;
  height: 82px;
  position: relative;
  left: 0;
  right: 0;
}

.page_header_right img {
  max-width: 208px;
}

.info_wrap {
  position: relative;
  display: inline-block;
  top: -95px;
  margin: 0 auto -60px auto;
  vertical-align: text-bottom;
  height: 60px
}

.info_left {
  width: 40%;
}

.info_right {
  width: 58%
}

.info_left,
.info_right {
  display: inline-block;
}

.notice {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  color: #001730;
  position: relative;
  top: -10px
}

.notice_details {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
  color: #001730;
}

.um-815.um {
  max-width: 800px !important;
}

.um-field.um-field-c,
.um-right.um-half {
  display: none;
}

.um-right.um-half {
  display: none;
}

.um-left.um-half {
  width: 250px;
  text-align: center;
  height: 80px;
  display: grid;
  align-content: center;
  float: none;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: -80px;
}

.um-col-alt-b {
  position: relative;
  top: -135px;
}

.um-field-label label {
  font-style: normal;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 41px !important;
  letter-spacing: 0.4375px;
  color: rgba(0, 23, 48, 0.6);
  mix-blend-mode: normal;
}

.kea-login a.um-link-alt {
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.4375px;
  text-decoration-line: underline;
  color: #F15A22 !important;
  display: none !important;
}

.newac,
.forgotpw {
  display: inline-block;
  width: 49.5%%;
  padding: 40px
}

.account_llinks {
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}

input#um-submit-btn {
  background: #f25a21;
  width: 250px;
  height: 40px !important;
  margin: 0;
  font-style: normal;
  font-weight: bold !important;
  padding: 0 !important;
  margin-bottom: 20px;
  border-radius: 12px !important;
  font-size: 20px;
  text-transform: initial !important;
}
input#um-submit-btn:focus {
  opacity: 0.75;
}
input#um-submit-btn:active {
  transform: scale(0.9);
}

hr {
  border: 1px solid #001730;
  margin-top: 120px;
  margin-bottom: 120px;
}

.entry-content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #233539;
}

.btn_container {
  text-align: center;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.btn_orange {
  max-width: 332px;
  width: 100%;
  background: #f25a21;
  border: 1px solid #f25a21;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 12px;
  height: 50px;
  font-size: 20px;
  text-transform: initial;
}

.btn_orange:hover {
  background: #f25a21;
  height: 56px;
  margin-top: -3px;
  margin-left: -5px;
  margin-right: -5px;
  max-width: 342px;
}

.login_container {
  padding-top: 80px;
}
.login_container p {text-align:center;padding-top:80px;padding-bottom:80px}

.kea-login .um.um-login.um-logout.um-815.uimob340 {
  display: none;
}

.lheadingThree {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 46px !important;
  line-height: 56px !important;
  letter-spacing: 0.01em;
  color: #001730 !important;
  text-align: left !important;
}

.reportproblem.login {
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
    display: block;
    margin: 0 auto 40px auto;
}

/******
Media
*******/
@media only screen and (max-width:1023px) {
  .border_spacer {
    height: 85px;
  }

  .login_container {
    padding-top: 0;
  }

  .info_left,
  .info_right {
    width: 100%;
    display: block;
    text-align: center;
  }

  .notice {
    top: 0;
  }

  .um.um-login.um-815.uimob500 {
    margin-top: 40px !important;
    padding: 0;
  }

  .info_wrap {
    overflow: initial;
    padding: 0;
    margin: 0;
    margin-bottom: 80px;
    display: block;
    top: 0;
  }

}

@media only screen and (min-width: 960px) {
  .site-inner {
    max-width: 1200px !important;
    width: 100%;
  }
}

@media only screen and (min-width:1024px) {
  .ce_text {
    padding-right: 140px;
  }
}

@media screen and (min-device-width: 1024px) and (max-device-width:1195px) {}

@media only screen and (max-width:1023px) {
  .page_header_right {
    display: none;
  }

  .page_header_left {
    padding-right: 0;
  }

  .faq_colum {
    width: 100%;
  }
}

@media only screen and (max-width:959px) {
  .entry-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width:640px) {
  .pageheader_container {
    margin-bottom: 30px;
  }

  .page_header_wrap {
    margin-bottom: 0;
  }

  .page_header_right {
    display: none;
  }

  .page_header_btn_content.display_btn {
    width: 100%;
    margin: 0;
  }

  .border_spacer {
    display: none;
  }

  .login_container {
    margin-top: 200px;
  }
}

@media only screen and (max-width:574px) {
  .pbtn_cotaniner {
    display: inline-block;
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .page_header_wrap {
    min-height: 272px;
  }

  .page_header_wrap {
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    display: inline-table;
  }

  .page_header_text_content h2 {
    font-size: 36px;
    line-height: 42px;
  }

  input#um-submit-btn {
    width: 100% !important;
  }

  .account_llinks {
    text-align: center;
  }

  .newac,
  .forgotpw {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 20px;
    text-align: center;
  }
}
