@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* TRANSFORM  */
/* TRANSITION */
/* ----- Typography ----- */
sup {
  font-size: 60%;
}

sup a {
  color: inherit;
  text-decoration: none;
}

.womenstudy__block {
  position: relative;
  background: white;
  padding: 0px 5px 0px 5px;
  clear: both;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block {
    padding: 15px;
  }
}

.womenstudy__block-title {
  background: #009ecd;
  padding: 15px;
  padding-left: 20px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-title {
    padding-left: 26px;
  }
}

.womenstudy__block-title h2 {
  max-width: 100%;
  font-family: "connections light";
  color: white;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

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

.womenstudy__block-content {
  margin-top: 6px;
  font-size: 18px;
  width: 100%;
  padding: 0px 20px 0px 20px;
}

.womenstudy__block-content .money-block {
  padding: 0px;
  position: relative;
  margin: 8px 0px 20px 0px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-content .money-block {
    padding: 0px;
    margin: 20px 0px 30px 0px;
  }
}

.womenstudy__block-content .money-block--1 {
  font-size: 66px;
  line-height: 75px;
  margin-right: 0px;
  color: #009cde;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-content .money-block--1 {
    font-size: 68.28px;
    margin-right: 15px;
  }
}

.womenstudy__block-content .money-block--2 {
  position: initial;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  top: 10px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-content .money-block--2 {
    position: absolute;
    left: 350px;
    width: 64%;
    font-size: 16px;
    line-height: 18px;
  }
}

.womenstudy__block-content .time-block {
  position: relative;
  display: flex;
  margin-bottom: 0px;
  flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-content .time-block {
    flex-direction: row;
    margin-bottom: 110px;
  }
}

