/*** EULA CSS ***/
/* EULA PAGE */

body.eula-pg {
  background-color: #1e4c82;
  color: #ffffff;
  display: flex;
  height: 100vh;
  justify-content: space-between;
}

body.eula-pg .modal {
  top: 0 !important;
  padding-right: 0 !important;
}

body.eula-pg header {
  box-shadow: none;
}

p {
  margin-bottom: 15px;
  line-height: 20px;
}

.eula-pg header {
  box-shadow: none;
  position: static !important;
}

.eula-pg .logo-bar {
  height: 40px;
}

.eula-pg .logo {
  height: 120px;
}

.eula-pg .container-fluid {
  margin: 0px auto;
  padding: 0 15px;
  border: 0px none;
  width: unset;
}

.eula-pg h1 {
  color: #ffffff;
  font-family: "Avenir", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: -0.55px;
  line-height: 30px;
  margin: 0px 0px 15px 0px;
}

.eula-box {
  background-color: #ffffff;
  color: #323840;
  padding: 15px;
  margin-bottom: 0px;
  overflow: scroll;
  height: 50vh;
  min-height: 245px;
  overflow-x: auto;
}

.eula-pg .title {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.eula-pg .buttons {
  display: block;
  width: 100%;
  height: 90px;
  max-width: 1000px;
  bottom: 0px;
  background-color: #1e4c82;
  margin: 0px auto;
  padding: 10px 0px 35px;
  margin-bottom: 48px;
}

.eula-pg .btn-primary {
  background-color: #ffffff;
  color: #323840;
}

.eula-pg .btn-default {
  color: #ffffff;
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 30px;
}

.eula-pg footer {
  color: #323840;
}

.btn-default:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .eula-pg .logo-bar {
    height: 70px;
  }

  .eula-pg .logo {
    width: 348px;
    height: 250px;
    background-size: 294px;
  }

  .eula-pg .container-fluid {
    max-width: 1000px;
    padding: 0 50px;
    width: 100%;
  }

  .eula-box {
    padding: 30px;
  }

  .eula-pg h1 {
    margin: 80px 0px 30px;
    font-size: 35px;
  }

  .eula-pg .buttons {
    padding: 20px 0px 30px 0px;
  }

  .eula-pg .footer-nav {
    border: 0px none;
  }
}

/* EULA decline modal */

#EulaDeclineModal {
  padding-right: 0;
}

.EulaDeclineModal .modal-header {
  color: #000000;
  padding: 20px 48px 12px 48px;
}

.EulaDeclineModal .modal-header .close {
  margin-top: 5px;
}

.EulaDeclineModal .modal-footer .cancel-btn {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  font-weight: bolder;
}

.EulaDeclineModal .modal-footer {
  border-top: 1px solid #dee2e6;
  padding: 1rem 48px 1rem 1rem;
}

.EulaDeclineModal .modal-footer .opt-out-btn {
  font-size: 14px;
  text-align: center;
  background: #fff;
  margin: auto;
  color: #043b7c;
  padding: 8px 26px;
  border-radius: 30px;
  margin-right: 10px !important;
  border: 1px solid #043b7c;
}

.EulaDeclineModal .modal-body {
  color: #000000;
  text-align: center;
}

.EulaDeclineModal .modal-body ul {
  line-height: 2.2;
  width: 375px;
  text-align: left;
  margin: auto;
}

.EulaDeclineModal .modal-body .btn-blue {
  text-align: center;
  background: #043b7c;
  border: none;
  margin: auto;
  color: #fff;
  padding: 8px 28px;
  border-radius: 30px;
}

.EulaDeclineModal .modal-body .main-media-content {
  margin: auto;
  max-width: 730px !important;
}

.EulaDeclineModal .modal-body .main-media-content .text-content {
  text-align: left;
  padding-right: 25px;
}

@media screen and (max-width: 992px) {
  .EulaDeclineModal .modal-body .main-media-content .text-content {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center;
  }

  .EulaDeclineModal .modal-body .main-media-content .media-content {
    margin: auto;
  }

  .EulaDeclineModal .modal-body .main-media-content img {
    margin-top: 30px;
  }

}

@media screen and (max-width: 767px) {
  .EulaDeclineModal .modal-header {
    padding: 12px 10px;
  }

  .EulaDeclineModal .modal-header h2.modal-title {
    font-size: 17px;
    margin-top: 4px;
  }

  .EulaDeclineModal .modal-body {
    padding: 20px 10px;
  }

  .EulaDeclineModal h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  .EulaDeclineModal .modal-body ul {
    width: auto;
  }

  .EulaDeclineModal .modal-footer {
    padding: 0 10px 28px 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .EulaDeclineModal .modal-body .main-media-content img {
    margin-left: -30px;
  }
}

/* dropdown styling */

.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
}

