body,
body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 30px;
  background-color: #0057b8;
}

h1 {
  font-size: 2.5rem;
  line-height: 1;
  text-align: left;
  color: #ffffff;
}

p {
  font-size: 1.5rem;
  line-height: 1.26;
 /*font-weight: bold;*/
}

p .fs-1rem{
  font-size: 1rem;
}


.container {
  width: 70%;
  max-width: 703px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.container-sm {
  max-width: 760px;
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}

.logo img {
  width: 42.6742532%;
  max-width: 86px;
}

.pt-10 {
  padding-top: 10px;
}


.pb-50 {
  padding-bottom: 50px;
}

.pt-20 {
    padding-top: 25px;
  }

.pl-20 {
  padding-left: 20px;
}

.pr-70 {
  padding-right: 70px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-50 {
  padding-bottom: 50px;
}
.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}



/*position: absolute;
    bottom: 0;*/


/*z-index: 2;*/

.site-footer {
  background: #07142a;
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  /*z-index: 2;*/
}

.site-footer .footer__container {
  /*padding: 55px 15px 30px;*/
  height: 45px;
}

.site-footer .footer__social-list {
  float: left;
}

.site-footer .footer__social-list:after,
.site-footer .footer__social-list:before {
  content: " ";
  display: table;
}

.site-footer .footer__social-list:after {
  clear: both;
}

.site-footer .footer__social-icon {
  float: left;
  height: 39px;
  width: 39px;
  margin-right: 15px;
  border: 1px solid #636a78;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-indent: -9999px;
  transition: all .3s;
}

.site-footer .footer__social-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%);
}

.site-footer .footer__links {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.site-footer .footer__links a {
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
  /*color: #c1c4ca;*/
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  transition: all .3s;
  padding: 11px 22px;
  position: relative;
  display: inline-block;
}

.site-footer .footer__links a:first-child {
  padding-left: 0;
}

.site-footer .footer__links a:first-child:before {
  display: none;
}

.site-footer .footer__links a:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  opacity: .25;
  position: absolute;
  left: 0;
}

.site-footer .footer__links a:last-child {
  padding-right: 0;
}

.site-footer.poly-colour:after {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  background: url(http://go.sappipops.com/l/405492/2018-03-21/4pxjf7/405492/179962/sappi_poly_colour.jpg) 0 0 no-repeat;
  background-size: cover;
}

svg:not(:root) {
  overflow: hidden;
}

form.form p select.select,
form.form p select.select option {
  max-width: 703px;
  width: 100%;
  height: 68px;
  border: 0;
  padding: 8px 2%;
  font-size: 1.8rem;
  background-color: #ffffff;
  color: #071a35;
}

@media screen and (min-width: 993px) {
  .site-footer .footer__container {
    /*height: 45px;*/
    padding: 35px 75px;
  }
}

@media screen and (max-width: 675px) {
 .hide{
    display: none !important;
  }
}

@media screen and (min-width: 675px) and (max-width: 767px) {

 
  h1 {
    font-size: 2.5rem;
    line-height: 51px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
}



@media screen and (min-width: 768px) and (max-width: 967px) {
  h1 {
    font-size: 2.5rem;
    line-height: 51px;
  }

  .pt-70 {
    padding-top: 23px;
  }
  .pt-100 {
    padding-top: 45px;
  }
  .pb-70 {
    padding-bottom: 23px;
  }
  .container {
    padding: 0;
  }
  .site-footer .footer__container {
    height: 45px;
    padding: 8px 58px 0px;
  }
  .site-footer.poly-colour {
    /*position: absolute;
    bottom: -5px;*/
    margin-top: 35px;
  }
  form.form p select.select,
  form.form p select.select option {
    font-size: 1.25rem;
    height: 47px;
  }
}

@media screen and (min-width: 968px) {
  .container {
    padding: 0;
  }
  .site-footer .footer__container {
    height: 45px;
    padding: 35px 58px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 51px;
  }
  .container {
    padding: 0 24px;
  }
  .cta {
    width: 271px;
    margin: 0 auto;
    padding: 10px;
  }
  .site-footer .footer__container {
    height: auto;
  }
  .site-footer .footer__social-list {
    float: none !important;
    padding: 40px 0;
    float: none !important;
    margin-left: 50%;
    left: -100px;
    width: 225px;
    position: absolute;
    padding: 30px 0 0 0;
  }
  .site-footer .footer__links {
    float: none !important;
    padding-top: 90px;
  }
  .site-footer .footer__links a {
    float: none !important;
    text-align: center;
    padding: 22px 0 !important;
  }
  .site-footer .footer__links a:before {
    display: none;
  }
}


@media screen and (min-width: 320px) and (max-width: 450px) {
 
  h1 {
    font-size: 2rem;
    line-height: 40px;
  }
  .hide {
    display: none !important;
  }
}