.womenstudy__block-content .time-block__text {
  position: initial;
  margin-top: 20px;
  margin-bottom: 20px;
  bottom: -26px;
  font-size: 14px;
  font-family: "connections light";
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-content .time-block__text {
    left: 0;
    position: absolute;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.womenstudy__block-content .time-block .clock__content {
  text-align: center;
  display: flex;
  justify-content: center;
}

.womenstudy__block-content .time-block .clock__content span {
  color: #009cde;
  font-family: "connections condensed bold";
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-content .time-block .clock__content span {
    display: inline;
  }
}

.womenstudy__block-content .time-block .clock__content img {
  margin-top: 5px;
}

.womenstudy__block-content .time-block .clock__content-m {
  margin-right: 50px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-content .time-block .clock__content-m {
    width: 50%;
  }
}

.womenstudy__block-content .time-block .clock__content-w {
  margin-right: 0px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-content .time-block .clock__content-w {
    margin-right: 40px;
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-content .time-block .clock__content {
    width: 68%;
  }
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-content {
    width: 60%;
    font-size: 20px;
    margin-top: 16px;
    margin-left: 26px;
    letter-spacing: 0.5px;
    padding: 0px;
  }
  .womenstudy__block-content .money-content {
    width: 57%;
  }
  .womenstudy__block-content .women-content {
    width: 62%;
  }
}

.womenstudy__block-categories {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-end;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-categories {
    width: 34%;
  }
}

.womenstudy__block-categories .content-text:nth-child(even) {
  flex: 0 0 60%;
}

.womenstudy__block-categories .content-text:nth-child(odd) {
  flex: 0 0 40%;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-categories .content-text:nth-child(even) {
    flex: 0 0 100%;
  }
  .womenstudy__block-categories .content-text:nth-child(odd) {
    flex: 0 0 100%;
  }
}

.womenstudy__block-categories .content-text p {
  display: inline;
  margin-left: 14px;
  font-size: 16px;
}

.womenstudy__block-categories .content-text span {
  height: 12px;
  padding: 0px 12px 0px 12px;
}

.womenstudy__block-categories .content-text .cate--1 {
  background-color: #00784c;
}

.womenstudy__block-categories .content-text .cate--2 {
  background-color: #5e0e84;
}

.womenstudy__block-categories .content-text .cate--3 {
  background-color: #0055ba;
}

.womenstudy__block-categories .content-text .cate--4 {
  background-color: #e86726;
}

.womenstudy__block-categories .content-text .cate--5 {
  background-color: #ffca45;
}

.womenstudy__block .block--2-content {
  width: 94%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2-content {
    width: 69%;
    margin-left: 15px;
    margin-right: 0px;
  }
}

.womenstudy__block .block--2__graphs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2__graphs {
    flex-wrap: nowrap;
    margin-top: 0px;
  }
}

.womenstudy__block .block--2__graphs-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2__graphs-title {
    width: 30%;
  }
}

.womenstudy__block .block--2__graphs-title p {
  font-size: 22px;
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2__graphs-title p {
    font-size: 27px;
    line-height: 27px;
  }
}

.womenstudy__block .block--2__graphs .graph {
  width: 38px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2__graphs .graph {
    width: 48px;
  }
}

.womenstudy__block .block--2__graphs .graph__container {
  width: 33%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2__graphs .graph__container {
    justify-content: center;
    width: 23%;
  }
}

.womenstudy__block .block--2__graphs .graph--1 {
  height: 56px;
  background: #0056ba;
  margin-right: 10px;
}

.womenstudy__block .block--2__graphs .graph--2 {
  height: 106px;
  background: #124636;
}

.womenstudy__block .block--2__graphs .graph--3 {
  height: 142px;
  background: #0056ba;
  margin-right: 10px;
}

.womenstudy__block .block--2__graphs .graph--4 {
  height: 184px;
  background: #124636;
}

.womenstudy__block .block--2__graphs .graph--5 {
  height: 182px;
  background: #0056ba;
  margin-right: 10px;
}

.womenstudy__block .block--2__graphs .graph--6 {
  height: 242px;
  background: #124636;
}

.womenstudy__block .block--2__graphs .graph p {
  font-size: 14.26px;
  color: white;
  margin: 7px 0;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2__graphs .graph p {
    margin: 10px 0;
    font-size: 17.26px;
  }
}

.womenstudy__block .block--2__clasification {
  display: flex;
  margin-top: 2px;
  flex-wrap: wrap;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2__clasification {
    flex-wrap: nowrap;
  }
}

.womenstudy__block .block--2__clasification-container {
  width: 90%;
  overflow: hidden;
  position: absolute;
  left: 20px;
  bottom: -35px;
  float: left;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2__clasification-container {
    width: 30%;
    position: relative;
    padding-top: 5px;
    bottom: 0;
  }
}

.womenstudy__block .block--2__clasification-container p {
  font-size: 16px;
  display: inline-block;
}

.womenstudy__block .block--2__clasification-container span {
  margin-right: 8px;
  padding: 0px 16px 0px 16px;
}

.womenstudy__block .block--2__clasification-w {
  float: left;
  margin-right: 15px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2__clasification-w {
    margin-right: 12px;
  }
}

.womenstudy__block .block--2__clasification-w span {
  background-color: #0056ba;
}

.womenstudy__block .block--2__clasification-m {
  float: left;
}

.womenstudy__block .block--2__clasification-m span {
  background-color: #124636;
}

.womenstudy__block .block--2__text {
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2__text {
    width: 70%;
  }
}

.womenstudy__block .block--2__text span {
  font-size: 16.73px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block .block--2__text span {
    font-size: 19.73px;
  }
}

.womenstudy__block .block--2__text-1 {
  text-align: center;
  width: calc(100% / 3);
}

.womenstudy__block .block--2__text-2 {
  text-align: center;
  width: calc(100% / 3);
}

.womenstudy__block .block--2__text-3 {
  text-align: center;
  width: calc(100% / 3);
}

.womenstudy__block-secondarycontent {
  max-width: 100%;
}

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

.womenstudy__block-secondarycontent-text {
  font-size: 14px;
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
}

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

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

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

.womenstudy__block-social {
  text-align: right;
  margin: 40px 10px 10px 0px;
  color: #bfbbb8;
}

.womenstudy__block-social span {
  display: inline-block;
  transform: translateY(-5px);
  font-size: 14px;
}

.womenstudy__block-social img {
  margin-right: 4px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-social img {
    margin-right: 2px;
  }
}

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

.womenstudy__block-quote {
  position: relative;
  background: #ebe7dc;
  font-size: 20px;
  padding: 25px 20px 25px 20px;
  margin-bottom: 0px;
}

.womenstudy__block-quote > a {
  outline: none;
}

.womenstudy__block-quote .arrow-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -38px;
  z-index: 1;
}

