/* helper */

.mb-0 {
  margin-bottom: 0;
}

.img-fluid {
  width: 100%;
  height: auto;
}

/***************/

.insta-slider .owl-nav {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  margin: 0 10px;
  background-color: #e1251a;
  color: #fff;
  border: 1px solid #e1251a;
}

.insta-slider.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #fff !important;
  color: #e1251a !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel .owl-nav [class*="owl-"] {
  left: 0;
  right: 0;
}

.owl-carousel .owl-nav [class*="owl-"] {
  position: relative;
  opacity: 1;
}

.owl-next i,
.owl-prev i {
  font-size: 12px;
}

.header-secondary,
.header-tertiary {
  color: #000;
  line-height: 1.2;
}

.header-secondary {
  margin: 0 0 30px 0;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 800;
}

.header-tertiary {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.content-wrap .header-stick {
  margin-bottom: 0;
}

/* INSTA SLIDER */

.insta-slider__content {
  text-align: center;
}

.insta-slider__wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin: 0 auto;
  /*! width: 100%; */
}

.insta-slider__quote {
  font-size: 20px;
  font-weight: 400;
  color: #373536;
  font-style: italic;
  text-align: center;
}

.insta-slider__quote cite {
  display: block;
  font-style: normal;
  margin-top: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.insta-slider__icon .material-icons-outlined,
.fbox-desc__icon .material-icons-outlined,
.insta-slider__icon .material-icons-round,
.fbox-desc__icon .material-icons-round {
  color: #e1251a;
  font-size: 32px;
}

@media (min-width: 768px) {
  .insta-slider__wrapper {
    width: 650px;
    padding: 40px 100px;
  }
}

/* RESPONSIVE CONTAINER */
.responsive_container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .responsive_container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .responsive_container {
    width: 970px;
  }
}
/* END OF RESPONSIVE CONTAINER */
/* RESPONSIVE HEADER */
@media (max-width: 767px) {
  .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .responsive_header {
    font-size: 32px !important;
  }
}
/* DAO's BUTTON */
.button_not-hide {
  background: #e1251a;
  color: #fff;
  padding: 10px 22px;
  border: 1px solid #e1251a;
  border-radius: 8px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
.button_not-hide:hover {
  background: #ffffff;
  color: #e1251a !important;
}
/* HERO SECTION */
@media (max-width: 767px) {
  .hero-section {
    height: 103.4vw !important;
  }
}
/* ADDITIONAL */
@media (max-width: 767px) {
  .slider-caption {
    left: 0;
  }
}
.hero-container {
  height: 500px;
}
/* OLIVIA CTA */

.olivia-cta {
  margin: 0 auto;
  background: #000;
}

.olivia-cta .row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.olivia-cta__button {
  width: 100%;
  text-align: center;
}

.olivia-cta__content p,
.olivia-cta__content .header-secondary {
  color: #fff;
}

@media (max-width: 768px) {
  .olivia-cta__img-wrapper {
    text-align: center;
    padding-top: 1.8rem;
  }
  .olivia-cta__img-wrapper img {
    max-width: 200px;
  }
}

.hero-box {
  width: 768px;
  margin: 0 auto;
  /* background-color: #fff; */
  display: block;
  max-width: 100%;
}

.dark .slider-caption h1 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 58px;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dark .slider-caption h2 {
  color: #2b3936;
  font-weight: 500;
  font-size: 30px;
}

.hero-box .heading-block {
  margin-bottom: 30px;
}

.hero-box__inner {
  position: relative;
}

.dark .slider-caption {
  max-width: 1000px;
}

.hero-box__inner,
.dark .slider-caption {
  padding: 48px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.swiper_wrapper .swiper-container {
  background: none;
}

@media (min-width: 1200px) {
  .v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* NAV HACKS */

#header.full-header #logo {
  border: 0 !important;
  padding: 0;
}

#logo img {
  height: 84px;
  padding: 5px 0;
}

/* FOOTER */

.footer.dark {
  position: relative;
  background-color: #373536;
  z-index: 1;
}

.footer__bottom {
  background-color: #000;
}

.footer__container {
  padding: 2rem 0;
}

.footer__row--disclaimer {
  margin-top: 30px;
}

.footer-nav,
.footer-nav-social,
.footer-rights {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-nav-social {
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-nav__item,
.footer-rights__item {
  text-align: center;
}

.footer-nav__link,
.footer-rights__link,
.footer-nav__btn {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: ease all 0.15s;
  -o-transition: ease all 0.15s;
  transition: ease all 0.15s;
  border-radius: 5rem;
}

.footer-nav__link,
.footer-rights__link {
  color: #fff;
}

.footer-nav__btn {
  color: #2b3936;
  background-color: #e1251a;
  border: solid 1px #e1251a;
  padding: 5px 10px;
}

.dark .footer-nav__link:hover,
.dark .footer-rights__link:hover {
  color: #e1251a;
}

.dark .footer-nav__btn:hover {
  background-color: #e1251a;
  color: #fff;
}

.footer-rights__link {
  font-size: 12px;
  line-height: 1;
}

.footer__bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}

.footer__bottom-item {
  text-align: center;
  padding: 0 15px;
}

.footer__bottom-item,
.footer__bottom-item a {
  color: #75b3da;
}

@media (min-width: 768px) {
  .footer-nav__item,
  .footer-rights__item {
    display: inline-block;
  }

  .footer-nav__item {
    padding: 0 10px;
  }

  .footer-rights__item {
    padding: 0 20px;
  }

  .footer__bottom-wrapper {
    flex-flow: row wrap;
  }
}

@media (max-width: 767px) {
  .footer-nav__item,
  .footer-rights__item {
    margin-bottom: 20px;
  }
}

/* BUTTON LINK */

.button-link {
  position: relative;
  display: block;
  width: fit-content;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-top: 30px;
  padding: 4px 0;
}

.button-link--center {
  margin-left: auto;
  margin-right: auto;
}

.button-link::after {
  content: "";
  background-color: #e1251a;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleX(1);
  transition: transform 0.4s ease 0s;
}

.button-link:hover {
  color: #e1251a;
}

.button-link:hover::after {
  transform: scaleX(0);
}

/* INFO CARDS */

.info-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
  border: solid #e1251a 1px;
  padding: 20px 32px 24px;
  gap: 24px;
}

.info-card__content p {
  margin: 0 !important;
}

.info-card__icon {
  color: #e1251a;
  font-size: 32px;
  width: 40px;
  min-width: 40px;
}

.info-card__row {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.info-card--6 {
  width: 100%;
  margin: 2rem 0;
}

.info-card__content {
  margin: 0;
}

.info-card--4 {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .info-card__row {
    flex-direction: row;
    flex-flow: row wrap;
  }
  .info-card {
    flex-direction: row;
    padding: 24px 32px;
  }
  .info-card__content {
    width: calc(100% - 62px);
    margin-left: auto;
    text-align: left;
  }
  .info-card--6,
  .info-card--4 {
    margin: 15px;
  }

  .info-card--6 {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .info-card--4 {
    max-width: 480px;
  }
}
@media (min-width: 1024px) {
  .info-card--4 {
    width: calc(33% - 30px);
  }
}

@media (max-width: 767px) {
}

/* FOOTER DISCLAIMER */

.banner {
  position: fixed;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 10%);
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.banner__row {
  display: block
}

@media screen and (min-width: 968px) {
  .banner {
    width: calc(100% - 270px);
    border-radius: 0 8px 0 0;
  }

  .banner__row {
    flex-flow: row wrap;
    align-items: center;
    display: flex;
  }

  .banner__content {
    width: calc(100% - 160px);
    margin-right: auto;
  }

  .banner p {
    margin-bottom: 0;
  }
}


.neighborly-logo {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}