html {
  background: #dce1f2;
  background: -webkit-linear-gradient(#dce1f2, white);
  background: linear-gradient(#dce1f2, white);
}

body {
  background: white;
  box-shadow: 0 0 5px #888;
  font: 16px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

h1, h2, h3, ul {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.row-navigation {
  background: #046ccd;
  color: white;
}

nav {
  display: flex;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 2vw 0;
  width: 100%;
}

nav a {
  flex: 1 1 auto;
  text-align: center;
}

.header {
  background: #353a7a;
  color: white;
  text-align: center;
}

.header h1 {
  padding-bottom: 2.5%;
  padding-top: 5%;
}

.header h1 img {
  margin: 0 auto;
  width: 42%;
}

.header h2 {
  background: #046ccd;
  font-size: 2em;
  padding: 1.5% 5%;
}

.header h3 {
  padding: 2.5% 5% 3.5% 5%;
  font-weight: normal;
  font-size: 1.8em;
}

.content {
  color: #1a2886;
  flex-grow: 1;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 3vw;
}

.page-contact .content {
  font-size: 1.25em;
}

.content h2 {
  font-size: 1.8em;
  padding-bottom: 3.5%;
  padding-top: 4%;
}

.content ul {
  font-size: 0.9em;
  line-height: 1.95;
  padding-left: 4.5%;
}

.content ul li {
  padding-left: 1%;
}

.content h3 {
  padding-top: 3.25%;
  font-size: 1.4em;
}

.content .nwmls-logo {
  margin-left: 2.5%;
  margin-top: 5.7%;
  max-width: 37%;
  min-width: 180px;
}

.content-bottom {
  background: #353a7a;
  color: white;
  font-size: 1.35em;
  padding-bottom: 1%;
  padding-left: 5%;
  padding-right: 5%;
}

.content-bottom h3 {
  padding-bottom: 2.5%;
  padding-top: 1.2%;
  font-size: 1.33em;
}

.content-bottom p {
  margin: 0;
  padding-bottom: 3.8%;
}

.background-container {
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.background-container img {
  max-height: 500px;
}

.testimonials {
  background: #dce1f2;
  background: -webkit-linear-gradient(#dce1f2, white);
  background: linear-gradient(#dce1f2, white);
  font-style: italic;
  line-height: 1.515;
  padding: 4% 3% 4% 7%;
}

.testimonial {
  padding-bottom: 10.2%;
}

.citation {
  text-align: right;
}

.footer {
  background: #046ccd;
  color: white;
  flex-grow: 1;
  font-size: 1.8em;
  padding: 2.25vw;
  text-align: center;
}

@media (max-width: 767px) {
  .background-container {
    background-image: none !important;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 2vw;
  }

  .two-col .row {
    display: flex;
  }

  .two-col .primary {
    width: 66.7%;
  }

  .two-col .secondary {
    width: 33.3%;
  }

  .two-col .row-content .primary {
    display: flex;
    flex-direction: column;
  }

  nav {
    width: 67%;
  }

  .background-container img {
    display: none;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 24px;
  }

  nav {
    padding: 24px;
  }
}