.womenstudy__block-quote .hide-mobile {
  display: none;
}

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

@media only screen and (min-width: 1024px) {
  .womenstudy__block-quote-2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-quote {
    display: flex;
    padding: 25px 15px 25px 55px;
    margin-bottom: 40px;
  }
  .womenstudy__block-quote-1 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

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

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

.womenstudy__block-quote-content h3 {
  font-family: "connections light";
  font-weight: normal;
  font-size: 22px;
  color: #0052c2;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block-quote-content h3 {
    line-height: 34px;
    font-size: 26px;
    text-align: left;
  }
}

.womenstudy__block-quote-content p {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}

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

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

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

.womenstudy__block-quote-content span span {
  display: inline;
  font-family: "connections", Arial, Helvetica, sans-serif;
}

.womenstudy__block-quote-action {
  position: relative;
  width: 100%;
  text-align: center;
}

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

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

@media only screen and (min-width: 1024px) {
  .womenstudy__block-quote-action a {
    padding: 9px 25px;
    padding-right: 38px;
    position: absolute;
    top: 42%;
    right: -48px;
    transform: translateY(-50%);
  }
}

.womenstudy__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) {
  .womenstudy__block-quote-action a:after {
    right: 35px;
  }
}

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

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

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

.womenstudy__block.block--1 .womenstudy__block-content .block--1__graphs .graph p {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: white;
  margin: 25px 5px 0px 5px;
}

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

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

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

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

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

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

.womenstudy__block.block--1 .womenstudy__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) {
  .womenstudy__block.block--1 .womenstudy__block-content .block--1__graphs-text p {
    font-size: 12px;
    width: 15%;
  }
}

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

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

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

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

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

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

.womenstudy__block.block--1 .womenstudy__block-social {
  margin: 0px 10px 10px 0px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--1 .womenstudy__block-social {
    margin: 0;
    top: 28.5em;
  }
}

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

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

.womenstudy__block.block--2 .womenstudy__block-social {
  top: 35.5em;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--2 .womenstudy__block-social {
    top: 42.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--2 .womenstudy__block-content {
    width: 100%;
  }
}

.womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information img {
    transform: translateY(10px);
  }
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information {
    align-items: flex-end;
    margin-top: 0px;
    flex-direction: row;
  }
}

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

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information div {
    font-size: 22px;
  }
}

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

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information div p {
    margin: 77px 0 0 0;
  }
}

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

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

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information div p:last-of-type {
    margin-left: 40px;
  }
}

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

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

.womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information div .green {
  color: #00784c;
}

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

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information {
    align-items: flex-end;
    padding-bottom: 40px;
  }
  .womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information div {
    font-size: 27px;
    padding-left: 10px;
    width: 58%;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information div {
    width: 60%;
  }
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information div p {
    margin: 30px;
    margin-right: 0;
  }
  .womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information div p:last-of-type {
    margin-left: 30px;
  }
  .womenstudy__block.block--2 .womenstudy__block-secondarycontent .block--2__information div span {
    font-size: 27px;
  }
}

.womenstudy__block.block--3 .womenstudy__block-content .financial__text-1 {
  margin-bottom: 20px;
}

