/* SZ style additions */

/* override bootstrap container settings on home page */
/* cannot have the container setting padding as overflowscroll section will not have its scrollbar flush to the window edge */
/* be aware of this if adding bootstrap row style markup to the home page! (not recommended) */
body.home .container.home,
body.home .container-sm.home,
body.home .container-md.home,
body.home .container-lg.home,
body.home .container-xl.home {
  max-width: 100vw;
  padding: 0;
}

html {
  /*font-size: 62.5%;  font-size 1em = 10px on default browser settings */
}

body.home {
  margin: 0;
  font-size: 5vw; /* 16px at 320px viewport width */
}

html,
body.home {
  background-color: white;
  color: #414042;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.6875;
}

body.home h1 {
  margin: 0;
  margin-top: 1.3793em; /* this relates to the calculated font-size, not the parent em */
  font-family: 'DM Serif Text', serif;
  font-size: 1.8125em; /* need to use EM to tie to the setting on body (rem will use the html value that is static), watch out for intermediate parents having
                          a set font-size as that will affect this value! */
  font-weight: 400;
  line-height: 1.2414; /* this relates to the calculated font-size, not the parent em */
}

body.home h2 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.3133;
}

body.home p {
  margin: 0;
  margin-top: 1.75em;
}

body.home p.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.6806em;
}

body.home a {
  color: #f15d22;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #eac2b9;
}

body.home a:hover {
  color: #f15d22;
  text-decoration: none;
}

body.home select {
  display: block;
  width: 100%;
  margin-top: 0.7143em;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  font-weight: 400;
}

body.home form input[type='button'] {
  -webkit-appearance: none;
  display: block;
  margin: 0;
  margin-top: 10.9375vw;
  padding: 0.7857em 1.2143em;
  background-color: #d3450d;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/* leave room for fixed nav */
body.home .main > .section:first-child {
  padding-top: 68px;
}

body.home .home-1,
body.home .home-2,
body.home .home-3 {
  padding: 0 1.625em;
}

/* ------------------------------------------------------------- *
 * Section nav module
 * ------------------------------------------------------------- */
body.home .section-nav {
  display: none; /* not visible at mobile */
}

/* ------------------------------------------------------------- *
 * Doormat module
 * ------------------------------------------------------------- */
body.home .doormat {
  position: relative;
  margin-top: 1.875em;
}

body.home .doormat img {
  display: block;
  width: 100%;
  height: auto;
}

body.home .doormat-trigger {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 3.0075%;
  bottom: 5.9783%;
  width: 28%;
  height: 40%;
  padding: 0 0.75em;
  text-align: center;
  background-color: #f56a00;
  color: white;
  border-radius: 50%;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

body.home .doormat-trigger:hover {
  background-color: #d3450d;
  color: white;
  text-decoration: none;
}

body.home .doormat-trigger::before {
  content: '';
  display: block;
  position: static;
  /* top: 50%;
  left: 50%; */
  width: 20.2703%;
  height: 10.8108%;
  margin-bottom: 0.4167em;
  /* transform: translateX(-50%) translateY(-318.75%); */
  background-image: url('/img/arrowRight.svg');
  background-repeat: no-repeat;
  background-position: center;
}

/* ------------------------------------------------------------- *
 * News reel module (slickified)
 * ------------------------------------------------------------- */
body.home .news-reel-wrapper {
  margin: 8.125vw -1.625em 0;
  padding: 9.375vw 0 10vw;
  background-color: #cb4a2a;
  color: white;
}

body.home .news-reel {
  position: relative; /* also set by slick-slider, but just in case */
  margin: 0 1.625em;
}

body.home .news-reel img {
  display: block;
}

body.home .news-reel .date,
body.home .news-reel .category {
  display: inline-block;
  font-size: 0.8125em;
  line-height: 1.8462;
  text-transform: uppercase;
}

body.home .news-reel .date::after {
  content: ' |';
}

body.home .news-reel .title {
  margin-top: 0.75em;
  font-weight: 400;
  line-height: 1.5;
}

body.home .news-reel a.standout {
  display: inline-block;
  margin-top: 2.5em;
  color: white;
  border-bottom-color: white;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.38;
}

/* slick dots style override */
body.home .news-reel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  margin-bottom: 0.56125em;
  list-style-type: none;
  display: grid;
  grid-template-rows: 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  grid-column-gap: 1.5625em;
}

body.home .news-reel .slick-dots li button {
  -webkit-appearance: none;
  display: block;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1;
  width: 0.625em;
  height: 0.625em;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent; /* hide text, need font-size to not be 0 for scaling calculations */
  border: 1px solid white;
  border-radius: 50%;
}

body.home .news-reel .slick-dots li.slick-active button {
  background-color: white;
}
/* end slick dots style override */

/* prevent awkward cut-off outline when swiping */
body.home .news-reel .slick-slide {
  outline: none;
}

/* ------------------------------------------------------------- *
 * Membership block
 * ------------------------------------------------------------- */
body.home .membership {
  margin-top: 1.25em;
}

/* top matter */
body.home .membership blockquote {
  position: relative;
  margin: 0;
  padding-left: 0.9444em;
  font-size: 1.125em;
  line-height: 1.5633;
}

body.home .membership blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\201c';
  color: #f15e24;
  font-size: 1.9444em;
  font-weight: 500;
  line-height: 1.35em;
}

