@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: 'arial';
  src: url('../fonts/arial.woff2') format('woff2'), url('../fonts/arial.woff') format('woff'), url('../fonts/arial.ttf') format('truetype');
  font-display: auto;
}
@font-face {
  font-family: 'philospher';
  src: url('../fonts/philosopher.woff2') format('woff2'), url('../fonts/philosopher.woff') format('woff'), url('../fonts/philosopher.ttf') format('truetype');
  font-display: auto;
}
@media(hover: hover) {
  a:hover, .cta a:hover, #header a:hover, #mswd a:hover, #nav2 a:hover, #footer a:hover {
    color: #FF0000;
    text-decoration: underline;
    text-decoration-color: #FF0000;
  }
  #nav a:hover {
    color: #00295D;
    text-decoration: underline;
    text-decoration-color: #00295D;
  }
}
/* DEFAULT */
@media only screen {
  * {
    color: #000000;
    font-size: calc(17px + 6 * ((100vw - 300px) / (3600 - 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: #FF0000;
    text-decoration: underline;
    text-decoration-color: #FF0000;
  }
  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 {
    background-color: #2F6A66;
    padding: 20px;
  }
  footer * {
    color: #FFFFFF;
  }
  form {
    margin: 0 1%;
  }
  h1, .h1 {
    color: #000000;
    font-family: "philospher", 'TrebuchetMS', Helvetica, sans-serif;
    font-size: 1.8rem;
  }
  h2, .h2 {
    color: #000000;
    font-size: 1.4rem;
  }
  h3, .h3 {
    color: #0044BB;
    font-size: 1.2rem;
    margin-bottom: -.5em;
  }
  h4, .h4 {
    color: #0044BB;
    font-size: 1.1rem;
    margin-bottom: -.5em;
  }
  h5, .h5, h6, .h6 {
    color: #0044BB;
    font-size: 1em;
  }
  header {
    background-color: #2F6A66;
    padding: 1px;
  }
  hr {
    background-color: #2F6A66;
    height: 4px;
    margin: 4px 0;
  }
  input, select, textarea {
    background: #FFFFFF;
    border: 1px solid #0044BB;
    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 {
    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;
  }
  .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 1vw;
    padding: 8px 12px;
    text-align: center;
  }
  .nav-p a {
    color: #FFFFFF;
    font-size: 1.2em;
    text-decoration: none;
  }
  .noline, #top {
    text-decoration: none;
  }
  .normal {
    font-weight: normal;
  }
  .pointer, #backbutton, #submit {
    cursor: pointer;
    text-decoration: underline;
  }
  .right {
    text-align: right;
  }
  .smaller {
    font-size: 17px;
  }
  .social {
    height: 32px;
    width: 32px;
  }
  .strong {
    font-weight: bold;
  }
  #fb {
    float: right;
    height: 32px;
    margin: 0;
    width: 32px;
  }
  #footer, #header {
    flex-wrap: wrap;
  }
  #footer-left, #footer-center, #footer-right {
    margin: 1px auto;
    width: 33.3%;
  }
  #footer-center {
    text-align: center;
  }
  #heading {
    background-color: #EBE996;
    padding: 20px;
  }
  #footer-right {
    text-align: right;
  }
  #logo, #logo-footer {
    height: auto;
    max-width: 400px;
    width: 25vw;
  }
  #mswd a, #mswd p {
    color: #595959;
    font-size: 17px;
    margin: 1em 10px 0 0;
    text-align: right;
  }
  #nav {
    width: 66vw;
  }
  #nav2 {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
  #tagline {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {
  .content, #footer, #mswd {
    padding: 1px 10%;
  }
  #footer, #header {
    flex-direction: row;
  }
}
/* DESKTOP */
@media only screen and (max-width: 2000px) {
  .content, #footer, #mswd {
    padding: 1px 4%;
  }
  #footer, #header {
    flex-direction: row;
  }
}
/* iPAD */
@media only screen and (max-width: 900px) {
  .nav-p {
    margin: 8px;
    padding: 8px;
  }
  .nav-p a {
    font-size: 1.1em;
  }
  .content, #footer, #mswd {
    padding: 1px 2%;
  }
  #footer, #header {
    flex-direction: column;
  }
  #footer-left, #footer-center, #footer-right {
    text-align: center;
    width: 100%;
  }
  #logo, #logo-footer {
    width: 50vw;
  }
  #nav {
    width: 100%;
  }
}
/* MOBILE */
@media only screen and (max-width: 500px) {
  .nav-p {
    margin: 8px;
    padding: 0;
  }
  .nav-p a {
    font-size: 1em;
  }
}
/* COLORS */
.black {
  color: #000000;
}
.blue {
  color: #0000FF;
}
.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;
  }
}