body {
  margin: 0;
  line-height: 1.6;
  color: #1d1d1b;
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-align: center; }

h1 {
  font-size: 2em;
  margin: 0.5em 0 1em;
  line-height: 1em; }

h2 {
  font-size: 1.5em;
  margin-top: 1.5em; }

h3 {
  margin-top: 1.6em;
  margin-bottom: 1.5em; }

h1 a[name],
h2 a[name],
h3 a[name] {
  color: #1d1d1b;
  text-decoration: none; }
  h1 a[name]:hover,
  h2 a[name]:hover,
  h3 a[name]:hover {
    text-decoration: underline; }
    h1 a[name]:hover:after,
    h2 a[name]:hover:after,
    h3 a[name]:hover:after {
      content: "";
      display: inline-block;
      height: 15px;
      width: 15px;
      background-image: url("/assets/link.svg");
      position: relative;
      margin-left: 5px;
      bottom: 0; }

p {
  margin: 0 0 1em;
  color: #373734; }

a {
  color: #006ab4; }

ol {
  counter-reset: item;
  list-style: none;
  margin-left: 0;
  padding-left: 2em; }
  ol li {
    text-indent: -2em; }
    ol li:before {
      content: counters(item, ".") ". ";
      counter-increment: item; }

table {
  border-collapse: collapse;
  margin-bottom: 1em; }
  table th {
    padding: 4px 8px;
    text-align: left;
    border: 1px solid #e3e3e3; }
  table td {
    padding: 4px 8px;
    border: 1px solid #e3e3e3; }

.highlight-box-blue {
  border: 2px solid #229bd8;
  background-color: #d2eaf9;
  padding: 1.875rem;
  margin-bottom: 1.25rem; }
  .highlight-box-blue h2 {
    margin-top: 0;
    margin-bottom: 0.3125rem; }
  .highlight-box-blue .short-line {
    max-width: 36.25rem; }

img {
  max-width: 100%; }

.text-align-center {
  text-align: center; }

code {
  font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif;
  color: #1d1d1b;
  background-color: #e3e3e3;
  border: 1px solid #919191;
  padding: 0.1em 0.4em 0.1em 0.4em;
  /* css-3 */
  white-space: pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -moz-pre-wrap;
  /* Opera 4-6 */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Internet Explorer 5.5+ */
  word-wrap: break-word; }

pre {
  background-color: #e3e3e3;
  border: 1px solid #525252;
  padding: 0.7em 1em 0.7em 1em; }
  pre code {
    padding: 0;
    border: 0; }

.container {
  min-height: 1vh; }

.welcome {
  margin: 20px;
  text-align: left; }

.primary {
  margin: 0 20px;
  text-align: left; }

.hero {
  margin-bottom: 1em; }

footer {
  padding: 3em 20px;
  text-align: left; }
  footer p {
    margin-bottom: 0.5em;
    font-size: 0.9em;
    color: #6c6c65; }
  footer a {
    margin-right: 2em; }

@media (min-width: 600px) {
  .welcome {
    margin-left: 30px; }
  .primary {
    margin: 0 30px; }
  footer {
    padding: 2em 30px; } }

@media (min-width: 1166px) {
  .welcome {
    width: 1090px;
    margin: 20px auto; }
  .primary {
    width: 1090px;
    margin: 0 auto; }
  footer {
    width: 1090px;
    padding: 2em 0;
    margin: auto; } }

header {
  margin: 0;
  height: 64px;
  background-color: #1d1d1b;
  position: relative; }
  header .nav-trigger {
    position: absolute;
    top: 1em;
    left: 25px;
    cursor: pointer; }
  header .logo {
    margin: 0 auto;
    padding-top: 15px;
    display: block; }

header.stage {
  background-color: #ff8c27; }

nav {
  display: none;
  text-align: left;
  border-top: 1px solid #fff;
  background-color: rgba(29, 29, 27, 0.9);
  top: 64px;
  position: absolute;
  z-index: 5;
  height: 100vh; }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100vw; }
  nav a {
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 14px 25px 15px;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none; }
    nav a.nav-active {
      border-left: 10px solid #229bd8;
      padding-left: 15px; }
  nav.visible {
    display: block; }

@media (min-width: 1166px) {
  header {
    height: 75px; }
    header .nav-trigger {
      display: none; }
    header .logo {
      padding-top: 20px; }
  nav {
    display: block;
    position: relative;
    top: 0;
    text-align: center;
    height: auto;
    border-top: 2px solid #229bd8;
    background-color: #1d1d1b; }
    nav ul {
      width: auto; }
    nav li {
      display: inline-block; }
    nav a {
      border-bottom: none;
      padding: 12px 10px; }
      nav a.nav-active {
        border-left: none;
        border-bottom: 10px solid #229bd8;
        padding: 12px 10px; } }

.form-hint {
  /* stolen from footer size */
  font-size: 0.9em;
  font-style: italic; }

form ul {
  list-style: none;
  padding: 0; }

form li {
  min-height: 3.2em;
  overflow: hidden; }
  form li .input-container {
    width: 60%;
    display: flex;
    flex-direction: column; }
    form li .input-container input,
    form li .input-container select,
    form li .input-container button,
    form li .input-container textarea {
      font-size: 1.1875rem;
      color: #373734; }
      form li .input-container input:focus,
      form li .input-container select:focus,
      form li .input-container button:focus,
      form li .input-container textarea:focus {
        outline: 3px solid #229bd8; }
    form li .input-container [type=text],
    form li .input-container [type=email],
    form li .input-container [type=number],
    form li .input-container [type=password],
    form li .input-container [type=date],
    form li .input-container [type=tel],
    form li .input-container select,
    form li .input-container textarea {
      box-sizing: border-box;
      padding: 0 10px;
      width: 60%;
      height: 2.8125rem;
      border: 2px solid #919191;
      border-radius: 0;
      outline: none; }
    form li .input-container textarea {
      height: 9.0625rem; }
    form li .input-container .date-group {
      display: flex;
      flex-wrap: wrap; }
      form li .input-container .date-group label,
      form li .input-container .date-group span {
        width: 5.625rem;
        font-weight: 400;
        color: #1d1d1b;
        font-size: 1rem;
        font-family: 'Roboto', sans-serif;
        margin-right: -0.75rem; }
      form li .input-container .date-group input {
        display: flex;
        flex-direction: column;
        width: 3.75rem;
        text-align: center;
        margin-bottom: 0.5rem; }
        form li .input-container .date-group input::-webkit-inner-spin-button, form li .input-container .date-group input::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      form li .input-container .date-group #dobYear {
        width: 6.25rem; }
      form li .input-container .date-group:disabled {
        background-color: #919191; }
    form li .input-container .optional-field-container {
      display: flex;
      flex-wrap: wrap; }
      form li .input-container .optional-field-container .full-length-field {
        display: flex;
        width: 100%; }
        form li .input-container .optional-field-container .full-length-field div {
          display: flex;
          width: 100%; }
      form li .input-container .optional-field-container .secondary-input {
        border: none;
        height: 3.4375rem;
        background-color: transparent; }
      form li .input-container .optional-field-container .optional-errors:not(:empty) {
        margin-bottom: 0.9375rem; }
    form li .input-container .short-errors {
      box-sizing: border-box;
      width: 100%; }

form label {
  float: left;
  width: 45%;
  padding-top: 4px;
  line-height: 1.6em;
  margin-bottom: 0.5em;
  font-weight: bold; }

form fieldset {
  border-color: #006ab4;
  border-width: 1px 0;
  display: flex;
  flex-direction: row;
  margin: 0 0 1em 0;
  padding: 1em 0; }
  form fieldset legend {
    font-weight: 700;
    padding: 0 2em 0 0; }
  form fieldset .radio-container {
    flex-grow: 1; }

form input,
form select,
form button,
form textarea {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #373734; }

form [type=text],
form [type=email],
form [type=password],
form [type=date],
form [type=tel],
form select,
form textarea {
  padding: 4px 6px;
  width: 30%;
  border: 2px solid #86867e;
  outline: none;
  border-radius: 4px; }
  form [type=text]:valid,
  form [type=email]:valid,
  form [type=password]:valid,
  form [type=date]:valid,
  form [type=tel]:valid,
  form select:valid,
  form textarea:valid {
    border-color: #86867e; }
  form [type=text]:invalid,
  form [type=email]:invalid,
  form [type=password]:invalid,
  form [type=date]:invalid,
  form [type=tel]:invalid,
  form select:invalid,
  form textarea:invalid {
    border-color: #841c26; }

form button {
  padding: 8px 12px; }

form .xsm {
  width: 10%; }

form .sm {
  width: 20%; }

form .med {
  width: 30%; }

form .lg {
  width: 40%; }

form .xlg {
  width: 50%; }

form .multi-choice-group {
  margin-bottom: 1em; }
  form .multi-choice-group h4, form .multi-choice-group .single-choice-group legend, form .single-choice-group .multi-choice-group legend {
    margin: 0; }
  form .multi-choice-group label {
    float: left;
    clear: left;
    width: 45%;
    padding: 0; }
  form .multi-choice-group input {
    float: right;
    clear: both;
    width: 54%;
    height: 1.6em;
    padding: 0;
    margin: 0; }

form .single-choice-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0; }
  form .single-choice-group legend {
    padding-top: 1.5rem;
    padding-bottom: 0.625rem;
    position: relative;
    text-transform: none;
    margin-bottom: 0;
    line-height: 1.3;
    width: 100%; }
  form .single-choice-group label {
    color: #1d1d1b;
    font-weight: 400; }
  form .single-choice-group [type=radio] {
    opacity: 0;
    position: absolute; }
    form .single-choice-group [type=radio] + label {
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      height: 3.75rem;
      cursor: pointer; }
      form .single-choice-group [type=radio] + label::before {
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 10%;
        border: 2px #006ab5 solid;
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        box-sizing: border-box;
        flex-shrink: 0; }
    form .single-choice-group [type=radio]:checked + label {
      color: white;
      background-color: #229bd8; }
      form .single-choice-group [type=radio]:checked + label::before {
        border: 8px solid white; }

form .single-option {
  padding-left: 45%; }
  form .single-option [type=checkbox] {
    float: none; }
  form .single-option label {
    float: none;
    padding-left: 1em; }

form .cta {
  margin-left: 45%; }

@media (min-width: 1166px) {
  form label {
    width: 20em; }
  form .multi-choice-group h4, form .multi-choice-group .single-choice-group legend, form .single-choice-group .multi-choice-group legend {
    position: absolute; }
  form .multi-choice-group label {
    clear: none; }
  form .multi-choice-group input {
    float: left;
    margin-left: 20em;
    width: 3em; }
  form .single-option {
    padding-left: 20em; }
  form .cta {
    margin-left: 20em; } }

.cookie-accept-container {
  text-align: center;
  width: 100%;
  display: inline-block; }
  .cookie-accept-container .checkbox-container {
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #229bd8; }
    .cookie-accept-container .checkbox-container input[type=checkbox] {
      position: relative;
      top: 5px; }
      .cookie-accept-container .checkbox-container input[type=checkbox]:checked + label:after {
        opacity: 1; }
      .cookie-accept-container .checkbox-container input[type=checkbox]:focus + label::before {
        content: "";
        height: 26px;
        width: 26px;
        box-shadow: 0 0 0 3px #006ab5;
        display: flex;
        position: relative;
        top: -3px;
        left: -3px; }
    .cookie-accept-container .checkbox-container label {
      cursor: pointer;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 4px;
      top: 4px;
      background-color: #fff; }
    .cookie-accept-container .checkbox-container label:after {
      opacity: 0;
      content: '';
      position: absolute;
      width: 26px;
      height: 8px;
      background: transparent;
      top: -5px;
      left: 2px;
      border: 7px solid #229bd8;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg); }
    .cookie-accept-container .checkbox-container label:hover::after {
      opacity: 0.3; }
    .cookie-accept-container .checkbox-container + label {
      padding-right: 40px; }

.primary-cta, .secondary-cta, .inactive-cta, .primary-cta-cookie, .secondary-cta-cookie {
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 0;
  border: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  margin-top: 1.875rem;
  width: 100%; }

.primary-cta {
  background-color: #229bd8; }

.secondary-cta {
  background-color: #919191; }

.inactive-cta {
  background-color: #e3e3e3; }

@media (min-width: 1166px) {
  .primary-cta {
    width: 15.625rem; }
  .secondary-cta {
    width: 15.625rem; }
  .inactive-cta {
    width: 15.625rem; } }

:disabled {
  background-color: #919191;
  color: #525252; }

.icon-cookie-policy-link {
  font-size: 200px; }

#cookie-phrase {
  font-weight: bold;
  margin: 10px; }

.cookie-div {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10px; }

.primary-cta-cookie {
  text-transform: none;
  background-color: #fff;
  color: #229bd8;
  border-radius: 25px; }

.secondary-cta-cookie {
  text-transform: none;
  font-size: 1.125rem;
  border-radius: 25px;
  background-color: #229bd8;
  margin-left: 0%; }

@media (min-width: 600px) {
  .primary-cta-cookie {
    width: 15.625rem; }
  .secondary-cta-cookie {
    width: 12.5rem;
    margin-left: 10%; } }

.icon-cookie-policy-link {
  display: inline-block;
  margin: 0 0 0 0.625rem;
  border: none;
  background-color: white;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 1px;
  color: #fff;
  position: relative;
  cursor: pointer;
  outline: none;
  height: 40px;
  width: 40px;
  text-indent: -999em; }

.icon-cookie-policy-link {
  height: 60px;
  width: 60px;
  margin: 0 1.25rem 0 0.625rem; }

#cookie-background {
  background-color: rgba(255, 255, 255, 0.5);
  /*or semi-transparent image*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 997; }

#cookie-banner {
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 1000;
  bottom: 0;
  padding: 1.875rem;
  box-sizing: border-box; }
  #cookie-banner .cookie-container {
    display: flex;
    margin: 0 auto;
    max-width: 68.75rem; }
    #cookie-banner .cookie-container h2 {
      font-family: 'Roboto', Arial, sans-serif;
      font-weight: 700;
      font-size: 1.0625rem;
      margin-bottom: 0.5rem;
      color: #fff;
      padding-top: 0; }
    #cookie-banner .cookie-container p {
      text-align: left;
      font-size: 1rem;
      margin-bottom: 0;
      color: #fff; }
      #cookie-banner .cookie-container p a {
        color: #fff;
        display: inline-block;
        margin-top: 0.3125rem; }
  #cookie-banner #cookie-consent {
    margin-left: 1.875rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    color: #fff; }

.hidden {
  display: none; }

@media (min-width: 1166px) {
  .cookie-container div {
    margin-left: 100px; } }

.cookie-settings {
  border: black 1px;
  background: transparent;
  align-content: center;
  position: fixed;
  opacity: 1;
  height: 50px;
  width: 50px;
  max-height: 551px;
  min-height: 50px;
  margin: 10px 20px;
  left: 0px;
  bottom: 0px;
  padding-bottom: 9px;
  padding-left: 12px; }
  @media (min-width: 600px) {
    .cookie-settings {
      padding-bottom: 0px;
      padding-left: 0px; } }
  .cookie-settings img.cookie-link {
    border-radius: 25px;
    width: 50px;
    height: 50px; }
  @media (min-width: 600px) {
    .cookie-settings img {
      margin: 0px; } }

.updates article {
  border-bottom: 1px solid #006ab4; }
  .updates article time {
    float: right;
    font-size: 0.9em;
    font-weight: 700;
    padding: 2px 10px;
    border: 1px solid #006ab4;
    background-color: #35a8e0;
    color: #fff;
    margin-top: 7px; }

.status {
  margin-top: 10px; }
  .status span {
    padding: 10px;
    margin-right: 5px;
    color: #ffffff;
    font-weight: bold; }
  .status .pass {
    background-color: #2fcc66; }
  .status .fail {
    background-color: #e74c3c; }

.filelist dt {
  margin-top: 0.8em; }
  .filelist dt img {
    position: absolute;
    margin-top: 5px; }
  .filelist dt a {
    display: inline-block;
    margin-left: 50px; }

.filelist dd {
  margin-left: 50px; }

#file-upload input[type=file] {
  border: 1px solid #919191;
  padding: 0.5em;
  min-width: 50%; }

#downloads {
  width: 100%;
  max-width: 100%; }
  #downloads .jobCurrentStatus {
    text-align: center; }
  #downloads .download {
    text-align: center; }
    #downloads .download img {
      height: 24px; }
    #downloads .download .expired {
      font-style: italic;
      color: #919191;
      cursor: not-allowed; }
  #downloads .error .jobCurrentStatus {
    color: red;
    background-color: rgba(255, 0, 0, 0.05);
    text-decoration: underline;
    cursor: help; }
    #downloads .error .jobCurrentStatus:hover {
      text-decoration: none; }
  #downloads .success .jobCurrentStatus {
    color: green;
    background-color: rgba(0, 128, 0, 0.05); }
  #downloads .processing .jobCurrentStatus,
  #downloads .pending .jobCurrentStatus {
    cursor: progress; }

#paging {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  text-align: center; }
  #paging .previous,
  #paging .next {
    min-width: 100px; }
  #paging .previous {
    text-align: left; }
  #paging .next {
    text-align: right; }
  #paging button {
    text-align: center;
    border: 0;
    color: white;
    background-color: #229bd8;
    padding: 4px 8px;
    cursor: pointer;
    font-weight: bold; }
  #paging button:hover {
    text-decoration: underline; }

/* Creates a mouseover tooltip for items with a non-empty data-tooltip attribute */
[data-tooltip]:not([data-tooltip=""]) {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* Hide the tooltip content by default */
  /* Triangle hack to make tooltip look like a speech bubble */
  /* Position tooltip above the element */
  /* Show tooltip content on hover */ }
  [data-tooltip]:not([data-tooltip=""]):before, [data-tooltip]:not([data-tooltip=""]):after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 25px;
    left: 50%; }
  [data-tooltip]:not([data-tooltip=""]):after {
    border-top: 5px solid rgba(51, 51, 51, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    width: 0;
    font-size: 0;
    line-height: 0; }
  [data-tooltip]:not([data-tooltip=""]):before {
    min-width: 400px;
    margin-left: -200px;
    margin-bottom: 5px;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: left;
    font-size: 14px;
    line-height: 1.2; }
  [data-tooltip]:not([data-tooltip=""]):hover:before, [data-tooltip]:not([data-tooltip=""]):hover:after {
    visibility: visible;
    opacity: 1; }

form .error {
  display: block;
  position: relative;
  background-color: #ffb4b4;
  color: #8c2e2e;
  border-radius: 10px;
  text-align: center;
  margin: 15px 0 15px 45%;
  padding: 10px;
  line-height: 1.4em; }
  form .error::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 180, 180, 0);
    border-bottom-color: #ffb4b4;
    border-width: 10px;
    margin-left: -10px; }

@media (min-width: 1166px) {
  form .error {
    margin-left: 24em;
    width: 30%; } }

#trouble-logging-in img {
  margin: 1em;
  -moz-box-shadow: 0px 0px 5px 6px #e3e3e3;
  -webkit-box-shadow: 0px 0px 5px 6px #e3e3e3;
  box-shadow: 0px 0px 5px 6px #e3e3e3; }

.grecaptcha-badge {
  z-index: 1;
  margin-bottom: 50px; }