body.home .membership a.standout {
  display: inline-block;
  margin-top: 1.6429em;
  padding-bottom: 0.3571em;
  color: #414042;
  border-bottom-color: #f15d22;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.38;
}
/* end top matter */

/* form */
body.home .membership-find-help {
  margin: 12.5vw -1.625em 0;
  padding: 11.125vw 1.625em 10.625vw;
  background-color: #e5e5e5;
}
/* end form */

/* ------------------------------------------------------------- *
 * News block
 * ------------------------------------------------------------- */

body.home .news {
  margin-top: 17.5vw;
}

/* style override of default */
body.home .news h2 {
  margin: 0;
  padding: 0;
  padding-right: 24.375vw;
  font-family: 'DM Serif Text', serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}

body.home .news .news-item {
  margin-top: 13.125vw;
}

body.home .news .news-item img {
  display: block;
  width: 100%;
}

/* copied from news-reel similar style */
body.home .news .news-item .date,
body.home .news .news-item .category {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.7143;
  text-transform: uppercase;
}

body.home .news .news-item .date::after {
  content: ' |';
}

body.home .news .news-item .category {
  color: #e64c0f;
  font-weight: 700;
}

body.home .news .news-item .title {
  margin-top: 0.75em;
  margin-right: 13.125vw;
  font-weight: 400;
  line-height: 1.5;
}

body.home .news .news-item a.standout {
  display: inline-block;
  margin-top: 1.7871em;
  color: #414042;
  border-bottom-color: #f15d22;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.38;
}

/* Media Queries */
/* mobile overrides of styles using fullpage responsive limits */
/* fullpage init in JS specifies properties responsiveWidth and responsiveHeight that
   must match here, so change is possible, but needs to happen in JS also */
@media screen and (max-width: 767px), screen and (max-height: 569px) {
  /* slick gap between slides hack */
  body.home .news-reel .slick-slide {
    /* this doesn't work with centerMode, but you don't need it there */
    margin: 0 1.625em;
  }

  body.home .news-reel .slick-list {
    margin-left: -1.625em;
    width: calc(100% + 3.25em);
  }
  /* end slick gap between slides hack */

  /* override fullpage settings (only needed prior to unloading fullpage for mobile size
  .fp-section.fp-table {
    display: block;
    height: auto !important;
  }

  .fp-tableCell {
    display: block;
    height: auto !important;
  } */
}

