@charset "UTF-8";
/* CSS Document */

/* Under the hero copy */

@media screen and (min-width:1200px) and (max-width:2500px) {
  .underherocopy {
    padding:50px 0px 40px 0px;
  	text-align: center;
  }
  .underherocopy h2 {
    font-size: 52px;
    margin: -20px 0px 20px 0px;
  }
  #underbodycopyone {
    font-size:24px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    line-height: 28.63px;
    width: 850px;
  	margin: 0 auto;
  }
  #underbodycopytwo {
    font-size:24px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    line-height: 28.63px;
    width: 850px;
  	margin: 20px 0px 0px 250px;
  }
  #subheadtext {
    font-size:21px !important;
    font-family: jd_sans_probold, "Helvetica Neue", Helvetica, Arial !important;
  }
}


@media screen and (min-width:750px) and (max-width:1200px) {
  .underherocopy {
    padding:50px 0px 40px 0px;
  	text-align: center;
  }
  .underherocopy h2 {
    font-size: 42px;
    margin: -20px 0px 20px 0px;
  }
  #underbodycopyone {
    font-size:19px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    line-height: 28.63px;
    width: 850px;
  	margin: 0 auto;
  }
 #underbodycopytwo {
    font-size:19px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    line-height: 28.63px;
    width: 850px;
  	margin: 20px 0px 0px 40px;
  }
  #subheadtext {
    font-size:18px !important;
    font-family: jd_sans_probold, "Helvetica Neue", Helvetica, Arial !important;
  }
} 

@media screen and (min-width:100px) and (max-width:750px) {
  .underherocopy {
    padding:5px 0px 30px 0px;
  	text-align:center;
  }
  .underherocopy h2 {
    font-size: 38px;
    margin: -20px 0px 20px 0px;
  }
  #underbodycopyone {
    font-size:16px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    line-height: 24px;
    width: 90%;
  	margin: 0 auto;
  }
  #underbodycopytwo {
    font-size:16px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    line-height: 24px;
    width: 90%;
  	margin: 15px 0px 0px 18px;
  }
  #subheadtext {
    font-size:16px !important;
    font-family: jd_sans_probold, "Helvetica Neue", Helvetica, Arial !important;
  }
}
