@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --dark-turquoise: #30c0c9;
  --dark-slate-blue: #293a56;
  --white-smoke: #f6f6f6;
  --dim-grey: #626263;
  --dark-magenta: #9c258f;
  --dark-orange: #f79433;
  --dark-grey: #9e9e9e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  flex-direction: column;
  padding-top: 95px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.nav-container {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #293a5657;
}

.nav_logo {
  width: 180px;
}

.trending-bar {
  background-color: var(--dark-turquoise);
  height: 30px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1170px;
  height: auto;
  min-height: 40vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  min-height: 20vh;
  margin-right: auto;
}

.container._2-col {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 970px;
  min-height: auto;
}

.container._720w {
  align-items: flex-start;
  max-width: 720px;
  min-height: 20vh;
  margin-top: 5vh;
}

.container._720w.flex-horz {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-bottom: 5vh;
}

.container.trending {
  justify-content: center;
  height: 100%;
  min-height: auto;
}

.container._760-w {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 760px;
}

.trending-text {
  color: var(--white);
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.trending-txt-span {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  padding-right: 20px;
  font-weight: 700;
}

.font-awesome {
  padding-left: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.font-awesome.left {
  padding-left: 0;
  padding-right: 15px;
  transform: rotate(0);
}

.hero-section {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/hero-img.jpg');
  background-position: 0 0, 50% 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 870px;
  min-height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.curve-top {
  color: var(--white-smoke);
  width: 100%;
  margin-bottom: -9vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.info-topics-section {
  z-index: 100;
  background-color: var(--white-smoke);
  height: auto;
  padding: 5vh 5vw;
  position: relative;
}

.mission-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20vh 5vw 15vh;
  display: flex;
  position: relative;
}

.curve-bottom {
  color: var(--white-smoke);
  width: 100%;
  margin-top: -9vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.info-wrapper {
  flex: 1;
  align-self: flex-start;
  width: 55%;
  min-width: 55%;
  padding-top: 0;
  padding-bottom: 50px;
}

.link-block {
  cursor: pointer;
  text-decoration: none;
}

.mission-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.lady-top {
  z-index: 10;
  background-color: #d3eff1;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-4 {
  object-fit: fill;
  width: auto;
  margin-top: -16px;
  display: inline-block;
  position: absolute;
}

.lady-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.div-block-2 {
  background-color: var(--white);
  height: 70px;
  position: absolute;
  inset: auto 0% 0%;
}

.lady-bottom {
  z-index: 10;
  background-color: #d3eff1;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lady-bottom.overflow-no {
  z-index: 7;
  overflow: visible;
}

.mission-header {
  color: var(--dark-turquoise);
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  line-height: 1.5;
}

.mission-header.drk-blue {
  color: var(--dark-slate-blue);
}

.mission-header.profile {
  font-weight: 600;
}

.mission-statement {
  color: var(--dim-grey);
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
}

.addition-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-blue);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr .5fr 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around stretch;
  place-items: center stretch;
  width: 100%;
  height: 215px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  padding: 45px 50px 44px;
  display: grid;
}

.heading {
  color: var(--dark-slate-blue);
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
}

.small-sub-head {
  color: var(--dark-turquoise);
  margin-left: auto;
  margin-right: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 1;
  display: inline;
}

.cat-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 2000px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.cat-card {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 185px;
  display: flex;
}

.cat-name-wrapper {
  background-color: var(--dark-magenta);
  text-align: center;
  flex: none;
  width: 100%;
  height: 20%;
}

.cat-name-wrapper.purple {
  background-color: var(--dark-magenta);
}

.cat-name-wrapper.orange {
  background-color: var(--dark-orange);
}

.cat-name-wrapper.blue, .cat-name-wrapper.family {
  background-color: var(--dark-slate-blue);
}

.cat-name-wrapper.housing {
  background-color: var(--dark-orange);
}

.cat-name-wrapper.turq {
  background-color: #0000;
}

.cat-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  display: block;
}

.cat-title.current {
  background-color: var(--dark-turquoise);
}

.cat-icon {
  flex: none;
  width: 70px;
  max-width: none;
  margin-bottom: 0;
}

.cat-icon.small {
  width: 20%;
  padding-bottom: 10px;
}

.icon-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-wrapper.flex-vert {
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
}

.icon-wrapper.flex-vert.purple {
  background-color: var(--dark-magenta);
}

.icon-wrapper.flex-vert.housing {
  background-color: var(--dark-orange);
}

.icon-wrapper.flex-vert.family {
  background-color: var(--dark-slate-blue);
}

.addition-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.addition-title {
  color: var(--dark-turquoise);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
}

.addition-title.plus {
  color: var(--white);
}

.paragraph {
  display: block;
}

.addition-descriptions {
  color: var(--white);
  padding-top: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
}

.button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #f69321;
  border-radius: 5px;
  margin-top: 30px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 400;
  transition: all .25s ease-in-out;
}

