body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #144A9F;
  background: #E5E5E5;
}

body.user-is-tabbing .button-custom:focus {
  outline: 7px solid #12f53a;
}

body.user-is-tabbing a:focus {
  outline: 7px solid #12f53a;
}

body.user-is-tabbing .close-button:focus {
  outline: 7px solid #12f53a;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.button-custom {
  font-family: "Interstate-Regular", sans-serif;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  outline: none;
  min-width: 130px;
  border-radius: 3px;
  font-size: 18px;
  padding: 13px 30px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  border: none;
  z-index: 1;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}

.button-custom.button-custom-main {
  background: #11469D;
  color: #fff;
}

.button-custom.button-custom-main:hover {
  background: #E51937;
}

.button-custom.button-custom-sm {
  font-size: 14px;
  padding: 13px 15px;
}

.button-custom:hover {
  text-decoration: none;
}

.button-custom i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.main-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}

.container {
  max-width: 990px;
}

header.main-header {
  border-bottom: 5px solid #EEEEEE;
  background: #fff;
}

header.main-header .logo {
  display: inline-block;
  padding: 10px 0;
}

header.main-header .button-holder {
  padding: 15px 0;
}

header.main-header .button-holder .button-custom {
  margin-left: 13px;
}

header.main-header .button-holder .button-custom:first-child {
  margin-left: 0;
}

main.main-content {
  background: #fff;
}

footer.main-footer {
  background: #EEF2FB;
}

footer.main-footer p {
  font-size: 11px;
  color: #000;
}

footer.main-footer .footer-logo {
  margin-top: 5px;
  margin-bottom: 5px;
}

nav.footer-menu {
  padding: 30px 0;
}

nav.footer-menu ul {
  margin: 0;
  padding: 0;
}

nav.footer-menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}

nav.footer-menu ul li:last-child:after {
  content: none;
}

nav.footer-menu ul li:after {
  padding: 0 5px;
  content: " | ";
  display: inline-block;
  color: #144A9F;
}

nav.footer-menu ul li a {
  color: #144A9F;
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline;
}

nav.footer-menu ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

nav.footer-menu ul li a:hover {
  color: #E51937;
}

section.intro {
  padding: 40px 0 60px;
}

section.intro article {
  max-width: 840px;
  margin: 0 auto;
}

section.intro .button-holder .button-custom {
  margin: 20px 7px 15px;
  width: 200px;
}

section.announcement {
  background: #11469D;
  color: #fff;
  padding: 70px 0 40px;
}

section.announcement p {
  margin-bottom: 30px;
}

section.announcement a {
  color: #fff;
  text-decoration: underline;
}

section.announcement a:hover {
  text-decoration: none;
}

section.announcement article {
  max-width: 840px;
  margin: 0 auto;
}

section.alert {
  margin: 0 auto;
}

section.alert.alert-info {
  background: #E1F0F7;
}

section.alert.custom-warning {
  background: #FCDB7E;
}

section.alert .info {
  font-size: 18px;
  margin-bottom: 0;
  padding-right: 15px;
}

section.alert .info .warning {
  color: #000 !important;
}

section.alert .info .warning .h5 {
  font-weight: 100;
  font-size: 125%;
}

section.alert .info .warning .h5 b {
  font-weight: bold;
}

section.alert .close-button {
  color: #11469D;
  position: absolute;
  right: 0;
  font-size: 20px;
  line-height: 1;
  top: 3px;
  opacity: 1;
  padding: 0;
}

section.alert .close-button:hover {
  color: #E51937;
}

@media (max-width: 767px) {
  .button-custom.button-custom-sm {
    font-size: 12px;
  }
  section.alert-dismissible {
    padding-right: 15px;
  }
  section.alert .close-button {
    font-size: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  section.alert .info {
    text-align: center;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 25px;
  }
  section.intro .button-holder .button-custom {
    width: 220px;
    margin: 0 auto 13px;
    font-size: 18px;
    display: block;
  }
  section.announcement {
    padding: 40px 0 15px;
  }
  nav.footer-menu {
    max-width: 280px;
    margin: 0 auto;
  }
  nav.footer-menu ul li a {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
  }
  nav.footer-menu ul li:nth-child(2):after {
    content: none;
  }
  footer.main-footer p {
    max-width: 240px;
    margin: 15px auto 30px;
  }
}

@media (max-width: 550px) {
  body {
    font-size: 15px;
  }
  section.intro {
    padding: 20px 0;
  }
  header.main-header .button-holder {
    padding-top: 0;
  }
}

@media (max-width: 320px) {
  header.main-header .button-holder .button-custom {
    margin-left: 5px;
    min-width: 100px;
    padding: 13px 10px;
  }
}
/*# sourceMappingURL=style.css.map */