@font-face {
  font-family: 'Averta';
  src: url("fonts/averta-regular-webfont.eot");
  src: url("fonts/averta-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/averta-regular-webfont.woff") format("woff"), url("fonts/averta-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Averta-SemiBold';
  src: url("fonts/averta-semibold-webfont.eot");
  src: url("fonts/averta-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/averta-semibold-webfont.woff") format("woff"), url("fonts/averta-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}



.staticpage * {
  box-sizing: border-box!important;
  -webkit-box-sizing: border-box!important;
  font-family: 'Averta', sans-serif;
}

.staticpage .wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.staticpage .shadow{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px;
}

.staticpage .inner-wrap{
  float: left;
  width: 100%;
  padding: 0 20px;
}

.staticpage a {
 color: #026CDF;
 text-decoration: none;
}

.staticpage a:hover, .staticpage a:focus{
  color: #0150a7;
  text-decoration: underline;
}

.staticpage p{
  line-height: 1.4em;
  margin: 0 auto;
  font-size: 100%;
}

.staticpage h1,.staticpage h2,.staticpage h3,.staticpage h4,.staticpage h5{
  margin: 0;
  font-weight: normal;
}

.staticpage h1{
  padding: 0;
  line-height: 1em;
  font-size: 115%;
  font-family: 'Averta-SemiBold', sans-serif;
  text-align: center;
}

.staticpage h1 img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.staticpage h2{
  padding: 50px 0 25px;
  line-height: 1.2em;
  font-size: 210%;
  font-family: 'Averta-SemiBold', sans-serif;
  text-align: center;
  color: #17252C;
}


.staticpage .header--desktop{
  display: none;
}


@media (min-width: 540px) {
  .staticpage .inner-wrap{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {


  .staticpage h1{
    line-height: 1em;
    font-size: 120%;
    text-align: center;
  }

  .staticpage h2{
    float: left;
    width: 100%;
    padding: 50px 0 25px;
    line-height: 1.2em;
    font-size: 250%;
    text-align: center;
  }


  .staticpage .inner-wrap{
    padding: 10px 60px 40px;
  }



  footer{
   float: left;
   width: 100%;
   padding: 40px 0 0px;
  }







