#top.page-home .home__banner-hero {
  background: #24283c;
  position: relative;
  padding: 25px;
  height: 245px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__banner-hero {
    padding: 50px;
  }
}
#top.page-home .home__banner-hero--container {
  max-width: 1120px;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  color: white;
}
#top.page-home h4.home__banner-hero--caption {
  font-family: "Campton Medium" !important;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  #top.page-home h4.home__banner-hero--caption {
    font-size: 13px;
  }
}
#top.page-home .home__banner-hero--title {
  font-family: "ITC Caslon 224 Std Bold", "Times", "Georgia", serif;
  font-size: 27px;
  color: #96c8eb;
  line-height: 1.1;
  max-width: 880px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__banner-hero--title {
    font-size: 30px;
    width: 80%;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__banner-hero--title {
    font-size: 42px;
    width: 100%;
  }
}
#top.page-home .home__banner-hero--gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #24283c;
  z-index: 1;
  background: linear-gradient(90deg, rgba(36, 40, 60, 1) 75%, rgba(36, 40, 60, 0) 100%);
}
@media screen and (min-width: 760px) {
  #top.page-home .home__banner-hero--gradient {
    width: 70%;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__banner-hero--gradient {
    width: 90%;
  }
}
#top.page-home .home__banner-hero--img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 430px;
  object-fit: cover;
  background: #83caec;
  z-index: 0;
}
#top.page-home .home__blog {
  padding: 20px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__blog {
    padding: 40px 50px;
  }
}
#top.page-home .home__blog--container {
  max-width: 1120px;
  margin: auto;
}
#top.page-home .home__blog--categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  overflow: scroll;
  overflow-y: hidden;
  padding-bottom: 60px;
  margin-bottom: -30px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media screen and (min-width: 760px) {
  #top.page-home .home__blog--categories {
    overflow: auto;
    margin: 0;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__blog--categories {
    margin-bottom: -30px;
  }
}
#top.page-home .home__blog--categories::-webkit-scrollbar {
  width: 10px;
  /* width of the entire scrollbar */
}
#top.page-home .home__blog--categories::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  /* color of the tracking area */
}
#top.page-home .home__blog--categories::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid rgba(0, 0, 0, 0);
  /* creates padding around scroll thumb */
}
#top.page-home .home__blog--categories__item {
  background: white;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  box-shadow: 0 0 50px 0 rgba(160, 160, 160, 0.3);
}
#top.page-home .home__blog--categories__item:first-child {
  margin-left: 20px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__blog--categories__item {
    min-width: 140px;
  }
  #top.page-home .home__blog--categories__item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__blog--categories__item {
    flex-direction: row;
    min-width: 210px;
    height: 90px;
  }
}
#top.page-home .home__blog--categories__item > div {
  padding: 5px 10px;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__blog--categories__item > div {
    padding: 22px 15px;
  }
}
#top.page-home .home__blog--categories__item h4 {
  font-family: "Campton Book";
  color: #3a405a;
  letter-spacing: 0;
  margin: 0;
  font-size: 15px;
  line-height: 26px;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__blog--categories__item h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
#top.page-home .home__blog--categories__item a {
  font-family: "Campton Book";
  font-size: 13px;
  color: #00cccd;
  line-height: 24px;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__blog--categories__item a {
    font-size: 15px;
    line-height: 24px;
  }
}
#top.page-home .home__blog--categories__item--img {
  object-fit: cover;
  width: 100%;
  height: 55px;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__blog--categories__item--img {
    width: 80px;
    height: 100%;
  }
}
#top.page-home .home__blog--main {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__blog--main {
    flex-direction: row;
    margin-top: 70px;
  }
}
#top.page-home .home__blog--editors {
  flex: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__blog--editors {
    margin-right: 54px;
    margin-bottom: 0;
  }
}
#top.page-home .home__blog--editors > h4 {
  font-family: "Campton Book";
  font-size: 18px;
  color: #00e0a1;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 24px;
}
#top.page-home .home__blog--editors__article {
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(160, 160, 160, 0.3);
}
#top.page-home .home__blog--editors__article--figure {
  background: #fafafa;
  width: 100%;
  height: 285px;
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__blog--editors__article--figure {
    height: 365px;
    overflow: auto;
  }
}
@media screen and (min-width: 1008px) {
}
#top.page-home .home__blog--editors__article--figure a {
  width: 100%;
  height: 100%;
}
#top.page-home .home__blog--editors__article--figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top.page-home .home__blog--editors__article--container {
  padding: 20px;
  min-height: 185px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__blog--editors__article--container {
    padding: 27px 35px;
  }
}
#top.page-home .home__blog--editors__article--container h4 {
  font-family: "Campton Medium";
  font-size: 11px;
  color: #4ebae9;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__blog--editors__article--container h4 {
    font-size: 13px;
  }
}
#top.page-home .home__blog--editors__article--container h2 {
  font-family: "Campton Book";
  font-size: 28px;
  line-height: 30px;
  color: #3a405a;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__blog--editors__article--container h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