.womenstudy__block.block--3 .womenstudy__block-content .financial__text-2 {
  margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-content .financial__text-2 {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent {
    width: 100%;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__information {
  display: flex;
  align-items: center;
  flex-flow: column;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__information {
    align-items: normal;
    flex-flow: row;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__information-family {
  font-family: "connections light";
  text-align: center;
  font-size: 34px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__information-family {
    margin-right: 25px;
  }
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__information-family img {
    max-width: 125px;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text {
  line-height: 40px;
  font-size: 28px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text {
    line-height: 42px;
    font-size: 31px;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text span.blue {
  color: #009ecd;
  font-size: 40px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text span.blue {
    font-size: 47.16px;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons {
  font-size: 22px;
  flex-wrap: wrap;
  text-align: center;
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons {
    font-size: 13px;
    flex-wrap: nowrap;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons img {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons img {
    margin-top: 6px;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 32%;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon {
    display: inline-block;
    width: auto;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-1 img {
  width: 50px;
  margin-top: 0px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-1 img {
    width: auto;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-2 img {
  width: 50px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-2 img {
    width: auto;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-3 img {
  width: 50px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-3 img {
    width: auto;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-4 {
  margin-top: 12px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-4 {
    margin-top: 0px;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-4 img {
  width: 50px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-4 img {
    width: auto;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-5 {
  margin-top: 12px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-5 {
    margin-top: 0px;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-5 img {
  width: 50px;
  margin-top: 0px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-5 img {
    width: auto;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-6 {
  margin-top: 12px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-6 {
    margin-top: 0px;
  }
}

.womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-6 img {
  width: 50px;
}

@media only screen and (min-width: 1024px) {
  .womenstudy__block.block--3 .womenstudy__block-secondarycontent .block--3__text-icons .icon-6 img {
    width: auto;
  }
}

.womenstudy__block.block--3 .womenstudy__block-social {
  top: 28.5em;
}

.BAWFooterContainer {
  font-family: Arial;
  clear: both;
  background-color: #f9f7f4;
  padding: 30px 0;
  font-size: 12px;
}

.BAWFooterContainer .FooterFrame {
  max-width: 980px;
  margin: auto;
}

@media (max-width: 980px) {
  .BAWFooterContainer .FooterFrame {
    margin: 20px;
  }
}

.BAWFooterContainer .FooterFrame a {
  color: #0052c2;
  text-decoration: none;
}

.BAWFooterContainer .FooterFrame a:hover {
  color: #333333;
  text-decoration: underline;
}

.BAWFooterContainer .FooterFrame p {
  margin: 1em 0;
}

.BAWFooterContainer .FooterFrame td {
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 600px) {
  .BAWFooterContainer .FooterFrame td {
    padding: 2px 4px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* TRANSFORM  */
/* TRANSITION */
/* ----- Typography ----- */
/* ----- Content component styles ----- */
.womenstudy .cta--btn {
  text-align: center;
}

.womenstudy .cta--btn:after {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 6px 0 6px 6px !important;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 0;
  left: 5px;
  position: relative;
  bottom: auto !important;
}

.section__content--BAWheader {
  font-family: Arial;
  max-width: 1000px;
  background-color: white;
  margin: 0 auto;
}

.section__content--BAWheader .header {
  margin-bottom: 20px;
}

.section__content--BAWheader .HeaderTop {
  text-align: right;
  height: 70px;
}

@media (max-width: 600px) {
  .section__content--BAWheader .HeaderTop {
    height: 50px;
  }
}

.section__content--BAWheader .HDRLinks {
  margin: 1em 0;
  list-style: none;
  color: #666666;
  font-size: 12px;
  float: right;
}

@media (max-width: 600px) {
  .section__content--BAWheader .HDRLinks {
    display: none;
  }
}

.section__content--BAWheader .HDRLinks li {
  display: block;
  float: left;
  padding: 4px 8px;
  border-right: dotted 1px #666;
}

.section__content--BAWheader .HDRLinks a {
  text-decoration: none;
  color: #666;
}

.section__content--BAWheader .HDRLinks a:hover {
  text-decoration: underline;
  color: #666;
}

.section__content--BAWheader .HeaderLink {
  background-image: url("../../components/womenstudy/clientlib/assets/images/baw_quad_bar_1507747978945.jpg");
  background-repeat: no-repeat !important;
  background-position: top left !important;
  background-size: 100%;
  width: 100% !important;
  height: auto !important;
}

.section__content--BAWheader .BofA-logo {
  margin: 3% 20px;
  width: 21%;
  min-width: 140px;
}

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

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

.womenstudy__block-content__money {
  margin-top: 10px;
}

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

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

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

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

.womenstudy .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) {
  .womenstudy .section h1 {
    margin-top: 0;
    margin-bottom: 5px;
  }
}

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

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

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

@media only screen and (min-width: 960px) {
  .womenstudy .section.footnotes {
    padding-right: 30%;
  }
}

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

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

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

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

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

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

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

.womenstudy .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");
}

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

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

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

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

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

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

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

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

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

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

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

.womenstudy .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) {
  .womenstudy .section__content h2 {
    padding-left: 135px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead {
    background-position: 0 96%;
  }
}

.womenstudy .section__content--masthead .cta,
.womenstudy .section__content--masthead .cta--btn:hover {
  background-color: #e00f31 !important;
  width: 220px;
}

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

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead {
    padding: 40px 70px 30px;
    background-position: 0 56%;
  }
}

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

.womenstudy .section__content--masthead:after {
  background: white;
  bottom: -20px;
  height: 50px;
}

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead:after {
    height: 0;
  }
}

.womenstudy .section__content--masthead .arrow-hidden {
  position: absolute;
  left: 46.5%;
  transform: translate(-50%, 0);
  bottom: 35px;
  height: 30px;
  width: 39px;
}

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead .arrow-hidden {
    bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead .arrow-hidden .mobile-arrow {
    display: none;
  }
}

.womenstudy .section__content--masthead .arrow-hidden .desktop-arrow {
  display: none;
}

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead .arrow-hidden .desktop-arrow {
    display: block;
  }
}

.womenstudy .section__content--masthead .arrow-hidden .hide-mobile {
  display: none;
}

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead .arrow-hidden .hide-mobile {
    display: block;
  }
}

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

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

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

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

.womenstudy .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) {
  .womenstudy .section__content--masthead .statistic .slots {
    font-size: 90px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.womenstudy .section__content--masthead .section__heading {
  position: relative;
  float: left;
  margin: auto 0px;
  top: -33px;
  left: 0px;
  width: 100%;
  padding: 15px 20px 0px 20px;
  background-color: #012169;
}

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

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead .section__heading {
    top: 0;
    left: -70px;
    width: 68%;
    opacity: 0.84;
    padding: 22px 14px 10px 24px;
  }
}

.womenstudy .section__content--masthead .section__heading h1 {
  font-family: "connections condensed bold";
  color: white;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  top: 0;
  font-size: 18px;
  width: 300px;
}

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

.womenstudy .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) {
  .womenstudy .section__content--masthead .section__heading h2 span {
    font-size: 40px;
    line-height: 44px;
    width: 100%;
  }
}

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

.womenstudy .section__content--masthead .section__heading p {
  color: white;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.womenstudy .section__content--masthead .section__heading p.percentage__section {
  margin-top: 0px;
}

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead .section__heading p.percentage__section {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead .section__heading p {
    line-height: 23px;
    font-size: 19px;
  }
}

.womenstudy .section__content--masthead .section__heading p span {
  font-size: 22px;
  line-height: 30px;
}

.womenstudy .section__content--masthead .section__heading p span.percentage {
  font-size: 38px;
}

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead .section__heading p span.percentage {
    font-size: 60px;
  }
}

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead .section__heading p span {
    font-size: 34px;
    line-height: 36px;
  }
}

.womenstudy .section__content--masthead .section__cta {
  position: relative;
  float: left;
  top: -18px;
  left: 13px;
  width: 54%;
  min-height: 165px;
}

@media only screen and (min-width: 369px) {
  .womenstudy .section__content--masthead .section__cta {
    min-height: auto;
  }
}

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead .section__cta {
    top: 5px;
    left: -37px;
    width: 54%;
  }
}

.womenstudy .section__content--masthead .section__cta__text {
  color: #012169;
  min-height: 165px;
}

@media only screen and (min-width: 369px) {
  .womenstudy .section__content--masthead .section__cta__text {
    min-height: auto;
  }
}

.womenstudy .section__content--masthead .section__cta a.cta_red {
  font-size: 18px;
  background-color: #e00f31;
  bottom: -25px;
  position: absolute;
}

@media only screen and (min-width: 369px) {
  .womenstudy .section__content--masthead .section__cta a.cta_red {
    bottom: -103px;
  }
}

@media only screen and (min-width: 960px) {
  .womenstudy .section__content--masthead .section__cta a.cta_red {
    top: 0;
    padding: 5px 8px 5px 5px;
    position: relative;
  }
}

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

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

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

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

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

.womenstudy .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) {
  .womenstudy .section__content--find-an-advisor .cta.cta--btn {
    padding: 0 10px 0 0;
    font-size: 18px;
  }
}

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

.womenstudy .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;
}

.womenstudy .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;
}

.womenstudy .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: 50%;
  }
}

.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 0 10px 10px;
  }
}

@media only screen and (max-width: 361px) {
  .womenstudy .section__content--masthead .section__cta a.cta_red {
    bottom: -75px;
  }
}

