/* barlow-condensed-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cooperhewitt';
  font-style: normal;
  font-weight: 200;
  src: url('../Fonts/cooperhewitt-light-webfont.woff') format('woff');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cooperhewitt';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/cooperhewitt-book-webfont.woff') format('woff');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cooperhewitt';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/cooperhewitt-bold-webfont.woff') format('woff');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.font_cooperhewitt_light {
  font-family: 'Cooperhewitt', sans-serif;
  font-smoothing: antialiased;
  font-weight: 200;
  text-rendering: geometricprecision;
}
.font_cooperhewitt_regular {
  font-family: 'Cooperhewitt', sans-serif;
  font-smoothing: antialiased;
  font-weight: 400;
  text-rendering: geometricprecision;
}
.font_cooperhewitt_bold {
  font-family: 'Cooperhewitt', sans-serif;
  font-smoothing: antialiased;
  font-weight: 700;
  text-rendering: geometricprecision;
}
a {
  font-weight: normal !important;
  text-decoration: none !important;
}
body {
  font-family: 'Cooperhewitt', sans-serif;
  font-smoothing: antialiased;
  font-weight: 200;
  text-rendering: geometricprecision;
  font-size: 14px;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 1400px) {
  body {
    font-size: 20px;
  }
}
img {
  width: 100%;
  height: auto;
}
.landing-content h1 {
  text-transform: uppercase;
  color: #095191;
  font-family: 'Cooperhewitt', sans-serif;
  font-smoothing: antialiased;
  font-weight: 700;
  text-rendering: geometricprecision;
}
.landing-content p {
  font-family: 'Cooperhewitt', sans-serif;
  font-smoothing: antialiased;
  font-weight: 200;
  text-rendering: geometricprecision;
}
.landing-content a {
  font-family: 'Cooperhewitt', sans-serif;
  font-smoothing: antialiased;
  font-weight: 400;
  text-rendering: geometricprecision;
  color: #095191;
}
.landing-content a:hover {
  text-decoration: underline;
}
.landing-content .jq_showError {
  font-size: 80%;
  padding: 5px;
}
.landing-content .btn-brand {
  background-color: #095191;
  color: #fff;
  font-family: 'Cooperhewitt', sans-serif;
  font-smoothing: antialiased;
  font-weight: 400;
  text-rendering: geometricprecision;
}
.landing-content .btn-brand:hover {
  background-color: #fff;
  border-color: #095191;
  color: #095191;
}
.landing-header {
  background-color: #095191;
}
.landing-header .landing-logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
.landing-footer {
  background-color: #095191;
  color: #fff;
  padding: 30px 0 20px 0;
  font-size: 12px;
}
.landing-footer a {
  color: #fff;
}
.landing-footer p {
  font-size: 12px;
}
