/*------------------------------------*\
    MAIN.CSS
\*------------------------------------*/
/**
 * global redirect
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* TRANSFORM  */
/* TRANSITION */
/* ----- Typography ----- */
.caregiving__block {
  position: relative;
  background: white;
  padding: 15px;
  clear: both;
}

.caregiving__block-title {
  background: #009ecd;
  padding: 15px;
  padding-left: 26px;
}

.caregiving__block-title h2 {
  max-width: 100%;
  font-family: "connections light";
  color: white;
  font-size: 26px;
  line-height: 30px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block-title h2 {
    font-size: 32px;
    max-width: 76%;
  }
}

.caregiving__block-content {
  margin-top: 40px;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block-content {
    width: 63%;
    margin-left: 22px;
  }
}

.caregiving__block-secondarycontent {
  margin-top: 40px;
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block-secondarycontent {
    width: 63%;
    margin-left: 22px;
  }
}

.caregiving__block-image {
  position: absolute;
  top: 2.5em;
  right: 15px;
}

.caregiving__block-image.hide-mobile {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block-image.hide-mobile {
    display: block;
  }
}

.caregiving__block-social {
  text-align: right;
  margin-top: 40px;
}

.caregiving__block-social span {
  display: inline-block;
  transform: translateY(-5px);
}

@media only screen and (min-width: 1024px) {
  .caregiving__block-social {
    position: absolute;
    top: 35.5em;
    right: 25px;
    margin-top: 0;
  }
}

.caregiving__block-quote {
  position: relative;
  background: #ebe7dc;
  padding: 25px 15px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block-quote {
    display: flex;
    padding: 25px 15px 25px 40px;
  }
}

.caregiving__block-quote-content {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block-quote-content {
    max-width: 65%;
  }
}

.caregiving__block-quote-content h3 {
  font-family: "connections bold";
  font-size: 20px;
  color: #012169;
}

.caregiving__block-quote-content p {
  font-family: "connections";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}

.caregiving__block-quote-content p sup a {
  text-decoration: none;
  color: inherit;
}

.caregiving__block-quote-content span {
  display: block;
  font-family: "connections light italic";
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block-quote-content span {
    font-size: 15px;
  }
}

.caregiving__block-quote-content span span {
  display: inline;
  font-family: "connections";
}

.caregiving__block-quote-action {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block-quote-action {
    width: 35%;
  }
}

.caregiving__block-quote-action a {
  display: inline-block;
  position: relative;
  font-family: "connections bold";
  color: white;
  background: #021d6e;
  font-size: 17px;
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  width: 220px;
  height: 45px;
  padding: 9px 32px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block-quote-action a {
    position: absolute;
    top: 42%;
    right: 0;
    transform: translateY(-50%);
  }
}

.caregiving__block-quote-action a:after {
  border-color: transparent transparent transparent white;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  bottom: 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 32px;
  top: -1px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block-quote-action a:after {
    right: 32px;
  }
}

.caregiving__block.block--1 .caregiving__block-content .block--1__graphs {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  border-bottom: 1px solid #333333;
}

.caregiving__block.block--1 .caregiving__block-content .block--1__graphs .graph {
  width: 60px;
  height: 320px;
  background: #1b63ae;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--1 .caregiving__block-content .block--1__graphs .graph {
    width: 85px;
  }
}

.caregiving__block.block--1 .caregiving__block-content .block--1__graphs .graph p {
  font-family: "connections";
  font-size: 28px;
  color: white;
  margin: 25px 5px 0px 5px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--1 .caregiving__block-content .block--1__graphs .graph p {
    font-size: 35px;
    margin: 10px 10px 0px 10px;
  }
}

.caregiving__block.block--1 .caregiving__block-content .block--1__graphs .graph.graph--2 {
  background: #da192b;
  height: 294px;
}

.caregiving__block.block--1 .caregiving__block-content .block--1__graphs .graph.graph--3 {
  height: 294px;
}

.caregiving__block.block--1 .caregiving__block-content .block--1__graphs .graph.graph--4 {
  height: 268.8px;
}

.caregiving__block.block--1 .caregiving__block-content .block--1__graphs .graph.graph--5 {
  height: 204.8px;
}

.caregiving__block.block--1 .caregiving__block-content .block--1__graphs-text {
  display: flex;
  justify-content: space-around;
}

