:root {
  --iv-blue: #006880;
  --white: white;
  --gray\<deleted\|variable-6713fd05\>: #373935;
  --iv-orange: #e76127;
  --iv-yellow: #f99d22;
  --black: black;
  --iv-light-blue: #edf9f8;
}

body {
  color: #333;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: #000;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 3.2rem;
}

h2 {
  color: #e76127;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
}

h3 {
  color: var(--iv-blue);
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
}

h4 {
  color: #333;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.35rem;
}

h5 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

h6 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 700;
  line-height: .9rem;
}

p {
  color: #333;
  width: 100%;
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 24px;
}

a {
  color: #00a6cc;
  line-height: 20px;
  text-decoration: none;
}

a:hover {
  color: #005367;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.75rem;
}

.sitewide-nav {
  z-index: 10000;
  background-color: #ffffff80;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  height: auto;
  padding: 0;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
}

.dropdown {
  text-align: center;
  border: 1px solid #818181;
  border-top-style: none;
  width: 100%;
  display: inline-block;
}

.dropdown:hover {
  border-color: #443b51;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.dropdown-toggle.w--open:hover {
  color: #fff;
  background-color: #443b51;
}

.icon {
  width: 100%;
  max-width: 62px;
  margin-right: 15px;
}

.dropdown-list.w--open {
  background-color: #443c51;
}

.dropdown-menu {
  color: #fff;
  transition: all .2s;
}

.dropdown-menu:hover {
  background-color: #544964;
}

.dropdown-menu.w--current {
  color: #fff;
  background-color: #544964;
}

.c-navigation-2 {
  z-index: 50;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  font-family: Lato, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 8px 2px #0000001a;
}

.c-navigation-link {
  color: var(--gray\<deleted\|variable-6713fd05\>);
  text-transform: uppercase;
  text-shadow: none;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1rem;
  font-weight: 700;
}

.c-logo-white {
  text-shadow: 0 0 6px #000, 1px 1px 6px #000;
  position: absolute;
  top: 16px;
  left: 26px;
}

.c-navigation-search-icon {
  color: #fff;
  align-self: center;
  margin-right: 25px;
  font-size: 1.25rem;
}

.c-navigation-search-icon.is-bars {
  display: none;
}

.c-navigation-links {
  color: #940b32;
  display: flex;
}

.bold-text-4 {
  color: var(--gray\<deleted\|variable-6713fd05\>);
  text-shadow: none;
  font-family: Fontawesome;
}

.c-logo {
  display: none;
}

.c-navigation-search {
  display: flex;
}

.btn-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #961932;
  margin-bottom: 20px;
  padding: 16px 35px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: all .25s;
}

.btn-3:hover {
  color: #fff;
  background-color: #c51b42;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.btn-3.is-btn-small {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: auto;
  font-size: .9rem;
}

