
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 100%;
  line-height: 1;
  font-weight: 400;
  background: #ededed;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, p,
blockquote, figure,
ol, ul {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a, button {
  color: inherit;
}
a {
  text-decoration: none;
}
button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus,
input,
select {
  outline: 0;
}
input {
  display: inline-block;
  line-height: 1;
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  white-space: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
  border: 0;
}
em, i {
  font-style: italic;
}
strong, b {
  font-weight: 600;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 0.6em;
  vertical-align: baseline;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
*, *:before, *:after {
  box-sizing: border-box;
}





.container {
  position: relative;
  max-width: 1200px;
  background: #fff;
  margin: 0 auto;
}


header {
  width: 100%;
  top: 0;
  background: #fff;
  padding: 25px 7%;
  border-bottom: 5px solid #263a7f;
}
.logo {
  float: left;
  display: block;
  width: 240px;
  margin-top: 5px;
}


.main-nav {
  float: right;
}
.main-nav ul,
footer ul {
  list-style: none;
  margin-top: 16px;
}
footer ul {
  float: right;
  margin: 0;
}
.main-nav li,
footer li {
  float: left;
  position: relative;
  font-family: 'Pt Serif', Times, serif;
  font-size: 1.15em;
  font-weight: 400;
  color: #5b5c5c;
  margin-right: 30px;
  -webkit-transition: all ease .5s;
          transition: all ease .5s;
}
footer li {
  font-size: 0.75em;
  color: #fff;
  margin-right: 20px;
}
.main-nav li:after,
footer li:after {
  position: absolute;
  content: '|';
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #263a7f;
  padding-left: 14px;
}
footer li:after {
  color: #fff;
  padding-left: 9px;
}
.main-nav li:last-of-type,
footer li:last-of-type {
  margin: 0;
}
.main-nav li:last-of-type:after,
footer li:last-of-type:after {
  display: none;
}
.main-nav li:hover {
  color: #263a7f;
  -webkit-transition: all ease .5s;
          transition: all ease .5s;
}
.main-nav .active {
  color: #263a7f;
}
.mobile-btn {
  display: none;
}


h1 {
  font-family: 'Pt Serif', Times, serif;
  font-size: 2em;
  color: #263a7f;
  margin-bottom: 20px;
}
h2 {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 600;
  color: #263a7f;
  margin-bottom: 3px;
}
p,
main li {
  font-size: 1.05em;
  line-height: 1.45;
  font-weight: 400;
  color: #5b5c5c;
}
p {
  margin-bottom: 20px;
}
main ul {
  list-style: disc;
  margin: 5px 0 20px 20px;
}
main p + ul {
  margin: -15px 0 20px 20px;
}
main li {
  margin: 3px 0;
}
main p a,
main li a {
  font-weight: 600;
  color: #5b5c5c;
  text-decoration: underline;
}
main p a:hover,
main li a:hover {
  color: #263a7f;
}


main {
  position: relative;
  display: block;
}


.banner {
  background-image: url(../img/homepage.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-text {
  width: 55%;
  padding: 7%;
}
.banner-text h1 {
  font-family: 'Pt Serif', Times, serif;
  font-size: 2.8em;
  line-height: 1.15;
  font-weight: 300;
  color: #5b5c5c;
  margin-bottom: 40px;
}
.banner-text p {
  padding-right: 25%;
}


.content {
  padding: 5% 7% 10%;
  background: #e0e0e0;
  background: -webkit-linear-gradient(left, #e0e0e0, #fff);
  background: -o-linear-gradient(right, #e0e0e0, #fff);
  background: -moz-linear-gradient(right, #e0e0e0, #fff);
  background: linear-gradient(to right, #e0e0e0, #fff);
}
.col-2-1,
.col-2-2 {
  float: left;
}
.col-2-1 {
  width: 55%;
  margin-right: 20%;
}
.col-2-2 {
  width: 25%;
}


.providers p:first-of-type {
  max-width: 820px;
}
.providers ul {
  float: left;
  width: 50%;
  padding: 0 0 0 20px;
  margin: 0;
}
.quote-block {
  max-width: 850px;
  margin: 30px 0 0;
}
.quote-block p {
  font-family: 'Pt Serif', Times, serif;
  font-size: 1.4em;
  line-height: 1.7;
  color: #263a7f;
}
.quote-block span {
  display: block;
  font-size: 1.05em;
  line-height: 1.45;
  font-weight: 400;
  color: #5b5c5c;
}


.icon-header div,
.icon-header h2 {
  float: left;
}
.icon-header div {
  width: 38px;
}
.icon-header img {
  display: block;
  height: 25px;
}
.icon-header + p {
  max-width: 840px;
  margin: 0 0 20px 38px;
}


.info {
  max-width: 850px;
}
.info-wrap {
  float: left;
}
.info-logo {
  float: right;
  max-width: 340px;
  border: 5px solid #e0e0e0;
  margin-top: 20px;
}


footer {
  background: #263a7f;
  padding: 40px 8%;
}
footer span {
  display: block;
  float: left;
  font-size: 0.7em;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
}





@media only screen and (max-width: 1150px) {
  .banner h1 {
    font-size: 2.5em;
    margin-bottom: 25px;
  }
  .banner-text p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1000px) {
  header {
    padding: 20px 5%;
  }
  .logo {
    width: 200px;
  }
  .main-nav ul {
    margin-top: 14px;
  }
  .main-nav li {
    font-size: 1em;
  }
  .banner-text {
    width: 55%;
    padding: 7% 5%;
  }
  .banner-text p {
    padding-right: 25%;
  }
  .content {
    padding: 5% 5% 8%;
  }
  .col-2-1 {
    width: 60%;
    margin-right: 10%;
  }
  .col-2-2 {
    width: 30%;
  }
  .providers ul:first-of-type {
    width: 60%;
  }
  .providers ul:last-of-type {
    width: 40%;
  }
  .quote-block {
    margin: 25px 0 0;
  }
  .quote-block p {
    font-size: 1.2em;
  }
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.1em;
  }
  p,
  main li,
  .quote-block span {
    font-size: 1em;
  }
  p {
    margin-bottom: 15px;
  }
  main ul {
    margin: 3px 0 15px 20px;
  }
  main p + ul {
    margin: -10px 0 15px 20px;
  }
  .icon-header div {
    width: 35px;
  }
  .icon-header img {
    height: 22px;
  }
  .icon-header + p {
    margin: 0 0 15px 35px;
  }
  footer {
    padding: 35px 5%;
  }
}

@media only screen and (max-width: 900px) {
  .banner-text {
    padding: 5%;
  }
  .banner h1 {
    font-size: 2.2em;
  }
  .banner-text p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 800px) {
  header {
    padding: 15px 25px;
    border-bottom: 3px solid #263a7f;
  }
  .logo {
    width: 160px;
    margin-top: 2px;
  }
  .mobile-btn {
    float: right;
    display: block;
    position: relative;
    width: 35px;
    height: 27px;
    top: 2px;
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
            transition: opacity .25s ease;
    z-index: 99999;
    margin-top: 2px;
  }
  .mobile-btn span {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #263a7f;
    border: none;
    cursor: pointer;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
  }
  .mobile-btn span:nth-of-type(2) {
    top: 11px;
  }
  .mobile-btn span:nth-of-type(3) {
    top: 22px;
  }
  .mobile-btn:hover {
    opacity: .7;
  }
  .mobile-btn.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
            transform: translateY(11px) translateX(0) rotate(45deg);
  }
  .mobile-btn.active .middle {
    opacity: 0;
  }
  .mobile-btn.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
            transform: translateY(-11px) translateX(0) rotate(-45deg);
  }
  .menu {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    z-index: 999;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
            transition: opacity .35s, visibility .35s, height .35s;
  }
  .menu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .menu.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
            animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
  }
  .main-nav {
    float: none;
    text-align: center;
    padding-top: 15%;
  }
  .menu ul {
    list-style: none;
    display: inline-block;
    position: relative;
    height: 100%;
    padding: 0;
    text-align: left;
    margin: 0 auto;
  }
  .menu li {
    float: none;
    position: relative;
    display: block;
    font-size: 2.2em;
    line-height: 1;
    font-weight: 700;
    margin: 30px 0;
    opacity: 0;
  }
  .menu li:after {
    display: none;
  }
  .menu a {
    position: relative;
    display: block;
    color: #5b5c5c;
    text-decoration: none;
  }
  .menu a:hover {
    color: #263a7f;
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  .banner {
    background-image: none;
    background: #c9c9cb;
    background: -webkit-linear-gradient(left, #c9c9cb, #fff);
    background: -o-linear-gradient(right, #c9c9cb, #fff);
    background: -moz-linear-gradient(right, #c9c9cb, #fff);
    background: linear-gradient(to right, #c9c9cb, #fff);
  }
  .banner-text {
    width: 100%;
    max-width: 600px;
    padding: 25px;
  }
  .banner h1 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .banner-text p {
    font-size: 1em;
    padding-right: 0;
  }
  .content {
    padding: 25px 25px 40px;
  }
  .col-2-1,
  .col-2-2 {
    float: none;
    width: 100%;
    margin: 0;
  }
  .col-2-2 {
    margin-top: 30px;
  }
  footer {
    padding: 20px 25px 30px;
  }
  footer span,
  footer ul {
    float: none;
    text-align: center;
  }
  footer ul {
    margin: 0 0 20px;
  }
  footer li {
    float: none;
    margin: 10px 0;
  }
  footer li:after {
    display: none;
  }
  .main-nav li:last-of-type,
  footer li:last-of-type {
    margin: 0;
  }
  .quote-block {
    margin: 25px 0;
  }
}


@media only screen and (max-width: 740px) {
  .info {
    max-width: 850px;
  }
  .info-wrap,
  .info-logo {
    float: none;
  }
  .info-logo {
    max-width: 200px;
    border: 3px solid #e0e0e0;
    margin: 25px 0;
  }
}

@media only screen and (max-width: 700px) {
  .providers ul:first-of-type,
  .providers ul:last-of-type {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .menu li {
    font-size: 1.8em;
    margin: 20px 0;
  }
  h1 {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 1.05em;
    margin-bottom: 2px;
  }
  p,
  main li,
  .quote-block span {
    font-size: 0.9em;
  }
  .banner h1 {
    font-size: 1.5em;
  }
  .quote-block {
    margin: 20px 0;
  }
  .quote-block p {
    font-size: 1.1em;
    line-height: 1.6;
  }
}
