.btn-login {
  height: 44px;
  color: #464646;
  border: 1px solid #464646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  position: relative;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 24px;
  background: none;
  width: 100%;
}
.btn-login:hover {
  text-decoration: none;
}
.btn-login svg {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5625rem;
  height: 1.5625rem;
}

.login-divider {
  text-align: center;
  position: relative;
  color: #464646;
  margin-bottom: 24px;
  margin-top: 24px;
}
.login-divider span {
  background-color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 22px;
  position: relative;
  z-index: 1;
  padding-left: 8px;
  padding-right: 8px;
}
.login-divider:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #B1B1B1;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal--login .modal-body {
  width: calc(100% - 35px);
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 480px) {
  .modal--login .modal-body {
    width: calc(100% - 92px);
  }
}
.modal--login .form-group.has-error, .modal--login .form-group.has-email-checker {
  margin-bottom: 1.5rem;
}
.modal--login .invalid-feedback, .modal--login .help-email-spell-checker {
  margin-top: 0;
  position: absolute;
}

.login-modal__link {
  color: #6D47B8 !important;
}
.login-modal__close {
  position: absolute;
  right: 1.25rem;
  top: 1.75rem;
  color: #000 !important;
  opacity: 1 !important;
  z-index: 2;
  font-size: 1rem;
}
.login-modal__steps {
  width: 200%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.login-modal__steps--password {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.login-modal__steps--password .login-modal__step--password {
  max-height: 700px;
  opacity: 1;
  visibility: visible;
}
.login-modal__step {
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
}
.login-modal__step[aria-hidden=true] * {
  display: none;
}
.login-modal__step--password {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.btn-outline-spec {
  border-color: #4267B2;
  color: #4267B2;
  height: 37px;
}

.btn-outline-spec:hover {
  background-color: white;
  border-color: #4267B2;
  color: #4267B2;
  text-decoration: none;
}

.form-box {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0 20px 0;
}

.modal-body-spec {
  padding: 10px 0 10px 0;
  margin: 0 15px 0 15px;
}
@media (min-width: 768px) {
  .modal-body-spec {
    margin: 0 35px 0 35px;
  }
}

.create-account-link-container {
  padding: 1rem;
  text-align: center;
}
@media (max-width: 404px) {
  .create-account-link-container {
    font-size: 14px;
    padding: 1rem 0rem;
  }
}
.create-account-link-container .create-account-link {
  color: #4D186E;
  cursor: pointer;
}

.g_id_signin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sitemap-container .sitemap-title {
  text-align: center;
  font-size: 36px;
  margin: 24px 0;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .sitemap-container .sitemap-title {
    font-size: 44px;
    margin: 40px 0 40px;
  }
}
.sitemap-container .sitemap-list {
  list-style: none;
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
}
.sitemap-container .sitemap-list .sitemap-h4 {
  padding-top: 1rem;
  font-weight: 500;
}
.sitemap-container .sitemap-list .sitemap-h4 a {
  text-decoration: none;
  color: inherit;
}
.sitemap-container .sitemap-list .sitemap-list {
  list-style: none;
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
}
.sitemap-container .sitemap-list .sitemap-list .sitemap-h5 {
  font-weight: 300;
}
.sitemap-container .sitemap-list .sitemap-list .sitemap-h5 a {
  text-decoration: none;
  color: inherit;
}
