html {
  font-size: 22px;
  width: 100% !important;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  width: 100% !important;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  color: #000000;
  font-family: "Marr Sans Cond Web", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
  background-color: #F4F5F7;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-family: "rather_loudbold", Arial, Helvetica, sans-serif;
  font-size: 3.667rem;
  font-weight: normal;
  text-transform: uppercase;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.667rem;
}

h4 {
  font-size: 1.333rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.667rem;
}

p.info {
  font-weight: 600;
  font-size: 0.667rem;
}

p.intro {
  font-size: 1.333rem;
}

p.caption {
  font-size: 0.833rem;
  font-style: italic;
}

p.quote {
  font-weight: 300;
  font-size: 1.667rem;
  font-style: italic;
}

a {
  color: #004261;
}

input, select {
  font-weight: 600;
}

input[type=submit] {
  font-size: 1.333rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

label {
  font-size: 1rem;
}

address {
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1360px) {
  html {
    font-size: 22px;
  }
}
@media screen and (max-width: 1070px) {
  html {
    font-size: 21px;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 20px;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.333rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.15rem;
  }
  p.quote {
    font-size: 1.2rem;
  }
  b, strong {
    font-weight: 500;
  }
  html > iframe {
    display: none !important;
  }
}
@media screen and (max-width: 340px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 300px) {
  html {
    font-size: 13px;
  }
  h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  p.quote {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=globals.css.map */