@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: 'Vujahday Script';
  src: url('../fonts/VujahdayScript-Regular.woff2') format('woff2'), url('../fonts/VujahdayScript-Regular.woff') format('woff'), url('../fonts/VujahdayScript-Regular.ttf') format('truetype');
  font-display: auto;
}
/* DEFAULT */
@media only screen {
  * {
    color: #000000;
    font-size: calc(17px + 6 * ((100vw - 300px) / (3300 - 300)));
    line-height: 1.6em;
    font-family: "gothic", '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: #FF3600;
    text-decoration: underline;
    text-decoration-color: #FF3600;
  }
  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;
  }
  form {
    margin: 0 1%;
  }
  h1, .h1 {
    color: #0050C7;
    font-family: "Vujahday Script", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 4rem;
    line-height: 1.2em;
    margin: .5em 0 0 0;
  }
  h2, .h2 {
    color: #0050C7;
    font-size: 3em;
    font-family: "Vujahday Script", 'TrebuchetMS', Helvetica, sans-serif;
    line-height: 1.2em;
    margin: .5em 0 0 0;
  }
  h3, .h3 {
    color: #0050C7;
    font-size: 1.2rem;
    font-family: "gothic", 'TrebuchetMS', Helvetica, sans-serif;
  }
  h4, .h4 {
    color: #0050C7;
    font-size: 1.1em;
    margin-bottom: -.5em;
  }
  h5, .h5, h6, .h6 {
    color: #0050C7;
    font-size: 1em;
  }
  hr {
    background-color: #000000;
    height: 6px;
    margin: 0;
  }
  input, select, textarea {
    background: #FFFFFF;
    border: 1px solid #000000;
    font-size: 1em;
    margin: .5em;
    padding: .5em;
  }
  .hidden {
    display: none;
  }
  li {
    list-style-image: url('../images/li.png');
    margin: .8em .5em .8em -10px;
  }
  main {
    min-height: 50vh;
  }
  p, td, th {
    margin: 1em 0;
  }
  ol, ul {
    margin: 0;
  }
  .bar {
    background-image: url("../images/bar.png"), url("../images/hr.png");
    background-position: 80% 50%, 50% 50%;
    background-repeat: no-repeat, repeat-x;
    height: 38px;
  }
  .center {
    text-align: center;
  }
  .cz {
    margin: 0;
    text-align: center;
  }
  .end {
    bottom: 0;
    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;
  }
  .half {
    margin: 35px 10px 0 10px;
    width: 45%;
  }
  .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 14px;
    text-align: center;
  }
  .nav-p a {
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
  }
  .noline, #top {
    text-decoration: none;
  }
  .normal {
    font-weight: normal;
  }
  .pointer, #backbutton, #cta, .submit {
    cursor: pointer;
    text-decoration: underline;
  }
  .right {
    text-align: right;
  }
  .smaller {
    font-size: 17px;
  }
  .social {
    height: 32px;
    margin: 4px 12px;
    width: 32px;
  }
  .strong {
    font-weight: bold;
  }
  #cta, #irq {
    border: 3px solid #FF3600;
    border-radius: 10px;
    font-size: 1.8em;
    padding: 8px;
    text-decoration: none;
  }
  #footer {
    padding: 1px;
  }
  #footer, #header {
    background-color: #000000;
    flex-wrap: wrap;
  }
  #footer *, #header * {
    color: #FFFFFF;
  }
  #footer-left {
    border: 6px solid #000000;
    margin: 1px auto;
    width: calc(50% - 180px);
  }
  #footer-middle {
    background-color: #FFFFFF;
    border-right: 6px solid #000000;
    border-top: 6px solid #000000;
    width: 140px;
  }
  #footer-center, #footer-right {
    border-top: 6px solid #000000;
    border-right: 6px solid #000000;
    margin: 1px auto;
    width: 25%;
  }
  #footer-center {
    background-color: #60108A;
    text-align: center;
  }
  #footer-right {
    background-color: #0050C7;
    text-align: right;
  }
  #footer-center p, #footer-right p {
    margin: 1em;
  }
  #header {
    top: 0;
    position: sticky;
  }
  #header-left, #header-center, #header-right {
    width: 33%;
  }
  #logo {
    height: auto;
    max-width: 250px;
    width: 30vw;
  }
  #mswd a, #mswd p {
    color: #595959;
    font-size: 17px;
    margin: 1em 10px 0 0;
    text-align: right;
  }
  #nav {
    flex-wrap: wrap;
  }
  #nav-mobile {
    display: none;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {
  .content, #header {
    padding: 1px 10vw;
  }
  #footer, #header {
    flex-direction: row;
  }
}
/* DESKTOP */
@media only screen and (max-width: 2000px) {
  .content, #header {
    padding: 1px 4vw;
  }
  #footer, #header {
    flex-direction: row;
  }
}
/* TABLET */
@media only screen and (max-width: 1050px) {
  .half {
    margin: 0;
    width: 100%;
  }
  #footer-left {
    width: calc(100% - 540px);
  }
  #footer-middle {
    background-color: #FFFFFF;
    border-right: 6px solid #000000;
    border-top: 6px solid #000000;
    width: 140px;
  }
  #footer-center, #footer-right {
    border-top: 6px solid #000000;
    border-right: 6px solid #000000;
    margin: 1px auto;
    width: 180px;
  }
  #header-left, #header-center, #header-right {
    width: 100%;
  }
  #logo {
    width: 70vw;
  }
}
/* MOBILE */
@media only screen and (max-width: 700px) {
  .content, #header {
    padding: 1px 2vw;
  }
  #footer {
    flex-direction: column-reverse;
  }
  #footer-left, #footer-middle, #footer-center, #footer-right {
    border-top: 6px solid #000000;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    width: 100%;
  }
  #header {
    flex-direction: column;
  }
  #header-left, #header-right {
    text-align: center;
    width: 100%;
  }
  #nav {
    display: none;
  }
  #nav-mobile {
    display: block;
    height: 80px;
  }
}
/*Dropdown */
.dropdown {
  position: absolute;
  display: block;
  margin-top: 16px;
  right: 40px;
}
.button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 22px;
  font-size: 20px;
  font-weight: bold;
}
.button:hover {
  color: #FF0000;
}
#list-items {
  background-color: #1D0DDE;
  border: 2px solid #FFFFFF;
  display: none;
  left: -60px;
  position: absolute;
  width: 140px;
}
#list-items a {
  display: block;
  background-color: #1D0DDE;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
}
#list-items a:hover {
  color: #FF0000;
}
/* COLORS */
.black {
  color: #000000;
}
.blue {
  color: #0050C7;
}
.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;
  }
}
#Website-URL {
	position: relative;
	z-index: -1;
}