@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: 18px;
    line-height: 1.6em;
    font-family: 'TrebuchetMS', Helvetica, sans-serif;
  }
  a {
    color: #00008A;
  }
  p a:hover, .content a:hover, #footer-center a:hover, #header-right a:hover, #nav a:hover {
    color: #FF0000;
    text-decoration: underline;
    text-decoration-color: #FF0000;
  }
  blockquote {
    margin: 1em;
  }
  blockquote, .italic {
    font-style: italic;
  }
  body {
    background: #FFFFFF;
    border: 2px solid #00008A;
    font-size: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: calc(100% - 4px);
  }
  div, img, .zero {
    border: 0;
    margin: 0;
    padding: 0;
  }
  footer, header {
    flex-direction: row;
  }
  h1, .h1 {
    color: #00008A;
    font-size: 1.5em;
  }
  h2, .h2 {
    color: #00008A;
    font-size: 1.3em;
  }
  h3, .h3 {
    color: #00008A;
    font-size: 1.1em;
  }
  hr {
    border: 2px solid #00008A;
    height: 6px;
  }
  label, .hidden {
    display: none;
  }
  li {
    list-style-image: url('../images/li.png');
    margin: 0;
  }
  main {
    min-height: 70vh;
  }
  p {
    margin: 1em 0;
  }
  sup, sub {
    font-size: 12px;
  }
  ul {
    margin: 0;
  }
  .center {
    text-align: center;
  }
  .external {
    height: 10px;
    width: 14px;
  }
  .flex {
    display: flex;
  }
  .justify {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .larger {
    font-size: 22px;
  }
  .link {
    padding: 0 2em;
  }
  .nav {
    padding: 1px 10px;
  }
  .noline {
    text-decoration: none;
  }
  .right {
    text-align: right;
  }
  .social {
    height: 32px;
    margin: 0 0 0 24px;
    width: 32px;
  }
  .stars {
    height: auto;
    width: 103px;
  }
  .strong {
    font-weight: bold;
  }
  #answer {
    background-color: #FFFF00;
	  border-bottom: 1px solid #000000;
	  font-weight: bold;
    margin-top: 0;
    padding: 12px;
  }
  #backbutton, #submit {
    cursor: pointer;
    text-decoration: underline;
  }
  #call {
    height: 32px;
    margin: 0 10px -10px 0;
    width: 32px;
  }
  #cta {
    text-align: right;
  }
  #footer {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #footer a:hover, #header a:hover {
    color: #00008A;
  }
  #footer-center {
    text-align: center;
  }
  #footer-right {
    text-align: right;
  }
  #header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header-left {
    width: 40vw;
  }
  #header-right {
    text-align: right;
    width: 30vw;
  }
  #logo {
    height: auto;
    max-width: 576px;
    width: 40vw;
  }
  #mswd, #mswd a {
    color: #595959;
    text-align: right;
  }
  #mswd a:hover {
    color: #FF0000;
    text-decoration: underline;
    text-decoration-color: #FF0000;
  }
  #mswd p {
    margin: 0 40px 0 0;
  }
  #nav {
    border-bottom: 2px solid #00008A;
    border-top: 2px solid #00008A;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #nav a {
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
  }
  #testimonial {
    background-color: #94EBFF;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {
  .content, header {
    padding: 1px 15vw;
  }
}
/* DESKTOP */
@media only screen and (max-width: 2000px) {
  .content, header {
    padding: 1px 10vw;
  }
}
/* MOBILE */
@media only screen and (max-width: 750px) {
  .content, header {
    padding: 1px 4vw;
  }
  footer, header {
    flex-direction: column;
  }
  #cta, #footer-left, #footer-center, #footer-right, #mswd {
    text-align: center;
  }
  #header-left {
    width: 100%;
  }
  #header-right {
    text-align: center;
    width: 100%;
  }
  #logo {
    width: 80vw;
  }
}
/* COLORS */
.black {
  color: #000000;
}
.blue {
  color: #00008A;
}
.gray, .subdued {
  color: #595959;
}
.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 {
    font-size: 12pt;
  }
}