/* File: homeAndCommunity.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
.aarp-c-lp-homeAndCommunity-livableLink a {
  color: #fff;
  text-decoration: none;
}
.aarp-c-lp-homeAndCommunity {
  font-family: Lato, sans-serif;
  --fff: #fff;
  --000: #000;
  --ec1300: #ec1300;
  --fontWeight700: 700;
  --fontWeight900: 900;
  --center: center;
  font-size: 12px;
  line-height: 1.2;
  width: 100%;
  font-weight: 400;
  color: var(--000);
}
.aarp-c-lp-homeAndCommunity__headerSec {
  background: var(--ec1300);
}
.aarp-c-lp-section {
  max-width: 100%;
  margin: 0 auto;
}
.aarp-c-lp-homeAndCommunity-headerContainer {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aarp-c-lp-homeAndCommunity-aarpLogo {
  width: 120px;
}
.aarp-c-lp-homeAndCommunity-livableLink {
  font-size: 12px;
  line-height: 14px;
  font-weight: var(--fontWeight700);
  color: var(--fff);
}
.aarp-c-lp-section.aarp-c-lp-homeAndCommunity-heroContainer {
  padding: 0;
}
.aarp-c-lp-homeAndCommunity-heroContainer {
  background-repeat: no-repeat;
  background-position: top center;
}
.aarp-c-lp-homeAndCommunity__heroSec-leftBlock {
  color: var(--fff);
  font-weight: var(--fontWeight700);
}
.aarp-c-lp-homeAndCommunity__heroSec-leftBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--000);
  opacity: 0.64;
  z-index: -1;
}
.aarp-c-lp-homeAndCommunity__heroSec-leftBlock {
  position: relative;
  z-index: 1;
}
.aarp-c-lp-homeAndCommunity__card {
  border: 1px solid var(--ec1300);
  text-align: var(--center);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aarp-c-lp-homeAndCommunity__cardHeading {
  font-weight: var(--fontWeight700);
}
.aarp-c-lp-homeAndCommunity__cardCta {
  color: var(--ec1300);
  border: 2px solid var(--ec1300);
  font-weight: var(--fontWeight700);
  border-radius: 26px;
  display: flex;
  justify-content: var(--center);
  align-items: var(--center);
  text-decoration: none;
  margin: 0 auto;
}
.aarp-c-lp-homeAndCommunity .aarp-c-lp-homeAndCommunity__cardCta:hover,
.aarp-c-lp-homeAndCommunity .aarp-c-lp-homeAndCommunity__cardCta:focus {
  color: var(--ec1300);
}
.aarp-c-lp-homeAndCommunity__heroImage-mobile {
  display: none;
}
.aarp-c-lp-homeAndCommunity-carouselContainer {
  text-align: var(--center);
}
.aarp-c-lp-homeAndCommunity__carouselHeading,
.aarp-c-lp-homeAndCommunity__tinyHeading,
.aarp-c-lp-homeAndCommunity__homeTips-heading,
.aarp-c-lp-homeAndCommunity__homeTips-cardHeading {
  font-weight: var(--fontWeight700);
}
.aarp-c-lp-homeAndCommunity__slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.aarp-c-lp-homeAndCommunity__carouselBlock {
  position: relative;
  overflow: hidden;
}
.aarp-c-lp-homeAndCommunity__slider {
  margin: 0 auto;
}
.aarp-c-lp-homeAndCommunity .aarp-c-lp-homeAndCommunity__slideVideo .vjs-dock-text {
  display: none;
}
.aarp-c-lp-homeAndCommunity__slider .slick-arrow {
  border: solid var(--000);
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
  top: 47%;
  border-radius: 0 1px;
  cursor: pointer;
}
.slick-next::before,
.slick-prev::before,
.aarp-c-lp-homeAndCommunity .slick-next:hover::before,
.aarp-c-lp-homeAndCommunity .slick-prev:hover::before {
  opacity: 0;
  color: transparent;
}
.aarp-c-lp-homeAndCommunity__slider .slick-prev {
  transform: rotate(135deg);
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.aarp-c-lp-homeAndCommunity-tinyContainer {
  text-align: var(--center);
}
.aarp-c-lp-homeAndCommunity__tinyCard {
  background: #fbe8e5;
  text-align: left;
  border-radius: 16px;
}
.aarp-c-lp-homeAndCommunity__homeTips-card {
  border: 1px solid var(--ec1300);
}
.aarp-c-lp-homeAndCommunity__homeTips-cardCategory {
  font-weight: 600;
}
.aarp-c-lp-homeAndCommunity .aarp-c-lp-homeAndCommunity__homeTips-card a {
  color: var(--000);
  text-decoration: none;
}
.aarp-c-lp-homeAndCommunity
  .aarp-c-lp-homeAndCommunity__homeTips-card:hover
  a
  .aarp-c-lp-homeAndCommunity__homeTips-cardHeading {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .aarp-c-lp-homeAndCommunity-headerContainer {
    padding: 0 30px;
  }
  .aarp-c-lp-homeAndCommunity-logoSec img {
    width: 120px;
  }
  .aarp-c-lp-homeAndCommunity-heroContainer {
    position: relative;
  }
  .aarp-c-lp-homeAndCommunity__heroImage-mobile {
    display: block;
    width: 100%;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-leftBlock {
    width: 100%;
    padding: 28px 30px;
    position: absolute;
    bottom: 0;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-heading {
    font-size: 32px;
    line-height: 38px;
    max-width: 315px;
    margin: 0 auto 8px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-texts {
    font-size: 16px;
    line-height: 23px;
    max-width: 315px;
    margin: 0 auto;
  }
  .aarp-c-lp-homeAndCommunity-cardContainer {
    padding: 76px 30px 26px;
  }
  .aarp-c-lp-homeAndCommunity__card {
    max-width: 315px;
    height: 644px;
    margin: 0 auto 28px;
    padding: 26px 27px 54px 25px;
  }
  .aarp-c-lp-homeAndCommunity__cardImg {
    max-width: 263px;
  }
  .aarp-c-lp-homeAndCommunity__cardImg,
  .aarp-c-lp-homeAndCommunity__tinyCardImg,
  .aarp-c-lp-homeAndCommunity__homeTips-cardImg {
    width: 100%;
  }
  .aarp-c-lp-homeAndCommunity__cardHeading {
    font-size: 24px;
    line-height: 32px;
    padding: 47px 0 9px;
  }
  .aarp-c-lp-homeAndCommunity__card:nth-child(2)
    .aarp-c-lp-homeAndCommunity__cardHeading {
    padding: 36px 18px 9px;
  }
  .aarp-c-lp-homeAndCommunity__cardTexts {
    font-size: 16px;
    line-height: 27px;
    max-width: 241px;
    margin: 0 auto;
  }
  .aarp-c-lp-homeAndCommunity__card:nth-child(2)
    .aarp-c-lp-homeAndCommunity__cardTexts {
    max-width: 252px;
  }
  .aarp-c-lp-homeAndCommunity__cardCta {
    width: 172px;
    height: 52px;
    font-size: 16px;
    line-height: 19px;
  }
  .aarp-c-lp-homeAndCommunity-carouselContainer {
    margin-bottom: 54px;
  }
  .aarp-c-lp-homeAndCommunity__carouselHeading {
    font-size: 30px;
    line-height: 44px;
	padding-top: 30px;
  }
  .aarp-c-lp-homeAndCommunity__carouselTexts {
    font-size: 16px;
    line-height: 27px;
    max-width: 256px;
    margin: 19px auto 54px;
  }
  .aarp-c-lp-homeAndCommunity__carouselBlock-slide {
    padding: 0 45px;
  }
  .aarp-c-lp-homeAndCommunity__slideImage {
    max-width: 100%;
  }
  .aarp-c-lp-homeAndCommunity__slider,
  .aarp-c-lp-homeAndCommunity__slideImage {
    max-width: 100%;
  }
  .aarp-c-lp-homeAndCommunity__slideVideo video-js {
    width: 76vw;
    height: 42.667vw;
    margin: 0 auto;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-arrow {
    margin: 10px 20px;
    border-width: 0 2px 2px 0;
    padding: 8px;
    top: 43%;
    cursor: pointer;
    z-index: 2;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-prev {
    left: 1%;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-next {
    right: 1%;
  }
  .aarp-c-lp-homeAndCommunity-tinyContainer {
    padding: 0 30px;
  }
  .aarp-c-lp-homeAndCommunity__tinyHeading {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 10px;
	padding-top: 30px;
  }
  .aarp-c-lp-homeAndCommunity__tinyTexts {
    font-size: 16px;
    line-height: 27px;
    max-width: 286px;
    margin: 0 auto;
  }
  .aarp-c-lp-homeAndCommunity__tinyCards {
    margin: 42px auto 70px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCard {
    max-width: 315px;
    height: auto;
    padding: 22px 18px 39px;
    margin: 0 auto 29px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardImg {
    max-width: 279px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    font-size: 24px;
    line-height: 33px;
    padding: 22px 0 9px;
  }
  .card2 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    margin-right: 5px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    font-size: 16px;
    line-height: 24px;
  }
  .card4 .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    padding-right: 5px;
  }
  .card6 .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    padding-right: 5px;
  }
  .aarp-c-lp-homeAndCommunity-homeTipsContainer {
    padding: 0 30px 30px;
    text-align: var(--center);
  }
  .aarp-c-lp-homeAndCommunity__homeImage {
    width: 247px;
    margin: 0 auto 48px;
    display: flex;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-heading {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 14px;
	padding-top: 30px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-texts {
    font-size: 16px;
    line-height: 27px;
    max-width: 286px;
    margin: 0 auto 35px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-card {
    max-width: 315px;
    height: 442px;
    padding: 15px;
    margin: 0 auto 24px;
    text-align: left;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardBody {
    padding: 0 16px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardImg {
    max-width: 284px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardCategory {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 10px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardHeading {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .homeCard1 .aarp-c-lp-homeAndCommunity__homeTips-cardHeading,
  .homeCard2 .aarp-c-lp-homeAndCommunity__homeTips-cardHeading,
  .homeCard6 .aarp-c-lp-homeAndCommunity__homeTips-cardHeading,
  .homeCard7 .aarp-c-lp-homeAndCommunity__homeTips-cardHeading,
  .homeCard8 .aarp-c-lp-homeAndCommunity__homeTips-cardHeading {
    max-width: 251px;
    padding-right: 10px;
  }
  .homeCard8 .aarp-c-lp-homeAndCommunity__homeTips-cardHeading {
    padding-right: 0;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardTexts {
    font-size: 16px;
    line-height: 24px;
    padding-right: 5px;
  }
  .homeCard2 .aarp-c-lp-homeAndCommunity__homeTips-cardTexts {
    padding-right: 20px;
  }
  .homeCard3 .aarp-c-lp-homeAndCommunity__homeTips-cardTexts {
    padding-right: 12px;
  }
  .homeCard4 .aarp-c-lp-homeAndCommunity__homeTips-cardTexts,
  .homeCard5 .aarp-c-lp-homeAndCommunity__homeTips-cardTexts {
    padding-right: 28px;
  }
  .homeCard6 .aarp-c-lp-homeAndCommunity__homeTips-cardTexts, 
  .homeCard8 .aarp-c-lp-homeAndCommunity__homeTips-cardTexts {
    padding-right: 19px;
  }
}
@media (max-width: 375px) {
  .aarp-c-lp-homeAndCommunity__slideVideo video-js {
    width: 74vw;
    height: 42.667vw;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-arrow {
    top: 38%;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-prev {
    left: 1%;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-next {
    right: -1%;
  }
}

@media (min-width: 768px) {
  .aarp-c-lp-section {
    max-width: 768px;
    padding: 0 43px;
  }
  .aarp-c-lp-homeAndCommunity-heroContainer {
    position: relative;
    background-image: url("/content/dam/target-share/widgets/images/home_community_hero_image_desktop.jpg");
    background-size: 100%;
  }
  .aarp-c-lp-homeAndCommunity-cardContainer,
  .aarp-c-lp-homeAndCommunity__tinyCards,
  .aarp-c-lp-homeAndCommunity__homeTips-cardsBlock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardHeading br {
    display: none;
  }
  .aarp-c-lp-homeAndCommunity-livableLink {
    font-size: 12px;
    line-height: 14px;
  }
  .aarp-c-lp-section.aarp-c-lp-homeAndCommunity-heroContainer {
    height: 309px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-leftBlock {
    width: 332px;
    height: 309px;
    padding: 48px 27px 48px 43px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-heading {
    font-size: 32px;
    line-height: 38px;
    max-width: 256px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-texts {
    font-size: 12px;
    line-height: 17px;
    margin-top: 13px;
  }
  .aarp-c-lp-homeAndCommunity-cardContainer {
    margin: 53px auto;
  }
  .aarp-c-lp-homeAndCommunity__card {
    max-width: 220px;
    height: 410px;
    padding: 22px 20px 30px;
  }
  .aarp-c-lp-homeAndCommunity__cardImg {
    width: 180px;
  }
  .aarp-c-lp-homeAndCommunity__cardHeading {
    font-size: 13px;
    line-height: 17px;
    margin: 19px 0 8px;
  }
  .aarp-c-lp-homeAndCommunity__cardTexts {
    font-size: 12px;
    line-height: 17px;
    padding: 0 4px;
  }
  .aarp-c-lp-homeAndCommunity__cardCta {
    font-size: 12px;
    line-height: 14px;
    width: 172px;
    height: 52px;
  }
  .aarp-c-lp-homeAndCommunity__carouselHeading,
  .aarp-c-lp-homeAndCommunity__tinyHeading,
  .aarp-c-lp-homeAndCommunity__homeTips-heading {
    font-size: 21px;
    line-height: 17px;
	padding-top: 40px;
  }
  .aarp-c-lp-homeAndCommunity__carouselTexts,
  .aarp-c-lp-homeAndCommunity__tinyTexts {
    font-size: 12px;
    line-height: 15px;
    padding-top: 11px;
    max-width: 336px;
    margin: 0 auto;
  }
  .aarp-c-lp-homeAndCommunity__carouselBlock {
    margin: 50px 0 53px;
  }
  .aarp-c-lp-homeAndCommunity__carouselBlock-slide.slick-slide {
    display: flex;
    justify-content: center;
  }
  .aarp-c-lp-homeAndCommunity__slideImage {
    max-width: 567px;
  }
  .aarp-c-lp-homeAndCommunity__slider,
  .aarp-c-lp-homeAndCommunity__slideImage {
    max-width: 567px;
  }
  .aarp-c-lp-homeAndCommunity__slideVideo video-js {
    width: 567px;
    height: 319px;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-arrow {
    margin: 5px 11px;
    border-width: 0 2px 2px 0;
    padding: 8px;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-prev {
    left: -60px;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-next {
    right: -60px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCards {
    margin: 51px auto 43px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCard {
    width: 220px;
    height: 335px;
    padding: 17px 20px;
    margin-bottom: 11px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardImg {
    width: 181px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    font-size: 14px;
    line-height: 19px;
    margin: 12px 0 6px;
  }
  .card3 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 5px;
  }
  .card4 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 8px;
  }
  .card5 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 21px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    font-size: 12px;
    line-height: 16px;
  }
  .card2 .aarp-c-lp-homeAndCommunity__tinyCardTexts,
  .card5 .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    max-width: 157px;
  }
  .card3 .aarp-c-lp-homeAndCommunity__tinyCardTexts,
  .card4 .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    max-width: 160px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-headingBlock {
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .aarp-c-lp-homeAndCommunity__headingBlock-image {
    margin-right: 34px;
  }
  .aarp-c-lp-homeAndCommunity__homeImage {
    width: 163px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-texts {
    font-size: 12px;
    line-height: 15px;
    padding-top: 11px;
    max-width: 251px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardsBlock {
    margin: 61px auto 23px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-card {
    width: 163px;
    height: 295px;
    padding: 6px;
    margin-bottom: 23px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardBody {
    margin: 11px 9px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardImg {
    width: 151px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardCategory {
    font-size: 10px;
    line-height: 14px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardHeading {
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0 8px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardTexts {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (min-width: 987px) {
  .aarp-c-lp-section {
    max-width: 987px;
    padding: 0 55px;
  }
  .aarp-c-lp-homeAndCommunity-livableLink {
    font-size: 12px;
    line-height: 15px;
  }
  .aarp-c-lp-section.aarp-c-lp-homeAndCommunity-heroContainer {
    height: 398px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-leftBlock {
    width: 426px;
    height: 398px;
    padding: 62px 35px 61px 55px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-heading {
    font-size: 41px;
    line-height: 49px;
    max-width: 329px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-texts {
    font-size: 14px;
    line-height: 22px;
    margin-top: 17px;
  }
  .aarp-c-lp-homeAndCommunity-cardContainer {
    margin: 69px auto;
  }
  .aarp-c-lp-homeAndCommunity__card {
    max-width: 283px;
    height: 500px;
    padding: 28px 25px 38px;
  }
  .aarp-c-lp-homeAndCommunity__cardImg {
    width: 232px;
  }
  .aarp-c-lp-homeAndCommunity__cardHeading {
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0 6px;
  }
  .aarp-c-lp-homeAndCommunity__cardTexts {
    font-size: 14px;
    line-height: 22px;
    padding: 0 8px;
  }
  .aarp-c-lp-homeAndCommunity__cardCta {
    font-size: 12px;
    line-height: 15px;
    width: 172px;
    height: 52px;
  }
  .aarp-c-lp-homeAndCommunity__carouselHeading,
  .aarp-c-lp-homeAndCommunity__tinyHeading,
  .aarp-c-lp-homeAndCommunity__homeTips-heading {
    font-size: 27px;
    line-height: 22px;
  }
  .aarp-c-lp-homeAndCommunity__carouselTexts,
  .aarp-c-lp-homeAndCommunity__tinyTexts {
    font-size: 14px;
    line-height: 18px;
    padding-top: 14px;
    max-width: 432px;
  }
  .aarp-c-lp-homeAndCommunity__carouselBlock {
    margin: 64px 0 69px;
  }
  .aarp-c-lp-homeAndCommunity__slideImage {
    max-width: 729px;
  }
  .aarp-c-lp-homeAndCommunity__slider,
  .aarp-c-lp-homeAndCommunity__slideImage {
    max-width: 729px;
  }
  .aarp-c-lp-homeAndCommunity__slideVideo video-js {
    width: 729px;
    height: 410px;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-arrow {
    margin: 7px 14px;
    border-width: 0 3px 3px 0;
    padding: 10px;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-prev {
    left: -80px;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-next {
    right: -80px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCards {
    margin: 66px auto 55px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCard {
    width: 283px;
    height: 361px;
    padding: 22px 25px;
    margin-bottom: 14px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardImg {
    width: 232px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    font-size: 16px;
    line-height: 22px;
    margin: 16px 0 7px;
  }
  .card3 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 7px;
  }
  .card4 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 18px;
  }
  .card5 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 27px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    font-size: 12px;
    line-height: 14px;
  }
  .card2 .aarp-c-lp-homeAndCommunity__tinyCardTexts,
  .card5 .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    max-width: 202px;
  }
  .card3 .aarp-c-lp-homeAndCommunity__tinyCardTexts,
  .card4 .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    max-width: 209px;
  }
  .aarp-c-lp-homeAndCommunity__headingBlock-image {
    margin-right: 44px;
  }
  .aarp-c-lp-homeAndCommunity__homeImage {
    width: 209px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-texts {
    font-size: 12px;
    line-height: 15px;
    padding-top: 14px;
    max-width: 322px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardsBlock {
    margin: 78px auto 29px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-card {
    width: 209px;
    height: 303px;
    padding: 8px;
    margin-bottom: 29px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardBody {
    margin: 14px 11px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardImg {
    width: 195px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardCategory {
    font-size: 12px;
    line-height: 15px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardHeading {
    font-size: 15px;
    line-height: 19px;
    margin: 7px 0;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardTexts {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (min-width: 1200px) {
  .aarp-c-lp-section {
    max-width: 1200px;
    padding: 0 67px;
  }
  .aarp-c-lp-homeAndCommunity-livableLink {
    font-size: 15px;
    line-height: 18px;
  }
  .aarp-c-lp-section.aarp-c-lp-homeAndCommunity-heroContainer {
    height: 483px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-leftBlock {
    width: 518px;
    height: 483px;
    padding: 75px 42px 74px 67px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-heading {
    font-size: 50px;
    line-height: 60px;
    max-width: 400px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-texts {
    font-size: 17px;
    line-height: 27px;
    margin-top: 21px;
  }
  .aarp-c-lp-homeAndCommunity-cardContainer {
    margin: 80px auto;
  }
  .aarp-c-lp-homeAndCommunity__card {
    max-width: 344px;
    height: 566px;
    padding: 34px 31px 47px;
  }
  .aarp-c-lp-homeAndCommunity__cardImg {
    width: 282px;
  }
  .aarp-c-lp-homeAndCommunity__cardHeading {
    font-size: 20px;
    line-height: 27px;
    margin: 30px 0 8px;
  }
  .aarp-c-lp-homeAndCommunity__cardTexts {
    font-size: 15px;
    line-height: 27px;
    padding: 0 7px;
  }
  .aarp-c-lp-homeAndCommunity__cardCta {
    font-size: 13px;
    line-height: 16px;
    width: 172px;
    height: 52px;
  }
  .aarp-c-lp-homeAndCommunity__carouselHeading,
  .aarp-c-lp-homeAndCommunity__tinyHeading,
  .aarp-c-lp-homeAndCommunity__homeTips-heading {
    font-size: 33px;
    line-height: 27px;
  }
  .aarp-c-lp-homeAndCommunity__carouselTexts,
  .aarp-c-lp-homeAndCommunity__tinyTexts {
    font-size: 15px;
    line-height: 20px;
    padding-top: 17px;
    max-width: 525px;
  }
  .aarp-c-lp-homeAndCommunity__carouselBlock {
    margin: 78px 0 83px;
  }
  .aarp-c-lp-homeAndCommunity__slideImage {
    max-width: 887px;
  }
  .aarp-c-lp-homeAndCommunity__slider,
  .aarp-c-lp-homeAndCommunity__slideImage {
    max-width: 887px;
  }
  .aarp-c-lp-homeAndCommunity__slideVideo video-js {
    width: 887px;
    height: 499px;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-arrow {
    margin: 10px 20px;
    border-width: 0 3px 3px 0;
    padding: 13px;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-prev {
    left: -80px;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-next {
    right: -80px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCards {
    margin: 80px auto 67px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCard {
    width: 344px;
    height: 438px;
    padding: 27px 31px;
    margin-bottom: 17px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardImg {
    width: 283px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    font-size: 20px;
    line-height: 27px;
    margin: 19px 0 8px;
  }
  .card3 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 8px;
  }
  .card4 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 13px;
  }
  .card5 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 33px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    font-size: 13px;
    line-height: 20px;
  }
  .card2 .aarp-c-lp-homeAndCommunity__tinyCardTexts,
  .card5 .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    max-width: 246px;
  }
  .card3 .aarp-c-lp-homeAndCommunity__tinyCardTexts,
  .card4 .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    max-width: 250px;
  }
  .aarp-c-lp-homeAndCommunity__headingBlock-image {
    margin-right: 53px;
  }
  .aarp-c-lp-homeAndCommunity__homeImage {
    width: 254px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-texts {
    font-size: 15px;
    line-height: 20px;
    padding-top: 17px;
    max-width: 392px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardsBlock {
    margin: 95px auto 36px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-card {
    width: 254px;
    height: 368px;
    padding: 9px;
    margin-bottom: 36px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardBody {
    margin: 17px 13px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardImg {
    width: 237px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardCategory {
    font-size: 13px;
    line-height: 20px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardHeading {
    font-size: 17px;
    line-height: 23px;
    margin: 8px 0;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardTexts {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (min-width: 1440px) {
  .aarp-c-lp-section {
    max-width: 1440px;
    padding: 0 80px;
  }
  .aarp-c-lp-homeAndCommunity-livableLink {
    font-size: 18px;
    line-height: 22px;
  }
  .aarp-c-lp-section.aarp-c-lp-homeAndCommunity-heroContainer {
    max-width: 1440px;
    height: 580px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-leftBlock {
    width: 622px;
    height: 580px;
    padding: 90px 51px 89px 80px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-heading {
    font-size: 60px;
    line-height: 72px;
    max-width: 480px;
  }
  .aarp-c-lp-homeAndCommunity__heroSec-texts {
    font-size: 20px;
    line-height: 32px;
    margin-top: 25px;
  }
  .aarp-c-lp-homeAndCommunity-cardContainer {
    margin: 100px auto;
  }
  .aarp-c-lp-homeAndCommunity__card {
    max-width: 413px;
    height: 679px;
    padding: 41px 37px 56px;
  }
  .aarp-c-lp-homeAndCommunity__cardImg {
    width: 338px;
  }
  .aarp-c-lp-homeAndCommunity__cardHeading {
    font-size: 24px;
    line-height: 32px;
    margin: 36px 0 9px;
  }
  .aarp-c-lp-homeAndCommunity__cardTexts {
    font-size: 18px;
    line-height: 32px;
    padding: 0 8px;
  }
  .aarp-c-lp-homeAndCommunity__cardCta {
    font-size: 16px;
    line-height: 19px;
    width: 172px;
    height: 52px;
  }
  .aarp-c-lp-homeAndCommunity__carouselHeading,
  .aarp-c-lp-homeAndCommunity__tinyHeading,
  .aarp-c-lp-homeAndCommunity__homeTips-heading {
    font-size: 40px;
    line-height: 32px;
  }
  .aarp-c-lp-homeAndCommunity__carouselTexts,
  .aarp-c-lp-homeAndCommunity__tinyTexts {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
    max-width: 630px;
  }
  .aarp-c-lp-homeAndCommunity__carouselBlock {
    margin: 94px 0 100px;
  }
  .aarp-c-lp-homeAndCommunity__slider,
  .aarp-c-lp-homeAndCommunity__slideImage {
    max-width: 1064px;
  }
  .aarp-c-lp-homeAndCommunity__slideVideo video-js {
    width: 1064px;
    height: 599px;
  }
  .aarp-c-lp-homeAndCommunity__slider .slick-arrow {
    margin: 10px 20px;
    border-width: 0 4px 4px 0;
    padding: 13px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCards {
    margin: 96px auto 80px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCard {
    width: 413px;
    height: 526px;
    padding: 32px 37px;
    margin-bottom: 20px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardImg {
    width: 339px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    font-size: 24px;
    line-height: 32px;
    margin: 23px 0 10px;
  }
  .card3 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 10px;
  }
  .card4 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 15px;
  }
  .card5 .aarp-c-lp-homeAndCommunity__tinyCardHeading {
    padding-right: 40px;
  }
  .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    font-size: 16px;
    line-height: 24px;
  }
  .card2 .aarp-c-lp-homeAndCommunity__tinyCardTexts,
  .card5 .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    max-width: 295px;
  }
  .card3 .aarp-c-lp-homeAndCommunity__tinyCardTexts,
  .card4 .aarp-c-lp-homeAndCommunity__tinyCardTexts {
    max-width: 300px;
  }
  .aarp-c-lp-homeAndCommunity__headingBlock-image {
    margin-right: 64px;
  }
  .aarp-c-lp-homeAndCommunity__homeImage {
    width: 305px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-texts {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
    max-width: 470px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardsBlock {
    margin: 114px auto 43px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-card {
    width: 305px;
    height: 442px;
    padding: 11px;
    margin-bottom: 43px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardBody {
    margin: 20px 16px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardImg {
    width: 284px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardCategory {
    font-size: 16px;
    line-height: 24px;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardHeading {
    font-size: 20px;
    line-height: 27px;
    margin: 10px 0;
  }
  .aarp-c-lp-homeAndCommunity__homeTips-cardTexts {
    font-size: 16px;
    line-height: 24px;
  }
}
