@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');

div {
  /* border: 1px solid red; */
}
.monthly-style {
    color: #f04e37 !important;
    font-weight: bold;
}
/* ======= DESKTOP CSS ======= */
.aasp-tile {
    height: 40rem;
    background-color: #fafafa;
}
.mobile-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40rem;
    /* background: url(pic3.png) no-repeat center; */
    /* background-size: cover; */
    background-color: #fafafa;
    border-bottom: .5rem solid #03528B;
}
.desktop-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40rem;
    /* background: url(pic2.png) no-repeat center; */
    /* background-size: cover; */
    background-color: #fafafa;
    border-bottom: .5rem solid #03528B;
}
.aasp-tile .aasp-group {
  margin: 5.8rem 0 0 6.5rem;
  width: 60rem;
}
.aasp-tile .aasp-phone {
    position: absolute;
    width: 21rem !important;
    top: 3.4rem;
    left: 1.1rem;
}
.aasp-tile .aasp-heading {
    font-family: 'Roboto';
    font-weight: 700;
    color: #0557A1 !important;
    font-size: 5rem;
    line-height: 5.8rem;
}
.aasp-tile .aasp-logo{
    margin-bottom: 2.5rem;
}
.aasp-tile .aasp-cta a {
    font-family: 'Roboto';
    font-size: 1.5rem;
    padding: 1rem 2rem;
    color: white;
    border-radius: .5rem;
    border: .3rem solid #03528B;
    background-color: #03528B;
}
.aasp-tile .aasp-cta a:hover {
    color: #03528B;
    background-color: transparent;
    text-decoration: none;
}
/* .aasp-tile .cta-button a:focus {
  box-shadow: inset 0 1px 4px white, 0 2px 4px black;
} */

/* MEDIA QUERIES */
@media (max-width: 1330px) and (min-width: 1200px){
}
@media (max-width: 1200px) and (min-width: 949px) {
}
@media (max-width: 992px){
    /* .samsung-tile .col-sm-6 {
        width: 50% !important;
    } */
}
@media (max-width: 991px) and (min-width: 768px) {
    .aasp-tile .aasp-group {
        margin: 8rem 0 0 4rem;
        width: 40rem;
    }
    .aasp-tile .aasp-logo{
        width: 30rem;
    }
    .aasp-tile .aasp-heading {
        font-size: 4rem;
        line-height: 4.5rem;
    }
    .aasp-tile .aasp-phone {
        width: 21rem !important;
        top: 3.4rem;
        left: -2.9rem;
    }
}
@media (max-width: 767px){
  .aasp-tile .aasp-group {
      text-align: center;
      margin: 1.5rem 0 0 0;
      width: auto;
  }
  .aasp-tile .aasp-phone-mobile {
      width: 13rem !important;
      margin: 0 auto;
      margin-top: -1rem;
  }
  .aasp-tile .aasp-heading {
      font-size: 3rem;
      line-height: 3.5rem;
  }
  .aasp-tile .aasp-logo{
      width: 25rem;
      margin-bottom: .5rem;
      margin-top: -2rem;
  }
  .aasp-tile .aasp-cta a {
      font-size: 1.2rem;
      padding: .8rem 1.6rem;
      color: white;
      border-radius: .5rem;
      border: .3rem solid #03528B;
      background-color: #03528B;
  }
  .aasp-tile .aasp-cta a:hover {
      color: #03528B;
      background-color: white;
      text-decoration: none;
  }
}
@media (max-width: 35rem){
  /* .aasp-tile .aasp-phone-mobile {
      width: 11rem;
  } */
}
