* {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}

header {
  z-index: 100;
  background-color: #344262;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header-logo-container img {
  max-width: 200px;
}

main {
  margin-top: 73px;
}

#masthead {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  border: 0;
  background-color: #3c4e79;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23334267' fill-opacity='0.6'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
}

#masthead h1 {
  margin: 10px auto;
  font-size: 26pt;
  font-weight: 700;
}

#masthead p {
  width: 80%;
  margin: 10px auto;
  font-size: 16pt;
  font-weight: 300;
}

#masthead button {
  margin: 10px auto;
  font-weight: 700;
  text-transform: uppercase;
}

#section-link-out {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1ecb8;
  color: #333333;
}

#section-link-out p {
  margin: 5px auto;
  font-size: 16pt;
  font-weight: 400;
}

#section-link-out button {
  margin: 5px auto;
  font-weight: 700;
  text-transform: uppercase;
}

#section-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  color: #333333;
}

#section-copy h2 {
  margin: 30px auto 10px;
  font-size: 24pt;
  font-weight: 600;
}

#section-copy h3 {
  margin: 30px auto 10px;
  font-size: 20pt;
  font-weight: 600;
}

#section-copy p {
  margin: 20px auto;
  font-size: 16pt;
  font-weight: 300;
}

#section-copy ul {
  margin-left: 0;
  padding-left: 25px;
}

#section-copy li {
  margin: 15px auto;
  font-size: 16pt;
}

#section-copy strong {
  font-weight: 700;
}

#section-copy a {
  font-weight: 700 !important;
}

#section-copy .img-fluid {
  max-width: 80%;
  margin: 25px auto;
}

#sidebar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 73px !important;
  margin-top: 25px;
}

#sidebar-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #333333;
  color: #ffffff;
}

#sidebar-heading h4 {
  margin: 5px auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16pt;
  font-weight: 700;
  line-height: 1;
}

#sidebar-form {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e0e0e0;
}

#sidebar-form p {
  margin: 5px auto 15px auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14pt;
  font-weight: 700;
}

#sidebar-form .row {
  margin: 10px auto;
}

footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #333333;
  color: #ffffff;
}

footer p {
  margin: 10px auto;
  font-size: 11pt;
  font-weight: 300;
  line-height: 1;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a:focus,
footer a:hover {
  color: #eeeeee;
  text-decoration: underline;
}

.legal {
  background-color: #ffffff;
  color: #333333;
}

#assets {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eeeeee;
}

#assets h3 {
  font-size: 18pt;
  font-weight: 700;
  margin: 10px auto;
}

#assets-group {
  margin: 20px auto 20px auto;
}

#assets-group button {
  width: 140px;
}

@media only screen and (max-width: 767px) {
  #header-logo-container {
    text-align: center;
  }

  main {
    margin-top: 53px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #masthead {
    border-radius: 0;
  }

  #masthead h1 {
    font-size: 22pt;
    font-weight: 700;
  }

  #masthead p {
    width: 95%;
    font-size: 16pt;
    font-weight: 300;
  }

  #sidebar-form button {
    margin: 5px auto;
  }

  #sidebar-form .row {
    margin: 0 auto;
  }

  #assets-group button {
    margin: 10px auto;
  }
}