@charset "UTF-8";
@font-face {
  font-family: 'gothic';
  src: url('../fonts/gothic.woff2') format('woff2'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
  font-display: auto;
}
@font-face {
  font-family: 'inter';
  src: url('../fonts/inter.woff2') format('woff2'), url('../fonts/inter.woff') format('woff'), url('../fonts/inter.ttf') format('truetype');
  font-display: auto;
}
@media(hover: hover) {
  a:hover, .cta a:hover, #header a:hover, #mswd a:hover, #nav a:hover, #nav2 a:hover, #footer a:hover {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #000000;
  }
}
/* DEFAULT */
@media only screen {
  * {
    color: #10326B;
    font-size: calc(17px + 6 * ((100vw - 300px) / (3600 - 300)));
    line-height: 1.6em;
    font-family: "inter", 'TrebuchetMS', Helvetica, sans-serif;
  }
  a:hover, .cta a:hover, #header a:hover, #mswd a:hover, #nav a:hover, #nav2 a:hover, #footer a:hover {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #000000;
  }
  blockquote {
    margin: 1em;
  }
  blockquote, .italic {
    font-style: italic;
  }
  body {
    background: #FFFFFF;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: 100%;
  }
  div, img, .zero, #top {
    border: 0;
    margin: 0;
    padding: 0;
  }
  footer {
    margin-top: 3vw;
  }
  form {
    margin: 0 1%;
  }
  h1, .h1 {
    color: #10326B;
    font-family: "inter", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
  }
  h2, .h2 {
    color: #10326B;
    font-family: "inter", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 1.4rem;
  }
  h3, .h3 {
    color: #10326B;
    font-family: "inter", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 1.2rem;
  }
  h4, .h4 {
    color: #10326B;
    font-family: "inter", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 1.1rem;
  }
  h5, .h5, h6, .h6 {
    color: #10326B;
    font-family: "inter", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 1em;
  }
  hr {
    border: 1px solid #10326B;
    height: 4px;
    margin: 4px 0;
  }
  input, select, textarea {
    background: #FFFFFF;
    border: 1px solid #10326B;
    font-size: 1em;
    margin: .5em;
    padding: .5em;
  }
  li {
    margin: .8em .5em .8em -10px;
  }
  main {
    min-height: 50vh;
  }
  p, td, th {
    margin: 1em 0;
  }
  ol, ul {
    margin: 0;
  }
  .center {
    text-align: center;
  }
  .cz {
    margin: 0;
    text-align: center;
  }
  .end {
    top: 6vw;
    position: absolute;
    right: 0;
  }
  .flex-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
  }
  .hidden {
    display: none;
  }
  .justify {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .larger {
    font-size: 1.2rem;
  }
  .left {
    text-align: left;
  }
  .link {
    padding: 0 12px;
  }
  .middle {
    align-items: center;
    display: flex;
  }
  .middle-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .nav-p {
    margin: 8px auto;
    padding: 8px 18px;
    text-align: center;
  }
  .nav3-p {
    margin: 4px auto;
    padding: 8px 18px;
    text-align: center;
  }
  .nav-p a {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
  }
  .nav3-p a {
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
  }
  .noline, #top {
    text-decoration: none;
  }
  .none {
    list-style-image: none;
    list-style-type: none;
  }
  .normal {
    font-weight: normal;
  }
  .pointer, #backbutton, #submit {
    cursor: pointer;
    text-decoration: underline;
  }
  .process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1vw;
    grid-row-gap: 5vw;
  }
  .right {
    text-align: right;
  }
  .smaller {
    font-size: 17px;
  }
  .social {
    height: 32px;
    margin: 0 0 0 24px;
    width: 32px;
  }
  .strong {
    font-weight: bold;
  }
  .wifi {
    height: auto;
    max-width: 911px;
    width: 50%;
  }
  #align {
    margin-top: -2vw;
  }
  #contact {
    margin-top: 40px;
  }
  #footer, #mswd {
    background-color: #10326B;
  }
  #footer * {
    color: #FFFFFF;
  }
  #footer a:hover, #mswd a:hover {
    color: #EC2424;
    text-decoration-color: #EC2424;
  }
  #footer-left, #footer-center, #footer-right {
    margin: 1px auto;
    width: 33.3%;
  }
  #footer-center {
    text-align: center;
  }
  #footer-right {
    text-align: right;
  }
  #footer-logo {
    height: auto;
    width: 200px;
  }
  #form, #why {
    width: 45vw;
  }
  #graybar {
    background-color: #F3F3F3;
    height: 20px;
  }
  #header-left {
    max-width: 400px;
    width: 25vw;
  }
  #header-right {
    width: 65vw;
  }
  #logo {
    height: auto;
    max-width: 400px;
    width: 25vw;
  }
  #menu a:hover {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #000000;
  }
  #mswd a, #mswd p {
    color: #A5A5A5;
    font-size: 17px;
    margin: 1em 10px 0 0;
    text-align: right;
  }
  #nav2 {
    display: none;
  }
  #tagline {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 1951px) {
  .content, #footer, #header, #mswd {
    padding: 1px 10%;
  }
  #footer, #header {
    flex-direction: row;
  }
  #form, #why {
    width: 38vw;
  }
}
/* DESKTOP */
@media only screen and (max-width: 1950px) {
  .content, #footer, #header, #mswd {
    padding: 1px 4%;
  }
  #footer, #header {
    flex-direction: row;
  }
}
/* TABLET */
@media only screen and (max-width: 900px) {
  .content, #footer, #header, #mswd {
    padding: 1px 2%;
  }
  .end {
    position: inherit;
  }
  .process {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  #align {
    display: none;
  }
  #footer, #header {
    flex-direction: column;
  }
  #footer-left, #footer-center, #footer-right {
    text-align: center;
    width: 100%;
  }
  #form, #why {
    width: 94vw;
  }
  #header-left, #header-right {
    width: 100%;
  }
  #logo {
    width: 70vw;
  }
  #menu3 {
    width: 100%;
  }
  #why {
    margin-top: 0;
  }
}
/* MOBILE */
@media only screen and (max-width: 700px) {
  .process {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  #nav {
    display: none;
  }
  #nav2 {
    display: block;
  }
}
/* COLORS */
.bg-gray {
  background-color: #F3F3F3;
}
.bg-white {
  background-color: #FFFFFF;
}
.black {
  color: #000000;
}
.blue {
  color: #10326B;
}
.green {
  color: #00FF00;
}
.red {
  color: #FF0000;
}
.white {
  color: #FFFFFF;
}
/* PRINT */
@media print {
  blockquote, caption, h1, h2, h3, h4, li, p, td, th {
    font-family: 'Times New Roman', Times, serif;
  }
  blockquote, caption, li, p, td, th {
    font-size: 12pt;
    line-height: 15pt;
  }
  h1 {
    font-size: 15pt;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 13pt;
  }
  h4, h5, h6 {
    font-size: 12pt;
  }
}
/*Dropdown */
.dropbtn {
  background-color: transparent;
  border: none;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 16px 0;
  text-decoration: none;
}
.dropbtn2 {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 16px 60px;
  text-decoration: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F1F1F1;
  width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  z-index: 20;
}
.dropdown-content2 {
  display: none;
  position: absolute;
  right: 20px;
  background-color: #F1F1F1;
  width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a, .dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content2 a:hover {
  background-color: #DDDDDD;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content2 {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: transparent;
}