.button:hover {
  color: #181818;
  background-color: #f69321;
}

.button.footer {
  margin-top: 10px;
}

.footer-wrap {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 480px;
  min-height: 480px;
  margin-top: auto;
  padding: 100px 20px;
  display: flex;
}

.footer-link {
  color: #e0e7ec;
  text-align: left;
  width: auto;
  max-height: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s ease-in-out;
  display: flex;
}

.footer-link.w--current {
  font-size: 16px;
}

.footer-link.member:hover {
  color: #f5f5f5;
}

.footer-link.social {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.coming-soon-footer {
  background-color: #f69321;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20px;
  line-height: 16px;
  display: none;
  position: absolute;
  inset: 36px 0% auto auto;
}

.div-block-4 {
  flex: 0 30%;
  padding-top: 10px;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.click-to-call {
  text-decoration: none;
}

.text-block-3 {
  text-align: center;
  flex: none;
  align-self: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: .5;
  position: relative;
  top: -15px;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.copyright-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-span {
  padding-top: 3px;
  padding-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.success {
  color: #f69321;
  letter-spacing: 1px;
  background-color: #0000;
  font-size: 28px;
  font-weight: 600;
}

.copyright {
  color: var(--dark-grey);
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.text-block {
  line-height: 1.2;
}

.footer-grid {
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  width: 50%;
  height: auto;
  margin-left: 100px;
  padding-left: 0;
  display: block;
  position: relative;
}

.footer-heading {
  color: var(--dark-turquoise);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.footer-wrapper {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-317 {
  border: 10px solid #0000;
  border-bottom-color: #f69321;
  flex: none;
  width: 20px;
  height: 20px;
  position: relative;
  top: -19px;
  left: 22px;
}

.copyright-wrap-mobile {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.text-field {
  margin-top: 10px;
}

.copyright-link-small {
  font-size: 14px;
}

.coming-soon-wrapper {
  position: relative;
}

.footer-address {
  color: #e0e7ec;
  text-align: left;
  max-height: none;
  padding: 5px 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.footer-address:visited {
  color: #646464;
}

.footer-address.w--current {
  font-size: 16px;
}

.form-block {
  flex-direction: row;
  display: block;
}

.form {
  flex-direction: column;
  display: flex;
}

.image-5 {
  width: 200px;
}

.nav-link {
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
}

.nav-link.w--current {
  color: var(--dark-turquoise);
}

.nav-link-2, .nav-link-3 {
  font-family: Source Sans Pro, sans-serif;
}

.hero-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
}

.hero-content.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.hero-content.left._760max-w {
  max-width: 760px;
}

.hero-headline {
  color: var(--dark-slate-blue);
  font-family: Source Sans Pro, sans-serif;
  font-size: 44px;
  line-height: 1.2;
}

.hero-headline.white {
  color: var(--white);
  font-size: 50px;
  font-weight: 400;
}

.hero-headline.blue {
  color: var(--white);
}

.hero-headline.blue.short {
  color: var(--dark-slate-blue);
  font-size: 30px;
}

.hero-subhead {
  color: var(--dark-slate-blue);
  width: 75%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.cat-card-back {
  background-color: var(--dark-turquoise);
  backface-visibility: hidden;
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 185px;
  display: flex;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-wrapper {
  backface-visibility: visible;
  perspective: 2000px;
  transform-style: preserve-3d;
  min-width: 180px;
  max-width: none;
  height: 190px;
  transition: transform 1.3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.card-wrapper:hover {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cat-card-front {
  background-color: var(--white);
  backface-visibility: hidden;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 185px;
  display: flex;
  position: absolute;
}

.text-block-4 {
  color: var(--white);
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
}

.featured-wrapper {
  width: 100%;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.story-wrapper {
  background-color: var(--dark-turquoise);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.story-wrapper.orange {
  background-color: var(--dark-orange);
  background-image: url('../images/FPO-img-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  text-decoration: none;
}

.story-wrapper.purple {
  background-color: var(--dark-magenta);
  background-image: url('../images/FPO-img-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  text-decoration: none;
}

.story-wrapper.blue {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/FPO-img-4.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  text-decoration: none;
}

.story-wrapper.turq {
  cursor: pointer;
  background-image: url('../images/shutterstock_1299088330.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  text-decoration: none;
}

.story-bottom-bar {
  height: 25%;
  padding-bottom: 0;
}

.story-bottom-bar.turq {
  background-color: #30c0c9bf;
  height: 30%;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.story-bottom-bar.orange {
  background-color: #f79433bf;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 30%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.story-bottom-bar.purple {
  background-color: #9c258fbf;
  justify-content: flex-start;
  align-items: flex-start;
  height: 30%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.story-bottom-bar.blue {
  background-color: #293a56bf;
  height: 30%;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.nav-menu {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  display: flex;
}

.body {
  padding-top: 95px;
}

.sms-sub-head {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  line-height: 1.5;
}

.sms-icon {
  color: #f5f5f5;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  flex: none;
  align-self: center;
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.sms {
  width: 100%;
  max-width: 970px;
  padding: 70px;
}

.bold-text {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: none;
}

.rich-text-block {
  text-align: center;
  background-color: #fff;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 45px 45px;
}

.rich-text-block.corner-flair {
  background-color: var(--white-smoke);
  border-radius: 5px;
}

.rich-text-block.corner-flair p {
  font-size: 15px;
}

.rich-text-block.corner-flair strong {
  font-size: 18px;
}

.div-block-3 {
  background-color: var(--dark-turquoise);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.optin-headline {
  color: #181818;
  text-align: center;
  letter-spacing: 1px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.short-code-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.short-code-section.hidden {
  display: none;
}

.sms-headline {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3vh;
}

.paragraph-2 {
  clear: none;
  color: var(--dark-grey);
  text-align: justify;
  max-width: 1400px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
}

.div-block-318 {
  flex: none;
  align-self: auto;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vh;
}

.heading-2 {
  color: var(--white);
  width: 63%;
  font-style: normal;
  line-height: 1.2;
  text-decoration: none;
}

.heading-2.short {
  width: 100%;
}

.category-bug {
  border: 2px solid var(--dark-turquoise);
  background-color: var(--white);
  background-image: url('../images/medical-cyan.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 67%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: -20px auto auto 20px;
}

.category-bug.orange {
  border-color: var(--dark-orange);
  background-image: url('../images/house-icon.svg');
}

.category-bug.purple {
  border-color: var(--dark-magenta);
}

.category-bug.blue {
  border-color: var(--dark-slate-blue);
  background-image: url('../images/family.svg');
}

.category-bug.turq {
  background-image: url('../images/world.svg');
}

.body-2 {
  margin-bottom: 85px;
}

.sharethis-inline-share-buttons {
  flex: 1;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  inset: auto 0% 20px;
}

.content-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
}

.post-hero-section {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 530px;
  display: flex;
  position: relative;
}

.hero-wrapper {
  z-index: 101;
  text-align: center;
  width: 80%;
  max-width: 760px;
  position: relative;
}

.share-icon-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.share-this-txt {
  color: #ffffffbd;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  font-family: Source Sans Pro, sans-serif;
}

.share-this-txt.author {
  color: var(--dark-turquoise);
  margin-top: 15px;
}

.columns {
  flex: none;
}

.flex-col-70 {
  flex: 0 75%;
}

.fliex-col-30 {
  flex: none;
}

.profile-img {
  border: 3px solid var(--dark-turquoise);
  background-image: url('../images/Natalia-Stephens.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.profile-img.author-2 {
  background-image: url('../images/Caitlin-Fischer.jpg');
}

.profile-img.author-3 {
  background-image: url('../images/Rodolfo-Payne.jpg');
}

.profile-img.description {
  z-index: 2;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  position: relative;
}

.profile-img.description.author-3 {
  background-position: 50%;
}

.article-rich-text {
  min-width: auto;
  max-width: 720px;
  padding-left: 10px;
}

.article-rich-text p {
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.article-rich-text strong {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

.article-rich-text h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.article-rich-text h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.2;
}

.article-rich-text li {
  color: var(--dim-grey);
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.article-rich-text img {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.article-rich-text.about {
  padding-left: 0;
}

.article-rich-text.about.margin-top {
  margin-top: 20px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  justify-content: space-around;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading-2 {
  color: var(--dark-turquoise);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.footer-link-2 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.background-img-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-img {
  object-fit: cover;
  object-position: 50% 40%;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-img.center {
  object-position: 50% 55%;
}

.background-img.down {
  object-position: 50% 10%;
}

.background-overlay {
  background-color: #293a56cc;
  position: absolute;
  inset: 0%;
}

.menu-button {
  display: none;
}

.icon {
  color: var(--dark-slate-blue);
}

.category-link {
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
}

.category-link.w--current {
  color: var(--dark-turquoise);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.prev-next-wraper {
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.prev-next-wraper.center {
  justify-content: center;
}

.blog-article-button {
  border: 2px solid var(--dark-turquoise);
  text-align: right;
  background-color: #fff;
  border-radius: 10px;
  flex: 0 50%;
  width: auto;
  height: 130px;
  margin-left: 0;
  margin-right: 25px;
  padding: 25px 40px 40px;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: relative;
}

.blog-article-button:hover {
  transform: translate(-10px);
}

.blog-article-button.return-blog {
  display: none;
}

.blog-article-button.next {
  border-color: var(--dark-turquoise);
  text-align: left;
  height: 130px;
  margin-right: 0;
  padding-top: 25px;
  transition: transform .25s cubic-bezier(.165, .84, .44, 1);
}

.blog-article-button.next:hover {
  transform: translate(10px);
}

.blog-article-button.next.last, .blog-article-button.first-article {
  display: none;
}

.prev-text {
  color: var(--dark-magenta);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.blog-article-heading {
  color: #180d49;
  font-size: 20px;
}

.blog-article-heading.prev {
  padding-left: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 19px;
  line-height: 1.2;
}

.blog-article-heading.next {
  padding-right: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 19px;
  line-height: 1.2;
}

.category-nav-menu {
  text-align: center;
  flex: none;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.main-nav-wrapper {
  flex: none;
  align-self: center;
  height: 100%;
}

.div-block-320 {
  z-index: 1;
  background-color: var(--white-smoke);
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  height: auto;
  margin-left: -82px;
  padding: 15px 80px 30px 120px;
  display: flex;
  position: static;
}

.profile-p {
  color: var(--dim-grey);
  font-family: Source Sans Pro, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}

.letter-section {
  background-color: var(--white-smoke);
  background-image: url('../images/couple-beach-gradient.png');
  background-position: 100% 21%;
  background-repeat: no-repeat;
  background-size: 70vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  min-height: 560px;
  padding: 5vh 5vw;
  display: flex;
}

.letter-p {
  color: var(--dark-slate-blue);
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.turq-span-tex {
  color: var(--dark-turquoise);
}

.div-block-322 {
  width: 50%;
}

.div-block-322._70 {
  width: 70%;
}

.duotone-header {
  background-color: var(--white-smoke);
  background-image: url('../images/couple-computer-gradient.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 70vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 500px;
  min-height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.duotone-header.v2 {
  background-image: url('../images/holding-hands-gradient.png');
}

.about-sub-head {
  color: var(--dark-slate-blue);
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.thin-line-divider {
  background-color: var(--dark-magenta);
  width: 130px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-3 {
  color: var(--dim-grey);
}

.div-block-323 {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.footer-p {
  clear: none;
  color: var(--dark-grey);
  text-align: justify;
  max-width: 1400px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.cat-page-header {
  background-color: var(--dark-turquoise);
  align-items: center;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.cat-heading {
  color: var(--white);
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.5;
}

.cat-container {
  text-align: center;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-cat-toggle {
  padding-top: 37px;
  padding-bottom: 37px;
  transition: all .3s;
}

.dropdown-cat-toggle:hover {
  background-color: var(--dark-turquoise);
  color: var(--white);
}

.dropdown-list {
  background-color: var(--dark-turquoise);
}

.dropdown-list.w--open {
  width: 250px;
}

.dropdown-link {
  color: var(--white);
  white-space: pre-wrap;
  transition: background-color .25s;
  display: block;
}

.dropdown-link:hover {
  background-color: #14838a;
}

.dropdown-link.w--current {
  color: var(--dark-slate-blue);
}

.info-section {
  background-color: var(--dark-turquoise);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.terms-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.terms-head {
  color: #181818;
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}

.navbar1 {
  z-index: auto;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1.active-nav1 {
  z-index: 100;
  position: fixed;
  top: 0;
}

.navbar1.active-nav1.blue {
  background-color: #31424e;
  border-bottom: 0 #0000;
}

.submit-button {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.notification-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
}

.success-message-2 {
  color: #fff;
  background-color: #2ad283;
  padding: 10px;
  font-size: 18px;
}

.opt-in-p {
  text-align: center;
  font-size: 15px;
}

.text-field-5 {
  border: 1px solid var(--dark-turquoise);
  min-height: 50px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  transition: background-color .4s ease-in-out;
}

.text-field-5:hover {
  background-color: #fafafa;
}

.text-field-5:focus {
  color: #3c3c3b;
  background-color: #fafafa;
  border-style: solid;
  border-color: #b22222;
}

.signin-form-wrapper {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.sign-in-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.sign-in-logo {
  width: 300px;
  margin-bottom: 0;
  margin-left: 0;
}

.checkbox-label-3 {
  text-align: justify;
  margin-bottom: 0;
  font-size: 14px;
}

.checkbox-label-3.font-size-s {
  font-size: 12px;
}

.sign-in-hero {
  background-color: var(--dark-turquoise);
  border-bottom: 1px solid #f69321;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 0;
  font-family: Lato, sans-serif;
  display: flex;
}

.checkbox-2 {
  flex: 0 auto;
  margin-top: 3px;
  margin-right: 15px;
  font-size: 30px;
}

.error-message-4 {
  background-color: #eb3c5c;
  font-size: 18px;
}

.sign-in-left-wrapper-2 {
  background-color: #0000;
  border-right: 1px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.checkbox-field-2 {
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.div-block-312 {
  background-color: #fff;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.separator-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.separator-2.big {
  background-color: var(--dark-turquoise);
  color: #31424e;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.form-3 {
  flex-direction: column;
  font-size: 33px;
  display: flex;
}

.signin-logo-block, .signin-logo-block._2 {
  text-align: center;
}

.opt-in-h {
  color: var(--dark-turquoise);
  text-align: center;
  height: auto;
  margin-top: 30px;
  font-size: 30px;
  line-height: 38px;
}

.signin-form-block {
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  font-size: 22px;
}

.test {
  width: 100%;
  height: 100%;
}

.hide, .html-embed-2 {
  display: none;
}

.check-opt {
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.code-embed {
  display: block;
}

@media screen and (max-width: 991px) {
  .nav-container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .nav_logo {
    width: 110px;
  }

  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .container.info {
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container._720w.flex-horz {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .curve-top {
    margin-bottom: -40px;
  }

  .info-topics-section {
    width: 100%;
    height: auto;
  }

  .mission-section {
    padding-bottom: 8vh;
  }

  .curve-bottom {
    margin-top: -40px;
  }

  .info-wrapper {
    padding-bottom: 20px;
  }

  .addition-wrapper {
    grid-template-columns: .25fr 1fr;
    height: auto;
    padding-left: 46px;
    padding-right: 46px;
  }

  .heading {
    font-size: 25px;
    line-height: 1.3;
  }

  .cat-wrapper {
    flex: none;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: auto;
  }

  .addition-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .addition-title {
    font-size: 22px;
  }

  .addition-descriptions {
    font-size: 18px;
  }

  .button.footer {
    flex: 1;
    align-self: flex-end;
    margin: 10px 20px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-wrap {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-link {
    text-align: left;
    width: auto;
    max-height: 20px;
    font-size: 15px;
  }

  .footer-link.social {
    width: auto;
  }

  .div-block-4 {
    flex: none;
    width: 75%;
  }

  .copyright {
    font-size: 12px;
    line-height: 1.5;
  }

  .footer-grid {
    margin-left: 0;
    padding-left: 0;
  }

  .footer-heading {
    flex: none;
    font-size: 16px;
  }

  .footer-wrapper {
    flex-flow: wrap;
  }

  .text-field, .div-block-5 {
    flex: none;
  }

  .copyright-link-small {
    font-size: 12px;
  }

  .footer-address {
    text-align: left;
    max-height: 20px;
    font-size: 15px;
  }

  .form {
    flex-direction: row;
    justify-content: space-between;
  }

  .image-5 {
    width: 70%;
  }

  .nav-link, .nav-link.w--current {
    background-color: var(--dark-turquoise);
    color: var(--white);
  }

  .hero-content.left {
    width: 90%;
  }

  .hero-headline {
    font-size: 34px;
  }

  .hero-subhead {
    width: 100%;
    font-size: 24px;
  }

  .heading-2 {
    width: 100%;
  }

  .hero-wrapper {
    width: 80%;
  }

  .share-this-txt.author {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
  }

  .fliex-col-30 {
    flex: none;
  }

  .profile-img {
    background-position: 50%;
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-img.description {
    flex: none;
    align-self: flex-start;
    margin-left: 0;
    bottom: -42px;
    right: 85px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    justify-content: space-between;
  }

  .menu-button.w--open {
    color: var(--dark-slate-blue);
    background-color: #0000;
  }

  .category-link {
    background-color: var(--dark-slate-blue);
    color: var(--white);
  }

  .blog-article-heading.prev {
    padding-left: 0;
    font-size: 18px;
    line-height: 1.1;
  }

  .blog-article-heading.next {
    font-size: 18px;
    line-height: 1.1;
  }

  .category-nav-menu {
    padding-left: 0;
  }

  .div-block-320 {
    margin-left: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

  .letter-section, .duotone-header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .navbar1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sign-in-main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .container.info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container._2-col {
    flex-direction: column;
  }

  .container._720w.flex-horz {
    margin-top: 1vh;
    margin-bottom: 0;
  }

  .trending-text {
    font-size: 14px;
  }

  .hero-section {
    height: 630px;
  }

  .info-topics-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mission-statement {
    font-size: 22px;
  }

  .addition-wrapper {
    grid-row-gap: 0px;
  }

  .cat-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .button.footer {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-wrap {
    flex-direction: column;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
  }

  .footer-link {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-footer {
    display: none;
  }

  .footer-logo-wrapper {
    text-align: left;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .copyright-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .address-footer-wrapper {
    text-align: left;
    flex: none;
  }

  .copyright {
    width: 100%;
  }

  .footer-grid {
    flex-direction: column;
    flex: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .copyright-wrap-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .footer-address {
    text-align: left;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .story-bottom-bar.turq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .story-bottom-bar.orange, .story-bottom-bar.purple {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sms-sub-head {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.sms {
    padding: 20px 29px;
  }

  .rich-text-block.corner-flair {
    width: 100%;
    max-width: none;
  }

  .rich-text-block.corner-flair p {
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }

  .rich-text-block.corner-flair strong {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
  }

  .optin-headline {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .short-code-section {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .div-block-318 {
    padding-top: 1vh;
  }

  .heading-2 {
    font-size: 17px;
  }

  .profile-img.description {
    bottom: -29px;
    right: auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .footer-image {
    object-fit: contain;
  }

  .blog-article-button, .blog-article-button.next {
    height: auto;
    padding: 20px;
  }

  .blog-article-heading.prev, .blog-article-heading.next {
    display: none;
  }

  .div-block-322 {
    width: 100%;
  }

  .footer-p {
    font-size: 12px;
  }

  .footer-link-wrapper {
    padding-right: 20px;
  }

  .body-3 {
    padding-top: 61px;
  }

  .terms-head {
    line-height: 1;
  }

  .navbar1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .trending-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container._2-col {
    flex-direction: column;
  }

  .trending-text {
    font-size: 14px;
    line-height: 1.2;
    display: block;
  }

  .trending-txt-span {
    padding-right: 5px;
  }

  .font-awesome {
    padding-left: 4px;
  }

  .hero-section {
    height: 70vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .curve-top {
    margin-bottom: -20px;
  }

  .curve-bottom {
    margin-top: -20px;
  }

  .info-wrapper {
    width: 100%;
    min-width: auto;
  }

  .link-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mission-header.profile {
    font-size: 26px;
    line-height: 1.2;
  }

  .addition-wrapper {
    padding-left: 9px;
    padding-right: 9px;
  }

  .cat-wrapper {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: flex;
  }

  .cat-card {
    flex-direction: column;
    align-items: center;
  }

  .cat-name-wrapper.purple {
    flex: none;
  }

  .cat-icon {
    width: 50px;
  }

  .icon-wrapper {
    flex: 1;
    justify-content: center;
  }

  .addition-content {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 20px;
  }

  .addition-title.plus {
    align-self: flex-end;
  }

  .button {
    border-radius: 5px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.footer {
    align-self: flex-start;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    margin-right: auto;
  }

  .footer-wrap {
    flex-direction: column;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-link {
    font-size: 13px;
  }

  .footer-link.w--current {
    font-size: 14px;
  }

  .div-block-4 {
    width: 100%;
  }

  .copyright-wrap {
    margin-top: 20px;
  }

  .copyright {
    margin-top: 0;
    font-size: 11px;
  }

  .footer-grid {
    flex: none;
    grid-template-columns: 1fr 1fr;
    width: 95%;
    margin-left: 0;
  }

  .footer-heading {
    text-align: left;
    font-size: 15px;
  }

  .footer-wrapper {
    flex-wrap: nowrap;
    flex: 0 auto;
    width: 100%;
  }

  .copyright-wrap-mobile {
    margin-top: 20px;
  }

  .div-block-5 {
    width: 100%;
  }

  .copyright-link-small {
    font-size: 11px;
  }

  .footer-address {
    font-size: 14px;
  }

  .form {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link, .nav-link.w--current {
    background-color: #178b92;
  }

  .hero-content, .hero-content.left {
    width: 100%;
  }

  .hero-headline {
    font-size: 30px;
  }

  .hero-headline.white {
    font-size: 31px;
  }

  .hero-subhead {
    width: 100%;
    font-size: 22px;
  }

  .card-wrapper {
    height: 190px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .cat-card-front {
    height: 180px;
    inset: 0%;
  }

  .story-bottom-bar.turq {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .story-bottom-bar.orange, .story-bottom-bar.purple {
    align-items: center;
  }

  .story-bottom-bar.blue {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .sms-sub-head {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    padding: 0 15px;
  }

  .container-2.sms {
    padding: 10px 3vw;
  }

  .bold-text {
    font-size: 16px;
  }

  .rich-text-block {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .optin-headline {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .sms-headline {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .category-bug.orange, .category-bug.purple, .category-bug.blue, .category-bug.turq {
    display: none;
  }

  .article-rich-text p {
    font-size: 16px;
  }

  .article-rich-text h2, .article-rich-text h1 {
    font-size: 20px;
  }

  .article-rich-text li {
    font-size: 16px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .category-link {
    background-color: var(--dark-turquoise);
    overflow: visible;
  }

  .prev-next-wraper {
    text-align: left;
    flex-flow: column;
    align-items: stretch;
    padding-top: 20px;
  }

  .blog-article-button {
    text-align: right;
    flex-basis: 100%;
    margin-right: 0;
  }

  .blog-article-button.return-blog {
    display: none;
  }

  .blog-article-button.next {
    margin-top: 20px;
    margin-bottom: 17px;
    margin-right: 0;
  }

  .blog-article-heading.prev {
    text-align: right;
    padding-left: 25px;
  }

  .blog-article-heading.next {
    padding-right: 25px;
  }

  .category-nav-menu {
    overflow: auto;
  }

  .div-block-320 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .letter-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-322 {
    width: 100%;
  }

  .duotone-header {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-p {
    text-align: left;
  }

  .dropdown-cat-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body-3 {
    padding-top: 60px;
  }

  .info-section {
    width: 100vw;
  }

  .terms-container {
    align-self: auto;
    max-width: 90%;
    padding: 25px;
  }

  .terms-head {
    font-size: 30px;
  }

  .navbar1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .signin-form-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sign-in-main-wrapper {
    height: auto;
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .sign-in-logo {
    width: 200px;
  }

  .sign-in-left-wrapper-2 {
    width: 95%;
    height: auto;
  }

  .div-block-312 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .opt-in-h {
    font-size: 24px;
  }
}

#w-node-_265a273c-cc6b-522c-6708-2be7ac662186-f46a4907 {
  place-self: start center;
}

#w-node-_0d1a678d-7e35-a5a9-a2b6-f157672c31de-f46a4907 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_5368f4a0-ca61-c07d-28dc-845f84b6a57f-f46a4907 {
  place-self: start center;
}

#w-node-_1463d506-da07-6517-1e6b-dede52e38221-f46a4907 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-caa538ce-58bf-5897-7185-b15c892ea276-f46a4907 {
  place-self: start center;
}

#w-node-_1e62b1e0-87f1-a81a-7ada-65f15cb500c9-f46a4907 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: start;
}

#w-node-b4ffee40-ed3c-b20d-e543-c1504a69e120-f46a4907, #w-node-d3544556-d21f-d263-3a38-d63b18770163-f46a4907 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_265a273c-cc6b-522c-6708-2be7ac662186-f46a4907 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0d1a678d-7e35-a5a9-a2b6-f157672c31de-f46a4907 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }

  #w-node-_5368f4a0-ca61-c07d-28dc-845f84b6a57f-f46a4907 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1463d506-da07-6517-1e6b-dede52e38221-f46a4907 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: start;
  }

  #w-node-caa538ce-58bf-5897-7185-b15c892ea276-f46a4907 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1e62b1e0-87f1-a81a-7ada-65f15cb500c9-f46a4907 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-c86f1c61-7b9b-559d-b10a-25670c4f4c5c-f46a4907 {
    grid-area: 4 / 2 / 5 / 3;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_08f4d28d-d7c0-f0d9-5293-4d7a50739c2a-f46a4907, #w-node-acee6713-6ef5-2fdf-35d7-6ab8aeb00abb-f46a4907, #w-node-_3ff21668-7a3f-6d20-0268-c433153f72e0-f46a4907, #w-node-ea687791-dc56-87ef-db6f-b94d0817db2f-f46a4907 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_265a273c-cc6b-522c-6708-2be7ac662186-f46a4907 {
    justify-self: end;
  }

  #w-node-_5368f4a0-ca61-c07d-28dc-845f84b6a57f-f46a4907 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start end;
  }

  #w-node-caa538ce-58bf-5897-7185-b15c892ea276-f46a4907 {
    justify-self: end;
  }

  #w-node-_0b81102d-469b-501e-1921-a1b972ba568d-f46a4907, #w-node-a512dbcb-ca55-3944-bfb8-bfbdb6019b9f-f46a4907 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}