/* 
Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap 
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.home {
    font-size: 1.9531vw; /* ~ 15px at 758 width */
    background-color: #fafafa;
  }

  body.home h1 {
    margin-top: 5.8594vh;
    font-size: 2.2em;
    line-height: 1.303;
    letter-spacing: 0.02em;
  }

  body.home h2 {
    font-size: 1.3333em;
    line-height: 1.3;
  }

  body.home h2 .acronym {
    font-size: 0.7em;
    line-height: 1.5714;
    text-transform: uppercase;
  }

  body.home p.subtitle {
    font-size: 0.9333em;
    line-height: 1.5714;
  }

  body.home select {
    font-size: 0.8em;
  }

  body.home form input[type='button'] {
    display: block;
    float: right;
    margin-top: 3.125vh;
    padding: 1.0169em 3.0508em;
    font-size: 0.7867em;
    line-height: 1.1669;
  }

  /* update all sections to have room for fixed nav */
  body.home .main > .section {
    padding-top: 68px;
  }

  body.home .home-1,
  body.home .home-2,
  body.home .home-3 {
    margin-left: 28.6458vw;
  }

  body.home .home-1 {
    height: 100%;
    background-color: #edeeef;
    padding: 0 7.0313vw 18.0664vh 7.8125vw;
  }

  body.home .home-2 {
    height: 100%;
  }

  body.home .home-2,
  body.home .home-3 {
    padding: 0 7.0313vw 24.4141vh 7.8125vw;
  }

  body.home .home-3 {
    padding-bottom: 0;
    padding-left: 6.8125vw;
  }

  /* ------------------------------------------------------------- *
   * Section nav module
   * ------------------------------------------------------------- */
  body.home .section-nav {
    display: flex; /* not visible at mobile */
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 32.2266vh;
    left: 5.208vw;
    width: 20vw;
    z-index: 500;
  }

  body.home .section-nav.hide {
    display: none;
  }

  /* special section 3 variant */
  body.home .home-3 .section-nav {
    position: absolute;
    top: 25.58597vh;
  }

  body.home .home-3 .section-nav.show {
    display: flex;
  }

  body.home .section-nav .section-link {
    padding-left: 1.1429em;
    color: #414042;
    border-left: 0.2143em solid #d1d3d4;
    border-bottom: none;
    font-size: 0.9333em;
    font-weight: 300;
    line-height: 1.2;
  }

  body.home .section-nav .section-link + .section-link {
    margin-top: 0.9333em;
  }

  body.home .section-nav .section-link.active {
    border-left-color: #f15d22;
    font-weight: bold;
  }

  body.home .section-nav .section-link:last-child {
    min-height: 3.8911vh;
  }

  /* ------------------------------------------------------------- *
   * Doormat module
   * ------------------------------------------------------------- */
  body.home .doormat-trigger {
    width: 22.9358%;
    height: 33.1126%;
    padding: 0 1.7143em;
    font-size: 0.9333em;
  }

  body.home .doormat-trigger::before {
    width: 28.8462%;
    height: 8%;
  }

  /* ------------------------------------------------------------- *
   * News reel module (slickified)
   * ------------------------------------------------------------- */
  body.home .news-reel-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 18.0664vh;
    margin: 0;
    padding: 0;
  }

  body.home .news-reel {
    margin: 0;
  }

  body.home .news-reel .news-item {
    height: 18.0664vh;
    padding-right: 9.1146vw;
  }

  body.home .news-reel .news-item img {
    float: left;
    display: block;
    height: 100%;
    width: 35.5469vw;
    margin-right: 4.1667vw;
    object-fit: cover;
  }

  body.home .news-reel .news-item .date,
  body.home .news-reel .news-item .category {
    margin-top: 3.9063vh;
    font-size: 0.9333em;
    line-height: 1.7143;
  }

  body.home .news-reel .news-item .title {
    display: inline-block;
    width: 35.1563vw;
    font-size: 1.2em;
    line-height: 1.3333;
  }

  body.home .news-reel .news-item a.standout {
    margin-left: 5.2083vw;
  }

  body.home .news-reel .slick-prev {
    display: none !important; /* hide prev button */
  }

  body.home .news-reel .slick-next {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 96.6146vw;
    bottom: 0;
    width: 3.3854vw;
    background-color: #f15d22;
    color: white;
    border: none;
    border-radius: 0;
  }

  body.home .news-reel .slick-dots {
    right: auto;
    left: 39.7136vw;
    bottom: 3.5156vh;
    margin: 0;
    padding: 0;
  }

  body.home .news-reel .slick-dots li button {
    width: 0.8667em;
    height: 0.8667em;
  }

  /* ------------------------------------------------------------- *
   * Membership block
   * ------------------------------------------------------------- */
  body.home .membership {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: stretch;
    height: 24.4141vh;
    margin: 0;
    padding: 0;
  }

  /* override for section 3 */
  body.home .home-3 .membership {
    position: relative;
    margin-top: 8.7891vh;
    margin-left: -35.4583vw;
  }

  body.home .membership-benefits {
    order: 2;
    flex: 0 0 auto;
    width: 37.5vw;
    height: 100%;
    padding: 3.9062vh 3.3854vw;
    background-color: white;
  }

  /* section 3 override */
  body.home .home-3 .membership-benefits {
    padding-right: 9.1146vw;
  }

  body.home .membership-find-help {
    order: 1;
    flex: 1 0 auto;
    height: 100%;
    margin: 0;
    padding: 3.9063vh 4.16667vw 3.418vh 7.0323vw;
  }

  body.home .membership blockquote {
    padding-left: 1.1765em;
    font-size: 1.1333em;
    line-height: 1.5294;
  }

  body.home .membership blockquote::before {
    font-size: 2.0588em;
    line-height: 1.2;
  }

  body.home .membership a.standout {
    margin-top: 4.4922vh;
    font-size: 0.8em;
  }

  /* grid for fea form */
  body.home form#find-an-fea-form {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3.9063vw;
    justify-items: start;
    align-items: start;
  }

  body.home form#find-an-fea-form p,
  body.home form#find-an-fea-form select {
    grid-column-start: 2;
    grid-column-end: 3;
  }

  body.home form#find-an-fea-form p {
    grid-row-start: 1;
    grid-row-end: 2;
  }

  body.home form#find-an-fea-form p:first-child,
  body.home form#find-an-fea-form select:first-of-type {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  body.home form#find-an-fea-form input[type='button'] {
    grid-column-start: 2;
    grid-column-end: 3;
    justify-self: end;
    margin-top: 1.9531vh;
  }

  /* ------------------------------------------------------------- *
   * News block
   * ------------------------------------------------------------- */

  body.home .news {
    margin-top: 6.8359vh;
    margin-left: -35.4583vw;
    margin-right: -7.0313vw;
    padding: 6.3477vh 6.5104vw 8.7891vh 7.0313vw;
    background-color: #edeeef;
  }

  /* style override of default */
  body.home .news h2 {
    font-size: 1.6667em;
    line-height: 1.28;
    letter-spacing: 0.02em;
    padding-right: 0;
  }

  body.home .news .news-item {
    display: grid;
    grid-template-rows: repeat(3, max-content);
    /* craziness to support minimal markup in the html with no changes from news-reel markup */
    /* consider the first 2 columns and the last 2 columns as clusters with the central column replacing grid-column-gap */
    /* col 1 spaces the text when it's on the left, col 3 does similar service when text is on the right */
    /* other elements span their respective cluster for the side they appear on */
    /* col 2 must be slightly less of a fractional value than its mate col 5 due to col 1 being larger than col 5 */
    grid-template-columns: 6.5104vw 0.98fr 1.5265vw 4.9839vw 1.02fr; /* repeat(4, auto); */
    justify-items: start;
    align-items: stretch;
    margin-top: 6.0547vh;
  }

  body.home .news .news-item img {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 4;
    grid-column-end: 6;
  }

  body.home .news .news-item:nth-child(2n + 1) img {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  body.home .news .news-item .date-and-category {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
  }

  body.home .news .news-item .date,
  body.home .news .news-item .category {
    font-size: 0.9333em;
  }

  body.home .news .news-item .title {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    margin-right: 2.6042vw;
    font-size: 1.2em;
    line-height: 1.3333;
  }

  body.home .news .news-item a.standout {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
    align-self: start;
    font-size: 0.7827em;
    line-height: 1.8;
  }

  body.home .news .news-item:nth-child(2n + 1) .date-and-category,
  body.home .news .news-item:nth-child(2n + 1) .title,
  body.home .news .news-item:nth-child(2n + 1) a.standout {
    grid-column-start: 5;
    grid-column-end: 6;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-brand {
    min-width: 140px;
    max-width: 140px;
  }
  .navbar-brand img {
    width: 132px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
  }
}

/* Reset for Wider Screens */
@media (min-width: 1366px) {
  .container {
    max-width: 100%;
  }

  .navbar {
    height: 90px;
  }

  /* bootstrap override navbar background color */
  body.home .navbar.bg-light {
    background-color: transparent !important; /* bootstrap nukes, so we must nuke */
  }

  body.home .navbar.bg-light.FEA-program {
    /* the navbar needs a background on the intentional overflow scroll section. The class will have to be applied with JS */
    background-color: #fafafa !important;
  }

  .navbar-brand {
    min-width: 240px;
    max-width: 240px;
  }

  .navbar-brand img {
    width: 132px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
  }

  body.home {
    font-size: 1.0248vw; /* ~ 14px at 1366px viewport width */
  }

  body.home h1 {
    margin-top: 3.2211vw;
    font-size: 2.8571em;
    line-height: 1.25;
  }

  body.home h2 {
    font-size: 1.4286em;
    line-height: 1.3;
  }

  body.home p {
    padding-right: 2.1962vw;
  }

  body.home p.subtitle {
    padding-right: 0;
    font-size: 1em;
    line-height: 1.5714;
  }

  body.home select {
    display: inline-block;
    width: 19.3997vw;
    font-size: 0.8571em;
    line-height: 1.2;
    vertical-align: bottom;
  }

  body.home form input[type='button'] {
    display: inline-block;
    float: none;
    margin-top: 0;
    padding: 0.6589vw 0.8785vw;
    vertical-align: bottom;
    font-size: 0.8436em;
    line-height: 1.1668;
  }

  body.home form#how-can-we-help-form {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  /* remove top padding from sections */
  body.home .main > .section,
  body.home .main > .section:first-child {
    /* make sure specificity doesn't bite us */
    padding-top: 0;
  }

  body.home .home-1,
  body.home .home-2,
  body.home .home-3 {
    display: grid;
    grid-template-rows: minmax(0, min-content) max-content;
    grid-auto-rows: max-content;
    min-height: 100%;
    grid-template-columns: 40.5737fr 13.832fr 45.5943fr;
    justify-items: start;
    align-items: start;
    height: auto;
    margin-left: 17.8623vw;
    padding: 10.8346vw 6.8814vw 0 3.8067vw;
  }

  body.home .home-1 {
    background-color: transparent;
    background-image: linear-gradient(to right, #edeeef 0%, #edeeef 50%, transparent 50%);
  }

  body.home .home-2,
  body.home .home-3 {
    padding-top: 8.4919vw;
  }

  body.home .home-3 {
    grid-template-rows: repeat(3, minmax(0, min-content)) max-content;
  }

  body.home .home-1 h1,
  body.home .home-2 h1,
  body.home .home-3 h1 {
    position: relative;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    z-index: 1000;
  }

  body.home .home-2 h1,
  body.home .home-3 h1 {
    margin-top: 5.4173vw;
  }

  body.home .home-1 p,
  body.home .home-2 p,
  body.home .home-3 p {
    position: relative;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  body.home .home-1 .doormat,
  body.home .home-2 .doormat,
  body.home .home-3 .doormat {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 4;
    z-index: 500;
  }

  /* ------------------------------------------------------------- *
   * Section nav module
   * ------------------------------------------------------------- */
  body.home .section-nav {
    top: 21.2299vw;
    left: 3.9531vw;
    width: 13.9092vw;
    padding-right: 0.8785vw; /* ~12px or the gutter size at 1366 */
  }

  body.home .section-nav .section-link {
    font-size: 0.9286em;
  }

  body.home .section-nav .section-link.active {
    font-weight: 600;
  }

  body.home .section-nav .section-link:last-child {
    min-height: 3.0769em; /* tie to font size as screen height is much more variable */
  }

  body.home .home-3 .section-nav {
    top: 21.2299vw;
  }

  /* ------------------------------------------------------------- *
   * Doormat module
   * ------------------------------------------------------------- */
  body.home .doormat {
    margin: 0;
  }

  body.home .doormat-trigger {
    right: 6.2069%;
    bottom: 8.9552%;
    width: 18.9655%;
    height: 27.3632%;
    font-size: 1em;
  }

  /* alternate bottom for home-2, home-3 */
  body.home .home-2 .doormat-trigger,
  body.home .home-3 .doormat-trigger {
    bottom: -4.4776%;
  }

  /* ------------------------------------------------------------- *
   * News reel module (slickified)
   * ------------------------------------------------------------- */
  body.home .news-reel-wrapper {
    left: 21.669vw;
    height: 10.981vw;
  }

  body.home .news-reel .news-item {
    height: 10.981vw;
    padding-right: 7.3206vw;
  }

  body.home .news-reel .news-item img {
    width: 16.1054vw;
    margin-right: 2.7086vw;
  }

  body.home .news-reel .news-item .date,
  body.home .news-reel .news-item .category {
    margin-top: 2.5622vw;
    padding: 0;
    font-size: 1em;
  }

  body.home .news-reel .news-item .title {
    width: 40.6296vw;
    margin-top: 0;
    font-size: 1.2857em;
    line-height: 1.4444;
  }

  body.home .news-reel a.standout {
    margin-top: 0.4392vw;
    font-size: 0.9286em;
    line-height: 1.95;
  }

  body.home .news-reel .slick-next {
    left: auto;
    right: 0;
    width: 2.123vw;
  }

  body.home .news-reel .slick-dots {
    left: 18.814vw;
  }

  /* ------------------------------------------------------------- *
   * Membership block
   * ------------------------------------------------------------- */
  body.home .membership {
    left: 26.2078vw;
    right: 6.8814vw;
    height: 13.3vw;
  }

  body.home .home-3 .membership {
    grid-column-start: 1;
    grid-column-end: 4;
    left: auto;
    right: auto;
    margin-left: -3.6603vw;
    margin-top: 0;
    width: 105.1125%;
  }

  body.home .membership-benefits {
    box-sizing: border-box;
    width: 34.1874vw;
    padding: 3.6603vw 2.5622vw 2.3426vw 2.489vw;
  }

  body.home .home-3 .membership-benefits {
    padding-right: 2.3426vw;
  }

  body.home .membership-benefits blockquote {
    font-size: 1.4286em;
    line-height: 1.45;
  }

  body.home .membership-benefits blockquote::before {
    font-size: 1.9em;
    line-height: 1.2;
  }

  body.home .membership a.standout {
    margin-top: 0.9517vw;
    margin-left: 1.8462em;
    font-size: 0.9286em;
  }

  body.home .membership-find-help {
    padding: 2.9283vw 3.0747vw 2.6354vw 3.6603vw;
  }

  body.home .home-3 .membership-find-help {
    padding-left: 2.6354vw;
  }

  body.home form#find-an-fea-form {
    grid-template-columns: repeat(2, 1fr) min-content;
    grid-column-gap: 2.6354vw;
  }

  body.home form#find-an-fea-form select {
    width: 12.9575vw;
  }

  body.home form#find-an-fea-form input[type='button'] {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 4;
    margin-top: 0;
  }

  /* ------------------------------------------------------------- *
   * News block
   * ------------------------------------------------------------- */
  body.home .news {
    margin-top: 7.1742vw;
    margin-right: -6.8814vw;
    margin-left: -21.6691vw;
    padding-right: 9.3704vw;
    padding-bottom: 13.5432vw;
    padding-left: 17.5695vw;
  }

  body.home .home-3 .news {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  body.home .news h2 {
    margin-left: 2.5622vw;
    font-size: 1.7857em;
    line-height: 1.28;
  }

  body.home .news .news-item {
    margin-top: 0;
    /* different craziness from tablet */
    grid-template-rows: 1fr repeat(3, minmax(0, auto)) 1fr;
    grid-template-columns: 3.521fr 41.448fr 3.521fr 40.24fr 11.26fr;
  }

  body.home .news .news-item:first-of-type {
    margin-top: 4.6120vw;
  }

  body.home .news .news-item img {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 3;
    grid-column-end: 5;
  }

  body.home .news .news-item:first-of-type img {
    grid-column-end: 6;
  }

  body.home .news .news-item:nth-child(2n + 1) img {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  body.home .news .news-item .date-and-category {
    grid-row-start: 2;
    grid-row-end: 3;
  }

  body.home .news .news-item .date,
  body.home .news .news-item .category {
    padding: 0;
    font-size: 1em;
  }

  body.home .news .news-item .title {
    grid-row-start: 3;
    grid-row-end: 4;
    padding: 0;
    margin-right: 0;
    font-size: 1.2857em;
    line-height: 1.4444;
  }

  body.home .news .news-item:nth-child(2n) .title {
    padding-right: 4.9780vw;
  }

  body.home .news .news-item a.standout {
    grid-row-start: 4;
    grid-row-end: 5;
    font-size: 0.9286em;
  }

  body.home .news .news-item:nth-child(2n + 1) .date-and-category,
  body.home .news .news-item:nth-child(2n + 1) .title,
  body.home .news .news-item:nth-child(2n + 1) a.standout {
    grid-column-start: 4;
    grid-column-end: 5;
  }
}

/* Reset for Widest Screens MAX Add Whitespace on both sides */
@media (min-width: 1900px) {
  .container {
    max-width: 1900px;
  }
}