@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;
}
/* DEFAULT */
@media only screen {
  * {
    color: #000000;
    font-size: calc(17px + 6 * ((100vw - 300px) / (3000 - 300)));
    line-height: 1.6em;
    font-family: "gothic", 'TrebuchetMS', Helvetica, sans-serif;
  }
  a:hover, #header a:hover, #logo2 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-color: #FFFFFF;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: 100%;
  }
  div, img, .cz, .zero {
    border: 0;
    margin: 0;
    padding: 0;
  }
  form {
    margin: 0 1%;
  }
  h1 {
    color: #0044BB;
    font-size: 1.6em;
    margin: .5em 0 0 0;
  }
  h2, .h2 {
    color: #0044BB;
    font-size: 1.4em;
  }
  h3, .h3 {
    color: #0044BB;
    font-size: 1.2em;
  }
  h4, .h4 {
    color: #0044BB;
    font-size: 1.1em;
  }
  h5, .h5, h6, .h6 {
    color: #0044BB;
    font-size: 1em;
  }
  hr {
    border: 1px solid #000000;
  }
  input, select, textarea {
    background: #FFFFFF;
    border: 1px solid #0044BB;
    font-size: 1em;
    margin: .5em;
    padding: .5em;
  }
  label, .hidden {
    display: none;
  }
  li {
    list-style-image: url('../images/icon-li.png');
    margin: .3em .5em .3em -10px;
  }
  main {
    background: #E9E9FF;
    min-height: 50vh;
    padding: 1px;
  }
  nav {
    background-color: #E9E9Ff;
  }
  p, td, th {
    margin: 1em 0;
  }
  ol, ul {
    margin: 0;
  }
  .bg-white {
    background-color: #FFFFFF;
    padding: 1px 20px;
  }
  .border {
    border: 2px solid #FF0000;
    margin: 1em;
    padding: 0 1em;
  }
  .center, .cz {
    text-align: center;
  }
  .color {
    margin: 0;
  }
  .flex-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .h1 {
    color: #0044BB;
    font-size: 1.6em;
    margin: -.5em 0 .2em 0;
  }
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
  }
  .hidden {
    display: none;
  }
  .id {
    color: #606060;
    font-size: 17px;
    margin: -.5em 0 0 0;
  }
  .justify {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .larger {
    font-size: 1.1em;
  }
  .left {
    text-align: left;
  }
  .link {
    padding: 0 12px;
  }
  .marker {
    border: 1px solid #000000;
    height: auto;
    max-width: 800px;
    width: 36vw;
  }
  .name {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1px 0;
  }
  .nav-p {
    border: 2px solid #E9E9FF;
    margin: 1px auto;
    padding: 6px 18px;
    text-align: center;
  }
  .nav-p a {
    font-size: 1.2em;
    font-weight: bold;
    padding: 6px;
    text-decoration: none;
  }
  .normal {
    font-weight: normal;
  }
  .pointer, #backbutton, #submit {
    cursor: pointer;
    text-decoration: underline;
  }
  .right {
    text-align: right;
  }
  .small {
    font-size: 17px;
  }
  .social {
    height: 32px;
    margin: 0 12px;
    width: 32px;
  }
  .strong {
    font-weight: bold;
  }
  .thirds {
    border-bottom: 1px solid #FF0000;
    border-top: 1px solid #FF0000;
    width: 33.3%;
  }
  #arrow {
    height: 44px;
    width: 44px;
  }
  #foot-cta {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #footer, #header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer div {
    border: 1px solid #000000;
  }
  #footer-left, #footer-right {
    background-color: #FFFFFF;
    margin: 1px 4%;
    text-align: center;
    width: 40%;
  }
  footer, #locations {
    background-color: #E9E9FF;
    padding: 1px;
  }
  #header-left {
    width: 30vw;
  }
  #header-right {
    width: 60vw;
  }
  #locations p {
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
  }
  #logo {
    margin-bottom: .5em;
  }
  #logo a, #logo span {
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
  }
  #logo2 a, #logo2 span {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
  }
  #logo span, #logo2 span {
    color: #FF0000;
  }
  #mswd, #mswd a, #mswd p {
    color: #4F4F4F;
    font-size: 17px;
    text-align: right;
  }
  #nav, #nav2 {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #up {
    position: fixed;
    bottom: 20%;
    right: 10px;
    width: 44px;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {
  .content, #footer, #header {
    padding: 1px 10%;
  }
  #footer, #header {
    flex-direction: row;
  }
}
/* DESKTOP */
@media only screen and (max-width: 2000px) {
  .content, #footer, #header {
    padding: 0 4%;
  }
  #footer, #header {
    flex-direction: row;
  }
}
/* MOBILE */
@media only screen and (max-width: 800px) {
  .content, #footer, #header {
    padding: 1px 2%;
  }
  .marker {
    width: 86vw;
  }
  .thirds {
    width: 100%;
  }
  #footer, #header {
    flex-direction: column;
  }
  #footer-left, #footer-right {
    text-align: center;
    width: 90%;
  }
  #header-left, #header-right {
    width: 100%;
  }
  #logo {
    width: 70vw;
  }
}
/* 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, td, th {
    font-size: 12pt;
    line-height: 15pt;
  }
  footer, header, #nav {
    display: none;
  }
  h1 {
    display: none;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 13pt;
  }
  h4 {
    font-size: 12pt;
  }
  p {
    font-size: 10pt;
    line-height: 10pt;
  }
  .border {
    border: 2px solid #FF0000;
    height: 227px;
    margin: 4px;
    overflow: hidden;
    padding: 0 4px;
    width: 170px;
  }
  .color {
    font-size: 10pt;
    line-height: 10pt;
    font-weight: normal;
  }
  .flex-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .id {
    font-size: 10pt;
    line-height: 0;
    margin: -.5em 0 0 0;
    padding: 0;
  }
  .marker {
    border: 1px solid #000000;
    height: auto;
    margin: 0 4px;
    width: 165px;
  }
  .name {
    font-size: 10pt;
    line-height: 10pt;
    margin: 0;
    padding: 0;
  }
}