.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #c00;
  font-size: 2.5em;
  line-height: 120%;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #c00;
  font-size: 1.5em;
  line-height: 125%;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #c00;
  font-size: 1.2em;
  line-height: 120%;
  font-weight: 500;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: #c00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 0em;
  padding-left: 40px;
}

li {
  padding-left: 5px;
}

strong {
  font-weight: bold;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.nest-fix {
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  padding-right: 15px;
  padding-left: 15px;
}

.col.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col.nest-fix {
  padding-right: 15px;
  padding-left: 15px;
}

.content-panel {
  padding: 60px 60px 70px;
}

.content-panel.gray {
  background-color: #e8e8e8;
}

.header {
  height: 20px;
  background-color: #c00;
  line-height: 0%;
}

.header.gold {
  background-color: #ffaf27;
}

.header-logo {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.no-top-margin {
  margin-top: 0px;
}

.table {
  margin-bottom: 30px;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr auto auto auto;
  grid-template-rows: 1fr auto auto auto;
  background-color: #fff;
  font-size: 16px;
  line-height: 150%;
}

.table._2-col {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.table.text-center {
  -ms-grid-rows: 0.25fr auto;
  grid-template-rows: 0.25fr auto;
}

.table-cell {
  padding: 15px 20px;
}

.table-cell.table-head {
  background-color: #c00;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.table-cell.alt-row {
  background-color: #f2f2f2;
}

.table-cell.font-awesome {
  color: #c00;
}

.font-awesome {
  font-family: 'Font Awesome', sans-serif;
}

.font-awesome.back-arrow {
  padding-right: 10px;
}

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

.footer {
  padding: 40px 60px;
  background-color: #c00;
  color: #fff;
  font-size: 16px;
  line-height: 170%;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-spirit-mark {
  display: block;
  width: 60px;
  margin-right: 15px;
}

.footer-link {
  display: block;
  padding: 10px 15px;
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  text-decoration: underline;
}

.vhc-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: -15px;
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d4d6d7;
}

.no-bottom-margin {
  margin-bottom: 0em;
}

.weight-chart-image {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 20px auto 15px;
}

.weight-chart {
  margin-bottom: 30px;
  padding: 40px;
  background-color: #fff;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
}

.weight-chart-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.back-to-home {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
}

.list {
  list-style-type: lower-alpha;
}

.pad-top {
  padding-top: 1.5em;
}

.inline-block {
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.navy {
  color: #00234a;
}

.pfct-logo {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.vignette {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #fff 30%, rgba(0, 35, 74, 0.15));
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 150%;
  }
  .content-panel {
    padding: 40px 40px 50px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 120%;
  }
  h2 {
    font-size: 1.3em;
    line-height: 120%;
  }
  ul {
    padding-left: 30px;
  }
  .row.flex {
    display: block;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.flex {
    display: block;
  }
  .content-panel {
    padding: 30px 20px;
  }
  .header {
    background-image: none;
  }
  .header-logo {
    max-width: 220px;
  }
  .table {
    font-size: 14px;
    line-height: 130%;
  }
  .table-cell {
    padding: 10px;
  }
  .footer {
    padding: 30px 20px;
  }
  .footer-links {
    display: block;
    text-align: center;
  }
  .footer-spirit-mark {
    display: block;
    margin-right: auto;
    margin-bottom: 21px;
    margin-left: auto;
  }
  .footer-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .vhc-logo-wrapper {
    display: block;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-right-style: none;
    text-align: center;
  }
  .image {
    width: 100%;
    max-width: 320px;
  }
  .weight-chart-image {
    max-width: 150px;
  }
  .weight-chart {
    padding: 20px;
    font-size: 14px;
  }
  .pfct-logo {
    max-width: 150px;
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}