body {
  font-family: 'Avenirltstd book', sans-serif;
  color: #6d6e71;
  font-size: 14px;
  line-height: 1.65em;
  font-weight: 500;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #006880;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #006880;
  font-size: 2.45em;
  line-height: 1.2em;
  font-weight: 700;
  width: 100%;
}

h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #006880;
  font-size: 1.9em;
  line-height: 1.2em;
  font-weight: 700;
  width: 100%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #006880;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  width: 100%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  width: 100%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  width: 100%;
}

p {
  margin-bottom: 10px;
  font-size: 1.25em;
  line-height: 1.65em;
  width: 100%;
}

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

a:hover {
  text-decoration: underline;
}

img {
  display: inline-block;
}

label {
  display: block;
  margin-bottom: 2px;
  font-size: 0.9em;
  line-height: 1.65em;
  font-weight: 700;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px none #e2e2e2;
  color: #006880;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.btn {
  display: inline-block;
  margin-bottom: 20px;
  padding: 19px 35px 15px;
  border: 1px solid #e76127;
  border-radius: 3px;
  background-color: #e76127;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  border-color: #95c93d;
  background-color: #95c93d;
  text-decoration: none;
}

.btn.sticky-nav-btn {
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-top: 14px;
  padding-bottom: 12px;
  font-size: 1.15em;
  line-height: 1em;
}

.btn.white {
  background-color: #fff;
  box-shadow: 1px 1px 10px -7px rgba(0, 0, 0, 0.1);
  color: #e76127;
}

.btn.white:hover {
  border-color: #95c93d;
  background-color: #95c93d;
  color: #fff;
}

.btn.card-2 {
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-top: 14px;
  padding-bottom: 12px;
  font-size: 1.15em;
  line-height: 1em;
}

.big-para {
  font-size: 1.5em;
  line-height: 1.65em;
}

.footer {
  width: 100%;
  max-width: 2000px;
  padding: 50px;
  background-color: #e76127;
  text-align: center;
}

.footertext {
  color: #f1f1f1;
}

.blue-txt {
  color: #006880;
}

.white-txt {
  color: #fff;
}

.amt-btn {
  width: 23%;
  padding-top: 20px;
  padding-right: 18px;
  padding-bottom: 20px;
  border-radius: 3px;
  background-color: #e76127;
  font-size: 1.5em;
  text-align: center;
}

.amt-btn:hover {
  background-color: #f99d22;
  color: #fff;
  text-decoration: none;
}

.amt-btn:focus {
  background-color: #fff;
  color: #e76127;
}

.array-btns {
  display: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-div {
  position: absolute;
  left: 4%;
  top: 60px;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: none;
  margin-bottom: 75px;
}

.field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 45px;
  -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;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #a7a9ac;
  color: #fff;
  text-align: center;
}

.form {
  display: none;
}

.form-wrapper {
  margin-bottom: 0px;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 2000px;
  height: 750px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo {
  display: block;
}

.hero-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  max-width: 740px;
  min-width: 600px;
  padding: 40px 7vw 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  box-shadow: none;
}

