/* #fec20d, #05185e, #357235 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400&family=Roboto:wght@400;700&family=Teko:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html {
  height: 100%;
}
body {
  height: auto;
  background: #fff;
  font-family: 'Lato', 'Century Gothic', Helvetica, Arial, sans-serif;
  /*font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  color: #131313;
}
a {
  color: #00457c;
}
p, ul li, ol li {
  font-size: 0.93vw;
}
h1, h2, h3, h4, h5 {
  font-family: 'Poppins', 'Century Gothic', Helvetica, Arial, sans-serif;
}
.navbar {
  background: #e5f3fb;
  min-height: 70px;
  height: auto;
  z-index: 1;
}
.nav-header {
  background: #fff;
  height: auto;
  z-index: 1;
}
.navbar-brand img {
  display: block;
  padding: auto 1.5rem;
  max-height: 40px !important;
}
.navbar ul li {
  padding: 1.5rem;
}
.navbar ul li a {
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1rem;
  color: #000;
}
.navbar ul li a:active {
  color: #fff;
}
.navbar ul li a:hover {
  text-decoration: underline;
  color: #0088D7;
}
.navbar .fas {
  color: #fff;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 5.5px 20px;
  background-color: #008bd7;
  border-radius: 0;
  border: 1px solid #008bd7;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
}
.btn:hover {
  background-color: transparent;
  border: 1px solid #000;
  text-decoration: underline;
  color: #000;
}
.alert {
  margin: 0 auto 15px auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .20);
  z-index: 10;
}
.bluebkg {
  position: relative;
  background: #181e36;
  padding: 7rem 0;
}
.lightbluebkg {
  position: relative;
  background: #e5f3fb;
  padding: 4rem 0;
  text-align: center;
}
.rapidxspacerbkg {
  position: relative;
  background: #000;
  padding: 1.5rem 0;
}
.rapidxspacer {
  position: relative;
  height: 400px;
  background: #000 url(images/rapidx-logo.jpg) no-repeat center;
  background-size: contain;
}
.rapidxspacer img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  max-height: 300px;
}
.page h4 {
  color: #0f4761;
}
.page p {
  padding-right: 2.5rem;
}
#headnav {
  height: auto;
  background: #fff;
}
#footer {
  position: relative;
  display: block;
  background: #d3d3d3;
  color: #222;
}
@media (max-width: 640px) {
  h1, h2, h3, h4, h5 {
    font-size: 5vw;
  }
  p, ul li, ol li {
    font-size: 4vw;
  }
  .bluebkg {
    position: relative;
    background: #181e36;
    padding: 4rem 0;
  }
  .lightbluebkg {
    position: relative;
    background: #e5f3fb;
    padding: 3rem 0;
    text-align: center;
  }
  .rapidxspacerbkg {
    position: relative;
    background: #000;
    padding: 0.5rem 0;
  }
  .page p {
    padding-right: 1rem;
  }
}