#top.page-home .home__blog--editors__article--container p {
  font-family: "Campton Book";
  font-size: 14px;
  color: #3a405a;
  letter-spacing: 0.08px;
  line-height: 24px;
  margin: 0;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__blog--editors__article--container p {
    font-size: 15px;
    line-height: 24px;
  }
}
#top.page-home .home__blog--aside {
  width: 100%;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__blog--aside {
    max-width: 460px;
    flex-basis: 460px;
  }
}
#top.page-home .home__blog--aside > h4 {
  font-family: "Campton Book";
  font-size: 18px;
  color: #00e0a1;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 24px;
}
#top.page-home .home__trending-stories {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__trending-stories {
    overflow: scroll;
    max-height: 550px;
  }
}
#top.page-home .home__trending-stories > li {
  margin-bottom: 30px;
}
#top.page-home .home__trending-stories > li:last-child {
  margin-bottom: 0;
}
#top.page-home .home__trending-stories--shadow-up {
  width: 100%;
  position: relative;
  opacity: 0;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__trending-stories--shadow-up {
    display: block;
  }
}
#top.page-home .home__trending-stories--shadow-up::after {
  content: "";
  background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 130px;
  z-index: 0;
  pointer-events: none;
}
#top.page-home .home__trending-stories--shadow-down {
  width: 100%;
  position: relative;
  opacity: 1;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__trending-stories--shadow-down {
    display: block;
  }
}
#top.page-home .home__trending-stories--shadow-down::after {
  content: "";
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 90%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  z-index: 0;
  pointer-events: none;
}
#top.page-home .home__trending-stories--item {
  display: flex;
  max-height: 120px;
  overflow: hidden;
}
#top.page-home .home__trending-stories--item figure {
  background: #fafafa;
  width: 160px;
  height: 120px;
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__trending-stories--item figure {
    max-width: 200px;
    width: 200px;
  }
}
#top.page-home .home__trending-stories--item figure a {
  width: 100%;
  height: 100%;
}
#top.page-home .home__trending-stories--item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top.page-home .home__trending-stories--item div {
  padding-left: 20px;
  flex: 1;
}
#top.page-home .home__trending-stories--item div h4 {
  font-family: "Campton Medium";
  font-size: 11px;
  color: #4ebae9;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__trending-stories--item div h4 {
    font-size: 13px;
  }
}
#top.page-home .home__trending-stories--item div h3 {
  font-family: "Campton Book";
  font-size: 15px;
  line-height: 18px;
  color: #3a405a;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__trending-stories--item div h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
#top.page-home .home__trending-stories--item div p {
  font-family: "Campton Book";
  font-size: 14px;
  color: #828282;
  letter-spacing: 0.07px;
  line-height: 22px;
  margin-bottom: 0;
  display: none;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__trending-stories--item div p {
    display: block;
  }
}
#top.page-home .home__trending-news {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__trending-news {
    padding-bottom: 80px;
  }
}
#top.page-home .home__trending-news h3 {
  font-family: "ITC Caslon 224 Std Bold";
  font-size: 40px;
  color: #3a405a;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__trending-news h3 {
    margin-bottom: 0;
  }
}
#top.page-home .home__trending-news--container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__trending-news--container {
    margin: 60px auto;
    max-width: 660px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__trending-news--container {
    max-width: 1005px;
    align-items: flex-start;
  }
}
#top.page-home .home__trending-news--item {
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(160, 160, 160, 0.3);
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__trending-news--item {
    width: 315px;
    min-height: 430px;
  }
}
#top.page-home .home__trending-news--item figure {
  height: 190px;
  background: #fafafa;
  overflow: hidden;
}
#top.page-home .home__trending-news--item figure a {
  width: 100%;
  height: 100%;
}
#top.page-home .home__trending-news--item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top.page-home .home__trending-news--item > div {
  padding: 25px;
  min-height: 200px;
}
#top.page-home .home__trending-news--item > div h4 {
  font-family: "Campton Medium";
  font-size: 13px;
  color: #4ebae9;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}
