.hero {
    background-color: #182746;
    overflow: hidden;
    padding: 75px 75px 30px 75px;
    margin-top: 0;
}
.hero > .hero_h1, .hero_titlesection > .hero_h1 {
    color: #ffffff;
    font-size: 75px;
    font-weight: 700;
    line-height: 82px;
    padding-bottom: 30px;
}
.hero > .hero_h1 > .hero_h1_yellow, .hero_titlesection > .hero_h1 > .hero_h1_yellow {color: #FCD900;}

.hero > .h2, .hero_titlesection >.h2 {
    color: #ffffff;
    padding-bottom: 30px;
}
.hero > .button-primary-none-default, .hero_titlesection > .button-primary-none-default {margin-bottom: 40px;}

.button-desktop {
  display: inline-block;
  padding: 10.5px 54.25px;
}
.button-mobile {display: none;}

/*rate section updates*/
.hero_titlesection {
    display: block;
    float: left;
    max-width: 880px;
    width: 880px;
}
.hero_titlesection > .hero_h1 {max-width: 880px;}

.hero_ratesection {
    color: #ffffff;
    display: block;
    float: right;
    text-align: center;
    vertical-align: top;
    width: auto;
    max-width: 410px;
  	padding-top: 20px;
}
.hero_ratesection > .h2, .hero_ratesection > .h2-rate {color: #FCD900;}

.hero_ratesection > .h2 {padding-bottom: 0;}

.h2-rate {
    font-size: 100px;
    font-weight: 700;
    line-height: 110px; 
}

.hero_ratesection > .b1, .hero_ratesection > p {
    color: #ffffff;
    text-align: center;
}

.hero_ratesection > .b1 > a, .hero_ratesection > p > a {color: #ffffff;}

@media screen and (min-width:1166px) and (max-width:1376px) {.hero_titlesection {width: 66%;}}
@media screen and (min-width:1024px) and (max-width:1165px) {.hero_titlesection {width: 60%;}}

@media screen and (min-width:700px) and (max-width:1024px) {
    .hero {
        padding: 40px 50px 40px 50px;
    }

    .hero > .hero_h1, .hero_titlesection > .hero_h1 {
        font-size: 56px;
        line-height: 65px;
    }
    .hero > .h2, .hero_titlesection > .h2 {
        padding-bottom: 20px;
    }
    .hero > .button-primary-none-default, .hero_titlesection > .button-primary-none-default {
      margin-bottom: 0;
      width: 291px;
      text-align: center;
    }

    .h2-rate {
        font-size: 60px;
        line-height: 68px; 
    }
  
  	a.button-mobile {padding: 8.5px 20px;}
}

@media screen and (max-width:1024px) {
  .hero_titlesection {
      float: unset;
      max-width: 100%;
      width: 100%;
  }
  .hero_titlesection > .hero_h1 {max-width: 100%;}
  
  .hero_ratesection {
      float: unset;
      width: 100%;
      max-width: 100%;
      text-align: left;
      padding-top: 0;
  }
  
  .hero > .hero_h1, .hero_titlesection > .hero_h1 {padding-bottom: 20px;}
  
  .hero_ratesection > .b1, .hero_ratesection > p {
    text-align: left;
    line-height: 25px;
    padding-bottom: 20px;
  }

  .button-desktop {display: none;}
  .button-mobile {display: inline-block;}
}

@media screen and (max-width:700px) {
    .hero {
    	margin-top: 0;
        padding: 20px;
    }

    .hero_titlesection {
        max-width: 100%;
        width: 100%;
    }

    .hero > .hero_h1, .hero_titlesection > .hero_h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .hero > .h2, .hero_titlesection > .h2 {
        padding-bottom: 20px;
    }
    .hero > .button-primary-none-default, .hero_titlesection > .button-primary-none-default {
        margin-bottom: 0;
        width: 232px;
        text-align: center;
    }

    .hero_ratesection {
        float: unset;
        text-align: left;
        width: auto;
        max-width: 100%;
    }
    .hero_ratesection > .b1, .hero_ratesection > p {text-align: left;}

    .h2-rate {
        font-size: 52px;
        line-height: normal; 
    }
  
  	a.button-mobile {
      	margin-top: 10px;
     	padding: 8.5px 20px;
    }
}

/*header login override bug fix*/
@media screen and (min-width: 700px) {
	.inner-head > p.site-logo {padding-bottom: 20px;}

	#login-mobile {display: none;}
}
@media screen and (min-width: 790px) and (max-width: 1024px){
	 .inner-head > p.site-logo {padding-bottom: 10px;}
}
@media screen and (min-width: 700px) and (max-width: 790px){
	 .inner-head > p.site-logo {padding-bottom: 0px;}
}
