/* NAV overrides */
.nav-item {
  width: 33.3%;
}
.nav-item a {
  background-color: #004774;
  color: #ffffff;
  border-radius: 0;
  font-family: "MyriadPro", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.nav-item a:hover {
  background-color: rgb(0, 86.6077586207, 141.5);
}

.nav-mobile {
  background-color: #004774;
}

.nav-click:hover {
  background-color: #004774;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .nav {
    background: #004774;
  }
}
#loaderWrap {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40001;
}
#loaderWrap .loaderOverlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40001;
}
#loaderWrap .vertical-offset {
  z-index: 40002;
}
#loaderWrap .vertical-offset .loaderBox {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(20%);
  position: relative;
}
#loaderWrap .vertical-offset .loaderBox .loader {
  margin: auto;
  border: 20px solid #009cdb;
  border-radius: 50%;
  border-top: 20px solid #eaf0f6;
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-family: helvetica, arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #009cdb;
  font-weight: bold;
  font-size: 28px;
}

h2 {
  font-family: helvetica, arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #009cdb;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #004774;
}

#content a {
  color: #004774;
}
#content a:hover {
  color: rgb(0, 86.6077586207, 141.5);
  text-decoration: underline;
}

#errorMsg {
  color: #ff0000;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.row.landingSection {
  margin-top: 20px;
}

#content a.landingButton {
  align-items: center;
  background: #009cdb;
  border-radius: 10px;
  border: 1px solid #009cdb;
  box-shadow: 5px 5px 3px #919d9d;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.25em;
  text-align: center;
}
#content a.landingButton:hover {
  background: rgb(0, 174.1643835616, 244.5);
  box-shadow: 7px 7px 3px #919d9d;
  text-decoration: none;
  transform: translateY(-3px);
  transition: all 0.1s ease-out;
}
#content a.landingButton:active {
  background: rgb(0, 174.1643835616, 244.5);
  box-shadow: 3px 3px 3px #919d9d;
  text-decoration: none;
  transform: translateY(1px);
  transition: all 0.1s ease-in;
}
#content a.landingButton {
  font-family: "MyriadPro", sans-serif;
  font-size: 22px;
  min-height: 100px;
  margin: 20px 0;
  padding: 20px 20px;
}
#content a.landingButton p.smaller {
  font-size: 14px;
  margin-top: 0.5em;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.25em;
}
#content a.landingButton p.smaller:hover {
  color: #ffffff;
}

label a.smaller {
  font-size: 14px;
  padding-left: 20px;
}

input[type=button],
input[type=submit],
button,
.button {
  margin: 5px 0;
  padding: 10px 20px;
  align-items: center;
  background: #009cdb;
  border-radius: 10px;
  border: 1px solid #009cdb;
  box-shadow: 5px 5px 3px #919d9d;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.25em;
  text-align: center;
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover,
.button:hover {
  background: rgb(0, 174.1643835616, 244.5);
  box-shadow: 7px 7px 3px #919d9d;
  text-decoration: none;
  transform: translateY(-3px);
  transition: all 0.1s ease-out;
}
input[type=button]:active,
input[type=submit]:active,
button:active,
.button:active {
  background: rgb(0, 174.1643835616, 244.5);
  box-shadow: 3px 3px 3px #919d9d;
  text-decoration: none;
  transform: translateY(1px);
  transition: all 0.1s ease-in;
}

.box {
  border: 1px solid #ffffff;
  padding: 15px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

label.error {
  margin-top: -5px;
  margin-bottom: 15px;
}

ol,
ul {
  margin-left: 40px;
}

.spacer {
  height: 30px;
}
