html {
  height: 100%;
}

body.splash {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 63.9375em) {
  body.splash {
    display: block;
  }
}
body.splash .row {
  width: 100%;
}

.content {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.splash-top {
  background-image: url(../../assets/img/splash-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 480px;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .splash-top {
    min-height: 460px;
  }
}
.splash-top .splash-top-content {
  background-color: rgba(36, 68, 29, 0.6);
  width: 100%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 39.9375em) {
  .splash-top .splash-top-content {
    padding: 1rem;
    min-height: 13.5rem;
  }
}
.splash-top .splash-top-content > .row.expanded {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.splash-top .splash-top-content > .row.expanded.accessibility-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 1rem 0;
}
@media screen and (max-width: 63.9375em) {
  .splash-top .splash-top-content > .row.expanded.accessibility-row {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .splash-top .splash-top-content > .row.expanded.accessibility-row {
    padding: 0;
  }
}
.splash-top .splash-top-content > .row.expanded.accessibility-row .accessibility-notice {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: #3E873B;
  color: #fff;
}
.splash-top .splash-top-content > .row.expanded.accessibility-row .accessibility-notice p {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 63.9375em) {
  .splash-top .splash-top-content > .row.expanded.accessibility-row .accessibility-notice p {
    font-size: 0.85rem;
    line-height: 0.85rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .splash-top .splash-top-content {
    background-color: rgba(36, 68, 29, 0.8);
  }
}
.splash-top .splash-top-content .splash-seal {
  width: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .splash-top .splash-top-content .splash-seal {
    margin-bottom: 0;
  }
}
.splash-top .splash-top-content h1 {
  font-size: 3rem;
}
@media screen and (max-width: 63.9375em) {
  .splash-top .splash-top-content h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .splash-top .splash-top-content h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    margin-bottom: 0;
  }
}
.splash-top .splash-top-content p {
  font-size: 1.1rem;
  line-height: 1.4rem;
}
.splash-top .splash-top-content p.note {
  font-size: 85%;
  line-height: 1rem;
  font-style: italic;
}
.splash-top .splash-top-content p a {
  color: #FFF;
}
@media screen and (max-width: 39.9375em) {
  .splash-top .splash-top-content p {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.splash-top .splash-top-content .headline {
  margin-bottom: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .splash-top .splash-top-content .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.splash-top .button {
  background-color: #3E873B;
  color: #FFF;
}
.splash-top .button:hover {
  background-color: #2e642b;
}

.splash-bottom {
  border-top: solid 1px #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 39.9375em) {
  .splash-bottom {
    border-bottom: none;
  }
}
.splash-bottom .splash-cat {
  color: #FFF;
  border-right: solid 1px #FFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.splash-bottom .splash-cat:last-child {
  border-right: none;
}
@media screen and (max-width: 39.9375em) {
  .splash-bottom .splash-cat {
    border-right: none !important;
    border-bottom: solid 1px #FFF;
  }
}
.splash-bottom .splash-cat .splash-cat-link {
  color: #FFF;
  width: 100%;
  display: block;
  padding: 2rem;
}
@media screen and (max-width: 39.9375em) {
  .splash-bottom .splash-cat .splash-cat-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
  }
}
.splash-bottom .splash-cat .splash-icon {
  width: 4.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .splash-bottom .splash-cat .splash-icon {
    padding: 0;
    min-width: 4.5rem;
  }
}
.splash-bottom .splash-cat h2 {
  border-top: solid 1px #FFF;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .splash-bottom .splash-cat h2 {
    border-top: none;
    margin: 0;
    padding: 1rem;
    text-align: left;
  }
}
.splash-bottom .splash-cat p {
  font-size: 0.8rem;
  line-height: 1.1rem;
  text-align: left;
}
.splash-bottom .splash-find {
  background-color: #62A84C;
}
.splash-bottom .splash-find a:hover {
  background-color: #4e853c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.splash-bottom .splash-learn {
  background-color: #397F71;
}
.splash-bottom .splash-learn a:hover {
  background-color: #295c52;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.splash-bottom .splash-know {
  background-color: #00416A;
}
.splash-bottom .splash-know a:hover {
  background-color: #002237;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.splash-bottom .splash-providers {
  background-color: #BD5564;
}
.splash-bottom .splash-providers a:hover {
  background-color: #a13e4d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.fssa .header,
body.fssa .skin-minimal.breadcrumbs,
body.fssa .top-menu .top-menu-btn {
  background-color: #3E873B;
}

.header {
  position: static;
  top: 0;
  width: 100%;
  height: 58px;
  z-index: 10;
}
@media screen and (max-width: 63.9375em) {
  .header {
    height: 55px;
  }
}

#app-logo {
  height: 30px;
  margin-top: 12px;
  margin-left: 1.5rem;
}
@media screen and (max-width: 39.9375em) {
  #app-logo {
    height: 22px;
    margin-top: 0;
  }
}

.top-menu-logo {
  padding: 0 1rem;
}
@media screen and (max-width: 39.9375em) {
  .top-menu-logo {
    display: none;
  }
}

.top-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-menu-btn-new {
  width: 80px;
  text-align: center;
  height: 55px;
  padding: 6px 20px;
  cursor: pointer;
}
.top-menu-btn-new:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-menu-btn-new .top-menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: auto;
  top: 5px;
  margin-bottom: 10px;
}
.top-menu-btn-new .top-menu-icon .line {
  display: block;
  width: 100%;
  height: 4px;
  background: #FFF;
  position: absolute;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.top-menu-btn-new .top-menu-icon .line:nth-child(1) {
  top: 0;
}
.top-menu-btn-new .top-menu-icon .line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-menu-btn-new .top-menu-icon .line:nth-child(3) {
  bottom: 0;
}
.top-menu-btn-new .top-menu-icon.close .line:nth-child(1), .top-menu-btn-new .top-menu-icon.close .line:nth-child(2) {
  top: 0;
  -webkit-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.top-menu-btn-new .top-menu-icon.close .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
      -ms-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}
.top-menu-btn-new .top-menu-icon.close {
  margin-bottom: 5px;
  top: 0px;
}
.top-menu-btn-new .top-menu-icon-text {
  line-height: 1;
}

.in-menu {
  display: block;
  width: 300px;
  overflow: hidden;
  position: fixed;
  right: -350px;
  height: 100%;
  z-index: 999998;
  background: #333;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-family: "Open Sans", sans-serif;
}
.in-menu * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.in-menu.open {
  width: 300px;
  max-width: 300px;
  right: 0;
  opacity: 1;
}
.in-menu ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 300px;
}
.in-menu ul li {
  margin: 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #444;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.3em;
  text-align: left;
}
.in-menu ul li a {
  color: #fff;
}
.in-menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.in-menu ul li.ln1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border: none;
  cursor: pointer;
}
.in-menu ul li:first-child {
  border-top: none;
}
.in-menu ul li:last-child {
  border-bottom: none;
}
.in-menu .menu-close {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #489747;
}