<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  font-family: bebas-neue-by-fontfabric;
  font-family: bebas-neue; }

body {
  color: #16284C;
  font-family: proxima-nova, Arial; }

footer a {
  color: #006DB6; }

iframe {
  border: 0 !important;
  width: 600px;
  height: 800px; }
  @media (max-width: 599px) {
    iframe {
      max-width: 100%; } 
}

#form {
  display: block;
  position: relative;
  color: #16284C;
  min-height: 80vh; }
  #form:after {
    content: "";
    background-image: url("../../img/Ryan-Niles.png");
    background-size: contain;
    background-position: top center;
    background-color: #16284C;
	background-repeat: no-repeat;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: -150px;
    right: 0;
    position: absolute;
    z-index: -1; }
  #form .row {
    height: 100%; }
  #form form label {
    font-size: 1.1rem;
    font-weight: bold; }

.bg-navy {
  background-color: #16284C; }

.btn-navy {
  background-color: #16284C;
  color: #fff; }

.btn-navy:hover {
    background-color: #006DB6;
    color: #fff; }

.btn-outline-primary {
    color: #16284C;
    border-color: #16284C;
}
.text-secondary {
    color: #96a81e !important;
}
.logo {
  width: 60%;
  margin: auto; }

.logo img {
    width: 50%; }

@media (max-width: 599px) {
    .logo img {
        width: 100%; } 
}

.target {
    display: flex;
    height: 30vh;
    justify-content: center;
    align-items: center;
}
.ring {
    border: 2px solid #1c284e;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0.5em #fff;
    font-size: 10px;
    height: 25em;
    width: 25em;
}
.ring2 {
    border: 2px solid #1c284e;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0.5em #fff;
    font-size: 10px;
    height: 23em;
    width: 23em;
    background-size: 0;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ring2:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.full-height {
  min-height: 85vh; }


/* accessibility */
a.skip-link {
  position: absolute;
  top: -2rem;
  padding: 0 0.5rem;
  background: #ccc;
  color: #16284c !important;
  font-size: small;
  height: 2rem;
  line-height: 2rem;
  display: block;
  transition: top 1s ease-out;
  outline: none;
  z-index: 10000;
}
a.skip-link:focus {
  top: 0;
  transition: top 0.1s;
}
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
</pre></body></html>