/* DEFAULT */
@font-face {
  font-family: 'cabin';
  src: url('../fonts/cabin.woff2') format('woff2'), url('../fonts/cabin.woff') format('woff'), url('../fonts/cabin.ttf') format('truetype');
  font-display: auto;
}
@font-face {
  font-family: 'display';
  src: url('../fonts/serif-display.woff2') format('woff2'), url('../fonts/serif-display.woff') format('woff'), url('../fonts/serif-display.ttf') format('truetype');
  font-display: auto;
}
@media(hover: hover) {
  a:hover, .cta a:hover, #nav a:hover, #footer a:hover {
    color: #B30003;
    text-decoration: underline;
    text-decoration-color: #B30003;
  }
}
/* DEFAULT */
@media only screen {
  * {
    color: #000000;
    font-size: calc(17px + 6 * ((100vw - 300px) / (3600 - 300)));
    line-height: 1.6em;
    font-family: "cabin", 'TrebuchetMS', Helvetica, sans-serif;
  }
  a:hover, .cta a:hover, #nav a:hover, #footer a:hover {
    color: #B30003;
    text-decoration: underline;
    text-decoration-color: #B30003;
  }
  blockquote {
    margin: 1em;
  }
  blockquote, .italic {
    font-style: italic;
  }
  body {
    background-color: #FFFFFF;
    scroll-behavior: smooth;
    width: 100%;
  }
  body, div, img, .zero {
    border: 0;
    margin: 0;
    padding: 0;
  }
  footer, header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  h1, .h1 {
    color: #13203C;
    font-family: "display", 'Times New Roman', serif;
    font-size: 2em;
    font-weight: bold;
    margin: 24px 0 -10px 0;
  }
  h2, .h2 {
    color: #13203C;
    font-family: "display", 'Times New Roman', serif;
    font-size: 1.8em;
    font-weight: bold;
    margin: 20px 0 -10px 0;
  }
  h3, .h3 {
    color: #13203C;
    font-family: "display", 'Times New Roman', serif;
    font-size: 1.3em;
    font-weight: normal;
    margin: 18px 0 -10px 0;
  }
  hr {
    border: 1px solid #B30003;
    height: 4px;
    margin: 1.2em 0;
  }
  label, .hidden {
    display: none;
  }
  li {
    list-style-image: url("../images/li.png");
    margin: 0 0 0 -10px;
  }
  main {
    min-height: 70vh;
  }
  main a {
    color: #0000FF;
  }
  p {
    margin: .7em 0;
  }
  .arrow {
    height: 20px;
    margin: 0 0 -5px 2px;
    width: 20px;
  }
  .bar {
    background-color: #CFCFCF;
    border: 1px solid #CFCFCF;
    height: 2px;
  }
  .block {
    display: inline-block;
  }
  .center {
    text-align: center;
  }
  .content {
    padding: 1px 0 20px 0;
  }
  .external {
    height: 10px;
    width: 14px;
  }
  .flex {
    display: flex;
  }
  .justify {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .larger {
    font-size: 22px;
  }
  .li {
    display: inline-block;
    margin: 6px 16px;
    padding: 0 0 0 16px;
    background: url("../images/li2.png") no-repeat;
  }
  .link {
    padding: 0 2em;
  }
  .nav {
    text-align: center;
  }
  .noline {
    text-decoration: none;
  }
  .none {
    list-style-image: none;
  }
  .opacity {
    opacity: 0;
  }
  .right {
    text-align: right;
  }
  .single {
    border-top: 2px solid #969696;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    height: 1px;
  }
  .social {
    height: 32px;
    margin: 0 0 0 12px;
    width: 32px;
  }
  .smaller {
    font-size: 16px;
  }
  .strong {
    font-weight: bold;
  }
  #backbutton, #submit {
    cursor: pointer;
    text-decoration: underline;
  }
  #call {
    margin: 0 8px -4px 0;
  }
  #drop2 .dropdown-content {
    background-color: #ECECEC;
    left: -8em;
  }
  #footer {
    background-color: #13203C;
  }
  #footer * {
    color: #FFFFFF;
  }
  #footer-left, #footer-center, #footer-right {
    width: 33%;
  }
  #footer-center {
    text-align: center;
  }
  #footer-right {
    text-align: right;
  }
  #header {
    background-color: #FFFFFF;
  }
  #header-right {
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #header-right p {
    margin: .5em auto;
    text-align: center;
  }
  #logo {
    height: auto;
    max-width: 320px;
  }
  #mswd {
    color: #ABABAB;
    margin-top: 2em;
  }
  #mswd a {
    color: #ABABAB;
    font-size: 17px;
    text-decoration: none;
  }
  #nav a {
    font-size: 22px;
    margin: 0 10px;
    text-decoration: none;
  }
  #number {
    background-color: #ECECEC;
    margin-bottom: 2px;
    padding: 0 2vw;
  }
  #number p {
    font-size: 1.4em;
  }
  #number a {
    font-size: 1em;
  }
  #sitemap a, #sitemap li {
    font-size: 22px;
    padding: 4px;
  }
  #sub-nav {
    margin: 0;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {
  .content {
    margin: 1px 10vw;
  }
  #footer, #header {
    padding: 10px 10vw;
  }
  footer, header {
    flex-direction: row;
  }
  #header-right {
    width: 23vw;
  }
  #logo {
    width: 20vw;
  }
  #nav {
    margin: 0 0 0 5vw;
  }
}
/* DESKTOP */
@media only screen and (max-width: 2000px) {
  .content {
    margin: 1px 6vw;
  }
  #footer, #header {
    padding: 8px 6vw;
  }
  footer, header {
    flex-direction: row;
  }
  #header-right {
    width: 52vw;
  }
  #logo {
    width: 20vw;
  }
  #nav {
    margin: 0 0 0 5vw;
  }
}
/* TABLET */
@media only screen and (max-width: 900px) {
  li {
    margin: 0 0 0 -14px;
  }
  .content {
    margin: 1px 4vw;
  }
  #footer, #header {
    padding: 10px 4vw;
  }
  #header-right {
    flex-wrap: wrap;
    width: 100%;
  }
  #logo {
    width: 40vw;
  }
}
/* MOBILE */
@media only screen and (max-width: 550px) {
  h1, .h1 {
    font-size: 1.6em;
  }
  .content {
    margin: 1px 4vw;
  }
  .display {
    display: none;
  }
  #drop2 .dropdown-content {
    left: -4em;
  }
  .dropdown-content {
    width: 280px;
  }
  #footer, #header {
    flex-direction: column;
    padding: 10px 4vw;
  }
  #footer-left, #footer-center, #footer-right {
    text-align: center;
    width: 100%;
  }
  #header-right {
    flex-direction: column;
  }
  #logo {
    width: 80vw;
  }
  #nav {
    margin: 0;
  }
}
/* Dropdown Menu */
.dropbtn {
  background-color: transparent;
  border: 0;
  font-size: 17px;
  margin: 10px auto;
  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 {
  background-color: #ECECEC;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
  display: none;
  left: -4em;
  position: absolute;
  width: 18em;
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
  padding: 6px;
  display: block;
  text-align: left;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #FFFFFF;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: transparent;
}
/* COLORS */
.black {
  color: #000000;
}
.green {
  color: #006613;
  font-size: 22px;
  font-weight: bold;
}
.blue {
  color: #4040D4;
  font-size: 22px;
  font-weight: bold;
}
.bg-blue {
  background-color: #13203C;
}
.bg-orange {
  background-color: #FDA30F;
}
.red-original-logo {
  color: #EC1000;
}
.red {
  color: #B30003;
  font-size: 22px;
  font-weight: bold;
}
.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 {
    font-size: 12pt;
  }
}