/*
Theme Name: almsymcas
*/

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('images/custom-checkbox-check.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  /* color: #333; */
  color: #636363;
  font-size: 14px;
  line-height: 20px;
}

a {
  padding: 12px 30px;
  color: #41188d;
  text-decoration: underline;
}

.brand-color-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 16px;
}

.hero {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1000px;
  margin-bottom: -560px;
  -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;
}

.hero.hero-about {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('images/about-background.jpg');
  background-position: 50% -20%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero.hero-home {
  min-height: 660px;
  margin-bottom: 0px;
  background-image: url('images/alliance-of-alabama-mississippi-ymca-header-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.hero.hero-contact {
  background-position: 50% -20%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero.hero-sign-in {
  background-image: url('images/sign-in-hero.jpg');
  background-position: 50% -20%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero.hero-share-stories {
  background-position: 50% -20%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero.hero-advocacy {
  background-image: url('images/advocacy-background-new.jpg');
  background-position: 50% -20%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero.hero-find-your-y {
  margin-bottom: -350px;
  background-image: url('images/find-hero-bg-img.png');
  background-position: 50% -20%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero.hero-news {
  background-image: url('images/news-hero-bg-img.jpg');
  background-position: 50% -20%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.container-right {
  position: relative;
  z-index: 1;
  -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;
}

.container.container-right.sign-in-wrapper {
  z-index: 3;
  margin-bottom: 400px;
}

.container.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  font-family: Cachet, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.paragraph {
  max-width: 500px;
  font-family: Cachet, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.3px;
}

.paragraph.blog {
  font-family: 'Cachet book', sans-serif;
  color: #636363;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.blog.featured {
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 hsla(0, 0%, 58.8%, 0.46);
}

.card.column {
  z-index: 1;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
}

.card.hero-card.signin-card {
  top: 0px;
  z-index: 4;
  margin-top: -250px;
}

.card.card-half {
  width: 100%;
  padding: 35px 35px 80px;
}

.card.card-half.card-resource {
  padding-bottom: 35px;
}

.homepage-intro-image {
  position: relative;
  width: 460px;
  height: 390px;
  max-width: none;
  margin-top: -164px;
  margin-left: -63px;
}

.our-mission-bubble-text {
  position: absolute;
  left: 226px;
  top: 194px;
  font-family: Cachet, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 45px;
  text-align: center;
}

.paragraph-2,
.entry-content p,
.entry-content ul li {
  font-family: 'Cachet book', sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.entry-content p {
  margin-bottom: 40px;
}

.paragraph-2.standard {
  position: static;
  max-width: none;
  float: none;
}

.paragraph-2.standard.centered {
  text-align: center;
}

.paragraph-2.standard {
  position: static;
  max-width: none;
  float: none;
}

.paragraph-2.standard.board {
  padding-left: 0px;
}

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

.hero-inner-container {
  margin-top: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1170px;
  -ms-flex: 0 1170px;
  flex: 0 1170px;
}

.hero-inner-container.hero-news-container {
  margin-top: 100px;
}

.home-audience-img-2 {
  position: absolute;
  left: 0px;
  top: 113px;
}

.home-audience-img-3 {
  position: absolute;
  left: 284px;
  top: 120px;
}

.home-audience-img-1 {
  position: relative;
  left: 14px;
  top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.home-audience-img-4 {
  position: absolute;
  left: 104px;
  top: 4px;
  max-width: none;
}

.home-audience-img-5 {
  position: absolute;
  left: 332px;
  top: 35px;
}

.smallsectionheading {
  z-index: 1;
  display: block;
  max-width: 210px;
  font-family: Cachet, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.smallsectionheading.orange {
  position: static;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #dd5828;
  text-align: center;
}

.smallsectionheading.orange.left {
  text-align: left;
}

.smallsectionheading.sub {
  position: static;
  max-width: none;
  margin-top: 0px;
  color: #f47920;
  font-size: 28px;
  text-align: left;
}

.smallsectionheading.sub.staff {
  margin-bottom: 0px;
  color: #0060af;
  text-align: center;
}

.smallsectionheading.sub.blue {
  color: #0060af;
}

.smallsectionheading.sub.purple {
  display: block;
  max-width: 470px;
  color: #92278f;
}

.smallsectionheading.blog {
  position: static;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #0060af;
  font-size: 28px;
  text-align: left;
  line-height: 1.2;
}

.smallsectionheading.featured-article {
  max-width: 560px;
  font-size: 30px;
  line-height: 50px;
  text-align: left;
  text-transform: none;
}

.smallsectionheading.map {
  position: static;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.nav-link {
  font-family: Cachet, sans-serif;
  color: #636363;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #5c2e91;
}

.nav-link.w--current {
  color: #5c2e91;
}

.image-11 {
  max-width: 80%;
  margin-bottom: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Cachet, sans-serif;
  font-weight: 700;
}

.brand {
  margin-left: 16px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.brand.w--current {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 155px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.home-audience-intro {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-bottom: -40px;
  margin-left: auto;
}

.feature-heading {
  position: relative;
  top: -25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Cachet, sans-serif;
  color: #fff;
  font-size: 36px;
}

.paragraph-3 {
  margin-top: 10px;
  font-family: 'Cachet book', sans-serif;
  color: #636363;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.feature-ovals {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -256px;
  z-index: 0;
  width: 490px;
  height: 460px;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  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;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.feature-brand-oval-3 {
  position: absolute;
  left: 370px;
  top: 114px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.feature-brand-oval-4 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.feature-brand-oval-2 {
  position: absolute;
  left: 115px;
  top: 235px;
}

.feature-brand-oval-1 {
  position: absolute;
  left: 153px;
  top: 130px;
}

.tile-heading {
  font-family: Cachet, sans-serif;
  color: #00aeef;
  font-size: 28px;
}

.tile-paragraph {
  font-family: 'Cachet book', sans-serif;
  color: #636363;
  font-size: 20px;
  line-height: 28px;
}

.audience-card-image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 12px;
}

.audience-card-image.audience-card-image-left {
  margin-right: -100px;
}

.audience-card-image.audience-card-image-right {
  margin-left: -100px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cards-wrapper {
  position: relative;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.philosophy-oval-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: none;
}

.philosophy-oval-2 {
  position: absolute;
  left: 135px;
  top: 50px;
  max-width: none;
}

.philosophy-oval-3 {
  position: absolute;
  left: 155px;
  top: 0px;
  max-width: none;
}

.heading-white {
  z-index: 2000;
  font-family: Cachet, sans-serif;
  color: #fff;
  font-size: 48px;
}

.paragraph-5 {
  position: absolute;
  left: 50px;
  top: 235px;
  z-index: 2000;
  width: 460px;
  font-family: 'Cachet book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
}

.philantropy-text {
  position: static;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 52px;
  column-gap: 52px;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column.homepage-intro-text {
  padding: 24px 24px 24px 48px;
}

.column.column-half {
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.home-for-audience {
  margin-top: 60px;
  margin-bottom: 100px;
}

.hero-contact {
  z-index: 0;
  background-image: url('images/contract-background.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-card {
  position: relative;
  display: block;
  width: 680px;
  -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;
}

.hero-card.card {
  float: right;
}

.hero-card.card.card-small-padding {
  padding-right: 32px;
  padding-left: 32px;
}

.advocacy-wrap {
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-3 {
  width: 100%;
}

.contact-form {
  width: 590px;
  max-width: 590px;
  min-width: 0px;
}

.contact-text-field {
  height: auto;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-left: 24px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #f4f4f4;
  font-family: 'Cachet book', sans-serif;
  color: #888;
  font-size: 18px;
}

.contact-text-field:focus {
  border-style: solid;
  border-color: #c11589;
  color: #000;
}

.contact-text-field.long {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 119px;
}

.contact-text-field.success {
  height: auto;
  padding-left: 0px;
  color: #888;
}

.contact-text-field.error {
  padding-left: 0px;
  background-color: transparent;
  color: #000;
  text-align: center;
}

.submit-button {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 30px;
  border-radius: 6px;
  background-image: linear-gradient(129deg, #c6168d, #5c2e91);
  font-family: Cachet, sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.form {
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.field-group-left {
  padding-right: 5px;
  padding-left: 0px;
}

.field-group-right {
  padding-right: 0px;
  padding-left: 5px;
}

.section-8 {
  margin-top: 60px;
}

.contact-staff-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: auto;
  -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;
}

.contact-staff-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0px;
  -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;
}

.contact-card-wrap {
  width: 340px;
  height: 207px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 hsla(0, 0%, 58.8%, 0.46);
}

.staff-info {
  margin-top: -57px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 66px;
}

.contact-staff {
  margin-left: auto;
}

.contact-staff.right {
  margin-right: auto;
  margin-left: 0px;
}

.columns-4 {
  margin-top: -103px;
}

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

.success-message {
  background-color: #f4f4f4;
}

.error-message {
  margin-top: 20px;
  border-radius: 12px;
}

.image-33 {
  max-width: 100px;
}

.hero-share-stories {
  z-index: 0;
  background-image: url('images/stories-hero-img.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.footer {
  position: relative;
  z-index: 10;
  margin-top: 80px;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #202020;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link {
  margin-left: auto;
  font-family: 'Cachet book', sans-serif;
  color: #572b8a;
  font-size: 18px;
  text-align: right;
  text-decoration: underline;
}

.checkbox-2 {
  border: 1px solid #888;
}

.checkbox-field {
  margin-bottom: 0px;
}

.contact-text-field-3 {
  height: 50px;
  padding-left: 24px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #f4f4f4;
  font-family: 'Cachet book', sans-serif;
  color: #888;
  font-size: 18px;
}

.contact-text-field-3:focus {
  border-style: solid;
  border-color: #c11589;
}

.contact-text-field-3.checkbox {
  height: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.image-34 {
  position: relative;
  margin-top: -147px;
  margin-left: auto;
}

.stories-bubbles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hero-find-your-y {
  z-index: 0;
}

.column-9 {
  margin-top: 60px;
  padding-right: 0px;
  padding-left: 40px;
}

.column-9.mississippi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.column-10.alabama {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-10.mississippi {
  display: block;
  margin-top: 60px;
  padding-right: 40px;
  padding-left: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-section {
  overflow: hidden;
  margin-top: 48px;
  padding-bottom: 100px;
}

.hero-sign-in {
  z-index: 0;
}

.oval-1 {
  position: absolute;
  left: 45px;
  top: 0px;
  z-index: -1;
}

.oval-2 {
  position: absolute;
  left: 0px;
  top: 200px;
  z-index: -1;
}

.oval-3 {
  position: absolute;
  left: 96px;
  top: 300px;
}

.advocacy-bubble {
  position: absolute;
  left: 50%;
  z-index: 0;
  max-width: none;
  border-top-left-radius: 12px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.hero-advocacy {
  z-index: 0;
  background-image: url('images/advocacy-hero-image.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.image-60 {
  position: absolute;
  left: 0%;
  top: -246px;
  right: 0%;
  bottom: auto;
  z-index: -2;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.image-60.mississippi {
  position: absolute;
  left: 0%;
  top: -170px;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.featured-button {
  display: block;
  padding: 17px 36px;
  float: left;
  border-radius: 8px;
  background-color: #fff;
  font-family: Cachet, sans-serif;
  color: #c6168d;
  font-size: 18px;
  text-align: center;
}

.featured-button.blog-button {
  padding-top: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 8px;
  background-color: #00aeef;
  background-image: none;
  color: #fff;
}

.section-find-your-y {
  position: relative;
  margin-top: 0px;
}

.section-find-your-y.mississippi {
  margin-top: 195px;
}

.heading-2 {
  position: relative;
  left: auto;
  top: auto;
  z-index: 0;
  display: block;
  width: auto;
  margin: auto auto 20px;
  float: none;
  clear: none;
  font-family: Cachet, sans-serif;
  line-height: 45px;
}

.section-philanthropy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  padding: 40px;
  -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-image: url('images/philanthropy-bg.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.section-philosophy-text-block {
  position: relative;
  z-index: 9999;
  max-width: 1280px;
}

.section-philosophy-container {
  position: relative;
}

.section-philosophy-position-block {
  position: absolute;
  left: -72px;
  top: -72px;
}

.advocacy-links {
  position: relative;
  z-index: 1;
  width: 220px;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  min-height: 0px;
  margin-top: 200px;
  margin-bottom: 100px;
  -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;
}

.image-66 {
  display: inline-block;
  max-height: 250px;
}

.image-66.object-fit {
  display: block;
  width: 100%;
  max-height: none;
  max-width: none;
}

.collection-item {
  margin-right: 0px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
}

.div-block-34 {
  padding-bottom: 0px;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 hsla(0, 0%, 58.8%, 0.46);
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dropdown {
  font-family: Cachet, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.dropdown-list {
  width: 110.75px;
}

.dropdown-list.w--open {
  left: -100px;
  display: block;
  width: 230px;
}

.dropdown-toggle {
  margin-left: -10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  color: #636363;
}

.brand-color-line {
  width: 33.3333333333%;
  height: 16px;
}

.brand-color-line.brand-color-line-1 {
  background-color: #5c2e91;
}

.brand-color-line.brand-color-line-2 {
  background-color: #92278f;
}

.brand-color-line.brand-clor-line-3 {
  background-color: #c6168d;
}

.homepage-intro {
  max-width: 1140px;
  margin-top: -41px;
  margin-right: auto;
  margin-left: auto;
}

.homepage-intro-oval-1 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.homepage-intro-oval-2 {
  position: absolute;
  left: 55px;
  top: 186px;
}

.homepage-intro-oval-3 {
  position: absolute;
  left: 17px;
  top: 209px;
}

.homepage-intro-oval-4 {
  position: absolute;
  left: 187px;
  top: 125px;
}

.homepage-intro-oval-5 {
  position: absolute;
  left: 166px;
  top: 151px;
}

.home-audience-img {
  position: relative;
  width: 480px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
}

.card-group {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.audience-bg-ovals {
  position: absolute;
  left: 50%;
  top: 140px;
  z-index: 0;
  width: 727px;
  height: 819px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.audience-bg-oval-1 {
  position: absolute;
  left: 423px;
  top: 66px;
}

.audience-bg-oval-2 {
  position: absolute;
  left: 541px;
  top: 0px;
}

.audience-bg-oval-3 {
  position: absolute;
  left: 0px;
  top: 488px;
}

.audience-bg-oval-4 {
  position: absolute;
  left: 62px;
  top: 93px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-features {
  overflow: hidden;
  max-width: 1140px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 380px;
}

.feature-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 349px;
  height: 156px;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.feature-image-oval-1 {
  position: absolute;
}

.feature-image-oval-2 {
  position: absolute;
  left: -10%;
  top: 0px;
}

.card-overflow-wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.footer-copyright {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.text-block {
  padding: 20px 40px 8px;
  font-family: 'Cachet book', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.social-link {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.social-link-img {
  max-width: none;
}

.about-image-alabama {
  position: absolute;
  right: 0px;
  width: 680px;
  height: 390px;
  margin-left: -85px;
}

.alabama-image-1 {
  position: absolute;
}

.alabama-image-2 {
  position: absolute;
  left: 250px;
  top: 55px;
}

.alabama-image-3 {
  position: absolute;
  left: 462px;
  top: 53px;
}

.alabama-image-4 {
  position: absolute;
  left: 453px;
  top: 146px;
}

.alabama-image-5 {
  position: absolute;
  left: 315px;
  top: 13px;
}

.about-misissippi-image {
  position: relative;
  width: 830px;
  height: 440px;
}

.misissippi-image-1 {
  position: absolute;
  left: 391px;
}

.misissippi-image-2 {
  position: absolute;
  left: 375px;
  top: 57px;
}

.misissippi-image-3 {
  position: absolute;
  left: 233px;
  top: 103px;
}

.misissippi-image-4 {
  position: absolute;
  top: 76px;
}

.misissippi-image-5 {
  position: absolute;
  left: 39px;
  top: 208px;
}

.misissippi-image-6 {
  position: absolute;
  left: 70px;
  top: 75px;
}

.form-actions-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.contact-button {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Cachet, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.section-heading {
  font-family: Cachet, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  text-decoration: none;
}

.advocacy-icons-resize {
  margin: -22px;
}

.text-advocacy {
  margin-left: 14px;
  font-family: 'Cachet book', sans-serif;
  color: #636363;
  font-size: 18px;
  line-height: 30px;
}

.advocacy-title {
  position: absolute;
  left: -30px;
  top: -170px;
  width: 333px;
  height: 330px;
  max-width: 230px;
}

.homeaudience-heading {
  position: absolute;
  left: 156px;
  top: 100px;
  z-index: 1;
  display: block;
  max-width: 210px;
  font-family: Cachet, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.section-find-your-y-first {
  position: relative;
  margin-top: -160px;
}

.map-overlay {
  overflow: hidden;
}

.map-google {
  margin-top: 0px;
}

.news-feature-body {
  padding-right: 28px;
  padding-bottom: 49px;
  padding-left: 28px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
}

.advocacy-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-circles-image {
  position: absolute;
  right: 100px;
  z-index: 0;
  width: 1032px;
  height: 711px;
}

.news-oval-img-1 {
  position: absolute;
  left: 366px;
}

.news-oval-img-2 {
  position: absolute;
  left: 850px;
  top: 50px;
}

.news-oval-img-3 {
  position: absolute;
  left: 724px;
  top: 167px;
}

.news-oval-img-4 {
  position: absolute;
  top: 379px;
}

.link-2 {
  padding-right: 12px;
  padding-left: 6px;
}

.section-advocacy {
  margin-top: 200px;
}

.black-logo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 40px;
  -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;
}

.sign-in-image {
  position: absolute;
  top: 594px;
  right: 100px;
  z-index: 1;
  width: 435px;
  height: 390px;
}

.resources-heading {
  margin-top: 0px;
  font-family: Cachet, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: none;
}

.section-heading-centered {
  position: absolute;
  left: 50%;
  top: 65%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: Cachet, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: none;
}

.advocacy-heading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero {
    min-height: 600px;
    margin-bottom: -200px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero.hero-about {
    background-size: cover;
  }
  .hero.hero-contact {
    min-height: 800px;
    margin-bottom: -200px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .hero.hero-sign-in {
    margin-bottom: 0px;
    background-size: cover;
  }
  .hero.hero-advocacy {
    background-position: 50% 0%;
    background-size: cover;
  }
  .hero.hero-find-your-y {
    margin-bottom: 100px;
    background-size: cover;
  }
  .hero.hero-news {
    min-height: 800px;
    margin-bottom: 0px;
    background-size: cover;
  }
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .container.container-right.sign-in-wrapper {
    margin-bottom: 300px;
  }
  .container.horizontal {
    -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;
  }
  .heading {
    padding-right: 0px;
    padding-left: 0px;
  }
  .card {
    padding: 32px;
  }
  .card.column {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .card.hero-card.signin-card {
    margin-top: -200px;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph-2 {
    display: block;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .card-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    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;
  }
  .hero-inner-container {
    margin-top: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .home-audience-img-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .smallsectionheading.sub.blue {
    font-size: 22px;
  }
  .smallsectionheading.sub.purple {
    max-width: 320px;
    font-size: 22px;
    line-height: 30px;
  }
  .nav-link.nav-link-left {
    display: inline-block;
    float: left;
  }
  .nav-menu {
    display: block;
  }
  .brand {
    position: relative;
    display: block;
    -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;
  }
  .navigation-container {
    min-height: 90px;
  }
  .feature-ovals {
    bottom: -340px;
    -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;
  }
  .tile-heading {
    width: 90%;
    margin: auto;
  }
  .tile-paragraph {
    width: 90%;
    margin: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .audience-card-image {
    left: 0%;
    top: 23px;
    right: 0%;
    bottom: 0%;
    width: 360px;
  }
  .audience-card-image.audience-card-image-left {
    margin-left: 24px;
  }
  .heading-white {
    display: block;
    margin-top: auto;
  }
  .paragraph-5 {
    z-index: 9999;
    font-size: 16px;
    line-height: 22px;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -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;
  }
  .column.column-half {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  .hero-contact {
    background-position: 100% 100%;
    background-attachment: scroll;
  }
  .hero-card {
    height: 100%;
    max-width: 700px;
    margin-top: -162px;
    margin-right: auto;
  }
  .hero-card.card {
    width: 100%;
    max-width: none;
  }
  .advocacy-wrap {
    position: static;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero-share-stories {
    background-position: 100% 100%;
    background-attachment: scroll;
  }
  .hero-share-stories.hero {
    background-image: url('images/stories-hero-img.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .hero-advocacy {
    background-position: 50% 100%;
    background-attachment: scroll;
  }
  .heading-2 {
    clear: none;
  }
  .section-philanthropy {
    background-image: url('images/philanthropy-bg_1.jpg');
    background-position: 100% 50%;
    background-size: cover;
  }
  .section-philosophy-text-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .news-section {
    margin-top: 0px;
  }
  .collection-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .dropdown.nav-link-right {
    display: inline-block;
    width: 50px;
    height: 100%;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .dropdown-list.w--open {
    margin-left: -92px;
    background-color: #c8c8c8;
  }
  .dropdown-toggle {
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .homepage-intro {
    padding-right: 50px;
    padding-left: 50px;
  }
  .menu-button {
    margin-right: 0px;
  }
  .home-audience-img {
    left: -23px;
  }
  .card-group {
    padding-right: 32px;
  }
  .audience-bg-ovals {
    width: 100%;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-brand {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .footer-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-copyright {
    margin-top: 40px;
  }
  .about-image-alabama {
    margin-left: auto;
    float: right;
  }
  .nav-link-group {
    display: inline-block;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-advocacy {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .hero {
    margin-bottom: -50px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero.hero-contact {
    min-height: 600px;
  }
  .hero.hero-find-your-y {
    margin-bottom: 0px;
  }
  .hero.hero-news {
    min-height: 750px;
  }
  .container {
    padding-right: 16px;
    padding-left: 16px;
    -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;
  }
  .card.card-half {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .paragraph-2 {
    top: 124px;
  }
  .paragraph-2.standard {
    text-align: left;
    white-space: normal;
  }
  .hero-inner-container {
    margin-top: 100px;
  }
  .home-audience-img-5 {
    margin-left: 0px;
  }
  .smallsectionheading.orange {
    text-align: left;
  }
  .smallsectionheading.sub {
    position: static;
  }
  .smallsectionheading.sub.purple {
    max-width: none;
  }
  .tile-heading {
    max-width: 90%;
    margin: auto auto 10px;
  }
  .tile-paragraph {
    width: 90%;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }
  .audience-card-image {
    margin-bottom: -50px;
  }
  .audience-card-image.audience-card-image-left {
    margin-right: 24px;
  }
  .audience-card-image.audience-card-image-right {
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .paragraph-5 {
    position: relative;
    left: auto;
    top: auto;
    z-index: 9999;
    float: left;
    clear: left;
  }
  .hero-contact {
    background-position: 0% 100%;
  }
  .hero-card {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
    border-radius: 0px;
  }
  .hero-card.card {
    border-radius: 12px;
  }
  .hero-card.card.card-small-padding {
    margin-top: 0px;
  }
  .advocacy-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contact-form {
    width: 100%;
  }
  .field-group-left {
    padding-right: 0px;
  }
  .field-group-right {
    padding-left: 0px;
  }
  .contact-staff-right {
    margin-left: auto;
  }
  .contact-staff {
    margin-right: auto;
  }
  .contact-staff.right {
    margin-left: auto;
  }
  .hero-share-stories {
    background-position: 50% 100%;
  }
  .checkbox-field {
    float: left;
  }
  .column-9.alabama {
    padding-left: 0px;
  }
  .about-section {
    overflow: hidden;
    margin-top: 60px;
  }
  .featured-button.blog-button {
    position: relative;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-66 {
    width: 100%;
    background-image: url('images/example-bg.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .image-66.object-fit {
    max-height: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .collection-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .collection-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-audience-img {
    left: 20px;
    width: 100%;
  }
  .card-group {
    margin-top: 30px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .audience-bg-ovals {
    overflow: hidden;
  }
  .home-features {
    overflow: hidden;
  }
  .about-image-alabama {
    position: relative;
    left: -70%;
    width: 320px;
    height: 330px;
  }
  .alabama-image-1 {
    max-width: none;
  }
  .about-misissippi-image {
    left: -30%;
    width: 320px;
  }
  .section-find-your-y-first {
    margin-top: 0px;
  }
  .blog-circles-image {
    right: 0px;
  }
  .black-logo-section {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

@media (max-width: 479px) {
  .hero {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero.hero-about {
    margin-bottom: -200px;
  }
  .hero.hero-contact {
    background-position: 20% 0%;
  }
  .hero.hero-sign-in {
    margin-bottom: -200px;
  }
  .hero.hero-share-stories {
    margin-bottom: -200px;
  }
  .hero.hero-news {
    margin-bottom: -170px;
  }
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .container.container-right.sign-in-wrapper {
    margin-top: 80px;
    margin-bottom: -100px;
  }
  .heading {
    font-size: 36px;
    line-height: 40px;
  }
  .paragraph {
    font-size: 18px;
    line-height: 23px;
  }
  .card {
    padding-right: 16px;
    padding-left: 16px;
  }
  .card.column {
    margin-right: 0px;
    margin-left: 0px;
  }
  .card.column.feature {
    padding-top: 160px;
  }
  .card.hero-card.signin-card {
    margin-top: -80px;
  }
  .card.hero-card.positive-impact-card {
    margin-top: 50px;
  }
  .card.card-half {
    padding-right: 16px;
    padding-left: 16px;
  }
  .homepage-intro-image {
    left: 0%;
    width: 100%;
    margin-left: 0px;
  }
  .our-mission-bubble-text {
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .paragraph-2 {
    left: auto;
    top: 117px;
    font-size: 18px;
    line-height: 24px;
  }
  .paragraph-2.standard {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-2.standard.centered {
    width: 100%;
  }
  .home-audience-img-2 {
    left: 0%;
  }
  .home-audience-img-3 {
    left: 50%;
  }
  .home-audience-img-1 {
    left: 0px;
  }
  .home-audience-img-4 {
    left: 50%;
    max-width: none;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .home-audience-img-5 {
    left: 70%;
  }
  .smallsectionheading {
    left: 56px;
  }
  .smallsectionheading.orange.left {
    padding-left: 0px;
    font-size: 30px;
    line-height: 36px;
  }
  .smallsectionheading.sub.blue {
    line-height: 30px;
  }
  .home-audience-intro {
    margin-bottom: -90px;
  }
  .feature-heading {
    font-size: 28px;
  }
  .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .feature-ovals {
    left: 35%;
    display: block;
    -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;
  }
  .audience-card-image {
    width: 90%;
  }
  .audience-card-image.audience-card-image-left {
    margin-bottom: -30px;
  }
  .heading-white {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-top: 115px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .paragraph-5 {
    line-height: 24px;
    text-align: left;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .column.homepage-intro-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-for-audience {
    overflow: hidden;
  }
  .hero-contact {
    background-position: 25% 100%;
    background-size: cover;
    background-attachment: scroll;
  }
  .hero-card {
    height: 600px;
  }
  .hero-card.card {
    height: 100%;
  }
  .advocacy-wrap {
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-card-wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns-4 {
    margin-top: -71px;
  }
  .hero-share-stories {
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }
  .link {
    margin-top: 24px;
    margin-right: auto;
  }
  .image-34 {
    margin-top: -59px;
  }
  .about-section {
    overflow: hidden;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .advocacy-bubble {
    max-width: none;
  }
  .hero-advocacy {
    background-position: 80% 100%;
    background-size: cover;
    background-attachment: scroll;
  }
  .image-60 {
    top: -70px;
  }
  .image-60.mississippi {
    top: -80px;
  }
  .section-find-your-y.mississippi {
    margin-top: 100px;
  }
  .section-philanthropy {
    overflow: hidden;
  }
  .section-philosophy-position-block {
    top: 0px;
  }
  .advocacy-links {
    margin-top: 180px;
  }
  .homepage-intro {
    padding-right: 0px;
    padding-left: 0px;
  }
  .homepage-intro-oval-1 {
    left: 0px;
    right: 0px;
    display: none;
    width: 317px;
    max-width: none;
  }
  .homepage-intro-oval-2 {
    right: 0px;
    display: none;
    max-width: none;
  }
  .homepage-intro-oval-3 {
    right: 0px;
    display: none;
    max-width: none;
  }
  .homepage-intro-oval-4 {
    left: 50%;
    right: 0px;
    max-width: none;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .homepage-intro-oval-5 {
    left: 24%;
    right: 0px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .home-audience-img {
    left: 0%;
    overflow: hidden;
  }
  .feature-image {
    position: absolute;
    top: 0px;
    margin-top: 0px;
  }
  .feature-image-oval-2 {
    left: 0%;
  }
  .footer-brand {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-copyright {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .about-image-alabama {
    position: relative;
    left: 0%;
    width: 100%;
    height: 290px;
  }
  .alabama-image-1 {
    display: none;
  }
  .alabama-image-2 {
    left: -47px;
  }
  .alabama-image-3 {
    left: 137px;
  }
  .alabama-image-4 {
    left: 145px;
  }
  .alabama-image-5 {
    left: 15.5px;
  }
  .about-misissippi-image {
    left: 0%;
    width: 100%;
    height: 380px;
  }
  .misissippi-image-1 {
    display: none;
    max-width: none;
  }
  .misissippi-image-2 {
    left: 192px;
    max-width: none;
  }
  .misissippi-image-3 {
    left: 176px;
  }
  .misissippi-image-4 {
    left: -51px;
  }
  .misissippi-image-5 {
    left: -39px;
  }
  .misissippi-image-6 {
    left: 34px;
  }
  .form-actions-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-contact {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .section-heading {
    left: 56px;
  }
  .homeaudience-heading {
    left: 50%;
    width: 320px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    white-space: pre-wrap;
  }
  .section-find-your-y-first {
    margin-top: -150px;
  }
  .advocacy-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-circles-image {
    overflow: hidden;
  }
  .sign-in-image {
    position: relative;
    top: 0px;
    right: 0px;
    overflow: hidden;
    width: 100%;
    height: 430px;
  }
  .resources-heading {
    left: 56px;
  }
}

@font-face {
  font-family: 'Cachet';
  src: url('fonts/Cachet-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cachet';
  src: url('fonts/Cachet-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cachet book';
  src: url('fonts/Cachet-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
.news-section .w-dyn-list .collection-list {
  flex-wrap: wrap;
}
.news-section .w-dyn-list .pagination {
  margin-top: 50px;
}
.news-section .w-dyn-list .pagination ul {
  display: flex;
  flex-wrap: wrap;
}
.news-section .w-dyn-list .pagination ul li {
  list-style-type: none;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.news-section .w-dyn-list .pagination ul li:last-of-type {
  margin-right: 0;
}
.news-section .w-dyn-list .pagination ul li a {
  padding: 5px 8px 8px 8px;
  border: 1px solid #00aeef;
  color: #00aeef;
  text-decoration: none;
  font-family: Cachet, sans-serif;
  font-size: 18px;
  text-align: center;
}
.news-section .w-dyn-list .pagination ul li a:hover {
  background-color: #00aeef;
  color: #fff;
}
.news-section .w-dyn-list .pagination ul li span {
  padding: 5px 8px 8px 8px;
  border: 1px solid #00aeef;
  background-color: #00aeef;
  color: #fff;
  font-family: Cachet, sans-serif;
  font-size: 18px;
  text-align: center;
}
.post-image-header {
  background-size: cover;
  background-position: center center;
  height: 440px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-image-header h1 {
  position: relative;
  font-size: 54px;
  line-height: 65px;
  font-family: Cachet, sans-serif;
  font-weight: 700;
  text-align: center;
  max-width: 560px;
  z-index: 1;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.post-image-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 0;
}
.entry-meta {
  background-color: rgba(216, 216, 216, 0.35);
  padding: 24px 0;
  margin-bottom: 60px;
}
.entry-meta .container {
  flex-direction: row;
  justify-content: space-between;
}
.entry-meta .container div {
  font-family: 'Cachet book', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #636363;
  text-transform: uppercase;
}
.entry-meta .container > div {
  display: flex;
  align-items: center;
}
.entry-meta .container div a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #636363;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
}
.entry-meta .container div svg {
  margin-right: 20px;
}
.single-post .container {
  max-width: 810px;
}
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  font-family: 'Cachet';
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 35px;
  color: #636363;
  margin-bottom: 25px;
}
.entry-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}
.entry-content ul li {
  position: relative;
  padding-left: 40px;
}
.entry-content ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #c2178d;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 15px;
}
.wp-block-quote {
}
.wp-block-quote:before {
  content: '';
  display: block;
  background-image: url('images/quote.png');
  background-size: contain;
  width: 38px;
  height: 29px;
  text-align: center;
  margin: 0 auto 19px auto;
}
.wp-block-quote {
  font-size: 30px;
  line-height: 36px;
  border-left: none;
  text-align: center;
  margin-bottom: 40px;
}
.wp-block-quote p {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #636363;
}
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wp-block-quote cite {
  font-family: 'Cachet book', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  color: #636363;
  margin-top: 5px;
}
@media screen and (max-width: 820px) {
  .entry-meta .container {
    flex-wrap: wrap;
  }
  .entry-meta .container > div {
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .entry-meta .container > div svg {
    margin-right: 0;
  }
  .entry-meta .container > div .icon-content {
    display: block;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
.single-post-img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 240px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.entry-content .protected-post-form .member-form h2 {
  color: #333;
}
.entry-content .protected-post-form .contact-text-field {
  width: 100%;
  padding: 12px 24px;
  margin-bottom: 0;
}
.entry-content .protected-post-form .submit-button {
  font-size: 15px;
  line-height: 1;
}
.entry-content .protected-post-form p {
  margin-bottom: 0;
}
.contact-form {
  margin-bottom: 0;
}
.entry-content a {
  padding-left: 0;
  padding-right: 0;
}
.w-dyn-list {
  position: relative;
  z-index: 1;
}
.w-dyn-list .hero.hero-news {
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.w-dyn-list .hero.hero-news:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(146, 38, 143, 0.75);
}
.w-dyn-list .hero.hero-news.custom_fi:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 510px;
  background-color: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border: 10px solid #fff;
  border-bottom: 0;
  transform: translateX(-50%);
  left: 70%;
}

.w-dyn-list .hero.hero-news .hero-news-container {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .w-dyn-list .hero.hero-news.custom_fi:after {
    height: 60px;
  }
  .hero.hero-news {
    min-height: 550px;
  }
}