.btn-3.is-btn-small.is-nav-btn {
  margin-bottom: 0;
  padding: 8px 35px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.logo-link-block:hover {
  padding-top: 0;
  padding-bottom: 0;
}

.donate-footer {
  width: 100%;
}

.footer-desktop {
  display: block;
}

.footer-tablet, .footer-mobile-landscape, .footer-mobile-portrait {
  display: none;
}

.dropdown-2 {
  z-index: 10000;
  width: 50px;
  font-family: Fontawesome;
  position: fixed;
  top: 0;
  left: 0;
}

.dropdown-menu-2 {
  color: #fff;
  transition: all .2s;
}

.dropdown-menu-2:hover, .dropdown-menu-2.w--current {
  color: #fff;
  background-color: #544964;
}

.iv_donation-section {
  -webkit-text-fill-color: inherit;
  background-color: #f2f2f2;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px;
  display: flex;
}

.iv_gt-p-small {
  color: #909090;
  margin-bottom: 1.2em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.iv_gt-donate-left {
  opacity: 1;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 60%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
  top: -50px;
  box-shadow: 1px 1px 7px #00000040;
}

.iv_gt-donate-right {
  width: 100%;
  max-width: 40%;
  padding: 1.5em;
}

.iv_gt-nav-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
}

.body-3 {
  object-fit: cover;
  font-family: Avenirltstd, sans-serif;
}

.iv_gt-callout-container {
  color: #0dc000;
  background-color: #fff;
  margin-bottom: 2em;
  padding: 1.2em 1.2em .1em;
  box-shadow: 1px 1px 7px #00000040;
}

.iv_gt-donate-container {
  width: 100%;
  height: auto;
  position: relative;
}

.iv_gt-h2 {
  color: var(--iv-orange);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Kapraneuepro Condensed, sans-serif;
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1em;
}

.iv_gt-donate-btn {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32%;
  height: 60px;
  margin-bottom: 15px;
  padding: 18px 48px 12px;
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
  transition: all .2s;
  display: flex;
}

.iv_gt-donate-btn:hover {
  border-color: #2c2c2c;
  text-decoration: none;
}

.iv_gt-donate-btn:focus {
  color: #0094c9;
  background-color: #e0f9ff;
  border-color: #026880;
  font-weight: 500;
}

.iv_gt-donate-btn.w--current {
  border-color: var(--iv-orange);
  background-color: var(--iv-orange);
  color: #fff;
  font-weight: 500;
}

.iv_gt-donate-btn.selected {
  background-color: var(--iv-blue);
  color: #fff;
}

.dollar-sign {
  margin-top: -9px;
  margin-right: 2px;
  font-size: 18px;
}

.iv_gt-impact-content {
  background-color: #daeff4;
  border: 3px #daeff4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 16px 10px;
  display: flex;
}

.iv_gt-icon-container {
  align-items: flex-start;
  display: flex;
}

.iv_gt-img-icon {
  object-fit: contain;
  width: 100%;
  max-width: 50px;
  margin-right: 15px;
}

.link {
  color: #0071b3;
  text-decoration: underline;
}

.text-span {
  color: #3adb00;
}

.iv_gt-h3 {
  color: var(--iv-orange);
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.7rem;
}

.iv_gt-width {
  border-radius: 25px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.iv_gt-width.flex {
  display: flex;
}

.iv_gt-cta-container {
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.iv_gt-btn {
  background-color: var(--white);
  color: #e76127;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-top: 15px;
  padding: 12px 25px 8px;
  font-family: Avenirltstd, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
}

.iv_gt-btn:hover {
  border-color: var(--iv-yellow);
  background-color: var(--iv-yellow);
  color: var(--white);
  padding-top: 12px;
  padding-bottom: 8px;
  text-decoration: none;
}

.iv_gt-btn.orange {
  border-color: var(--iv-orange);
  background-color: var(--iv-orange);
  color: var(--white);
}

.iv_gt-column-container {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  object-fit: contain;
  display: flex;
}

.iv_quote-section {
  width: 100%;
  max-width: 100%;
  padding: 0 2.5em 4.5em;
}

.iv_gt-p {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.3em;
  line-height: 1.5em;
}

.iv_gt-img-group {
  object-fit: contain;
  overflow: hidden;
}

.iv_gt-quote-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.iv_gt-p-attribution {
  text-transform: uppercase;
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.25em;
}

.iv_gt-h2-white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 8px #000000a1;
  width: 100%;
  margin-top: 0;
  font-family: Kapraneuepro Condensed, sans-serif;
  font-size: 3.4em;
  font-weight: 700;
  line-height: 1em;
}

.iv_gt-hero-section {
  background-color: #f26026;
  padding: 6em 2.5em;
}

.iv_help-section {
  width: 100%;
  max-width: 100%;
  padding: 6em 2.5em;
}

.iv_cta-section {
  background-image: url('../images/photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 450px;
  padding: 4.5em 2.5em;
  display: flex;
}

.iv_gt-p-quote {
  color: var(--iv-blue);
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.iv_gt-nav-img-logo {
  width: 100%;
  max-width: 200px;
}

.iv_gt-donation {
  line-height: 100%;
}

.iv_gt-column-60 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  padding-right: 4em;
  display: flex;
}

.iv_gt-column-40 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.iv_gt-column-50 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.iv_gt-h4 {
  color: #777;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: 900;
  line-height: 1.5em;
}

.iv_gt-p-impact {
  color: #1090c8;
  text-align: left;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5em;
}

.fpo-donate1, .fpo-donate2, .fpo-donate3 {
  opacity: .45;
}

.iv_gt-askarray-container {
  justify-content: space-between;
  padding-top: .5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.iv_gt-impact-container {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.iv_gt-column-container2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.iv_gt-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.iv_gt-column-container1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #e0e0e0;
  width: 100%;
}

.image-2 {
  opacity: .45;
  width: 100%;
}

.iv_container-photo-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px;
  padding-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iv_image-2 {
  border: 3px solid #f99d21;
  border-radius: 20px;
  width: 100%;
  max-width: 32.5%;
}

.iv_image-2._1 {
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.iv_image-2._3 {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.div-block {
  z-index: -1;
  background-color: #f25f26;
  height: 75%;
  margin-top: -4px;
  position: absolute;
  inset: 0%;
}

.iv-h3-teal {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
}

.iv_gt-img-group2 {
  object-fit: contain;
  overflow: hidden;
}

.fpo-donate1-copy, .fpo-donate2-copy {
  opacity: .45;
  display: none;
}

.image-2-copy {
  opacity: .45;
  width: 100%;
  display: none;
}

html.w-mod-js [data-ix="scroll-reveal"] {
  opacity: 0;
  transform: translate(0, 30px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  h3 {
    font-size: 1.4rem;
    line-height: 1.65rem;
  }

  h4 {
    margin-top: 20px;
    font-size: 19px;
    line-height: 22px;
  }

  h5, h6 {
    margin-top: 20px;
  }

  .icon {
    font-size: 20px;
  }

  .c-navigation-search-icon.is-bars {
    margin-right: 10px;
    display: block;
  }

  .c-navigation-links, .btn-3.is-btn-small.is-nav-btn, .btn-3.is-btn-small.is-nav-btn, .footer-desktop {
    display: none;
  }

  .footer-tablet {
    display: block;
  }

  .iv_donation-section {
    background-image: none;
    flex-direction: column;
    height: auto;
    padding-bottom: 113px;
    padding-left: 0;
    padding-right: 0;
  }

  .iv_gt-donate-left {
    top: 0;
  }

  .iv_gt-h2 {
    margin-bottom: 15px;
  }

  .iv_gt-donate-btn {
    max-width: 32%;
  }

  .iv_gt-cta-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .iv_gt-btn {
    margin-top: 10px;
  }

  .iv_gt-btn.orange {
    margin-left: auto;
    margin-right: auto;
  }

  .iv_gt-column-container {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column-reverse wrap;
  }

  .iv_quote-section {
    padding-top: 0;
    padding-bottom: 3em;
  }

  .iv_gt-p {
    font-size: 1.1em;
  }

  .iv_gt-img-group {
    aspect-ratio: 1;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .iv_gt-p-attribution {
    max-width: 400px;
  }

  .iv_gt-h2-white {
    font-size: 3em;
  }

  .iv_gt-hero-section, .iv_help-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .iv_cta-section {
    min-height: 350px;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .iv_gt-p-quote {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .iv_gt-column-60 {
    align-items: center;
    max-width: 472px;
    padding-right: 0;
  }

  .iv_gt-column-40 {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .iv_gt-column-50 {
    max-width: 48%;
  }

  .iv_gt-column-container2 {
    flex-direction: row;
  }

  .iv_gt-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .iv_gt-column-container1 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .image {
    object-fit: cover;
  }

  .iv_image-2 {
    border-width: 2px;
  }

  .iv-h3-teal {
    text-align: center;
    max-width: 500px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .iv_gt-img-group2 {
    aspect-ratio: 1;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h3 {
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  h4 {
    font-size: 16px;
    line-height: 19px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .icon {
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .btn-3 {
    width: 100%;
  }

  .footer-tablet {
    display: none;
  }

  .footer-mobile-landscape {
    display: block;
  }

  .iv_donation-section {
    padding-bottom: 93px;
    padding-left: 0;
    padding-right: 0;
  }

  .iv_gt-p-small {
    line-height: 1.3em;
  }

  .iv_gt-donate-left, .iv_gt-donate-right {
    max-width: 100%;
  }

  .iv_gt-h2 {
    font-size: 3em;
  }

  .iv_gt-width.flex {
    flex-direction: column;
  }

  .iv_gt-btn {
    justify-content: center;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 8px;
    font-size: 1.2em;
    display: flex;
  }

  .iv_gt-btn.orange {
    border-color: var(--iv-orange);
    background-color: var(--iv-orange);
    color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .iv_gt-column-container {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column-reverse;
    max-width: 100%;
  }

  .iv_gt-img-group {
    aspect-ratio: 3 / 2;
    max-width: 100%;
    margin-bottom: 2em;
  }

  .iv_gt-quote-center {
    flex-direction: column;
  }

  .iv_gt-p-attribution {
    max-width: 300px;
  }

  .iv_gt-hero-section {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .iv_help-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    display: flex;
  }

  .iv_gt-column-60 {
    max-width: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .iv_gt-column-40 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .iv_gt-column-50 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .iv_gt-p-impact {
    font-size: 16px;
  }

  .fpo-donate1, .fpo-donate2 {
    display: none;
  }

  .iv_gt-column-container2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    max-width: 100%;
  }

  .iv_gt-content {
    max-width: 100%;
  }

  .iv_gt-column-container1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    max-width: 100%;
  }

  .image-2 {
    display: none;
  }

  .iv_container-photo-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .iv_image-2 {
    max-width: 33%;
  }

  .iv_image-2._1 {
    border-radius: 0 10px 10px 0;
    max-width: 30%;
  }

  .iv_image-2._2 {
    border-radius: 10px;
    max-width: 38%;
  }

  .iv_image-2._3 {
    border-radius: 10px 0 0 10px;
    max-width: 30%;
  }

  .iv_gt-img-group2 {
    aspect-ratio: 3 / 2;
    max-width: 100%;
    margin-bottom: 1em;
  }

  .fpo-donate1-copy, .fpo-donate2-copy {
    display: block;
  }

  .image-2-copy {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  h4 {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: .8rem;
  }

  p {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-mobile-landscape {
    display: none;
  }

  .footer-mobile-portrait {
    display: block;
  }

  .iv_donation-section {
    background-position: 0 0, 71%;
  }

  .iv_gt-donate-right {
    padding: 15px;
  }

  .iv_gt-h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 2.3rem;
  }

  .iv_gt-donate-btn {
    max-width: 28%;
    padding-left: 41px;
    padding-right: 41px;
  }

  .iv_gt-impact-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .iv_gt-h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .iv_gt-cta-container {
    max-width: 280px;
  }

  .iv_gt-btn {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .iv_quote-section {
    padding: 2.5em 1.5em;
  }

  .iv_gt-img-group {
    display: block;
  }

  .iv_gt-h2-white {
    font-size: 2.5em;
  }

  .iv_gt-hero-section, .iv_help-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .iv_cta-section {
    min-height: 300px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .iv_gt-p-quote {
    font-size: 1.2em;
  }

  .iv_gt-column-60 {
    max-width: 100%;
  }

  .iv_gt-p-impact {
    font-size: 14px;
  }

  .iv_image-2._1 {
    max-width: 28%;
  }

  .iv_image-2._2 {
    max-width: 42%;
  }

  .iv_image-2._3 {
    max-width: 28%;
  }

  .iv-h3-teal {
    line-height: 1.4em;
  }

  .iv_gt-img-group2 {
    display: block;
  }
}


@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype'), url('../fonts/AvenirLTStd-Heavy.otf') format('opentype'), url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-BookOblique.otf') format('opentype'), url('../fonts/AvenirLTStd-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-BlackOblique.otf') format('opentype'), url('../fonts/AvenirLTStd-HeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kapraneuepro Condensed';
  src: url('../fonts/KapraNeuePro-BoldCondensedRounded.otf') format('opentype'), url('../fonts/KapraNeuePro-BoldCondensedRounded.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kapraneuepro Condensed';
  src: url('../fonts/KapraNeuePro-BoldItalicCondensedRounded.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kapraneuepro Condensed';
  src: url('../fonts/KapraNeuePro-MediumCondensedRounded.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}