body {
  height: 100%;
  font-size: 10px;
  background-color: #5E6269;
  color: #333;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAChJREFUeNpifPz48ffv3xlggAWZw8nJyYTMAcoxIXOADCZkDhAABBgAIdERmsaWPpsAAAAASUVORK5CYII=");
  line-height: inherit;
}

.global-container {
  font-size: 1.6em;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  background: #FFF;
  margin: 0 auto;
  overflow: hidden;
}

header {
  height: 81px;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 35px;
}

h1 {
  margin: 0;
}

.logo-container {
  display: block;
  float: left;
  margin: 10px;
  width: 195px;
  height: 61px;
  padding: 5px 10px;
  border-radius: 8px;
}

.logo-container:hover {
  background-color: #cccccc;
}

img[alt="Nationwide"] {
  width: 229px;
  height: 51px;
  margin-top: -7.5px;
}

main {
  padding: 20px 120px;
}

h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 22px;
}

h2, p {
  margin-bottom: 20px;
}

.details>p {
  margin-bottom: 16px;
}

.details>.no-margin {
  margin: 0;
}

p {
  line-height: 2.1rem;
  font-size: 16px;
}

#print-agreement-button {
  margin-bottom: 30px;
}

h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 10px 0;
}

@media print {
  a[href]:after {
    content: none;
  }
}

@media screen and (max-width: 994px) {
  header {
    height: 35px;
    margin: 0;
  }

  h1 {
    display: flex;
    justify-content: center;
  }

  .logo-container {
    position: absolute;
    left: 50%;
    width: 133px;
    height: 42px;
    margin: 0 0 0 -66px;
    padding: 4px 10px 5px;
    border-radius: 4px;
  }

  img[alt="Nationwide"] {
    width: 147px;
    height: 33px;
    margin-top: -23.5px;
  }

  main {
    padding: 20px 60px;
  }
}

@media screen and (max-width: 840px) {
  main {
    padding: 20px;
  }
}

@media screen and (max-width: 450px) {
  main {
    padding: 10px;
  }

  h2 {
    font-size: 18.2px;
  }

  p {
    font-size: 14px;
  }

  button {
    width: 100%;
  }
}

h4 {
  display: block;
  font-weight: bold;
  background: #e4e4e4;
  padding: 15px 20px;
  margin-bottom: 20px;
  position: relative;
}
