/*
 * General styles
 */

* {
  margin: 0;
  padding: 0;
}

header, footer, section, nav {
  display: block;
}

html, body {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  background: #1c3483;
}

header {
  text-align: center;
  padding-bottom: 15px;
  max-height: 110px;
  margin-bottom: 5rem;
}

a:link, a:visited {
  text-decoration: none;
  color: #717171;
}

img {
  max-width: 100%;
  margin-bottom: 12px;
}

.wrapper {
  background: #ffffff;
}

.column.offset {
  margin-bottom: -25px;
  background-color: white;
}

.container-footer {
  padding-top: 12px;
}

@media only screen and (max-width: 650px) {
  header {
    margin-bottom: 1rem;
  }
  .container {
    position: static;
    margin: 0 auto;
  }
}

#logo {
  height: 8rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.content {
  padding-bottom: 80px;
  overflow: hidden;
}

.column.one {
  width: 50%;
  margin-right: 48px;
}

.row {
  justify-content: center;
}

.row > .column.duo, .row > .column.help {
  width: auto;
  flex: unset;
}

.row-wrapper {
  min-height: 400px;
}

.button-primary {
  background-color: #FFB600;
  border: 1px solid white;
  color: white;
}

.button-primary:hover {
  background-color: #000000;
}

.button-block {
  display: block;
}

label {
  font-size: 1.4rem;
  font-weight: 400;
}

.col-header {
  font-weight: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #555;
  letter-spacing: .2em;
  border-bottom: 1px solid #D7D7D7;
  padding: 0 5px 2px 0;
  margin: 0 0 18px 0;
}

aside p {
  font-size: 13px;
  line-height: 1.35;
  font-style: italic;
}

.form-button {
  background: #B61601;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #ffffff;
  cursor: pointer;
}

.form-button:hover {
  background: #FF6400;
}

.form-error {
  padding: 0;
  color: #B61601;
}

.list-help {
  margin-top: 40px;
  /* offset padding on first anchor */
  list-style: none;
}

.list-help-item a {
  display: block;
  padding: 6px 0;
}

.item-marker {
  color: #be0000;
}

footer {
  color: #404040;
  font-size: 1.1rem;
  background: transparent;
  padding: 50px 20px;
  border-top: 1px solid white;
  position: relative;
}

footer p {
  font-size: .8em;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #D7D7D7;
  border-top: 1px solid #4A4A4A;
  padding-top: 10px;
}

.footer-text {
  margin-bottom: 12px;
}

.footer-links a:link, .footer-links a:visited {
  color: blue;
  font-weight: bold;
}

.footer-links a:after {
  content: "\00a0\00a0\00a0|\00a0\00a0";
}

.footer-links a.last:after {
  content: "";
}

/*# sourceMappingURL=main.css.map */

#duo_iframe {
  min-height: 360px;
  width: 100%;
}