#top.page-home .home__trending-news--item > div h3 {
  font-family: "Campton Book";
  font-size: 18px;
  color: #3a405a;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
}
#top.page-home .home__trending-news--item > div p {
  font-family: "Campton Book";
  font-size: 14px;
  color: #828282;
  letter-spacing: 0.07px;
  line-height: 22px;
}
#top.page-home .home__trending-news--more {
  margin: auto;
  border: 1px solid #83caec;
  width: 232px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-top: 5px;
  background: none;
  font-family: "Campton Book";
  font-size: 16px;
  color: #7fcaeb;
  letter-spacing: 0.08px;
  text-align: center;
}
#top.page-home .home__youtube {
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  background: #f3f7f8;
  background-image: linear-gradient(0deg, #fff 0%, #f3f7f8 100%);
}
@media screen and (min-width: 760px) {
  #top.page-home .home__youtube {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#top.page-home .home__youtube > h3 {
  font-family: "ITC Caslon 224 Std Bold";
  font-size: 40px;
  color: #3a405a;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
}
#top.page-home .home__youtube > p {
  max-width: 750px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
}
#top.page-home .home__youtube--container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__youtube--container {
    flex-direction: row;
  }
}
#top.page-home .home__youtube--ipad {
  flex: 1;
  position: relative;
  line-height: 1;
  /* min-height: 613px;*/
}
@media screen and (min-width: 760px) {
  #top.page-home .home__youtube--ipad {
    background: url("../../images/ipad.png");
    background-size: 100%;
    background-repeat: no-repeat;
    line-height: 1;
    padding-top: 5.8%;
    padding-left: 10.3%;
    padding-right: 13.2%;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__youtube--ipad {
    padding-top: 3.8%;
    padding-left: 7%;
    padding-right: 9.2%;
    padding-bottom: 0;
  }
}
#top.page-home .home__youtube--ipad--wrap {
  position: relative;
  width: 100%;
  padding-bottom: 76%;
}
#top.page-home .home__youtube--ipad--wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
#top.page-home .home__youtube--aside {
  flex: 1;
  margin-top: 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__youtube--aside {
    max-width: 250px;
    margin-left: 40px;
  }
}
#top.page-home .home__youtube--more {
  display: flex;
  flex-direction: row;
  line-height: 20px;
  margin: 0;
  overflow: scroll;
  padding-bottom: 10px;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__youtube--more {
    flex-direction: column;
    height: 44vw;
    max-height: 500px;
  }
}
#top.page-home .home__youtube--more li {
  min-width: 175px;
  margin-right: 20px;
}
#top.page-home .home__youtube--more li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__youtube--more li {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#top.page-home .home__youtube--more li img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__youtube--more li img {
    height: 100px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__youtube--more li img {
    height: 140px;
  }
}
#top.page-home .home__youtube--more-link {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  position: relative;
  margin-top: -10px;
}
#top.page-home .home__youtube--more-link a {
  font-family: "Campton Light";
  font-size: 15px;
  color: #1b253a;
  letter-spacing: 0.08px;
  line-height: 20px;
  word-break: break-word;
  position: relative;
  z-index: 2;
}
#top.page-home .home__youtube--shadow-up {
  position: relative;
  z-index: 1;
  opacity: 0;
}
#top.page-home .home__youtube--shadow-up::after {
  content: "";
  background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 130px;
  z-index: 0;
  pointer-events: none;
}
#top.page-home .home__youtube--shadow-down {
  position: relative;
  z-index: 1;
}
#top.page-home .home__youtube--shadow-down::after {
  content: "";
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 80%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 0;
  pointer-events: none;
}
#top.page-home .home__bannerb {
  padding-bottom: 30px;
  margin: 0 20px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__bannerb {
    padding-bottom: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__bannerb {
    padding-bottom: 30px;
  }
}
#top.page-home .home__bannerb--container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #3a405a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 10px 20px;
  margin: auto;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__bannerb--container {
    flex-direction: row;
    height: 200px;
    padding: 50px;
    max-width: 1114px;
  }
}
#top.page-home .home__bannerb--title {
  font-family: "ITC Caslon 224 Std Bold";
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 40px;
  text-align: left;
  max-width: 360px;
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__bannerb--title {
    margin: 0;
    text-align: left;
  }
}
#top.page-home .home__bannerb--button {
  width: 240px;
  height: 65px;
  background: #00e0a1;
  font-family: "Campton Medium";
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.97px;
  text-align: center;
  line-height: 49.99px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 5px;
}
#top.page-home .home__press {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background: #f3f7f8;
  background-image: linear-gradient(0deg, #fff 0%, #f3f7f8 100%);
}
@media screen and (min-width: 760px) {
  #top.page-home .home__press {
    padding: 100px 0 20px;
  }
}
#top.page-home .home__press > p {
  max-width: 750px;
  margin: auto;
  font-family: "Campton Medium";
  font-size: 13px;
  color: #1b253a;
  letter-spacing: 1px;
  text-align: center;
  line-height: 26px;
  text-transform: uppercase;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__press > p {
    margin-bottom: 40px;
  }
}
#top.page-home .home__press .owl-nav {
  display: none !important;
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__press .owl-nav {
    display: block !important;
  }
}
#top.page-home .home__press .owl-carousel .owl-stage {
  height: 400px;
}
#top.page-home .home__press .owl-theme .owl-nav button span {
  display: none;
}
#top.page-home .home__press .owl-carousel .owl-nav button.owl-prev {
  background: url(../../images/prev-dark.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 52px;
  pointer-events: all;
  position: absolute;
  left: -50px;
}
#top.page-home .home__press .owl-carousel .owl-nav button.owl-next {
  background: url(../../images/next-dark.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 52px;
  pointer-events: all;
  position: absolute;
  right: -50px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__press .owl-carousel .owl-dots {
    margin-top: 10px;
  }
}
#top.page-home .home__press .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #68e1a2;
}
#top.page-home .home__press .owl-theme .owl-dots .owl-dot.active span, #top.page-home .home__press .owl-theme .owl-dots .owl-dot:hover span {
  background: #68e1a2;
  opacity: 0.4;
}
#top.page-home .home__press--title {
  font-family: "ITC Caslon 224 Std Bold";
  font-size: 40px;
  color: #3a405a;
  letter-spacing: 0.2px;
  line-height: 40px;
  margin-bottom: 35px;
  text-align: center;
}
#top.page-home .home__press--items {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__press--items {
    margin-top: 0;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__press--items {
    max-width: 1050px;
  }
}
#top.page-home .home__press--items ul {
  margin: 0;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__press--items ul {
    max-width: 1050px;
  }
}
#top.page-home .home__press--item {
  padding: 50px 20px;
}
#top.page-home .home__press--item > div {
  background: #fff;
  height: 400px;
  max-width: 310px;
  margin: auto;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(160, 160, 160, 0.3);
}
@media screen and (min-width: 760px) {
}
#top.page-home .home__press--item--image {
  width: 100%;
  height: 190px;
  overflow: hidden;
  object-fit: cover;
  background: #828282;
  position: relative;
}
#top.page-home .home__press--item--image .home__press--item--category {
  font-family: "Campton Book";
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.98px;
  line-height: 26px;
  text-transform: uppercase;
  position: absolute;
  top: 25px;
  left: 25px;
}
#top.page-home .home__press--item--container {
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#top.page-home .home__press--item--container h4 {
  font-family: "Campton Book";
  font-size: 18px;
  color: #3a405a;
  letter-spacing: 0;
  line-height: 24px;
}
#top.page-home .home__press--item--container h4 a {
  color: inherit;
}
#top.page-home .home__press--item--container time {
  font-family: "Campton Book";
  font-size: 14px;
  color: #828282;
  letter-spacing: 0.07px;
  line-height: 26px;
}
#top.page-home .home__press--item--container > a {
  font-family: "Campton Book";
  font-size: 14px;
  color: #1b253a;
  letter-spacing: 0.07px;
  line-height: 26px;
  display: block;
  margin-top: 20px;
}
#top.page-home .home__featured {
  padding: 35px 0 80px;
  display: none;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__featured {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#top.page-home .home__featured--small {
  padding: 35px 0 40px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__featured--small {
    display: none;
  }
}
#top.page-home .home__featured--title {
  font-family: "Campton Medium";
  font-size: 12px;
  color: #9d9d9d;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#top.page-home .home__featured--list {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#top.page-home .home__featured--list li {
  margin: 0 20px;
  text-align: center;
}
#top.page-home .home__featured--list li img {
  margin: auto;
  width: auto;
}
#top.page-home .home__inspiration {
  background: #83caec;
  padding: 40px 20px 20px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__inspiration {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__inspiration {
    padding: 0;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
#top.page-home .home__inspiration--container .owl-theme .owl-nav button span {
  display: none;
}
#top.page-home .home__inspiration--container .owl-carousel .owl-nav button.owl-prev {
  background: url(../../images/prev.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 52px;
  pointer-events: all;
}
#top.page-home .home__inspiration--container .owl-carousel .owl-nav button.owl-next {
  background: url(../../images/next.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 52px;
  pointer-events: all;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__inspiration--container .owl-carousel .owl-dots {
    margin-top: 40px;
  }
}
#top.page-home .home__inspiration--container .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #fff;
}
#top.page-home .home__inspiration--container .owl-theme .owl-dots .owl-dot.active span, #top.page-home .home__inspiration--container .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 0.5;
}
#top.page-home .home__inspiration--list {
  position: relative;
  margin: 0;
}
#top.page-home .home__inspiration--list .owl-nav {
  position: absolute;
  top: 40%;
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  margin: 0 50px;
  pointer-events: none;
  display: none;
}
@media screen and (min-width: 1200px) {
  #top.page-home .home__inspiration--list .owl-nav {
    display: flex;
  }
}
#top.page-home .home__inspiration--item {
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__inspiration--item {
    flex-direction: row;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__inspiration--item {
    max-width: 930px;
    padding: 0;
  }
}
#top.page-home .home__inspiration--data {
  flex: 1;
  margin-top: 20px;
  order: 2;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__inspiration--data {
    order: 1;
    margin-right: 60px;
  }
}
#top.page-home .home__inspiration--data h5 {
  font-family: "Campton Medium";
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#top.page-home .home__inspiration--data h2 {
  font-family: "ITC Caslon 224 Std Bold";
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 40px;
  margin-bottom: 30px;
}
#top.page-home .home__inspiration--data p {
  font-family: "Campton Book";
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.08px;
  line-height: 24px;
}
#top.page-home .home__inspiration--item-link {
  color: white;
  border: 1px solid;
  padding: 10px 30px 7px;
  height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-transform: uppercase;
  flex: 0;
  width: auto;
}
#top.page-home .home__inspiration--image {
  flex: 1;
  order: 1;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__inspiration--image {
    order: 2;
  }
}
#top.page-home .home__supplements {
  padding: 40px 0;
}
#top.page-home .home__supplements--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 20px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__supplements--container {
    padding: 40px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__supplements--container {
    padding: 0;
  }
}
#top.page-home .home__supplements--container h3 {
  font-family: "ITC Caslon 224 Std Bold";
  font-size: 40px;
  color: #3a405a;
  letter-spacing: 0.2px;
  line-height: 40px;
  text-align: left;
}
#top.page-home .home__supplements--container h3 + p {
  font-family: "Campton Medium";
  font-size: 13px;
  color: #1b253a;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
}
#top.page-home .home__supplements--container h4 {
  font-family: "Campton Book";
  font-size: 20px;
  color: #3a405a;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 60px;
}
#top.page-home .home__supplements--container p {
  font-family: "Campton Light";
  font-size: 15px;
  color: #1b253a;
  letter-spacing: 0.08px;
  line-height: 24px;
}
#top.page-home .home__supplements--container a {
  font-family: "Campton Book";
  font-size: 15px;
  color: #00cccd;
  line-height: 24px;
}
#top.page-home .home__supplements--data {
  order: 2;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__supplements--data {
    order: 1;
    max-width: 390px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__supplements--data {
    margin-right: 60px;
  }
}
#top.page-home .home__supplements--data > div {
  max-width: 320px;
  width: 100%;
}
#top.page-home .home__supplements--image {
  width: 100%;
  order: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__supplements--image {
    width: 50%;
    max-width: 710px;
    order: 2;
    margin-bottom: 0;
  }
}
#top.page-home .home__supplements--image img {
  width: 100%;
}
#top.page-home .home__mindbody {
  padding: 50px 20px 40px;
  background: #262835;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__mindbody {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__mindbody {
    padding-top: 165px;
    padding-bottom: 65px;
  }
}
#top.page-home .home__mindbody--container {
  max-width: 1120px;
  margin: auto;
}
#top.page-home .home__mindbody--container h2 {
  font-family: "ITC Caslon 224 Std Bold";
  font-size: 65px;
  color: #96c8eb;
  letter-spacing: 0.32px;
  line-height: 70px;
}
#top.page-home .home__mindbody--container .home__mindbody--lead {
  font-family: "Campton Medium";
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
#top.page-home .home__mindbody--container p {
  opacity: 0.54;
  font-family: "Campton Book";
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.08px;
  line-height: 26px;
}
#top.page-home .home__mindbody--list {
  margin: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: scroll;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__mindbody--list {
    margin: 0;
    margin-top: 60px;
    margin-bottom: 20px;
    overflow: auto;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__mindbody--list {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
#top.page-home .home__mindbody--list li {
  min-width: 200px;
  margin-right: 10px;
}
#top.page-home .home__mindbody--list li:first-child {
  margin-left: 20px;
}
#top.page-home .home__mindbody--list li:last-child {
  margin-right: 20px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__mindbody--list li {
    max-width: 270px;
    margin-right: 10px;
  }
  #top.page-home .home__mindbody--list li:first-child {
    margin-left: 0;
  }
}
#top.page-home .home__mindbody--list li img {
  max-height: 110px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__mindbody--list li img {
    max-height: 110px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__mindbody--list li img {
    max-height: 130px;
  }
}
@media screen and (min-width: 1200px) {
  #top.page-home .home__mindbody--list li img {
    max-height: 150px;
  }
}
#top.page-home .home__mindbody--btn {
  margin: auto;
  border: 1px solid #83caec;
  width: 355px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-top: 1px;
  background: none;
  font-family: "Campton Book";
  font-size: 16px;
  color: #7fcaeb;
  letter-spacing: 0.08px;
  text-align: center;
}
#top.page-home .home__shareyourstory {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background: #00e0a1;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__shareyourstory {
    padding: 25px 50px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__shareyourstory {
    padding: 15px 50px;
  }
}
#top.page-home .home__shareyourstory--icon {
  width: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__shareyourstory--icon {
    margin: 0;
    width: 90px;
    height: 90px;
    object-fit: contain;
  }
}
#top.page-home .home__shareyourstory--cola {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__shareyourstory--cola {
    margin-right: 50px;
    margin-left: 50px;
    min-width: 260px;
    flex: 1;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__shareyourstory--cola {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  #top.page-home .home__shareyourstory--cola {
    flex-direction: row;
  }
}
#top.page-home .home__shareyourstory--cola h3 {
  font-family: "ITC Caslon 224 Std Bold";
  font-size: 35px;
  color: #fff;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 1.1;
  margin: 0;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__shareyourstory--cola h3 {
    font-size: 33px;
    text-align: left;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__shareyourstory--cola h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #top.page-home .home__shareyourstory--cola h3 {
    margin-right: 40px;
  }
}
#top.page-home .home__shareyourstory--cola p {
  font-family: "Campton Book";
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.08px;
  line-height: 20px;
  text-align: center;
  margin: 10px 0 30px;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__shareyourstory--cola p {
    text-align: left;
    margin: 0;
    max-width: 420px;
  }
}
#top.page-home .home__shareyourstory--btn {
  width: 100%;
  max-width: 278px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border: 1px solid white;
  color: white;
  font-family: "Campton Medium";
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.97px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
#top.page-home .home__resources {
  padding: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__resources {
    padding: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#top.page-home .home__resources--container {
  max-width: 1340px;
  margin: auto;
  width: 100%;
}
#top.page-home .home__resources--list {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__resources--list {
    max-width: 429px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__resources--list {
    max-width: 100%;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  #top.page-home .home__resources--list {
    padding: 0;
  }
}
#top.page-home .home__resources--list li {
  min-width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1008px) {
  #top.page-home .home__resources--list li {
    min-width: 429px;
    flex: 1;
  }
}
#top.page-home .home__resources--item {
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(160, 160, 160, 0.3);
  max-width: 429px;
  width: 100%;
  height: 242px;
  display: flex;
  margin-bottom: 40px;
}
#top.page-home .home__resources--item > figure {
  flex: 0 1 123px;
  width: 123px;
  min-height: 242px;
  overflow: hidden;
}
#top.page-home .home__resources--item > figure a {
  width: 100%;
  height: 100%;
}
#top.page-home .home__resources--item > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top.page-home .home__resources--item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__resources--item > div {
    justify-content: flex-start;
  }
}
#top.page-home .home__resources--item-content {
  padding: 30px 25px;
  text-align: left;
}
#top.page-home .home__resources--item-content h4 {
  font-family: "Campton Book";
  font-size: 20px;
  color: #3a405a;
  letter-spacing: 0;
  line-height: 26px;
}
#top.page-home .home__resources--item-content h4 a {
  color: inherit;
}
#top.page-home .home__resources--item-content p {
  display: none;
  font-family: "Campton Book";
  font-size: 15px;
  color: #313131;
  line-height: 24px;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 760px) {
  #top.page-home .home__resources--item-content p {
    display: block;
  }
}
#top.page-home .home__resources--item-content .home__resources--viewmore {
  font-family: "Campton Book";
  font-size: 15px;
  color: #313131;
  line-height: 24px;
  color: #00e0a1;
}
#top.page-home .home__resources--loadmore {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #83caec;
  text-align: center;
  width: 232px;
  height: 55px;
  background: none;
  font-family: "Campton Book";
  font-size: 16px;
  color: #7fcaeb;
  letter-spacing: 0.08px;
  line-height: 26px;
  margin: auto;
  padding-top: 5px;
}
.image-overlay, .image-overlay .image-overlay-inside {
  display: none !important;
}
#top.page-living-your-best-life .book__A {
  background: #24283c;
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__A {
    padding: 20px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-living-your-best-life .book__A {
    padding: 0;
  }
}
#top.page-living-your-best-life .book__A--container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__A--container {
    flex-direction: row;
  }
}
#top.page-living-your-best-life .book__A--container > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#top.page-living-your-best-life .book__A--container h2 {
  font-family: Campton-Medium;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  line-height: 26px;
  text-transform: uppercase;
}
#top.page-living-your-best-life .book__A--container h1 {
  font-family: Caslon224Std-Bold;
  font-size: 50px;
  line-height: 1.1;
  color: #96c8eb;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__A--container h1 {
    font-size: 72px;
    line-height: 1.1;
  }
}
#top.page-living-your-best-life .book__A--container p {
  font-family: Campton-Book;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 29px;
  max-width: 324px;
  margin: 1em auto;
}
#top.page-living-your-best-life .book__A--container .button-link {
  background: #00e0a1;
  font-family: Campton-SemiBold;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.97px;
  text-align: center;
  width: 240px;
  height: 65px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top.page-living-your-best-life .book__A--container img {
  width: 100%;
  max-width: 450px;
  transform: translate3d(50px, 0, 0);
}
@media screen and (min-width: 1008px) {
  #top.page-living-your-best-life .book__A--container img {
    transform: none;
  }
}
#top.page-living-your-best-life .book__A--container #top ._form_3 label {
  font-weight: initial;
}
#top.page-living-your-best-life .book__A--container .wpcf7-form, #top.page-living-your-best-life .book__A--container ._form_3 {
  width: 100%;
  max-width: 355px;
  margin: auto;
  margin-top: 0;
  color: white;
}
#top.page-living-your-best-life .book__A--container .wpcf7-form p, #top.page-living-your-best-life .book__A--container ._form_3 p {
  margin: 0 auto;
}
#top.page-living-your-best-life .book__A--container .wpcf7-form ._form-content ._full_width, #top.page-living-your-best-life .book__A--container ._form_3 ._form-content ._full_width {
  margin: 0;
}
#top.page-living-your-best-life .book__A--container .wpcf7-form .acceptance, #top.page-living-your-best-life .book__A--container ._form_3 .acceptance, #top.page-living-your-best-life .book__A--container .wpcf7-form ._checkbox-radio label, #top.page-living-your-best-life .book__A--container ._form_3 ._checkbox-radio label {
  color: white;
  font-family: "Campton-Book";
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
}
#top.page-living-your-best-life .book__A--container .wpcf7-form .acceptance .wpcf7-list-item, #top.page-living-your-best-life .book__A--container ._form_3 .acceptance .wpcf7-list-item, #top.page-living-your-best-life .book__A--container .wpcf7-form ._checkbox-radio label .wpcf7-list-item, #top.page-living-your-best-life .book__A--container ._form_3 ._checkbox-radio label .wpcf7-list-item {
  margin: 0;
}
#top.page-living-your-best-life .book__A--container .wpcf7-form ._checkbox-radio, #top.page-living-your-best-life .book__A--container ._form_3 ._checkbox-radio {
  text-align: center;
}
#top.page-living-your-best-life .book__A--container .wpcf7-form ._field-wrapper input, #top.page-living-your-best-life .book__A--container ._form_3 ._field-wrapper input, #top.page-living-your-best-life .book__A--container .wpcf7-form .wpcf7-text, #top.page-living-your-best-life .book__A--container ._form_3 .wpcf7-text, #top.page-living-your-best-life .book__A--container .wpcf7-form .wpcf7-email, #top.page-living-your-best-life .book__A--container ._form_3 .wpcf7-email {
  padding-left: 20px;
  height: 41px;
  margin-bottom: 16px;
  font-family: "Campton-Book";
}
#top.page-living-your-best-life .book__A--container .wpcf7-form ::placeholder, #top.page-living-your-best-life .book__A--container ._form_3 ::placeholder {
  text-transform: initial;
}
#top.page-living-your-best-life .book__A--container .wpcf7-form .wpcf7-submit, #top.page-living-your-best-life .book__A--container ._form_3 .wpcf7-submit, #top.page-living-your-best-life .book__A--container .wpcf7-form ._submit, #top.page-living-your-best-life .book__A--container ._form_3 ._submit {
  background: #00e0a1;
  font-family: "Campton-SemiBold";
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.97px;
  text-align: center;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 0;
}
#top.page-living-your-best-life .book__A--container .wpcf7-form .wpcf7-submit:disabled, #top.page-living-your-best-life .book__A--container ._form_3 .wpcf7-submit:disabled, #top.page-living-your-best-life .book__A--container .wpcf7-form ._submit:disabled, #top.page-living-your-best-life .book__A--container ._form_3 ._submit:disabled {
  opacity: 0.5;
}
#top.page-living-your-best-life .book__A--container .wpcf7-form ._error-inner, #top.page-living-your-best-life .book__A--container ._form_3 ._error-inner {
  opacity: 0.5;
}
#top.page-living-your-best-life .book__A--container .wpcf7-form ._form-branding, #top.page-living-your-best-life .book__A--container ._form_3 ._form-branding {
  display: none;
}
#top.page-living-your-best-life .book__A--colA {
  order: 2;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__A--colA {
    order: 1;
    max-width: 470px;
  }
}
#top.page-living-your-best-life .book__A--colB {
  order: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__A--colB {
    order: 2;
    margin-bottom: 0;
    margin-left: 60px;
  }
}
#top.page-living-your-best-life .book__A--colB a {
  text-align: center;
}
#top.page-living-your-best-life .book__B {
  padding: 20px;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__B {
    padding: 100px 20px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-living-your-best-life .book__B {
    padding: 100px 50px;
  }
}
#top.page-living-your-best-life .book__B--container {
  max-width: 1000px;
  margin: auto;
}
#top.page-living-your-best-life .book__B--container p {
  font-family: Caslon224Std-Bold;
  font-size: 20px;
  line-height: 24px;
  color: #4ebae9;
  text-align: center;
}
#top.page-living-your-best-life .book__B--container p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__B--container p {
    font-size: 28px;
    line-height: 34px;
  }
}
#top.page-living-your-best-life .book__C {
  padding: 100px 20px;
  background: #f3f7f8;
  background-image: linear-gradient(0deg, #fff 0%, #f3f7f8 100%);
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__C {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-living-your-best-life .book__C {
    padding: 100px 40px 60px;
  }
}
#top.page-living-your-best-life .book__C h2 {
  font-family: Caslon224Std-Bold;
  font-size: 40px;
  color: #3a405a;
  letter-spacing: 0.2px;
  line-height: 40px;
}
#top.page-living-your-best-life .book__C--container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#top.page-living-your-best-life .book__C--container h2 {
  font-family: Caslon224Std-Bold;
  font-size: 40px;
  color: #3a405a;
  letter-spacing: 0.2px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
}
#top.page-living-your-best-life .book__C--container > div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__C--container > div {
    flex-direction: row;
  }
}
#top.page-living-your-best-life .book__C--container .col-left {
  max-width: 580px;
}
#top.page-living-your-best-life .book__C--container .text-lead {
  font-family: Campton-Medium;
  font-size: 13px;
  color: #1b253a;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
}
#top.page-living-your-best-life .book__C--container .col-right {
  text-align: center;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__C--container .col-right {
    margin-left: 50px;
    min-width: 190px;
  }
}
#top.page-living-your-best-life .book__C--container .col-right img {
  max-width: 360px;
  height: auto;
  width: 100%;
  margin-bottom: 35px;
}
#top.page-living-your-best-life .book__C--container .col-right a {
  font-family: Campton-Book;
  font-size: 15px;
  color: #00cccd;
  line-height: 24px;
  margin: auto;
  display: block;
}
#top.page-living-your-best-life .book__D.bookDSmall {
  display: block;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__D.bookDSmall {
    display: none;
  }
}
#top.page-living-your-best-life .book__D.bookDLarge {
  display: none;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__D.bookDLarge {
    display: flex;
  }
}
#top.page-living-your-best-life .book__D--container {
  max-width: 1150px;
  margin: auto;
}
#top.page-living-your-best-life .book__D--container h4 {
  font-family: Campton-Medium;
  font-size: 12px;
  color: #9d9d9d;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 26px;
  text-transform: uppercase;
}
@media screen and (min-width: 760px) {
  #top.page-living-your-best-life .book__D--container h4 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1008px) {
  #top.page-living-your-best-life .book__D--container h4 {
    margin-bottom: 30px;
  }
}
#top.page-living-your-best-life .book__D--container ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 30px;
}
#top.page-living-your-best-life .book__D--container ul li {
  margin: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100px;
}
#top.page-living-your-best-life .book__D--container ul li img {
  margin: auto;
  width: auto;
}
.prefooter {
  background: #96c8eb;
  min-height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media screen and (min-width: 1008px) {
  .prefooter {
    padding: 20px 50px;
  }
}
.prefooter .prefooter--container {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (min-width: 760px) {
  .prefooter .prefooter--container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1008px) {
  .prefooter .prefooter--container {
    justify-content: space-between;
  }
}
.prefooter h5 {
  font-family: Caslon224Std-Medium;
  font-size: 26px;
  line-height: 31px;
  color: #fff;
  letter-spacing: 0.15px;
}
@media screen and (min-width: 760px) {
  .prefooter h5 {
    font-size: 30px;
    line-height: 35px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1008px) {
  .prefooter h5 {
    max-width: 500px;
  }
}
@media screen and (min-width: 760px) {
  .prefooter .prefooter__form {
    min-width: 300px;
  }
}
@media screen and (min-width: 1008px) {
  .prefooter .prefooter__form {
    min-width: 500px;
    height: 84px;
  }
}
.prefooter .prefooter__form input {
  border: 1px solid #e1e1e1;
  outline: none;
  margin: 0;
  width: 100%;
  display: block;
  border-radius: 0px;
  text-align: center;
  height: 40px;
  padding: 20px;
  padding-left: 20px;
  margin-bottom: 0px;
  background: #fff !important;
  font-size: 15px;
  font-family: "Campton Light";
  border-color: #e1e1e1;
  color: #919191;
}
@media screen and (min-width: 1008px) {
  .prefooter .prefooter__form input {
    min-width: 250px;
  }
}
.prefooter .prefooter__form button {
  width: 100%;
  height: 40px;
  background-color: #1b253a !important;
  color: #fff;
  border: none;
  font-family: "Campton Medium" !important;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 1008px) {
  .prefooter .prefooter__form button {
    min-width: 250px;
  }
}
@media screen and (min-width: 1008px) {
  .prefooter .prefooter__form ._form-content {
    display: flex !important;
    align-items: center;
  }
}
._form-branding {
  display: none;
}
#top.page-home .owl-carousel.owl-drag .owl-item {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#top.page-home .owl-carousel.owl-drag .owl-item:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
