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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

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

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

strong {
  font-weight: bold;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 3px 0 rgba(41, 58, 86, 0.34);
}

.nav_logo {
  width: 180px;
}



.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: auto;
  max-width: 1170px;
  min-height: 40vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container._2-col {
  max-width: 970px;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.container._720w.flex-horz {
  height: auto;
  min-height: auto;
  margin-bottom: 5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.trending {
  height: 100%;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.trending-text {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.trending-txt-span {
  padding-right: 20px;
  color: #293a56;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

.hero-section {
  position: relative;
  height: 870px;
  min-height: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))), url('../images/hero-img.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url('../images/hero-img.jpg');
  background-position: 0px 0px, 50% 55%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.curve-top {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  margin-bottom: -9vh;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #f6f6f6;
}

.info-topics-section {
  position: relative;
  z-index: 100;
  height: auto;
  padding: 5vh 5vw;
  background-color: #f6f6f6;
}

.mission-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 20vh 5vw 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.curve-bottom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  margin-top: -9vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #f6f6f6;
}

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

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

.mission-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.div-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 70px;
  background-color: #fff;
}

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

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

.mission-header {
  font-family: 'Source Sans Pro', sans-serif;
  color: #30c0c9;
  font-size: 30px;
  line-height: 1.5;
}

.mission-header.drk-blue {
  color: #293a56;
}

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

.mission-statement {
  font-family: 'Source Sans Pro', sans-serif;
  color: #626263;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}

.addition-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 215px;
  margin-top: 6vh;
  margin-bottom: 6vh;
  padding: 45px 50px 44px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
  background-color: #293a56;
}

.heading {
  font-family: 'Source Sans Pro', sans-serif;
  color: #293a56;
  font-size: 30px;
}

.small-sub-head {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #30c0c9;
  font-size: 18px;
  line-height: 1;
}

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

.cat-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 185px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.cat-name-wrapper {
  width: 100%;
  height: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #9c258f;
  text-align: center;
}

.cat-name-wrapper.purple {
  background-color: #9c258f;
}

.cat-name-wrapper.orange {
  background-color: #f79433;
}

.cat-name-wrapper.blue {
  background-color: #293a56;
}

.cat-name-wrapper.family {
  background-color: #293a56;
}

.cat-name-wrapper.housing {
  background-color: #f79433;
}

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

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

.cat-title.current {
  background-color: #30c0c9;
}

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

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

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-wrapper.flex-vert {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icon-wrapper.flex-vert.purple {
  background-color: #9c258f;
}

.icon-wrapper.flex-vert.housing {
  background-color: #f79433;
}

.icon-wrapper.flex-vert.family {
  background-color: #293a56;
}

.addition-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.addition-title {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #30c0c9;
  font-size: 30px;
}

.addition-title.plus {
  color: #fff;
}

.paragraph {
  display: block;
}

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

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

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

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

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  min-height: 480px;
  margin-top: auto;
  padding: 100px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #293a56;
}

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

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

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

.footer-link.social {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coming-soon-footer {
  position: absolute;
  left: auto;
  top: 36px;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f69321;
  line-height: 16px;
}

.div-block-4 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

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

.text-block-3 {
  position: relative;
  top: -15px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 0.5;
  text-align: center;
}

.footer-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.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 {
  background-color: transparent;
  color: #f69321;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}

.copyright {
  font-family: 'Source Sans Pro', sans-serif;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
}

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

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

.footer-heading {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #30c0c9;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-317 {
  position: relative;
  left: 22px;
  top: -19px;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #f69321;
}

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

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

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

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

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

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

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

.form-block {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-5 {
  width: 200px;
}

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

.nav-link.w--current {
  color: #30c0c9;
}

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

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

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

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

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

.hero-headline {
  font-family: 'Source Sans Pro', sans-serif;
  color: #293a56;
  font-size: 44px;
  line-height: 1.2;
}

.hero-headline.white {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.hero-headline.blue {
  color: #fff;
}

.hero-headline.blue.short {
  color: #293a56;
  font-size: 30px;
}

.hero-subhead {
  width: 75%;
  font-family: 'Source Sans Pro', sans-serif;
  color: #293a56;
  font-size: 32px;
  line-height: 1.2;
}

.cat-card-back {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 185px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #30c0c9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

.cat-card-front {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 185px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}

.text-block-4 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
}

.featured-wrapper {
  width: 100%;
}

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

.story-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 5px;
  background-color: #30c0c9;
}

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

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

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

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

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

.story-bottom-bar.turq {
  position: relative;
  height: 30%;
  padding-right: 60px;
  padding-left: 60px;
  background-color: rgba(48, 192, 201, 0.75);
}

.story-bottom-bar.orange {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(247, 148, 51, 0.75);
  text-decoration: none;
}

.story-bottom-bar.purple {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(156, 37, 143, 0.75);
}

.story-bottom-bar.blue {
  position: relative;
  height: 30%;
  padding-right: 60px;
  padding-left: 60px;
  background-color: rgba(41, 58, 86, 0.75);
}

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

.body {
  padding-top: 95px;
}

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

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

.container-2 {
  width: 95%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

.rich-text-block.corner-flair {
  border-radius: 5px;
  background-color: #f6f6f6;
}

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

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

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #30c0c9;
}

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

.short-code-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

.paragraph-2 {
  max-width: 1400px;
  clear: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #9e9e9e;
  font-weight: 300;
  text-align: justify;
}

.div-block-318 {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-2 {
  width: 63%;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
}

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

.category-bug {
  position: absolute;
  left: 20px;
  top: -20px;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  border: 2px solid #30c0c9;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/medical-cyan.svg');
  background-position: 50% 50%;
  background-size: 67%;
  background-repeat: no-repeat;
}

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

.category-bug.purple {
  border-color: #9c258f;
}

.category-bug.blue {
  border-color: #293a56;
  background-image: url('../images/family.svg');
}

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

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

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

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

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

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

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

.share-this-txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: hsla(0, 0%, 100%, 0.74);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.share-this-txt.author {
  margin-top: 15px;
  color: #30c0c9;
}

.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.fliex-col-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.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 {
  position: relative;
  z-index: 2;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

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

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

.article-rich-text p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
  color: #626263;
  font-size: 22px;
  line-height: 1.6;
}

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

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

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

.article-rich-text li {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
  color: #626263;
  font-size: 18px;
  line-height: 1.6;
}

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

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

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

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

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

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

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #30c0c9;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.background-img-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.background-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

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

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

.background-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(41, 58, 86, 0.8);
}

.menu-button {
  display: none;
}

.icon {
  color: #293a56;
}

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

.category-link.w--current {
  color: #30c0c9;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.prev-next-wraper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.blog-article-button.next {
  height: 130px;
  margin-right: 0px;
  padding-top: 25px;
  border-color: #30c0c9;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform 250ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 250ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 250ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 250ms cubic-bezier(.165, .84, .44, 1);
  text-align: left;
}

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

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

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

.prev-text {
  color: #9c258f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.main-nav-wrapper {
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-320 {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: -82px;
  padding: 15px 80px 30px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.profile-p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #626263;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
}

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

.letter-p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #293a56;
  font-size: 18px;
  line-height: 1.5;
}

.turq-span-tex {
  color: #30c0c9;
}

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

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

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

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

.about-sub-head {
  font-family: 'Source Sans Pro', sans-serif;
  color: #293a56;
  font-size: 22px;
  line-height: 1.5;
}

.thin-line-divider {
  width: 130px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: #9c258f;
}

.paragraph-3 {
  color: #626263;
}

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

.footer-p {
  max-width: 1400px;
  clear: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  text-align: justify;
}

.cat-page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #30c0c9;
}

.cat-heading {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
}

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

.dropdown-cat-toggle {
  padding-top: 37px;
  padding-bottom: 37px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dropdown-cat-toggle:hover {
  background-color: #30c0c9;
  color: #fff;
}

.dropdown-list {
  background-color: #30c0c9;
}

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

.dropdown-link {
  display: block;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  white-space: pre-wrap;
}

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

.dropdown-link.w--current {
  color: #293a56;
}

.info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #30c0c9;
}

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

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

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

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

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

.submit-button {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #293a56;
  color: #fff;
  font-size: 20px;
}

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

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

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

.text-field-5 {
  min-height: 50px;
  border: 1px solid #ececec;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}

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

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

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

.sign-in-main-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

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

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

.sign-in-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f69321;
  background-color: #30c0c9;
  font-family: Lato, sans-serif;
}

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

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

.sign-in-left-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e6e6;
  background-color: transparent;
}

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

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

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

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

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 33px;
}

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

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

.opt-in-h {
  color: #30c0c9;
  font-size: 30px;
  text-align: center;
}

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

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

.hide {
  display: none;
}

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

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

  .nav_logo {
    width: 110px;
  }

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

  .container.info {
    width: 95%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container._720w.flex-horz {
    width: 100%;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-section {
    padding-right: 3vw;
    padding-left: 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 {
    height: auto;
    padding-right: 46px;
    padding-left: 46px;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

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

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

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

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

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

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

  .footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .div-block-4 {
    width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

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

  .footer-heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
  }

  .footer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

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

  .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-5 {
    width: 70%;
  }



  .nav-link.w--current {
    background-color: #30c0c9;
    color: #fff;
  }

  .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-right: auto;
    margin-left: auto;
    line-height: 1.2;
  }

  .fliex-col-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .profile-img.description {
    right: 85px;
    bottom: -42px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .footer-flex-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #293a56;
  }

  .category-link {
    background-color: #293a56;
    color: #fff;
  }

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

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

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

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

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

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

  .navbar1 {
    padding-right: 24px;
    padding-left: 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .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 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .copyright-wrap {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .address-footer-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .copyright {
    width: 100%;
  }

  .footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright-wrap-mobile {
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

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

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

  .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-right: 0px;
    padding-left: 0px;
    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 {
    right: auto;
    bottom: -29px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

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

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

  .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-right: 20px;
    padding-left: 20px;
  }
}

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

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

  .container._2-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

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



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

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

  .cat-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cat-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cat-name-wrapper.purple {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cat-icon {
    width: 50px;
  }

  .icon-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .addition-content {
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

  .footer-wrap {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .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: 0px;
    font-size: 11px;
  }

  .footer-grid {
    width: 95%;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

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

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }



  .hero-content {
    width: 100%;
  }

  .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 {
    position: relative;
    height: 190px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cat-card-front {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 180px;
  }

  .story-bottom-bar.turq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .story-bottom-bar.orange {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .story-bottom-bar.purple {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .story-bottom-bar.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

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

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

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

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

  .category-bug.orange {
    display: none;
  }

  .category-bug.purple {
    display: none;
  }

  .category-bug.blue {
    display: none;
  }

  .category-bug.turq {
    display: none;
  }

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

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

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

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

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .category-link {
    overflow: visible;
    background-color: #30c0c9;
  }

  .prev-next-wraper {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .blog-article-button {
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: right;
  }

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

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

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

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

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

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

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

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

  .duotone-header {
    padding-right: 5vw;
    padding-left: 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 {
    max-width: 90%;
    padding: 25px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

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

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

  .signin-form-wrapper {
    padding-right: 10px;
    padding-left: 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-right: 20px;
    padding-left: 20px;
  }

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

#w-node-_265a273c-cc6b-522c-6708-2be7ac662186-f46a4907 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0d1a678d-7e35-a5a9-a2b6-f157672c31de-f46a4907 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5368f4a0-ca61-c07d-28dc-845f84b6a57f-f46a4907 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1463d506-da07-6517-1e6b-dede52e38221-f46a4907 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-caa538ce-58bf-5897-7185-b15c892ea276-f46a4907 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1e62b1e0-87f1-a81a-7ada-65f15cb500c9-f46a4907 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b4ffee40-ed3c-b20d-e543-c1504a69e120-f46a4907 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d3544556-d21f-d263-3a38-d63b18770163-f46a4907 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_265a273c-cc6b-522c-6708-2be7ac662186-f46a4907 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_0d1a678d-7e35-a5a9-a2b6-f157672c31de-f46a4907 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_5368f4a0-ca61-c07d-28dc-845f84b6a57f-f46a4907 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_1463d506-da07-6517-1e6b-dede52e38221-f46a4907 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-caa538ce-58bf-5897-7185-b15c892ea276-f46a4907 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_1e62b1e0-87f1-a81a-7ada-65f15cb500c9-f46a4907 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-c86f1c61-7b9b-559d-b10a-25670c4f4c5c-f46a4907 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_08f4d28d-d7c0-f0d9-5293-4d7a50739c2a-f46a4907 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-acee6713-6ef5-2fdf-35d7-6ab8aeb00abb-f46a4907 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_3ff21668-7a3f-6d20-0268-c433153f72e0-f46a4907 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ea687791-dc56-87ef-db6f-b94d0817db2f-f46a4907 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

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

  #w-node-_5368f4a0-ca61-c07d-28dc-845f84b6a57f-f46a4907 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

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

  #w-node-_0b81102d-469b-501e-1921-a1b972ba568d-f46a4907 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a512dbcb-ca55-3944-bfb8-bfbdb6019b9f-f46a4907 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: 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;
}