
body {
    
    margin: 0;
    background-color: var(--blue);
  }
  p{
    font-size:16px;
    padding-bottom:1em;
    margin:0;
    font-weight:300;
    line-height: 1.3em;
  }
  h1{
    padding-bottom:0.67em;
    margin:0;font-weight: 300;
  }
  h2, h3, h4{
    padding-bottom:0.8em;
    margin:0;font-weight: 300;
  }
  a{
    color:var(--blue);
    text-decoration:none;
    font-weight:600;
    cursor: pointer;
  }
  b, strong{
    font-weight:600;
  }

.greyContainer{background-color:#fefefe;}
  .mainBody{
    max-width:1160px;
    margin:0 auto;
    padding:0 20px;
  }
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}
  .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 35px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    width: 80vw;
    height: 80vh;
    max-width: 720px;
    overflow: auto;
  }
  .popup iframe{
    width:100%;
    min-height:315px;
  }
  @media only screen and (max-width: 680px){
    .popup iframe{
      width:100%;
      min-height:200px;
    }
  }
  .popup .close-btn {
    position: absolute;
    top: 1px;
    right: 7px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    border: none;
    background: none;
  }
.copylimit {
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 40px 0;
  }

  .tnc {
    text-decoration: none;
    cursor: pointer;
    font-size: 0.5em;
  }

  .threebar {
    padding: 40px;
  }

  .bx {
    width: 100%;
    text-align: center;
  }

  .main-content {
    padding-top: 0px;
  }

  .greybox {
    background-color: #eee;
    padding: 40px;
    max-width: 600px;
    margin: auto;
  }

  .keyline {
    width: 65%;
    height: 2px;
    background-color: #aaa;
    margin: auto;
    margin-bottom: 30px;
  }

  .copy {
    left: 0%;
    padding: 30px;
    position: relative;
    width: unset;
  }

  .hero-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-inline div {
    padding: 0 8px 0 8px;
  }


  .hero-copy {
    color: var(--blue);
    vertical-align: middle;
    font-size: 20px;
  }
h2{font-size: 20px;}
.hero-copy .rate-copy{font-size:30px;}
.heroImg180 {
      max-width: 180px;
  }
.heroImg300 {
      max-width: 300px;
  }
.header-phone-wrapper{
    display: flex;
    margin-right: 20px;
    align-items: center;
    }  
    .tncContainer {
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 0 0 30px 0;
}
.bluebutton{
    background-color: var(--blue);
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
}
h1, h2{padding: 0}
@media screen and (max-width: 600px) {
    .hero-inline {
        display: block;width:100%;text-align: center;padding: 20px 0;
    }
    .hero-inline div{padding: 10px 0;}
}