body {
  color: #10152b;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Londrinasolid, sans-serif;
  font-size: 4em;
  font-weight: 900;
  line-height: .8em;
}

h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Londrinasolid, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
}

h3 {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Londrinasolid, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-style: none;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Londrinasolid, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

figcaption {
  color: #b8b8b8;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.hero {
  color: #10152b;
  text-align: left;
  background-color: #f9f2e4;
  margin-top: -62px;
  padding-top: 142px;
  padding-bottom: 120px;
  position: relative;
}

.container {
  max-width: 1300px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px auto;
  padding: 10px 20px;
  display: flex;
}

.container.navcontainer {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container.article-container {
  max-width: 800px;
  flex-direction: column;
}

.container.center {
  justify-content: center;
  align-items: center;
}

.container.whitebg {
  background-color: #fff;
}

.cardrow {
  width: 100%;
  max-width: 1330px;
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.actions {
  margin-bottom: -115px;
  padding-top: 60px;
  position: relative;
}

.singlecol {
  width: 100%;
  max-width: 800px;
  margin-left: 0;
  margin-right: auto;
}

.contentblock {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.contentblock.bluebg {
  color: #f9f2e4;
  background-color: #0062ff;
}

.contentblock.offwhitebg {
  background-color: #f9f2e4;
}

.contentblock.navy-bg {
  color: #f9f2e4;
  background-color: #10152b;
}

.footerrow {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footercol {
  width: 100%;
  max-width: 100%;
  min-width: 18%;
  background-image: url('../images/linefoot2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  margin-right: 2%;
  padding-right: 40px;
  display: flex;
}

.actioncard {
  width: 100%;
  color: #f9f2e4;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ButtonBack.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 20px 40px;
  text-decoration: none;
  transition: transform .2s;
}

.actioncard:hover {
  transform: scale(1.03);
}

.navbar {
  color: #f9f2e4;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/FFV-NavImage.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 35px;
}

.nav-link {
  color: #f9f2e4;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Londrinasolid, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1em;
}

.nav-link:hover {
  color: #10152b;
  background-image: url('../images/ButtonBackWhite.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-link.w--current {
  color: #f9f2e4;
}

.nav-link.w--current:hover {
  color: #10152b;
}

.brand {
  width: 200px;
}

.brand:hover {
  filter: invert();
}

.doublecol {
  width: 50%;
  max-width: 800px;
  margin-bottom: 20px;
  padding-right: 40px;
  position: relative;
}

.redspan {
  color: #ff332e;
}

.herobgimage {
  width: 50%;
  height: 100%;
  object-fit: contain;
  object-position: 100% 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.contentrow {
  width: 100%;
  max-width: 1330px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 40px auto 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.html-embed {
  max-width: 1300px;
  min-width: 100%;
  margin: 20px auto;
}

.card {
  max-width: 40%;
  min-width: 30%;
  color: #10152b;
  text-align: left;
  background-image: url('../images/ButtonBackWhite.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin-bottom: 40px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 20px 25px;
  text-decoration: none;
  transition: transform .2s;
}

.card:hover {
  transform: scale(1.03);
}

.card.niimagecard {
  color: #f9f2e4;
  background-image: url('../images/ButtonBack.svg');
}

.card.navybg {
  color: #f9f2e4;
  background-image: url('../images/Navy-Gritty-Background.png');
  background-position: 0 0;
  background-size: cover;
}

.cardimage {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
}

.button {
  color: #f9f2e4;
  text-transform: uppercase;
  background-color: #ff332e;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Londrinasolid, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  transition: transform .2s;
}

.button.redbg {
  background-color: #ff332e;
}

.sectionimagebreaker {
  margin-top: -82px;
  position: relative;
}

.sectionimagebreaker.offwhite-bg {
  background-color: #f9f2e4;
}

.sectionimagebreaker.navybg {
  background-color: #10152b;
}

.image {
  width: 100%;
}

.hugetitle {
  width: 100%;
  text-align: center;
  margin-top: -41px;
  margin-bottom: 128px;
  font-size: 6svw;
  position: relative;
}

.icon {
  width: 70px;
  height: 70px;
  margin-bottom: -15px;
}

.tripplecol {
  width: 33%;
  max-width: 800px;
  margin-left: 0;
  margin-right: auto;
  padding-right: 50px;
}

.shareside {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link {
  color: #10152b;
  mix-blend-mode: normal;
  font-family: Londrinasolid, sans-serif;
  text-decoration: none;
  transform: rotate(-90deg);
}

.link:hover {
  opacity: .7;
}

.action-bar {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sharebanner {
  justify-content: flex-start;
  align-items: center;
  font-family: Londrinasolid, sans-serif;
  font-size: 1.5em;
  display: flex;
}

.smlink {
  margin: 5px 10px 5px 0;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: none;
}

.smlink:hover {
  color: #0062ff;
}

.smlink.offwhite {
  color: #f9f2e4;
}

.smtitle {
  margin-right: 10px;
}

.nav-link-red {
  color: #f9f2e4;
  background-color: #ff332e;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Londrinasolid, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1em;
}

.nav-link-red:hover {
  color: #10152b;
  background-color: #f9f2e4;
  background-image: url('../images/ButtonBackWhite.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-link-red.w--current {
  color: #f9f2e4;
}

.nav-link-red.w--current:hover {
  color: #10152b;
}

.double-col-big-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
  padding-left: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.double-col-small-image {
  width: 50%;
  max-width: 800px;
  padding-top: 24px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-dropdown {
  color: #f9f2e4;
  text-transform: uppercase;
  background-color: #0062ff;
  margin-right: 0;
  padding: 10px 52px 10px 29px;
  font-family: Londrinasolid, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  position: static;
}

.button-dropdown.w--open {
  margin-bottom: 0;
  margin-right: 0;
}

.search {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.search-input {
  min-width: 50%;
  color: #10152b;
  text-align: center;
  background-color: #f9f2e4;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-right: 20px;
  padding: 22px 20px 22px 29px;
  font-family: Londrinasolid, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
}

.dropdown-list {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.dropdown-list.w--open {
  background-color: #0062ff;
}

.footer-2 {
  color: #f9f2e4;
  background-color: #10152b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.sectionimagebreaker-footer {
  z-index: -2;
  margin-top: -236px;
  position: relative;
}

.footer-logo {
  width: 200px;
}

.footer-links {
  color: #f9f2e4;
  padding-top: 20px;
  text-decoration: underline;
}

.pagination {
  color: #f9f2e4;
  text-transform: uppercase;
  background-color: #ff332e;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px;
  font-family: Londrinasolid, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  transition: transform .2s;
}

.pagination:hover {
  color: #ff332e;
  background-color: #f9f2e4;
}

.dropdown {
  color: #f9f2e4;
  margin-right: 20px;
}

.search-button-2 {
  color: #f9f2e4;
  text-transform: uppercase;
  background-color: #ff332e;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 29px;
  font-family: Londrinasolid, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
}

.search-button-2.w--open {
  margin-bottom: 0;
  margin-right: 0;
}

.tag {
  color: #f9f2e4;
  text-transform: uppercase;
  background-color: #ff332e;
  padding: 5px 10px;
  font-family: Londrinasolid, sans-serif;
  font-size: 1em;
  line-height: 1em;
  transition: transform .2s;
  display: inline-block;
}

.dropdown-link {
  color: #f9f2e4;
  text-align: center;
  background-color: #0062ff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.dropdown-link:hover {
  color: #10152b;
  background-color: #f9f2e4;
}

.header-col-image {
  width: 50%;
  object-fit: cover;
  object-position: 0% 50%;
  padding-left: 40px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.header-block {
  margin-top: -54px;
  padding-top: 154px;
  padding-bottom: 100px;
  position: relative;
}

.header-block.offwhitebg {
  background-color: #f9f2e4;
}

.take-action-headings {
  padding-top: 10px;
}

.text-link {
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }

  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 180px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contentblock {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footercol {
    width: 47%;
    max-width: none;
    min-width: 47%;
    flex: 0 auto;
    margin-bottom: 20px;
  }

  .doublecol {
    z-index: 1;
    width: 100%;
  }

  .card {
    min-width: 47%;
    flex: 1;
  }

  .sectionimagebreaker {
    margin-top: -55px;
  }

  .hugetitle {
    margin-top: 4px;
    margin-bottom: 95px;
  }

  .tripplecol {
    width: auto;
    min-width: 50%;
    flex: 1;
  }

  .shareside {
    display: none;
  }

  .double-col-big-image {
    width: 100%;
    margin-bottom: -40px;
    position: relative;
  }

  .double-col-small-image {
    z-index: 1;
    width: 100%;
    padding-left: 0;
  }

  .search-input {
    min-width: 40%;
  }

  .sectionimagebreaker-footer {
    margin-top: -142px;
  }

  .double-col-small-image-copy {
    z-index: 1;
    width: 100%;
    padding-left: 0;
  }

  .header-col-image {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .header-block {
    padding-top: 94px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  .hero {
    padding-bottom: 200px;
    padding-right: 0;
  }

  .cardrow {
    flex-direction: column;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .actions {
    margin-bottom: -100px;
  }

  .footerrow {
    margin-top: -30px;
  }

  .footercol {
    width: 99%;
    min-width: auto;
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-bottom: 1px solid #0062ff;
    margin-right: 0%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .actioncard {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .nav-link {
    text-align: center;
  }

  .brand {
    width: 140px;
  }

  .doublecol {
    padding-right: 0;
  }

  .herobgimage {
    width: 70%;
  }

  .sectionimagebreaker {
    margin-top: -55px;
  }

  .hugetitle {
    margin-bottom: 77px;
  }

  .icon {
    width: 30px;
    height: 30px;
  }

  .tripplecol {
    padding-right: 20px;
  }

  .icon-2 {
    font-size: 35px;
  }

  .menu-button {
    width: auto;
    line-height: 18px;
  }

  .menu-button:hover {
    color: #10152b;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    z-index: 3;
    background-color: #0062ff;
    margin-top: -25px;
    padding-bottom: 20px;
  }

  .sharebanner.footsb {
    justify-content: center;
    padding-bottom: 20px;
  }

  .nav-link-red {
    text-align: center;
  }

  .search {
    flex-wrap: wrap;
    justify-content: center;
  }

  .search-input {
    min-width: 30%;
  }

  .sectionimagebreaker-footer {
    margin-top: -116px;
  }

  .dropdown {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .header-block {
    margin-top: -77px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.5em;
  }

  .hero {
    padding-bottom: 200px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .actions {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footerrow {
    margin-top: 0;
  }

  .herobgimage {
    width: 100%;
  }

  .contentrow {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .card {
    min-width: 97%;
    flex: 1;
    margin-bottom: 20px;
  }

  .sectionimagebreaker {
    margin-top: -10px;
  }

  .hugetitle {
    margin-bottom: 15px;
  }

  .tripplecol {
    min-width: 100%;
    padding-right: 0;
  }

  .button-dropdown {
    padding-left: 10px;
    padding-right: 35px;
  }

  .search-input {
    min-width: 100%;
  }

  .sectionimagebreaker-footer {
    margin-top: -46px;
  }

  .dropdown {
    margin-right: 0;
  }

  .search-button-2 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-3, .icon-5 {
    padding-left: 10px;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Londrinasolid';
  src: url('../fonts/LondrinaSolid-Black.ttf') format('truetype'), url('../fonts/LondrinaSolid-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Londrinasolid';
  src: url('../fonts/LondrinaSolid-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-BoldItalic.ttf') format('truetype'), url('../fonts/WorkSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}