/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.u-noscroll {
  overflow: hidden;
}

.u-space {
  height: 40px;
}

.u-link {
  border-bottom: solid 2px transparent;
  transition: border-bottom 300ms ease-out;
  text-decoration: none;
  color: #80776E;
}

.u-link:hover {
  border-bottom: solid 2px #80776E;
  transition: border-bottom 300ms ease-out;
}

.u-link--inverted {
  border-bottom: solid 2px transparent;
  text-decoration: none;
  transition: border-bottom 300ms ease-out;
}

.u-link--inverted:hover {
  border-bottom: solid 2px white;
  transition: border-bottom 300ms ease-out;
}

.l-grid__col-span {
  grid-column: 2/4;
}

.l-grid__col-span-top {
  grid-column: 2/4;
  grid-row: 1;
}

.l-grid__col-first {
  grid-column: 1;
  grid-row: 1;
}

@media (min-width: 768px) {
  .l-grid {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .l-only-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .l-only-mobile {
    display: none;
  }
}

.l-width {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .l-width {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-article {
  margin-bottom: 75px;
}

.c-article__image {
  width: 100%;
  margin-bottom: 10px;
}

.c-article__image-caption {
  font-family: FoundryGridnik;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 25px;
}

.c-article__title {
  font-family: FoundryGridnik;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}

.c-article__preamble {
  font-family: "Guardian Egyp";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
  color: #4A4A4A;
}

.c-article__text {
  font-family: "Guardian Egyp";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.c-article__text a {
  color: #80776e;
  transition: color 200ms ease-in;
}

.c-article__text a:hover {
  color: #AB9763;
}

.c-article__text p {
  margin-bottom: 1em;
}

.c-article__text iframe {
  width: 100% !important;
  height: 230px !important;
}

.c-article__text h4 {
  font-family: FoundryGridnik;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 70px;
}

.c-article__text p:not(:last-of-type) {
  margin-bottom: 1em;
}

.c-article__text strong {
  font-weight: 600;
}

.c-article__text li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

.c-article__text img {
  width: 100%;
}

.c-article__table {
  width: 100%;
}

.c-article__table-row {
  border: solid 1px #80776E;
  border-width: 1px 0px;
}

.c-article__table-row td {
  display: flex;
}

.c-article__table-row td img {
  height: 100px;
  padding: 5px;
  padding-left: 0;
  padding-right: 10px;
}

.c-article__table-text {
  font-family: FoundryGridnik;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #333333;
  padding: 10px 0;
}

.c-article__map {
  height: 300px;
  margin-bottom: 30px;
}

.c-article__text--inverted {
  color: white;
}

.c-article__table-row--inverted {
  border-color: white;
}

.c-article__table-text--inverted {
  color: white;
}

@media (min-width: 768px) {
  .c-article__preamble {
    font-size: 22px;
    line-height: 32px;
  }

  .c-article__text {
    font-size: 18px;
    line-height: 26px;
  }

  .c-article__two-col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .c-article__image {
    border-top: solid 4px #80776E;
    padding-top: 25px;
  }

  .c-article__image-caption {
    font-size: 15px;
  }

  .c-article__table-text {
    font-size: 15px;
  }
}

.article-preview {
  border-bottom: solid 1px #7D663C;
  margin-bottom: 20px;
}

.article-preview__image {
  width: 100%;
  margin-bottom: 20px;
}

.article-preview__title {
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  font-family: FoundryGridnik;
  font-weight: 600;
  margin-bottom: 20px;
}

.article-preview__title-link {
  color: black;
  text-decoration: none;
}

.article-preview__excerpt {
  font-family: "Guardian Egyp";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #333333;
  margin-bottom: 20px;
}

.article-preview__read-more {
  text-transform: uppercase;
  font-size: 15px;
  font-family: FoundryGridnik;
  font-weight: 600;
  text-decoration: none;
  color: #7D663C;
  display: inline-block;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .article-preview {
    border: none;
    border-top: solid 4px #80776E;
    padding-top: 30px;
    margin-bottom: 0;
  }

  .article-preview__title {
    font-size: 26px;
    line-height: 29px;
    text-align: left;
  }

  .article-preview__excerpt {
    font-size: 18px;
    line-height: 26px;
  }

  .article-preview__read-more a:hover {
    border-bottom: solid 2px #7d663c;
  }
}

.c-bold-text {
  font-family: FoundryGridnik;
  font-weight: 400;
  font-size: 21px;
  line-height: 22px;
  text-transform: uppercase;
  color: #80776E;
  margin-bottom: 40px;
}

.c-footer__image {
  width: 100%;
}

.c-footer__logo {
  margin-bottom: 25px;
}

.c-footer__text {
  font-family: FoundryGridnik;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.c-footer__social {
  margin-bottom: 40px;
}

.c-footer__social-link {
  text-decoration: none;
  margin-right: 10px;
}

.c-footer__veteran-image {
  padding-bottom: 20px;
  border-bottom: solid 3px #80776E;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 100px;
}

.c-footer__veteran-image img {
  width: 150px;
  grid-column: 4;
}

@media (max-width: 768px) {
  .c-footer__veteran-image img {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-footer--inverted__image {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 4px #80776E;
  }

  .c-footer--inverted__contact-wrapper {
    float: right;
  }

  .c-footer--inverted__text {
    color: #4B4742;
    letter-spacing: 1.3px;
  }
}

.c-footer--left__contact-wrapper {
  float: none;
}

.c-footer--veteran .c-footer__text {
  color: #4B4742;
}

.c-full-width {
  background-color: #4A4A4A;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.c-member-form {
  margin-bottom: 70px;
}

.c-member-form__input {
  font-family: FoundryGridnik;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  color: #4A4A4A;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  background: none;
  box-sizing: border-box;
  padding: 18px 14px 14px 14px;
  border: solid 1px white;
  margin-bottom: 30px;
  transition: border 150ms ease-in;
}

.c-member-form__input::-webkit-input-placeholder {
  font-family: FoundryGridnik;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #333333;
}

.c-member-form__input::-moz-placeholder {
  font-family: FoundryGridnik;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #333333;
}

.c-member-form__input:-ms-input-placeholder {
  font-family: FoundryGridnik;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #333333;
}

.c-member-form__input::-ms-input-placeholder {
  font-family: FoundryGridnik;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #333333;
}

.c-member-form__input::placeholder {
  font-family: FoundryGridnik;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #333333;
}

.c-member-form__input:focus {
  outline: none;
  border: solid 1px #ab9763;
}

.c-member-form__input:focus:invalid {
  border: solid 1px red;
}

.c-member-form__textarea {
  min-height: 150px;
}

.c-member-form__submit-button {
  width: 100%;
  background-color: white;
  padding: 14px 10px 10px 10px;
  font-family: FoundryGridnik;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  color: #333333;
  border: none;
  cursor: pointer;
  transition: background-color 200ms ease-in;
}

.c-member-form__submit-button:hover {
  background-color: #F7F7F7;
}

.c-member-form__response {
  margin-top: 30px;
  font-family: "GuardianEgypt", serif;
  color: #4b4742;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 26px;
}

.grecaptcha-badge {
  position: relative !important;
  -webkit-animation: none !important;
          animation: none !important;
  right: 0 !important;
  bottom: 0 !important;
  margin-bottom: 30px;
}

.grecaptcha-badge .grecaptcha-badge:hover {
  right: 0 !important;
  bottom: 0 !important;
}

.c-navigation-bar {
  background-color: #cecbc7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 1;
  margin-bottom: 30px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
}

.c-navigation-bar__logo {
  background-image: url("/build/images/logo-mobile.png");
  height: 40px;
  width: 125px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: -25px;
}

.c-navigation-bar__menu-button {
  height: 24px;
}

.c-navigation-bar__menu-icon {
  height: 24px;
}

@media (min-width: 768px) {
  .c-navigation-bar {
    box-shadow: none;
    display: block;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 5px;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 250ms ease-in-out;
  }

  .c-navigation-bar__logo {
    background-image: url("/build/images/logo-desktop.png");
    margin: 0;
    height: 161px;
    width: 156px;
  }

  .c-navigation-bar__image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .c-navigation-bar__nav {
    border-top: solid 4px #80776E;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .c-navigation-bar__nav-item {
    font-family: FoundryGridnik;
    font-weight: 600;
    text-transform: uppercase;
    color: #80776E;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.75px;
    line-height: 24px;
  }

  .c-navigation-bar__nav-item:not(:last-of-type) {
    margin-right: 22px;
  }

  .c-navigation-bar__nav-item--active {
    border-bottom: solid 2px #80776E;
  }

  .c-navigation-bar__menu-icon {
    position: absolute;
    left: 0;
  }
}

@media (min-width: 768px) {
  .c-navigation-bar--minified {
    padding-top: 0;
  }

  .c-navigation-bar--minified .c-navigation-bar {
    height: auto;
  }

  .c-navigation-bar--minified .c-navigation-bar__image-wrapper {
    padding-top: 5px;
    align-items: center;
  }

  .c-navigation-bar--minified .c-navigation-bar__logo {
    background-image: url("/build/images/logo-desktop-minified.png");
    height: 49px;
    width: 206px;
  }
}

.page--veteran .c-navigation-bar {
  background-color: #fff;
}

.c-navigation-overlay {
  background: #7D663C;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 200ms ease-in;
  visibility: hidden;
  z-index: 2;
}

.c-navigation-overlay__close-button {
  right: 22px;
  position: absolute;
  text-decoration: none;
  top: 22px;
}

.c-navigation-overlay__close-title {
  color: white;
  display: block;
  font-family: FoundryGridnik;
  font-size: 9px;
  letter-spacing: 2px;
  margin-top: 5px;
  text-transform: uppercase;
}

.c-navigation-overlay__close-title:hover {
  cursor: pointer;
}

.c-navigation-overlay__close-icon {
  height: 24px;
}

.c-navigation-overlay__nav {
  margin-bottom: 75px;
  margin-top: 75px;
}

.c-navigation-overlay__nav li {
  margin-top: 3px;
}

.c-navigation-overlay__nav-item {
  color: white;
  font-family: FoundryGridnik;
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
  text-transform: uppercase;
}

.c-navigation-overlay--visible {
  opacity: 0.95;
  transition: opacity 200ms ease-out;
  visibility: visible;
}

.c-newsletter-form {
  height: 250px;
  margin-bottom: 150px;
}

.c-newsletter-form__description {
  display: flex;
  align-items: center;
}

.c-newsletter-form__image {
  height: 75px;
  margin-right: 30px;
}

.c-newsletter-form__title {
  color: #AAAAAA;
  text-transform: uppercase;
  font-family: FoundryGridnik;
  font-size: 26px;
  line-height: 29px;
  font-weight: 600;
}

.c-newsletter-form__response {
  font-size: 18px;
  text-transform: uppercase;
  color: #AAAAAA;
  font-family: FoundryGridnik;
  text-align: center;
  margin: 0 auto;
}

.c-newsletter-form__form {
  display: flex;
  align-items: center;
}

.c-newsletter-form__input {
  width: calc(100% - 175px);
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  padding: 14px 10px 10px 10px;
  box-sizing: border-box;
  font-family: FoundryGridnik;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #CECBC7;
}

.c-newsletter-form__input::-webkit-input-placeholder {
  color: #333333;
}

.c-newsletter-form__input::-moz-placeholder {
  color: #333333;
}

.c-newsletter-form__input:-ms-input-placeholder {
  color: #333333;
}

.c-newsletter-form__input::-ms-input-placeholder {
  color: #333333;
}

.c-newsletter-form__input::placeholder {
  color: #333333;
}

.c-newsletter-form__button {
  width: 175px;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  padding: 14px 10px 10px 10px;
  box-sizing: border-box;
  font-family: FoundryGridnik;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  background-color: #7D663C;
  transition: background-color 200ms ease-in;
  cursor: pointer;
}

.c-newsletter-form__button:hover {
  background-color: #B99577;
}

.c-pagination-desktop {
  font-family: FoundryGridnik;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #7E6739;
  padding: 25px 0;
  border: solid 1px #7E6739;
  border-width: 1px 0;
  margin-top: 70px;
  margin-bottom: 110px;
}

.c-pagination-desktop__item {
  display: inline-block;
  margin-right: 45px;
  padding: 7px 9px 5px 9px;
  font-size: 15px;
  line-height: 15px;
  color: #7E6739;
}

.c-pagination-desktop__item a {
  color: #7E6739;
}

.c-pagination-desktop__item a:hover {
  border-bottom: solid 2px #7E6739;
}

.c-pagination-desktop__item--active {
  background-color: white;
  color: #7E6739;
}

.c-pagination-mobile {
  display: block;
  font-family: FoundryGridnik;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #7D663C;
  background: linear-gradient(rgba(206, 203, 199, 0.5) 0%, #CECBC7 50%), url("/images/read-more-image.png") no-repeat center;
  background-size: cover;
  padding: 70px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-section-heading {
  font-family: FoundryGridnik;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #80776E;
  border: solid 3px #80776E;
  border-width: 3px 0px;
  padding: 14px;
  margin-bottom: 30px;
}

.c-section-heading--inverted {
  color: white;
  border-color: white;
}

@media (min-width: 768px) {
  .c-section-heading {
    border-width: 4px 0;
    border-bottom: 0;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 29px;
    text-align: left;
  }
}

.c-cookie-notice {
  position: fixed;
  bottom: 0;
  background-color: #4a4a4a;
  padding: 40px;
  left: 0;
  right: 0;
  font-family: FoundryGridnik;
  color: #aaa;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  display: none;
}

.c-cookie-notice h2 {
  font-family: FoundryGridnik;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.75em;
}

.c-cookie-notice__buttons {
  margin-top: 1em;
}

.c-cookie-notice__button {
  text-transform: uppercase;
  color: white;
  background-color: #7D663C;
  transition: background-color 200ms ease-in;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
}

.c-cookie-notice__button:hover {
  background-color: #b99577;
}

.c-cookie-notice__button--decline {
  background-color: #cecbc7;
  color: #333333;
}

.c-cookie-notice__button--decline:hover {
  background-color: #f0ece8;
}

.c-section-text__title {
  font-family: FoundryGridnik;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.c-section-text__heading {
  font-family: FoundryGridnik;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.c-section-text__text {
  font-family: "Guardian Egyp";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #333333;
  margin-bottom: 70px;
}

.c-section-text__text h4 {
  font-family: FoundryGridnik;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 70px;
}

.c-section-text__text p:not(:last-of-type) {
  margin-bottom: 1em;
}

.c-section-text__text strong {
  font-weight: 600;
}

.c-section-text__text li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

.c-section-text__text a {
  color: #80776E;
  text-decoration: none;
}

.c-section-text__text a:hover {
  text-decoration: underline;
}

.c-section-text__small {
  font-family: "Guardian Egyp";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #333333;
  margin-bottom: 70px;
}

.c-section-text__caption {
  font-family: FoundryGridnik;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  color: #4A4A4A;
}

.c-section-text__image {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .c-section-text__title {
    border: solid 4px #80776E;
    border-width: 4px 0;
    color: #80776E;
    font-size: 26px;
    line-height: 29px;
    text-align: left;
    padding: 25px 0;
    padding-right: 50%;
  }

  .c-section-text__heading {
    font-size: 26px;
    line-height: 31px;
  }

  .c-section-text__text {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 90px;
  }

  .c-section-text__text h4 {
    font-size: 26px;
    line-height: 31px;
    color: black;
  }

  .c-section-text__small {
    font-size: 18px;
    line-height: 26px;
  }
}

.c-section-contact {
  margin-bottom: 75px;
}

.c-section-contact__image {
  width: 100%;
  margin-bottom: 10px;
}

.c-section-contact__text {
  font-family: "Guardian Egyp";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  color: black;
  letter-spacing: 0.4px;
}

.c-section-contact__table {
  width: 100%;
}

.c-section-contact__table-row {
  border: solid 1px white;
  border-width: 1px 0px;
}

.c-section-contact__table-text {
  font-family: FoundryGridnik;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #4A4A4A;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .c-section-contact__text {
    font-size: 17px;
    line-height: 25px;
  }
}

.c-title {
  border-color: #80776E;
  color: #80776E;
  font-family: "FoundryGridnik", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1.9px;
  border-style: solid;
  border-width: 3px 0;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .c-title {
    font-size: 48px;
    padding: 70px 0;
    border-width: 2px 0;
    letter-spacing: 5.7px;
  }
}

.c-block-text__title {
  font-family: "FoundryGridnik", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  line-height: 22px;
  font-size: 17px;
  color: #4a4a4a;
  margin-bottom: 15px;
}

.c-block-text__subtitle {
  font-family: "FoundryGridnik", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  line-height: 22px;
  font-size: 17px;
  color: #4a4a4a;
  margin-bottom: 15px;
}

.c-block-text__title + .c-block-text__subtitle {
  margin-top: -10px;
}

.c-block-text__body {
  font-family: "GuardianEgypt", serif;
  color: #4b4742;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 26px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.c-block-text__body p:not(:last-of-type) {
  margin-bottom: 10px;
}

.c-block-text__body a {
  border-bottom: solid 2px transparent;
  transition: border-bottom 300ms ease-out;
  text-decoration: none;
  color: #80776E;
}

.c-block-text__body a:hover {
  border-bottom: solid 2px #80776E;
  transition: border-bottom 300ms ease-out;
}

.c-block-text__body h1 {
  color: #4a4a4a;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.38px;
  line-height: 25px;
  margin-bottom: 5px;
  font-family: "GuardianEgypt", serif;
}

.c-block-text--stroked {
  border-top: solid 3px #80776a;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .c-block-text__title {
    font-size: 26px;
    letter-spacing: 0.3px;
    line-height: 28px;
    color: #80776e;
  }

  .c-block-text__subtitle {
    font-size: 16px;
    color: #80776e;
  }

  .c-block-text__body {
    font-size: 22px;
    line-height: 30px;
    color: #4a4a4a;
  }

  .c-block-text--stroked {
    padding-top: 20px;
  }
}

.c-image-quote__image img {
  width: 100%;
}

.c-image-quote__quote {
  color: #7D663C;
  font-size: 17px;
  font-style: italic;
  letter-spacing: 0.35px;
  line-height: 25px;
  margin-bottom: 10px;
  border-top: solid 3px #7D663C;
  padding-top: 20px;
  font-family: "GuardianEgypt", serif;
}

.c-image-quote__cite {
  font-family: "FoundryGridnik", sans-serif;
  font-size: 14px;
  letter-spacing: 0.37px;
  line-height: 19px;
  color: #4A4A4A;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .c-image-quote {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
  }

  .c-image-quote__quote {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
  }

  .c-image-quote__cite {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.c-table {
  border-top: solid 1px #80776E;
}

.c-table__row {
  border-bottom: solid 1px #80776E;
  padding: 10px 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.35px;
  font-family: "FoundryGridnik", sans-serif;
  font-weight: 300;
  color: #4A4A4A;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .c-two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 100px;
  }
}

.section-title {
  color: #80776e;
  font-family: "FoundryGridnik", "sans-serif";
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0.46px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .two-column-flow {
    -moz-column-count: 2;
         column-count: 2;
    grid-gap: 100px;
    border-top: solid 3px #80776E;
    padding-top: 20px;
  }

  .two-column-flow__item {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}

.text-box {
  background-color: #ECEBEA;
  padding: 30px;
  font-size: 18px;
  color: #4A4A4A;
  font-family: "FoundryGridnik", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.37px;
  line-height: 28px;
  text-align: center;
}

.text-box a {
  color: #4A4A4A;
  transition: color 250ms ease-in-out;
}

.text-box a:hover {
  color: #80776E;
}

.page {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  background-color: #CECBC7;
  opacity: 0;
  padding-top: 80px;
}

@media (min-width: 768px) {
  .page {
    padding-top: 224px;
  }
}

.page--veteran {
  background-color: white;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .two-column-uneven {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
  }

  .two-column-uneven__column:nth-child(even) {
    grid-column: 2/span 2;
  }
}

.button a {
  text-decoration: none;
  background-color: white;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "FoundryGridnik", sans-serif;
  display: block;
  color: #4A4A4A;
  letter-spacing: 0.4px;
}

.image img {
  width: 100%;
}

@media (min-width: 768px) {
  .layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 50px;
  }
}

.veteran-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: none;
}

@media (min-width: 768px) {
  .veteran-menu {
    display: block;
  }
}

.veteran-menu__item {
  display: block;
  font-family: "FoundryGridnik", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #80776e;
  text-decoration: none;
  font-weight: 300;
  transition: color 200ms ease-in-out;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.veteran-menu__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.veteran-menu__item:hover {
  color: #7d663c;
  text-decoration: underline;
}

.veteran-menu__item-selected {
  color: #7d663c;
  text-decoration: underline;
}

.image-box {
  background-color: white;
  padding: 30px 20px;
}

.image-box img {
  width: 100%;
}

.image-box__title {
  color: #4A4A4A;
  font-family: "FoundryGridnik", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

.section {
  margin-bottom: 50px;
}

.section--l {
  margin-bottom: 100px;
}

.section--s:not(:last-of-type) {
  margin-bottom: 30px;
}