.text-field {
  height: 45px;
  margin-left: 1px;
  padding-right: 22px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.content-wide {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-wide.flex-content {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-medium {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.content-medium.is-centered-tex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content-narrow {
  display: block;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.content-narrow.centered-content {
  text-align: center;
}

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

.iconlabel {
  margin-bottom: 10px;
  color: #006880;
  font-size: 1.45em;
  font-weight: 700;
}

.icondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-3 {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.icons {
  display: none;
  padding: 80px 35px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.iconblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21%;
  max-width: 225px;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.icondescription {
  font-size: 1.15em;
  line-height: 1.5em;
}

.icondescription.white {
  color: #fff;
}

.quote-rotator {
  display: none;
  height: 90vh;
}

.trust-signals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3em;
}

.image-4 {
  margin-right: 10px;
}

.secure-txt {
  position: relative;
  top: 5px;
}

.pushdown-cta {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.pushdown-headline-text {
  margin-right: 25px;
  margin-left: 25px;
  color: #e76127;
  font-size: 1.8em;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.financial-accountability {
  width: 100%;
  max-width: 2000px;
  padding: 70px 7vw 100px;
  background-color: #fff;
}

.flex-left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-right-col {
  display: none;
  width: 50%;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-5 {
  max-width: 120px;
}

.image-6 {
  max-width: 160px;
}

.block-quote {
  display: none;
  margin-top: 55px;
}

.text-span {
  color: #6d6e71;
  font-size: 0.7em;
}

.final-cta {
  display: none;
  padding: 80px 30px 90px;
  background-color: #006880;
}

.div-block-16 {
  display: -ms-grid;
  display: grid;
  width: 80%;
  height: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-align-quote {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.75em;
  text-align: left;
}

.left-align-quote.light-quote {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
}

.slide {
  background-image: url('../images/IV-Quote-Taylor-compressor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.angel {
  background-image: url('../images/IV-Quote-Angel-compressor.jpg');
}

.slide.bennett {
  background-image: url('../images/Bennett-03.jpg');
}

.text-span-2 {
  font-size: 0.8em;
  line-height: 0.65em;
}

.icon {
  width: 120px;
  margin-bottom: 15px;
  color: #006880;
}

.icon.leader {
  width: 50px;
}

.icon.world {
  width: 77px;
}

.icon.discipled {
  width: 140px;
}

.icon.scripture {
  width: 85px;
}

.icon.questions {
  width: 95px;
}

.icon-2 {
  color: #006880;
}

.slide-nav {
  z-index: 4;
}

.sitewide-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: hsla(0, 0%, 100%, 0.5);
}

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

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

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

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

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

.dropdown-menu {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

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

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

.divot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2000px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e76127;
}

.image-16 {
  margin-top: -1px;
  margin-left: 20%;
  -webkit-filter: brightness(0%) invert(100%) grayscale(100%);
  filter: brightness(0%) invert(100%) grayscale(100%);
}

.video-section {
  position: relative;
  z-index: 10;
  display: none;
  width: 100%;
  max-width: 2000px;
  padding-bottom: 120px;
  background-color: #f1f1f1;
  opacity: 0.1;
}

.video-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 7vw 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-text h3 {
  color: #e76127;
  font-size: 1.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.video-text h4 {
  color: #e76127;
}

.table-intro-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 650px;
  max-width: 2000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.table-intro-text-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 15vh 7vw 17vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.table-intro-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/lp-2014.06.16_Matt-Kirk_0039.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.scroll-trigger {
  position: absolute;
  z-index: 9999;
  width: 10px;
  height: 10px;
  background-color: transparent;
}

.scroll-trigger.topbar-hide {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 80%;
  height: 5000px;
}

.table-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 4% 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.06);
}

.table-intro-edge-blue {
  position: absolute;
  top: auto;
  bottom: 50%;
  z-index: 6;
  display: none;
  width: 200%;
  height: 120%;
  background-color: rgba(0, 104, 128, 0.8);
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.table-intro-edge-orange {
  position: absolute;
  top: auto;
  bottom: 110%;
  z-index: 7;
  display: none;
  width: 200%;
  height: 70%;
  background-color: #95c93d;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.icon-text-reveal {
  position: relative;
  overflow: hidden;
  color: #6d6e71;
  width: 100%;
}

.icon-text-reveal-cover {
  height: 1px;
}

.c-icon-group-thirds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quote-image {
  width: 250px;
  height: 250px;
  margin-bottom: 25px;
  border-top: 8px solid #e76127;
  border-left: 8px solid #e76127;
  border-radius: 50px 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-size: 125px;
  box-shadow: none;
}

.quote-image.emily {
  border-top-color: #95c93d;
  border-left-color: #95c93d;
  background-image: url('../images/33496-DSC00266_MattYuen_small.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
}

.quote-image.boyun {
  border-top-color: #95c93d;
  border-left-color: #95c93d;
  background-image: url('../images/33496-2-2019.06.19_PaulLee_0959.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.quote-image.tom {
  border-top-color: #95c93d;
  border-left-color: #95c93d;
  background-image: url('../images/quote-TomLetter1_notext.jpg');
  background-size: cover;
}

.quote-name {
  margin-top: 5px;
  margin-bottom: 0px;
}

.content-widest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-quotes {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 2000px;
  padding: 90px 7vw 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: none;
}

.plug-section {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  min-height: 650px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #fff;
  opacity: 0.1;
}

.plug-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 650px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/lp_CH-08.jpg');
  background-position: 100% 50%;
  background-size: cover;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plug-text-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.half-photo-text {
  font-weight: 400;
  text-align: left;
}

.half-photo-text h1 {
  font-size: 3.9em;
}

.half-photo-text strong {
  color: #e76127;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text {
  margin-bottom: 10px;
}

.hero-text h1 {
  font-size: 2.8em;
  line-height: 1.1em;
}

.hero-text strong {
  color: #e76127;
}

.give-text {
  width: 100%;
  margin-bottom: 30px;
}

.give-text h3 {
  color: #e76127;
  font-size: 1.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.give-text h2 {
  color: #fff;
}

.give-text p {
  color: #fff;
}

.give-word-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}

.give-words-container-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.give-word-right {
  margin-bottom: 14px;
  padding: 10px 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}

.give-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 2000px;
  padding: 80px 7vw 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e76127;
}

.give-section .btn.white {
  border-color: #fff;
}

.quote-notation {
  margin-top: 0px;
  color: #006880;
}

.god-cares-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.god-cares-text h3 {
  color: #e76127;
  font-size: 1.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.god-cares-text h4 {
  max-width: 550px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

.icon-conatiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 200px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}

.image-20 {
  max-width: 130px;
}

.hero-container {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-link {
  margin-right: 3px;
  margin-left: 3px;
  color: #fff;
}

.chart-text-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 7vw;
  padding-left: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
}

.table-section {
  width: 100%;
  max-width: 2000px;
  padding: 70px 7vw;
  background-color: #f1f1f1;
}

.one-is-loneliest-text {
  max-width: 600px;
  text-align: left;
}

.one-is-loneliest-text h1 {
  font-size: 3em;
  line-height: 1.1em;
}

.one-is-loneliest-text strong {
  color: #e76127;
}

.one-is-loneliest-text a {
  color: #006880;
}

.one-is-loneliest-text a:hover {
  text-decoration: none;
}

.hero-image {
  width: 60%;
  height: 100%;
  background-image: url('../images/hero-CH-06-copy.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

.footer-logo-conatiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.seal-of-transparency-logo {
  width: 170px;
  padding: 20px;
}

.ecfa-logo {
  width: 180px;
  padding: 20px;
}

.charity-navigator-logo {
  width: 210px;
  padding: 20px;
}

.excellence-of-giving-logo {
  width: 150px;
  padding: 20px;
}

.footer-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.iv-logo-white {
  display: none;
}

.hero-logo-wrapper {
  position: absolute;
  left: 4vw;
  top: 60px;
  z-index: 10;
}

.hero-logo {
  width: 240px;
}

.hero-logo-white {
  display: none;
  width: 240px;
}

.solution-section {
  width: 100%;
}

.text-full-wrapper {
  width: 100%;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 7vw 100px;
}

.icon1-grid4-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 8vh 8%;
}

.icon1-grid4-introtext {
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 6vh;
  margin-left: auto;
  text-align: center;
}

.icon1-grid4-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.icon1-grid4-wrapper {
  width: 40%;
  max-width: 450px;
  margin-bottom: 80px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon1-grid4-image {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
  object-fit: cover;
}

.icon1-grid4-text {
  margin-bottom: 10px;
}

.icondiv-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.superscript {
  position: relative;
  top: -15px;
  font-size: 0.5em;
}

.icons-2 {
  display: block;
  width: 100%;
  padding: 80px 35px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.icons-2.college-kids {
  padding-top: 150px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/2016.06.24_1429_Matt-Kirk-2000-compressor.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/2016.06.24_1429_Matt-Kirk-2000-compressor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.container {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.big-number {
  margin-bottom: 15px;
  color: #fff;
  font-size: 2.75em;
}

.centeredh2 {
  max-width: 90%;
  color: #006880;
  text-align: center;
}

.centeredh2.white {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

.ctabanner1-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ctabanner1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  max-width: 450px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fb-cta-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #fff;
}

.fb-cta-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 80px 7vw 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.fb-cta-wrapper.gray {
  min-height: 650px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/web-2017.04.06_1690_Jonathan-Gay.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/web-2017.04.06_1690_Jonathan-Gay.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.fb-cta-wrapper.slider {
  height: 100%;
  min-height: 650px;
  padding: 50px 0px;
  background-color: transparent;
}

.fb-cta-text {
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.fb-cta-text h1 {
  font-size: 3.9em;
}

.fb-cta-text strong {
  color: #e76127;
}

.alumni-text {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  width: 100%;
}

.alumni-text h1 {
  font-size: 3.9em;
}

.alumni-text h2 {
  color: #fff;
}

.alumni-text strong {
  color: #e76127;
}

.alumni-text em {
  color: #95c93d;
  font-style: normal;
}

.body-text {
  margin-bottom: 10px;
}

.body-text h1 {
  font-size: 2.8em;
  line-height: 1.1em;
}

.body-text strong {
  color: #004750;
}

.body-text em {
  color: #95c93d;
  font-style: normal;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 14px 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #5b8df8;
  color: #fff;
  text-decoration: none;
  margin-bottom: 60px;
}

.link-block-3:hover {
  text-decoration: none;
}

.fb-text {
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.image-21 {
  width: 17px;
  margin-top: 1px;
  margin-right: 8px;
  margin-bottom: 2px;
}

.image-22 {
  height: 24px;
}

.innovation-section {
  display: none;
  width: 100%;
  background-color: #a7a9ac;
}

.fun-headline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fun-heading {
  color: #fff;
  text-align: center;
}

.fun-heading-link, .fun-heading-link:hover {
  color: #fff;
}

.fun-heading-container {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 58px 4% 25px;
  border: 1px solid #47c0bb;
  border-radius: 15px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  background-color: #47c0bb;
}

.bold-text {
  color: #e76127;
}

.innovate-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #f1f1f1;
}

.mask {
  width: 100%;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.icon-4 {
  color: #e76127;
  font-size: 30px;
}

.icon-5 {
  color: #e76127;
  font-size: 30px;
}

.image-23 {
  width: 70%;
  height: 310px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.slider-text h3 {
  color: #e76127;
  font-size: 1.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slider-text h4 {
  max-width: 450px;
  font-size: 22px;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
  .btn {
    padding: 16px 25px 13px;
    font-size: 1em;
  }
  .btn.sticky-nav-btn {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1em;
  }
  .btn.card-2 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1em;
  }
  .logo-div {
    margin-bottom: 20px;
  }
  .hero {
    min-height: 0px;
    height: auto;
  }
  .hero-content {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: 0px;
    padding-top: 55px;
    padding-bottom: 70px;
    border-top-right-radius: 0px;
  }
  .content-wide {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .content-wide.flex-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .icondiv {
    margin-top: 35px;
  }
  .icons {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .iconblock {
    width: 43%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .quote-rotator {
    max-height: 1000px;
    min-height: 800px;
  }
  .pushdown-cta {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .pushdown-headline-text {
    max-width: 330px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .financial-accountability {
    padding-top: 55px;
  }
  .flex-left-col {
    width: 100%;
  }
  .flex-right-col {
    width: 50%;
  }
  .block-quote {
    font-size: 1.75em;
  }
  .final-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .slide {
    background-color: #ded8ca;
    background-image: -webkit-gradient(linear, right top, left top, from(#ded8ca), color-stop(97%, transparent)), url('../images/IV-Quote-Taylor-compressor.jpg');
    background-image: linear-gradient(270deg, #ded8ca, transparent 97%), url('../images/IV-Quote-Taylor-compressor.jpg');
    background-position: 0px 0px, 41% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .slide.angel {
    background-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(92%, transparent)), url('../images/IV-Quote-Angel-compressor.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(270deg, #000, transparent 92%), url('../images/IV-Quote-Angel-compressor.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 38% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, repeat, repeat;
  }
  .slide.bennett {
    background-image: url('../images/Bennett-03.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/Bennett-03.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 33% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }
  .icon-3 {
    font-size: 20px;
  }
  .video-section {
    padding-bottom: 0px;
  }
  .video-text-container {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 75px;
  }
  .video-text {
    max-width: 710px;
  }
  .table-intro-section {
    height: auto;
  }
  .table-intro-text-wrapper {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
  }
  .table-intro-photo {
    width: 100%;
    height: 65vw;
    min-height: 400px;
  }
  .table-container {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-icon-group-thirds {
    width: 40%;
    margin-right: 20px;
    margin-bottom: 35px;
    margin-left: 20px;
  }
  .quote-image {
    margin-bottom: 30px;
  }
  .content-widest {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-quotes {
    padding-right: 0vw;
    padding-bottom: 50px;
    padding-left: 0vw;
  }
  .plug-section {
    display: none;
  }
  .plug-photo {
    width: 100%;
    height: 65vw;
    min-height: 400px;
  }
  .plug-text-wrapper {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 90px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .iv-logo {
    display: none;
  }
  .pushdown-subhead-text {
    max-width: 240px;
  }
  .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-text {
    max-width: 680px;
  }
  .give-text {
    max-width: 680px;
  }
  .give-words-container-desktop {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .give-section {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 65px;
  }
  .god-cares-text {
    max-width: 710px;
  }
  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .table-section {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .hero-image {
    width: 100%;
    height: 500px;
  }
  .footer-logo-conatiner {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .seal-of-transparency-logo {
    width: 150px;
  }
  .ecfa-logo {
    width: 160px;
  }
  .charity-navigator-logo {
    width: 190px;
  }
  .excellence-of-giving-logo {
    width: 130px;
  }
  .footer-logo-wrapper {
    width: 50%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .iv-logo-white {
    display: block;
  }
  .hero-logo {
    display: none;
  }
  .hero-logo-white {
    display: inline-block;
  }
  .icon1-grid4-wrapper {
    width: 100%;
  }
  .icondiv-2 {
    margin-top: 35px;
  }
  .icons-2.college-kids {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .ctabanner1-wrapper {
    width: 50%;
  }
  .fb-cta-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .fb-cta-wrapper {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .fb-cta-wrapper.gray {
    min-height: 600px;
  }
  .body-text {
    max-width: 680px;
  }
  .innovate-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .slider-text {
    max-width: 710px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.45em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.25em;
  }
  .btn {
    width: 100%;
  }
  .btn.sticky-nav-btn {
    border-radius: 0px;
  }
  .btn.white {
    width: 83%;
  }
  .btn.card-2 {
    border-radius: 0px;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .white-txt.centered-txt.big-para {
    font-size: 1.25em;
  }
  .amt-btn {
    width: 23%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .array-btns {
    padding-right: 30px;
    padding-left: 30px;
  }
  .form-wrapper {
    width: 100%;
  }
  .logo {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-content {
    width: 100%;
  }
  .content-wide.flex-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icondiv {
    margin-top: 25px;
  }
  .iconblock {
    width: 41%;
  }
  .quote-rotator {
    height: 625px;
    max-height: auto;
    min-height: auto;
  }
  .trust-signals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-4 {
    color: #6d6e71;
  }
  .secure-txt {
    color: #6d6e71;
  }
  .pushdown-cta {
    height: 105px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pushdown-headline-text {
    max-width: 270px;
    font-size: 1.3em;
  }
  .div-block-2 {
    margin-bottom: 5px;
  }
  .flex-left-col {
    width: 100%;
  }
  .flex-right-col {
    width: 100%;
    margin-bottom: 10px;
  }
  .block-quote {
    margin-top: 0px;
    padding: 0px;
    font-size: 1.5em;
    text-align: left;
  }
  .final-cta {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .div-block-16 {
    width: 70%;
    height: auto;
    justify-items: center;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .left-align-quote {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    color: #fff;
    font-size: 1.45em;
  }
  .slide {
    padding-top: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006880), to(#006880)), url('../images/IV-Quote-Taylor-compressor.jpg');
    background-image: linear-gradient(180deg, #006880, #006880), url('../images/IV-Quote-Taylor-compressor.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .slide.angel {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006880), to(#006880)), url('../images/IV-Quote-Angel-compressor.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, #006880, #006880), url('../images/IV-Quote-Angel-compressor.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 38% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, repeat, repeat;
  }
  .slide.bennett {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006880), to(#006880)), url('../images/IV-Quote-Bennett-compressor.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, #006880, #006880), url('../images/IV-Quote-Bennett-compressor.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 38% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, repeat, repeat;
  }
  .image-7 {
    width: 200px;
  }
  .icon {
    color: #fff;
  }
  .icon-2 {
    color: #fff;
  }
  .video-text-container {
    padding-top: 55px;
  }
  .video-text h3 {
    font-size: 1.3em;
  }
  .table-container {
    width: 100%;
    border-radius: 0px;
  }
  .c-icon-group-thirds {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
  }
  .quote-name {
    font-size: 17px;
  }
  .content-widest {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .section-quotes {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .plug-photo {
    background-position: 80% 50%;
  }
  .plug-text-wrapper {
    padding-bottom: 70px;
  }
  .hero-text h1 {
    font-size: 2.8em;
  }
  .give-words-container-desktop {
    padding-bottom: 10px;
  }
  .god-cares-text h4 {
    max-width: none;
  }
  .icon-conatiner {
    width: 44%;
    margin-bottom: 30px;
  }
  .icon-text {
    height: auto;
  }
  .chart-text-footer {
    max-width: 640px;
  }
  .table-section {
    padding: 0px 0vw;
  }
  .one-is-loneliest-text h1 {
    font-size: 2.8em;
  }
  .hero-image {
    height: 80vh;
    min-height: 300px;
  }
  .footer-logo-conatiner {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .seal-of-transparency-logo {
    padding: 15px;
  }
  .ecfa-logo {
    padding: 15px;
  }
  .charity-navigator-logo {
    width: 190px;
    padding: 15px;
  }
  .excellence-of-giving-logo {
    width: 120px;
    padding: 15px;
  }
  .footer-logo-wrapper {
    width: 50%;
  }
  .hero-logo-white {
    width: 220px;
  }
  .icon1-grid4-container {
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .icon1-grid4-wrapper {
    width: 100%;
  }
  .icondiv-2 {
    margin-top: 25px;
  }
  .icons-2 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .icons-2.college-kids {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .ctabanner1-container {
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .ctabanner1-wrapper {
    width: 100%;
  }
  .fb-cta-wrapper {
    padding-bottom: 70px;
  }
  .body-text h1 {
    font-size: 2.8em;
  }
  .icon-4 {
    font-size: 26px;
  }
  .icon-5 {
    font-size: 26px;
  }
  .image-23 {
    width: 80%;
  }
  .slider-text {
    width: 80%;
  }
  .slider-text h4 {
    max-width: none;
  }
  .right-arrow {
    width: 10%;
  }
  .left-arrow {
    width: 10%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.9em;
  }
  h2 {
    font-size: 1.5em;
  }
  .btn {
    display: inline-block;
    margin-left: 0px;
    padding-right: 19px;
    padding-left: 14px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .white-txt.centered-txt.big-para {
    font-size: 1em;
  }
  .amt-btn {
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 1.35em;
  }
  .array-btns {
    margin-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icondiv {
    width: 100%;
    margin-top: 35px;
  }
  .icons {
    padding: 30px 20px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .iconblock {
    width: 100%;
    margin-bottom: 25px;
  }
  .quote-rotator {
    height: 675px;
  }
  .pushdown-cta {
    padding-top: 10px;
  }
  .pushdown-headline-text {
    display: block;
    font-size: 1.2em;
    text-align: center;
  }
  .financial-accountability {
    padding-top: 50px;
  }
  .flex-right-col {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .image-6 {
    max-width: 125px;
  }
  .block-quote {
    font-size: 1.25em;
  }
  .final-cta {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-align-quote {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    font-size: 1.15em;
  }
  .icon {
    margin-left: 0px;
  }
  .icon-2 {
    margin-right: 0px;
  }
  .video-text-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .table-intro-text-wrapper {
    min-width: 100%;
  }
  .table-intro-photo {
    height: 90vw;
  }
  .quote-name {
    margin-top: 0px;
  }
  .section-quotes {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .plug-photo {
    height: 90vw;
    background-position: 70% 50%;
  }
  .plug-text-wrapper {
    min-width: 100%;
  }
  .pushdown-subhead-text {
    display: none;
  }
  .hero-text h1 {
    font-size: 2.7em;
  }
  .give-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-conatiner {
    width: 260px;
    height: auto;
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-image {
    background-position: 88% 50%;
  }
  .charity-navigator-logo {
    max-width: 125px;
  }
  .icon1-grid4-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon1-grid4-image {
    width: 180px;
    height: 180px;
  }
  .icondiv-2 {
    width: 100%;
    margin-top: 35px;
  }
  .icons-2 {
    padding: 30px 20px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icons-2.college-kids {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .big-number {
    margin-bottom: 5px;
  }
  .centeredh2 {
    max-width: 100%;
  }
  .ctabanner1-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fb-cta-wrapper {
    min-width: 100%;
  }
  .body-text h1 {
    font-size: 2.7em;
  }
}

#w-node-3f51d3db2bc3-0fbd5678 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-5bd155898753-0fbd5678 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-56f32ef6ed22-0fbd5678 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-56f32ef6ed23-0fbd5678 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-023a98fabdb9-0fbd5678 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-023a98fabdba-0fbd5678 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6ec2085a347-0fbd5678 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e6ec2085a348-0fbd5678 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e6ec2085a349-0fbd5678 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e6ec2085a34a-0fbd5678 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-3f51d3db2bc3-0fbd5678 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-56f32ef6ed22-0fbd5678 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-023a98fabdb9-0fbd5678 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-3f51d3db2bc3-0fbd5678 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-5bd155898753-0fbd5678 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-56f32ef6ed22-0fbd5678 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-56f32ef6ed23-0fbd5678 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-023a98fabdb9-0fbd5678 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-023a98fabdba-0fbd5678 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}