.did-floating-label {
  color: #1e4c82;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 30px;
  top: 11px;
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* .did-floating-input,
  .did-floating-select {
    font-size: 1rem;
    display: block;
    width: 50%;
    height: 45px;
    padding: 5px 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #3d85d8;
    border-radius: 4px;
    box-sizing: border-box;
    &:focus {
      outline: none;
      ~ .did-floating-label {
        top: -8px;
        font-size: 13px;
      }
    }
  } */

.did-floating-input,
.did-floating-select {
  font-size: 1rem;
  display: block;
  width: 50%;
  height: 45px;
  padding: 5px 20px;
  background: #fff;
  color: #323840;
  border: 1px solid #3d85d8;
  border-radius: 4px;
  box-sizing: border-box;
}

.did-floating-input:focus,
.did-floating-select:focus {
  outline: none;
}

.did-floating-input:focus~.did-floating-label,
.did-floating-select:focus~.did-floating-label {
  top: -8px;
  font-size: 13px;
}

@media (max-width: 768px) {

  .did-floating-input,
  .did-floating-select {
    width: 100%;
  }
}

select::-ms-value {
  background: none;
  color: #42413d;
}

select.did-floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.did-floating-select::-ms-expand {
  display: none;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
  top: -8px;
  font-size: 13px;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
  top: -8px;
  font-size: 13px;
}

.did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

textarea {
  min-height: 80px !important;
}

.ccpa-notice {
  display: block;
  position: fixed;
  bottom: 20px;
  z-index: 10000;
  width: 98%;
  margin: 1%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  min-height: 84px;
  opacity: 0;
  -webkit-animation: fadein .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

.ccpa-notice--opacity {
  -webkit-animation: fadeout .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

.ccpa-notice p {
  color: #ffffff;
  font-size: 13px;
  float: left;
  display: block;
  margin: 6px 110px 0 0;
  font-weight: 100;
}

.ccpa-notice button {
  background: #013a6f;
  color: #ffffff;
  border: none;
  width: 76px;
  padding: 12px 16px;
  position: absolute;
  right: 20px;
  top: 36px;
  font-size: 16px;
}

.ccpa-notice button:hover,
.ccpa-notice button:active {
  background: #013a6f !important;
}

.ccpa-notice__link {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
}

.ccpa-notice__link:hover,
.ccpa-notice__link:active {
  text-decoration: none;
  color: #ffffff !important;
}

#ccpa-gotit {
  /*background: #004b91;
    background:#013a6f;*/
  border-radius: 2rem;
  background: #043B7C;
  width: 86px;
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
  top: 40%;
}



.eula-pg #contentError {
  margin: 0px auto;
  padding: 0 15px;
  border: 0px none;
  width: unset;
}

.error__col {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.error__container {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}


.error__main {
  margin-top: 70px;
  height: 100%;
}

.error__main-icon {
  width: 70px;
  height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.error__main-title {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  line-height: 36px;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}

.error__main-description {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.38px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 300;
}

.error__main-description--last {
  margin-bottom: 48px;
}

.error__content-button {
  padding: 12px 24px;
  border: none;
  font: inherit;
  font-size: 14px;
  color: #043b7c;
  font-weight: 700;
  border-radius: 20px;
  background-color: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.error__content-button:hover,
.error__content-button:active {
  cursor: pointer;
  outline: none;
}


.officer-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  vertical-align: center;
  color: #fff;
  background-color: #346aa7;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 17px;
  margin-bottom: 20px !important;
  font-size: 15px;
}

.officer-icon img {
  width: 100%;
}


/** End EULA CSS ***/
* {
  box-sizing: border-box;
}

.blue-button:link, .blue-button:visited, .blue-button:focus {
  color: white;
  background-color: #043b7c;
  text-decoration: none;
  padding: 10px 28px;
  border-radius: 3rem;
  outline: none;
  font-size: 16px;
  font-family: "Inter-Medium", sans-serif;
}

.blue-button:hover, .blue-button:active {
  color: white;
  background-color: #054795;
  outline: none;
}

#contentEula {
  visibility: hidden;
}

#contentEula.show {
  visibility: visible;
}

#contentError {
  display: none;
}

/****** Loader *******/
body.backdrop-active {
  overflow: hidden;
}

.backdrop {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  justify-items: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, .8);
  background-color: rgba(30, 76, 130, .64);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

.backdrop .loader {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 11;
  border-top: 2px solid #FFD963;
  border-right: 2px solid transparent;
  animation: loader-animation 700ms linear infinite;
}

@keyframes loader-animation {
  to {
    transform: rotate(360deg);
  }
}

.loader-text {
  color: #fff;
  padding-top: 10px;
}


a:not([href]):not([tabindex]).button-eula-primary, .button-eula-primary {
  background-color: #1E4C82;
  color: #fff;
  line-height: 17px;
  cursor: pointer;
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 11px 30px;
  text-align: center;
}

a:not([href]):not([tabindex]).button-eula-primary:hover, .button-eula-primary:hover, a:not([href]):not([tabindex]).button-eula-primary:focus, .button-eula-primary:focus {
  background-color: #0F3159;
  color: #fff;
  text-decoration: none;
}

a:not([href]):not([tabindex]).button-eula-secondary, .button-eula-secondary {
  background-color: #E6F1FF;
  color: #1E4C82;
  border: 1px solid #E6F1FF;
  line-height: 17px;
  cursor: pointer;
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 11px 30px;
  text-align: center;
  margin-right: 16px !important;
}

a:not([href]):not([tabindex]).button-eula-secondary:hover, .button-eula-secondary:hover, a:not([href]):not([tabindex]).button-eula-secondary:focus, .button-eula-secondary:focus {
  background-color: #E6F1FF;
  border: 1px solid #1E4C82;
  color: #1E4C82;
  text-decoration: none;
}

.modal-backdrop.show {
  background-color: rgba(30, 76, 130, 0.65);
  opacity: 1;
}


.footer-special-note a {
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  cursor: pointer;
  color: rgb(33, 33, 33);
}

.footer-special-note a:hover {
  text-decoration: underline;
}

.footer-special-note .footer__navigation-link {
  transition: border-bottom 0.15s;
  padding: 1px 0;
}

.footer-special-note .footer__navigation-link:hover {
  color: var(--IRE__c-primary-fa-blue);
  border-bottom: 1px solid var(--IRE__c-primary-fa-blue);
}