.caregiving__block.block--1 .caregiving__block-content .block--1__graphs-text p {
  font-family: "connections bold";
  font-size: 11px;
  width: 60px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--1 .caregiving__block-content .block--1__graphs-text p {
    font-size: 12px;
    width: 15%;
  }
}

.caregiving__block.block--1 .caregiving__block-content .block--1__graphs-text p sup a {
  text-decoration: none;
  color: inherit;
}

.caregiving__block.block--1 .caregiving__block-secondarycontent .block--1__information {
  display: flex;
}

.caregiving__block.block--1 .caregiving__block-secondarycontent .block--1__information img {
  height: 4em;
  margin-right: 1em;
  margin-top: 1.5em;
}

.caregiving__block.block--1 .caregiving__block-secondarycontent .block--1__information p {
  font-size: 18px;
  line-height: 24px;
}

.caregiving__block.block--1 .caregiving__block-secondarycontent .block--1__information p span {
  font-size: 28px;
  color: #da192b;
}

.caregiving__block.block--1 .caregiving__block-secondarycontent .block--1__information p sup a {
  text-decoration: none;
  color: inherit;
}

.caregiving__block.block--2 figure {
  text-align: center;
}

.caregiving__block.block--2 figure:after {
  border: 1px solid #00ab5d;
  bottom: 7px;
  content: "";
  display: block;
  position: relative;
  width: 100%;
}

.caregiving__block.block--2 .block--2__graphs-text {
  background: #f9f7f4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: -7px;
  padding: 12px 0;
  text-align: center;
}

.caregiving__block.block--2 .block--2__graphs-text > div {
  flex-basis: calc(100% / 3);
  padding: 0 5px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--2 .block--2__graphs-text {
    flex-wrap: nowrap;
  }
  .caregiving__block.block--2 .block--2__graphs-text > div {
    flex-basis: 25%;
  }
}

.caregiving__block.block--2 .block--2__graphs-text h3 {
  color: #dc1431;
  font-family: "connections light";
  font-size: 40px;
  font-weight: normal;
}

.caregiving__block.block--2 .block--2__graphs-text p {
  color: #333333;
  font-family: "connections";
  font-size: 14px;
  line-height: 18px;
  margin-top: -10px;
}

.caregiving__block.block--2 .block--2__graphs-text p a {
  color: #333333;
  text-decoration: none;
}

.caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information {
  align-items: flex-end;
  display: flex;
}

.caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information div {
  font-family: "connections light";
  font-size: 22px;
}

.caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information div p {
  color: #333333;
  margin: 77px 0 0 0;
}

.caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information div p a {
  color: #333333;
  text-decoration: none;
}

.caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information div p:last-of-type {
  margin-bottom: 0;
  margin-left: 40px;
}

.caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information div span {
  font-size: 28px;
  line-height: 0;
}

.caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information div .blue {
  color: #0073cf;
}

.caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information div .red {
  color: #dc1431;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information {
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information div {
    font-size: 32px;
    padding-left: 40px;
  }
  .caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information div p {
    margin: 30px;
    margin-right: 0;
  }
  .caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information div p:last-of-type {
    margin-left: 30px;
  }
  .caregiving__block.block--2 .caregiving__block-secondarycontent .block--2__information div span {
    font-size: 38px;
  }
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  position: relative;
  height: 400px;
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle {
  position: relative;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background: #0073cf;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle {
    width: 265px;
    height: 265px;
  }
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  color: white;
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle__content h3 {
  font-family: "connections light";
  margin-bottom: -10px;
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle__content p {
  max-width: 85%;
  margin: 0 auto;
  font-family: "connections";
  font-size: 16px;
  line-height: 18px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle__content p {
    max-width: 80%;
    font-size: 18px;
    line-height: 1.2;
  }
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle__content p sup a {
  text-decoration: none;
  color: inherit;
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--1 {
  position: absolute;
  top: 3em;
  width: 120px;
  height: 120px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--1 {
    width: 150px;
    height: 150px;
    left: 1em;
  }
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--1 .circle__content h3 {
  font-size: 32px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--1 .circle__content h3 {
    font-size: 40px;
  }
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 164px;
  height: 164px;
  background: #da192b;
}

@media only screen and (min-width: 767px) {
  .caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--2 {
    width: 204px;
    height: 204px;
    top: inherit;
    bottom: 25px;
    left: 40%;
    transform: translateX(-50%);
  }
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--2 .circle__content {
  top: 47%;
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--2 .circle__content h3 {
  font-size: 40px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--2 .circle__content h3 {
    font-size: 58px;
  }
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--3 {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 767px) {
  .caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--3 {
    right: 0;
    top: 0;
    left: initial;
    transform: inherit;
  }
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--3 .circle__content {
  top: 45%;
}

.caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--3 .circle__content h3 {
  font-size: 62px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--3 .caregiving__block-content .block--3__circles .circle.cicle--3 .circle__content h3 {
    font-size: 78px;
  }
}

.caregiving__block.block--3 .caregiving__block-content img {
  width: 100%;
}

.caregiving__block.block--3 .caregiving__block-secondarycontent .block--1__information img {
  margin-top: -4px;
}

.caregiving__block.block--3 .caregiving__block-secondarycontent .block--1__information p span {
  font-size: 28px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--3 .caregiving__block-secondarycontent .block--1__information p span {
    font-size: 36px;
  }
}

.caregiving__block.block--4 {
  padding-bottom: 40px;
}

.caregiving__block.block--4 .block--4__graphs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph {
  flex-basis: calc(100% / 2);
  margin-bottom: 50px;
  margin-top: 70px;
  position: relative;
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph--split-on-mobile {
  flex-basis: 100%;
  margin-top: 35px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--4 .block--4__graphs .block--4__graph--split-on-mobile {
    margin-top: 70px;
  }
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph:before {
  border-style: solid;
  border-width: 0 80px 80px 80px;
  border-color: white white #00ad50 white;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -50%;
  width: 0;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--4 .block--4__graphs .block--4__graph:before {
    border-width: 0 90px 90px 90px;
  }
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph div {
  background: #00ad50;
  height: 175px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  width: 115px;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--4 .block--4__graphs .block--4__graph div {
    width: 135px;
  }
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph h3 {
  color: white;
  font-family: "connections light";
  font-size: 52px;
  font-weight: normal;
  margin-top: -20px;
  position: relative;
  z-index: 4;
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph p {
  font-family: "connections";
  font-size: 16px;
  line-height: 18px;
  margin-top: -17px;
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph p a {
  color: black;
  text-decoration: none;
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph--red {
  margin-top: 20px;
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph--red:before {
  border-style: none;
  color: #333333;
  content: "But...";
  font-family: "connections";
  font-size: 36px;
  text-align: center;
  top: -70px;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--4 .block--4__graphs .block--4__graph--red {
    margin-top: 10px;
  }
  .caregiving__block.block--4 .block--4__graphs .block--4__graph--red:before {
    left: -150%;
    top: -30px;
  }
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph--red div {
  background: #c41230;
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph--red h3 {
  padding-top: 10px;
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph--red p {
  position: relative;
  z-index: 4;
  color: white;
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph--red p a {
  color: white;
}

.caregiving__block.block--4 .block--4__graphs .block--4__graph--red:after {
  border-style: solid;
  border-width: 80px 80px 0px 80px;
  border-color: #c41230 white white white;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -40%;
  width: 0;
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--4 .block--4__graphs .block--4__graph--red:after {
    border-width: 90px 90px 0px 90px;
  }
}

@media only screen and (min-width: 1024px) {
  .caregiving__block.block--4 .block--4__graphs .block--4__graph {
    flex-basis: calc(100% / 3);
  }
}

/* not happy with this but oh well */
body {
  overflow-x: visible;
}

.caregiving {
  margin: 0 auto;
  color: #333;
}

.caregiving a:focus {
  outline: thin dotted #009cde;
}

@media only screen and (min-width: 960px) {
  .caregiving {
    margin: 20px auto 0;
    max-width: 1000px;
  }
}

.caregiving .slots {
  overflow: hidden;
  float: left;
}

.caregiving .section {
  width: 100%;
  background-color: #fff;
  float: left;
  position: relative;
}

.caregiving .section:first-child {
  background-color: transparent;
}

.caregiving .section h1,
.caregiving .section h2,
.caregiving .section p {
  z-index: 5;
}

.caregiving .section h1 {
  font-family: "connections bold";
  text-transform: uppercase;
  font-size: 20px;
  margin: 20px 0 15px;
  display: block;
  line-height: 1em;
}

@media only screen and (min-width: 960px) {
  .caregiving .section h1 {
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.caregiving .section h2 {
  font-size: 40px;
  color: #333;
  line-height: 1em;
  min-width: 250px;
  display: block;
}

.caregiving .section h2 span,
.caregiving .section h2 .slots span {
  display: inline-block;
  position: relative;
}

.caregiving .section.footnotes {
  padding-bottom: 40px;
}

.caregiving .section.footnotes p {
  font-size: 0.7em;
  padding: 10px 15px;
}

@media only screen and (min-width: 960px) {
  .caregiving .section.footnotes p {
    padding: 10px 70px;
  }
}

.caregiving .section .footnotes {
  cursor: pointer;
}

.caregiving .section a {
  text-decoration: none;
  color: #000;
}

.caregiving .section .cta,
.caregiving .section .cta--btn:hover {
  display: inline-block;
  font-size: 19px;
  line-height: 38px;
  height: 40px;
  width: 280px;
  padding: 1px 20px 0 16px;
  color: #fff;
  font-family: "connections", Arial, Helvetica, sans-serif;
  background-color: #012169 !important;
}

.caregiving .section .cta--btn:after {
  border-width: 6px 0 6px 6px !important;
  left: 7px;
}

.caregiving .section .cta--masthead {
  width: 219px !important;
  font-family: "connections bold" !important;
}

.caregiving .section .chevron {
  width: 100px;
  height: 34px;
  background-size: 100% auto;
  background-position: center center;
  text-indent: -9999px;
  display: inline-block;
  margin-top: 10px;
  background-image: url("../../../../etc.clientlibs/ml-landing-pages/clientlibs/resources/images/agewave/chevron-brown.png");
}

.caregiving .section .chevron--white {
  background-image: url("../../../../etc.clientlibs/ml-landing-pages/clientlibs/resources/images/agewave/chevron-white.png");
}

.caregiving .section .statistic .slots div {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1em;
}

.caregiving .section .statistic .slots:nth-child(3) {
  padding-right: 15px;
}

@media only screen and (min-width: 960px) {
  .caregiving .section .statistic p {
    line-height: 27px;
  }
}

.caregiving .section__teaser h2 {
  color: #333;
  min-height: 70px;
}

@media only screen and (min-width: 960px) {
  .caregiving .section__teaser h2 {
    min-height: 40px;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__teaser p {
    margin-left: 54px;
  }
}

.caregiving .section__content {
  float: left;
  width: 100%;
  padding: 0px 16px;
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content {
    padding: 32px 16px 0px;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content {
    padding: 32px 70px 20px;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--family {
    padding-bottom: 50px;
  }
}

.caregiving .section__content h2 {
  font-size: 40px;
  width: 66%;
  min-height: 40px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content h2 {
    padding-left: 135px;
  }
}

.caregiving .section__content h2 span,
.caregiving .section__content h2 .slots span {
  position: relative;
  top: 6px;
  margin-right: 10px;
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content h2 span,
  .caregiving .section__content h2 .slots span {
    position: absolute;
    font-size: 120px;
    left: 0;
    top: -5px;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content .section__teaser p {
    padding-left: 135px;
    margin-left: 0;
  }
}

.caregiving .section__content--masthead h2 {
  font-size: 40px;
  width: 100%;
  min-height: 67px;
  padding: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 374px) {
  .caregiving .section__content--masthead h2 {
    width: 75%;
  }
}

.caregiving .section__content--masthead h2 * {
  color: #0c70d7 !important;
}

.caregiving .section__content--masthead h2 span,
.caregiving .section__content--masthead h2 .slots span {
  top: 6px;
  margin-right: 10px;
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead h2 span,
  .caregiving .section__content--masthead h2 .slots span {
    position: relative;
    font-size: 40px;
  }
}

.caregiving .section__content--masthead p {
  padding-bottom: 20px;
}

.caregiving .section__content--masthead .section__teaser {
  padding-bottom: 40px;
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .section__teaser p {
    padding-left: 0;
  }
}

.caregiving .section__content--masthead {
  position: relative;
  background: url("../../../../etc.clientlibs/ml-landing-pages/clientlibs/resources/images/caregiving/masthead-background-mobile.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 32%;
  min-height: 470px;
  padding: 30px 16px 0px;
  background-color: white;
  margin-bottom: 2em;
  /*.cta,
				.cta--btn:hover  {
					background-color: red;
				}*/
}

.caregiving .section__content--masthead .cta,
.caregiving .section__content--masthead .cta--btn:hover {
  width: 220px;
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content--masthead {
    background: url("../../../../etc.clientlibs/ml-landing-pages/clientlibs/resources/images/caregiving/masthead-background.jpeg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right 80%;
    padding: 30px 16px;
    background-color: transparent;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead {
    padding: 40px 70px 30px;
  }
}

.caregiving .section__content--masthead:before, .caregiving .section__content--masthead:after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  height: 50%;
  z-index: -1;
  left: 0;
}

.caregiving .section__content--masthead:before {
  background-color: #cce4f4;
  top: 0;
}

.caregiving .section__content--masthead .statistic {
  color: #0670d7;
  margin: 0 auto;
  display: block;
  margin-top: 200px;
}

@media only screen and (min-width: 374px) {
  .caregiving .section__content--masthead .statistic {
    margin-top: 240px;
  }
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content--masthead .statistic {
    margin-top: 155px;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .statistic {
    margin-top: 162px;
  }
}

.caregiving .section__content--masthead .statistic .slots {
  font-size: 70px;
  height: 70px;
  line-height: 1em;
  padding-right: 15px;
  visibility: hidden;
}

@media only screen and (min-width: 321px) {
  .caregiving .section__content--masthead .statistic .slots {
    font-size: 90px;
  }
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content--masthead .statistic .slots {
    font-size: 60px;
    height: 40px;
    visibility: visible;
  }
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content--masthead .statistic .slots {
    color: #012169;
    font-size: 40px;
    height: auto;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .statistic .slots {
    font-size: 46px;
    margin-bottom: -6px;
  }
}

.caregiving .section__content--masthead .statistic sup a,
.caregiving .section__content--masthead .statistic sup a:hover {
  color: #012169;
}

.caregiving .section__content--masthead .statistic p {
  float: left;
  color: #012169;
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .statistic p {
    margin-top: -17px;
  }
}

.caregiving .section__content--masthead .statistic p span {
  font-size: 21px;
}

@media only screen and (min-width: 374px) {
  .caregiving .section__content--masthead .statistic p span {
    font-size: 28px;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .statistic p span {
    font-size: 32px;
  }
}

.caregiving .section__content--masthead .statistic .mobile-text {
  margin-top: -30px;
  margin-bottom: -10px;
}

@media only screen and (min-width: 330px) {
  .caregiving .section__content--masthead .statistic .mobile-text {
    margin-top: -25px;
  }
}

@media only screen and (min-width: 375px) {
  .caregiving .section__content--masthead .statistic .mobile-text {
    margin-top: -40px;
  }
}

@media only screen and (min-width: 405px) {
  .caregiving .section__content--masthead .statistic .mobile-text {
    margin-top: -30px;
  }
}

@media only screen and (min-width: 425px) {
  .caregiving .section__content--masthead .statistic .mobile-text {
    margin-top: -20px;
  }
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content--masthead .statistic .mobile-text {
    margin-top: 0px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .statistic .text-slots {
    font-size: 30px;
    color: #012169;
  }
}

.caregiving .section__content--masthead .mobile-p {
  font-size: 17px;
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content--masthead .mobile-p {
    font-size: 19px;
  }
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content--masthead .mobile-p {
    font-size: 16px;
  }
}

.caregiving .section__content--masthead .section__heading {
  position: relative;
  float: left;
  margin: auto 0px;
  top: -33px;
  left: -17px;
  width: 115%;
  background-color: #012169;
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content--masthead .section__heading {
    top: -33px;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .section__heading {
    top: 0px;
    left: -70px;
    width: 56%;
    opacity: 0.84;
    padding: 25px;
  }
}

.caregiving .section__content--masthead .section__heading h1 {
  font-family: "connections bold";
  color: white;
  margin-left: 15px !important;
  margin-bottom: 8px;
  top: 0;
  font-size: 16px;
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .section__heading h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.caregiving .section__content--masthead .section__heading h2 span {
  font-family: "connections light";
  font-size: 27px;
  left: 15px;
  top: 0;
  color: white !important;
  line-height: 1.2;
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .section__heading h2 span {
    font-size: 40px;
    line-height: 44px;
    width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .section__heading h2 {
    width: 100%;
  }
}

.caregiving .section__content--masthead .section__teaser {
  margin-top: 40%;
  padding-bottom: 0px;
}

@media only screen and (min-width: 400px) {
  .caregiving .section__content--masthead .section__teaser {
    margin-top: 48%;
  }
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content--masthead .section__teaser {
    margin-top: 66%;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .section__teaser {
    margin-left: -27px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .section__teaser .statistic p:first-of-type {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 0px;
  }
}

.caregiving .section__content--masthead .section__teaser p {
  margin: 0;
  line-height: 1.3em;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content--masthead .section__teaser p {
    width: 21em;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .section__teaser p {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 640px) {
  .caregiving .section__content--masthead .section__teaser {
    width: 50%;
    position: absolute;
    margin-top: 0;
  }
}

.caregiving .section__content--masthead .section__teaser .image-mobile {
  display: none;
  float: right;
  margin-right: 20%;
  margin-top: 5px;
}

@media only screen and (min-width: 440px) {
  .caregiving .section__content--masthead .section__teaser .image-mobile {
    display: none;
  }
}

.caregiving .section__content--masthead .section__teaser .cta,
.caregiving .section__content--masthead .section__teaser .cta--btn:hover {
  background-color: #de0f34 !important;
  margin-bottom: 10px;
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--masthead .section__teaser .cta,
  .caregiving .section__content--masthead .section__teaser .cta--btn:hover {
    margin-top: 10px;
  }
}

.caregiving .section__content--masthead .section__teaser .text-bottom {
  color: #333333;
  margin-top: 0px;
}

.caregiving .section__content--find-an-advisor {
  background-color: #012169;
  text-align: center;
  padding: 0 16px;
}

.caregiving .section__content--find-an-advisor h4 {
  margin: 30px auto;
  line-height: 1.45em;
  font-size: 20px;
  color: white;
  font-family: "connections light italic";
  font-weight: normal;
  max-width: 75%;
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--find-an-advisor h4 {
    max-width: 70%;
    font-size: 28px;
  }
}

.caregiving .section__content--find-an-advisor a {
  color: #fff;
  display: block;
  padding-top: 20px;
  margin: 0 auto;
  max-width: 80%;
}

.caregiving .section__content--find-an-advisor a h4 {
  font-family: "connections bold";
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.caregiving .section__content--find-an-advisor .cta.cta--btn {
  font-family: "connections bold";
  font-size: 20px;
  background-color: #019cde !important;
  margin: 10px;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  .caregiving .section__content--find-an-advisor .cta.cta--btn {
    font-size: 18px;
  }
}

.caregiving .section__content--find-an-advisor .cta.cta--btn:hover {
  background-color: #019cde !important;
}

.caregiving .section__content--find-an-advisor .cta.cta--btn.cta--back-to-top {
  font-family: "connections light";
  font-size: 17px;
  background-color: transparent !important;
  width: 100%;
  margin: 10px auto;
  padding: 0;
}

.caregiving .section__content--find-an-advisor .cta.cta--btn.cta--back-to-top:after {
  border-color: transparent transparent white transparent;
  border-width: 0 6px 6px 6px !important;
  left: 7px;
  bottom: 3px !important;
}

.caregiving .section__content--find-an-advisor .cta.cta--btn.hide {
  display: none;
}

.footer-bot-quote {
  padding-bottom: 30px !important;
}

@media only screen and (min-width: 960px) {
  .footer-bot-quote a.phone {
    color: #333;
    pointer-events: none;
  }
  .footer-bot-quote a.phone:hover {
    color: #333;
    text-decoration: none;
  }
}

.footerbanner img {
  width: 100%;
  height: auto;
}

.footerbanner img {
  width: 100%;
}

.footerbanner img {
  margin-bottom: -10px;
}

.footer-bot-quote {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  background: #fff;
}

.footer-bot-quote a {
  color: #009cde;
  text-decoration: none;
  font-size: 0.9em;
}

.footer-bot-quote a:hover {
  color: #009cde;
  text-decoration: underline;
}

.footer-quote-ttl {
  padding: 0 0 10px 0;
  color: #b3a896;
  font-size: 1em;
  text-transform: uppercase;
}

.footer-quote-ttl h3 {
  margin: 0 0 10px 0;
  padding: 0;
}

.footer-bot-quotel {
  float: left;
  width: 32%;
  padding: 10px 10px 10px 21px;
  border-right: 1px solid #ccc;
  min-height: 350px;
  line-height: 19px;
}

.footer-bot-quotem {
  float: left;
  width: 67%;
  padding: 6px 10px 10px 21px;
  border-right: 1px solid #ccc;
}

.footer-bot-quoter {
  float: left;
  width: 26%;
  padding: 6px 10px 10px 21px;
}

.footer-bot-quotel ul {
  list-style: none;
  color: #009cde;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.footer-bot-quotel ul li {
  padding: 3px 7px 3px 40px;
  list-style: none;
  margin: 0;
}

.ico-health {
  background: url(../../../../content/dam/ML/Articles/images/leisure/ico_health.jpg) left 10px no-repeat;
}

.ico-work {
  background: url(../../../../content/dam/ML/Articles/images/leisure/ico_work.jpg) left 10px no-repeat;
}

.ico-giving {
  background: url(../../../../content/dam/ML/Articles/images/leisure/ico_giving.jpg) left 10px no-repeat;
}

.ico-leisure {
  background: url(../../../../content/dam/ML/Articles/images/leisure/ico_leisure.jpg) left 10px no-repeat;
}

.ico-home {
  background: url(../../../../content/dam/ML/Articles/images/leisure/ico_home.jpg) left 10px no-repeat;
}

.ico-family {
  background: url(../../../../content/dam/ML/Articles/images/leisure/ico_family.jpg) left 10px no-repeat;
}

.footer-bot-quotem ul {
  display: block;
  list-style: none;
  color: #009cde;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  .footer-bot-quotem ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer-bot-quotem ul li {
  width: 100%;
  padding: 0 40px 10px 0;
  list-style: none;
  margin: 0;
  clear: both;
}

@media only screen and (min-width: 960px) {
  .footer-bot-quotem ul li {
    width: 48%;
  }
}

.footer-bot-quotem ul li span {
  float: left;
  padding: 0 16px 0 0;
}

.footer-bot-quotem ul li a {
  display: block;
  font-size: 18px;
}

@media only screen and (min-width: 960px) {
  .footer-bot-quotem ul li a {
    display: flex;
  }
}

.footer-bot-quotem ul li a p {
  color: #089fdf;
}

.footer-bot-quotem .footer-quote-ttl h3,
.footer-bot-quoter .footer-quote-ttl h3 {
  font-family: "connections bold";
  font-size: 20px;
}

@media only screen and (min-width: 960px) {
  .footer-bot-quotem .footer-quote-ttl h3,
  .footer-bot-quoter .footer-quote-ttl h3 {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  body {
    margin: 0;
    padding: 0;
  }
  .footer-bot-quotel,
  .footer-bot-quoter,
  .flbt2,
  .flbt {
    width: 97%;
    float: none;
    border: 0;
    padding: 10px;
  }
  .footer-bot-quotem {
    border-right: 0;
    padding: 23px 10px;
  }
  .footer-quote-ttl {
    padding: 0 0 0 10px;
  }
  .footer-bot-quotel ul {
    margin: 0 0 0 10px;
  }
  .footer-bot-quoter p {
    padding-left: 10px;
  }
  .footer-bot-quotel ul,
  .footer-bot-quoter ul {
    font-size: 16px;
  }
  .footer-bot-quoter {
    margin-top: 22px;
  }
  .footer-texthead {
    width: 90%;
    font-size: 2.3em;
    padding: 10px;
  }
  .footer-texthead a {
    float: left;
  }
  .footer-bot-quotel,
  .footer-bot-quotem,
  .footer-bot-quoter {
    width: 90%;
    float: none;
    min-height: initial;
  }
  .footer-bot-quotem ul li {
    padding: 0 40px 10px 10px;
  }
}

.graph-label-hidden {
  width: 0;
  height: 0;
  color: transparent !important;
  margin: 0 !important;
}
