/* These are the styles for responsive designs for a Mobile size screen */
@media (max-width: 599px) {
  .amber_alert {
    padding-right: 40%;
    padding-left: 40%;
    padding-top: 20%;
  }
  .js_disabled_title {
    padding-top: 5%;
    font-family: 'Open Sans';
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: normal;
    color: #333333;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    padding-top: 1%;
  }
  .popup_box {
    width: 85%;
    height: auto;
    border: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
  }
  .js_disabled_text {
    height: 20%;
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
  }
  .santander_logo {
    display: none;
  }
  .santander_logo_flame {
    width: 30px;
    height: 30px;
    object-fit: contain;
    float: left;
    margin-top: 1.5%;
    margin-left: 3%;
  }
  .logoff_button {
    width: 24px;
    height: 24px;
    object-fit: contain;
    float: right;
    margin-top: 2.5%;
    margin-right: 3%;
  }
  .header {
    height: 44px;
    background-color: #ec0000;
  }
  .body-content {
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .content {
    margin-left: auto;
    margin-right: auto;
  }
  .js_link {
    color: #ec0000;
  }

}
/* These are the styles for responsive designs for a Tablet size screen */
@media (min-width: 600px) and (max-width: 899px) {
  .amber_alert {
    width: 64px;
    height: 64px;
    padding-top: 3%;
    padding-left: 9%;
    float: left;
    padding-right: 2%;
  }
  .popup_box {
    width: 704px;
    height: 232px;
    height: auto;
    border: solid 1px #cccccc;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1%;
  }
  .js_disabled_title {
    font-family: 'Open Sans';
    font-size: 200%;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #333333;
    padding-left: 20%;
    padding-right: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  .js_disabled_text {
    height: 20%;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    padding-left: 20%;
    padding-right: 25%;
  }
  .santander_logo {
    width: 183px;
    height: 52px;
    object-fit: contain;
    margin-left: 3%;
  }
  .santander_logo_flame {
    display: none;
  }
  .logoff_button {
    width: 24px;
    height: 24px;
    object-fit: contain;
    float: right;
    margin-top: 2%;
    margin-right: 32px;
  }
  .header {
    height: 52px;
    background-color: #ec0000;
  }
  .body-content {
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .content {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .js_link {
    color: #ec0000;
  }
}

/* These are the styles for responsive designs for a Tablet size screen */
@media (min-width: 900px) {

  .amber_alert {
    width: 64px;
    height: 64px;
    padding-top: 3%;
    padding-left: 9%;
    float: left;
    padding-right: 2%;
  }
  .popup_box {
    width: 704px;
    height: 232px;
    height: auto;
    border: solid 1px #cccccc;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2%;
  }
  .js_disabled_title {
    font-family: 'Open Sans';
    font-size: 200%;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #333333;
    padding-left: 20%;
    padding-right: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  .js_disabled_text {
    height: 20%;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    padding-left: 20%;
    padding-right: 25%;
  }

  .santander_logo {
    width: 183px;
    height: 52px;
    object-fit: contain;

  }
  .santander_logo_flame {
    display: none;
  }
  .logoff_button {
    width: 24px;
    height: 24px;
    object-fit: contain;
    float: right;
    margin-top: 13px;
    margin-right: 12px;

  }
  .header {
    height: 52px;
    background-color: #ec0000;

  }
  .body-content {
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .js_link {
    color: #ec0000;
  }
}

/* Changes for Internet Explorer */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .santander_logo {
    margin-top: 8px;
    width: 150px;
    height: 28px;
    object-fit: contain;
  }

  .logoff_button {
    width: 18px;
    height: 22px;
    object-fit: contain;
    float: right;
    margin-top: 13px;
    margin-right: 12px;

  }
}



