@charset "UTF-8";
/* CSS Document */

/* remove arrow from automatically showing for a link to a new tab */
.links-item i {
  display: none !important;
}

/*Prevent any averflow of page container */
.container-fluid.pad-0-lr {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

#heroSection {
  min-height: 545px;
  display: flex;
  align-items: center;
}

#heroSection .container {
  max-width: 100%;
  width: 1160px !important;
  padding-left: 10px;
  padding-right: 10px;
}

/* #heroSectionCopyContainer .container {
  max-width: 1120px !important;
} */

#heroSection h1 {
  font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  color: #ffffff !important;
  padding: 0 200px 20px 0;
}

#heroSection p {
  font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff !important;
  max-width: 350px;;
  padding: 0 0 5px 0;
  text-align: left;
}

#heroSection .legal-1 {
  line-height: 50px !important;
}

#threeColumnTop .container, #threeColumnBottom .container {
  max-width: 1200px;
  text-align: center;
}

#threeColumnContianerTop {
  padding: 50px 0 0 0;
}

#threeColumnContianerTop .container {
  max-width: 1160px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.columnContainerTop {
  height: 340px;
  padding: 20px 0;
}

.columnContainerTop .dls-gray-02-bg, .dls-gray-02-bg-hvr:hover {
  background-color: #F4F4F4 !important;
}

.blueTitleContainer, .blueTitleFaqsContainer, #termsAndConditionsContainer {
  max-width: 1200px !important;
  text-align: center;
  padding: 20px 0 15px 0;
}

h2.blueTitle, #termsAndConditions h2 {
  font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 56px;
  color: #262626 !important;
  padding: 0 0 0 0;
  font-weight: 400;
}

p.blueTitleBody {
  font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333333 !important;
  padding: 20px 10px 0;
}

p.blueTitleBody .legal-1 {
  font-size: 10px;
  line-height: 22px;
}

#middleHeroImage {
  height: 546px;
}

#threeColumnBottom .container {
  max-width: 1230px;
}

#threeColumnBottom, #termsAndConditions {
  background-color: #F4F4F4;
  padding: 0 0 50px 0;
}

.columnContainerBottom {
  text-align: center;
}

.columnContainerBottom img {
  padding-bottom: 30px;
}

.columnContainerBottom p {
  max-width: 285px;
}

.threeColumnCopyContainer {
  min-height: 150px;
}

.threeColumnCopyContainer p {
  max-width: 100%;
  padding: 0 24px;
}

p.legalTerms {
  font-size: 10px;
  line-height: 14px;
  padding-top: 15px;
}

#faqSection {
  padding: 20px 0 30px 0;
}

#faqContainer {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

#termsAndConditions {
  padding: 30px 0 60px 0;
}

#termsAndConditions p.legal-1, #termsAndConditions p.legal-2 {
  font-size: 10px;
  line-height: 14px;;
  padding: 0;
}


/* Adjusting margins based on varing widths */
@media (max-width: 1279px) {
  .columnContainerTop {
    height: 340px;
  }
}

/* Adjusting margins based on varing widths */
@media (max-width: 1199px) {
  #heroSection .container {
    padding-left: 20px;
  }
}

/* Adjusting margins based on varing widths */
@media (max-width: 1150px) {
  .threeColumnCopyContainer {
    min-height: 170px;
  }
}

/* Adjusting margins based on varing widths */
@media (max-width: 1023px) {
  .columnContainerTop {
    height: 450px;
  }
}

/* Adjusting margins based on varing widths */
@media (max-width: 999px) {
  .threeColumnCopyContainer {
    min-height: 190px;
  }
}

/* Adjusting margins based on varing widths */
@media (max-width: 979px) {
  .threeColumnCopyContainer {
    min-height: 230px;
  }
}

/* Adjusting margins and paddings based on varing widths */
@media (max-width: 767px) {
  .blueTitleContainer {
    padding: 30px 0 0 0;
  }

  .blueTitleFaqsContainer {
    padding: 20px 0;
  }

  h2.blueTitle  {
    font-size: 32px;
    line-height: 36px;
  }

  p.blueTitleBody {
    font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333333 !important;
    padding: 20px 33px 0;
  }

  #heroSection {
    min-height: 805px;
    display: block;
    align-items: top;
    padding: 30px 0 0 0;
  }

  #heroSection .container {
    width: 100% !important;
    padding-left: 10px;
  }

  #heroSection h1 {
    font-size: 32px;
    line-height: 36px;
    padding: 0;
    text-align: center;;
  }

  #heroSection p {
    font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff !important;
    padding: 20px 10px 0 10px;
    max-width: 100%;
    text-align: center;
  }

  #heroSection .hidden-md-up {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #heroSectionCopyContainer .container a {
    margin: 0 auto 20px auto !important;
  }

  #threeColumnContianerTop .container > div {
    padding-bottom: 0 !important;
  }

  #threeColumnContianerTop {
    padding: 20px 0 0 0;
  }

  .columnContainerTop {
    height: 100%;
    margin-bottom: 35px;
  }

  #middleHeroImage {
    height: 375px;
  }

  #threeColumnBottom .container > div {
    padding-top: 0px !important;
  }

  .columnContainerBottom {
    padding: 0 0 30px 0;
  }

  #threeColumnContianerBottom > div.container > div > div:nth-child(3) > div > div > section > div {
    padding: 0;
  }

  .columnContainerBottom img {
    padding-bottom: 20px;
  }

  .threeColumnCopyContainer {
    min-height: 100px;
    padding: 0;
  }

  .threeColumnCopyContainer p {
    padding: 0 10px;
  }

  #threeColumnContianerBottom .container .button.parbase > div {
    padding: 20px 0 0 0;
  }

  #termsAndConditionsContainer {
    padding: 0;
  }

  #termsAndConditions h2 {
    font-size: 32px;
    line-height: 36px;;
    padding: 0;
  }
}

@media (max-width: 417px) {
  #communityImpactMobileHeroHeight {
    max-height: 360px !important;
  }
}
