/* FONTS */
/*----- CASLON -----*/
@font-face {
  font-family: "Tiempos";
  src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/tiempos/tiempos-regular.woff") format("woff");
}

@font-face {
  font-family: "Tiempos-Semibold";
  src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/tiempos/tiempos-semibold.woff") format("woff");
}

@font-face {
  font-family: "Caslon-Regular";
  src: url("https://secure-prod-assets.s3.amazonaws.com/common/fonts/caslon/ACaslonPro-Regular.eot");
  src: local("ACaslonPro-Regular"),
    url("https://secure-prod-assets.s3.amazonaws.com/common/fonts/caslon/ACaslonPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("https://secure-prod-assets.s3.amazonaws.com/common/fonts/caslon/ACaslonPro-Regular.woff") format("woff"),
    url("https://secure-prod-assets.s3.amazonaws.com/common/fonts/caslon/ACaslonPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*----- CASLON BOLD -----*/
@font-face {
  font-family: "Caslon-Bold";
  src: url("https://secure-prod-assets.s3.amazonaws.com/common/fonts/caslon/ACaslonPro-Bold.eot");
  src: local("ACaslonPro-Bold"),
    url("https://secure-prod-assets.s3.amazonaws.com/common/fonts/caslon/ACaslonPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("https://secure-prod-assets.s3.amazonaws.com/common/fonts/caslon/ACaslonPro-Bold.woff") format("woff"),
    url("https://secure-prod-assets.s3.amazonaws.com/common/fonts/caslon/ACaslonPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/*----- GIBSON -----*/
@font-face {
  font-family: 'Gibson-Regular';
  src: url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/gibson/gibson-webfont.eot');
  src: local('Gibson Regular'), local('Gibson-Regular'),
    url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/gibson/gibson-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/gibson/gibson-webfont.woff') format('woff'),
    url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/gibson/gibson-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/*----- GIBSON SEMIBOLD -----*/
@font-face {
  font-family: 'Gibson-Semibold';
  src: url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/gibson/gibson-semibold-webfont.eot');
  src: local('Gibson SemiBold'), local('Gibson-SemiBold'),
    url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/gibson/gibson-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/gibson/gibson-semibold-webfont.woff') format('woff'),
    url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/gibson/gibson-semibold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


/* SMS STYLES START */

.text-start {
  font-size: 14px !important;
  font-family: 'Gibson-Regular' !important;
}

.text-start a {
  font-family: 'Gibson' !important;
  font-size: 14px !important;
}

.text-start a {
  color: inherit;
}

/* SMS STYLES SEND */


/* ========== NAVBAR BEGIN ========== */
#nav-tagline {
  display: inline-block;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;

  @media (max-width: 1430px) {
    display: none;
  }
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 45px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

  @media (max-width: 500px) {
    padding: 15px !important;
  }
}

.navbar.bg-dark {
  background-color: #000 !important;
}

.navbar-brand {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .02em;
  padding: 0.25em 0;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.navbar-toggler {
  padding: 0.625em;
  font-size: 1.25rem;
  line-height: 1;
  /*    background-color: #17428D;*/
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-right: -15px;
}

.navbar-toggler.collapsed {
  background-color: transparent;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  font-size: 1.75rem;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

a.nav-link {
  font-size: 17px;
  transition: all 0.1s ease;
}

.navbar-nav li.nav-item {
  margin: 0;
  transition: all 0.1s ease;
}

.navbar .navbar-nav .nav-link {
  padding: 1.125em;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  background-color: rgba(34, 141, 63, 0.788);
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: 100%;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #1e7b36;
  border-top: none;
  border-radius: 0;
  width: 100% !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  clear: both;
  font-weight: 400;
  line-height: 1.375;
  color: #212529;
  text-align: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
  transition: all 0.1s ease;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #1e7b36;
}

.nav-logo {
  display: block;
  width: 260px;
  max-width: 100%;

  @media (max-width: 410px) {
    width: 175px;
  }
}

@media (max-width: 1112px) {
  .navbar .navbar-nav .nav-link {
    padding: 1rem;
  }
}

@media (max-width: 1082px) {
  .navbar .navbar-nav .nav-link {
    padding: .8rem;
  }
}

@media (max-width: 1050px) {
  .navbar .navbar-nav .nav-link {
    padding: .6rem;
  }
}

@media (max-width: 1017px) {
  .navbar .navbar-nav .nav-link {
    padding: .4rem;
  }
}

/* ========== NAVBAR END ========== */



/* JUMBOTRON START */
.jumbotron {
  background-image: url('https://prediction2025.com/img/bg-brin-2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 15px 40px 15px;
  text-align: center;

  @media only screen and (max-width: 500px) {
    padding-top: 30px;
  }
}

#event-timer {

  @media only screen and (max-width: 600px) {
    margin-top: 1.4em !important;
  }

  @media only screen and (max-width: 500px) {
    margin-top: 3.4em !important;
  }
}

#event-timer span {
  color: #fff !important;
  font-family: "Gibson-Regular", san-serif !important;
  font-weight: bold;

  @media only screen and (max-width: 600px) {
    font-size: 48px !important;
    margin-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em !important;
  }

  @media only screen and (max-width: 500px) {
    padding-bottom: .2em;
    margin-top: .3em;
    margin-bottom: initial !important;
  }
}

#event-timer>div {
  color: #16e685 !important;
  font-family: "Gibson-Semibold", serif !important;
  font-weight: bold;
  border-color: #777 !important;
  height: fit-content;
}

.home-scroll {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  width: 100%;
  z-index: 10;
}

.home-scroll:after {
  background: #fff;
  bottom: -50px;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 2px;
}

.home-scroll img {
  display: block;
  margin: 5px auto;
  width: 20px;
}

.heading {
  color: #fff !important;
}

.h1-anchor {
  color: #16e685 !important;
  text-decoration: underline;

  &:hover {
    color: #12b86a !important;
  }

  &:active {
    color: #0fa15d !important;
  }
}

.asterisk {
  background: transparent url("https://assets.1729research.com/common/icons/icon-asterisk-1.png") no-repeat scroll 0 0 / 1.4em;
  margin-left: 0.2em;
  padding-left: 1.7em;
  padding-top: 0em;
  font-family: "Gibson" !important;
}

.bullets {
  background-position: 0 7px !important;
}


.jump-btn {
  margin-bottom: .6em;
  font-family: "Gibson-Semibold" !important;
  color: #0d6efd;
  text-decoration: underline;
  cursor: pointer;

  br {
    display: none;
  }

  @media only screen and (max-width: 600px) {
    font-size: 5.6vw;

    br {
      display: block;
    }
  }
}

h1,
h2,
p,
li,
a {
  text-wrap-style: pretty;
}

h1 {
  font-family: "Tiempos-Semibold", serif !important;
  font-size: 76px;
  line-height: 1.1;
  padding-bottom: 20px;
  /* font-weight: bold; */

  @media (max-width: 1380px) {
    font-size: 5.2vw;
  }

  @media (max-width: 1177px) {
    font-size: 5.4vw;
  }

  @media (max-width: 1037px) {
    font-size: 63px;
  }

  @media (max-width: 966px) {
    font-size: 58px;
  }

  @media (max-width: 896px) {
    font-size: 53px;
  }

  @media (max-width: 826px) {
    font-size: 48px;
  }

  @media (max-width: 756px) {
    font-size: 45px;
    padding-bottom: 10px;
  }

  @media (max-width: 697px) {
    font-size: 8.6vw;
  }

  @media (max-width: 620px) {
    font-size: 9.8vw;
  }

  @media (max-width: 543px) {
    font-size: 9.8vw;
  }

}


iframe {
  width: 100%;
}

.widget-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;

  a {
    display: block;
    width: 50%;
  }

  @media only screen and (max-width: 600px) {
    a {
      display: block;
      width: 80%;
    }
  }
}

.widget-img {
  max-width: 100%;
  width: 100%;
  margin: 2em auto;
}

h2 {
  font-family: "Gibson";
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-bottom: 10px;
  font-weight: bold;

  @media (max-width: 1037px) {
    font-size: 26px;
  }

  @media (max-width: 966px) {
    font-size: 24px;
  }

  @media (max-width: 896px) {
    font-size: 22px;
  }

  @media (max-width: 826px) {
    font-size: 21px;
  }

  @media (max-width: 756px) {
    font-size: 18px;
  }

  @media (max-width: 642px) {
    font-size: 3.5vw;
  }

  @media (max-width: 620px) {
    font-size: 3.3vw;
  }

  @media (max-width: 543px) {
    font-size: 3.7vw;
  }

  @media (max-width: 440px) {
    font-size: 4.4vw;
  }
}

.h2-br {
  display: none;

  @media (max-width: 440px) {
    display: block;
  }
}

.eyebrow {
  background-color: #fff;
  color: #2bb04d;
  font-family: "Gibson", san-serif !important;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border: 2px solid #2bb04d;
  padding: 0px 15px;
  font-weight: bolder;
  border-radius: 6px;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
}

.home-scroll p {
  font-family: "Calson", serif;
  font-size: 16px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }
}

@media (max-width: 756px) {
  .hide-br {
    display: none;
  }
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 100%;
  }
}

mark {
  display: inline;
  height: min-content;
}

/* JUMBOTRON END */


/* BODY START */

.breakthrough-anchor {
  font-size: 2.25rem !important;
}

#content-wrapper {
  max-width: 810px;
  margin: 0 auto;
  width: 100%;
}

#content-wrapper p,
#content-wrapper a,
#content-wrapper li {
  font-family: "Georgia";
  font-size: 1.25rem;
}

#content-wrapper strong {
  /* font-family:"Calson-Bold", serif; */
  font-weight: bold;
}

.home-player {
  margin: 15px auto;
  max-width: 800px;
  display: block;
  width: 100%;
}

.player-container {
  margin: 30px 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-js-container {
  display: block;
  margin: 30px auto;
  max-width: 700px;
}

video-js {
  border-radius: 6px;
}


/* SAVE THE DATE START */

/* .save-date h3 {
padding: 10px;
border-radius: 3px;
background-color: #c00000;
border-bottom: none;
color: #fff;
margin: 0;
padding: 10px 0;
text-align: center;
width: 100%;
font-family: 'kallisto-bold';
}

.event-block {
clear: both;
display: table;
padding: 0 14px;
margin-top: 1rem;
}

.save-date p, .save-date a {
margin: 0px auto 10px auto;
font-size: 14px !important;
line-height: 1.4;
padding: 0;
font-family: 'helvetica-neue-lt-pro-light' !important;
}


.save-date {
border-bottom: none;
border: 1px solid #c00000;
border-top-left-radius: 3px 3px !important;
border-top-right-radius: 3px 3px !important;
border-radius: 0px;
}



.event-block .side-img {
float: right;
margin: 0 0 10px 10px;
height: auto;
width: 100px;
}

.save-date {
margin-left: 15px;
margin-bottom: 20px;
position: relative;
width: 300px;
float: right;
}

*/

.br-hide {
  display: block;

  @media only screen and (max-width: 1200px) {
    display: none;
  }

  ;
}

.save-date {
  margin-left: 15px;
  padding-top: 20px;
  position: relative;
  width: 300px;
  float: right;

  @media (max-width: 500px) {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

.save-date section {
  background-color: #fff;
  border: 2px solid #333;
  margin-bottom: 20px;
  padding: 20px 0 0;
  position: relative;
  border-radius: 6px;

  @media (max-width: 1000px) {
    width: 80%;
    margin: 0px auto 20px auto;
  }

}

.save-date h2 {
  border-bottom: none;
  color: #000;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-family: 'Tiempos-Semibold';
  font-size: 1.6rem;
  text-wrap-style: pretty;
}

.save-date h3 {
  border-bottom: none;
  color: #000;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-family: 'Tiempos-Semibold';
  font-size: 1.5rem;
  text-wrap-style: pretty;

  @media (max-width: 1100px) {
    font-size: 1.2rem;
  }

}

.save-date p {
  margin: 0;
}

.sidebar-topper {
  background-color: #fff;
  height: auto;
  left: 50%;
  top: -32px;
  opacity: 1;
  position: absolute;
  text-align: center;
  width: 50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.sidebar-topper.split {
  top: -14px;
  width: 50px;
  height: 50px;
}

section .vip-block .sidebar-topper {
  border: 2px solid #a7a7a7;
}

.event-block {
  clear: both;
  display: table;
  margin: 0 auto 20px;
  padding: 0 20px;
}

.event-block img {
  width: 100%;
  display: block;
  max-width: 350px;
  margin: 10px auto;

  @media (max-width: 1000px) {
    max-width: 100%;
  }

}

.event-block .side-icon {
  float: right;
  margin: -5px 0px 0px 0px;
  height: auto;
  width: 135px;

  @media (max-width: 1435px) {
    margin: -5px 0px 0px 10px;
  }

  @media (max-width: 1168px) {
    width: 90px;
  }
}

.event-block .bio-hero {
  border: 1px solid #002D7E;
  border-radius: 50%;
}

.event-block .calendar-icon {
  float: right;
  margin: 0 0 10px 10px;
}

.description h3 {
  font-size: 24px;
  line-height: 27px;
  margin: 0;
}

.event-block .description p,
.event-block .description a {
  font-size: 16px !important;
  line-height: 1.2;
  padding: 0;
  font-family: 'Calson' !important;

}

.indent {
  font-family: "Gibson" !important;
}

@media (max-width: 500px) {
  .indent {
    margin-left: 28px !important;
  }

  .side-image.quote-image {
    margin: 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-bottom: 20px;
  }
}

/* SAVE THE DATE END */

.earning-quality {
  @media only screen and (max-width: 500px) {
    max-width: 80% !important;
  }
}


/* ========== HEADSHOTS BEGIN ========== */
.headshot-circle {
  background-color: #f4f4f4;
  border-radius: 50%;
  display: block;
  float: right;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 10px;

  @media only screen and (max-width: 500px) {
    float: none;
    margin: 0 auto;
    margin-bottom: .6em;
  }
}

.headshot-circle.big {
  width: 110px;
  height: 110px;
  border: solid 1px #333;
}

.save-date .headshot-circle {
  float: none;
  margin: 10px 0;
}

.headshot-circle img {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
}

/* ========== HEADSHOTS END ========== */


.quote-text {
  font-family: "Calson" !important;
  line-height: 1.2;
}

.body-headline {
  font-family: "Tiempos-Semibold";
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  padding-top: 0px;
  padding-bottom: 30px;
  font-weight: bold;

  @media only screen and (max-width: 500px) {
    font-size: 2rem !important;
  }
}

.testimonial-header {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1em;
}

.disclaimer {
  font-family: "Gibson" !important;
  font-size: 13px !important;
  color: #777;
  margin-left: 1.4em !important;
  max-width: 90%;
}

ol {
  list-style: none;
}

ol li {
  font-family: "Georgia" !important;
  font-size: 1.25rem !important;
}

.center-align {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px !important;
}

.uppercase-text {
  text-transform: uppercase;
}

.body-tagline {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}


.cta-free-report {
  display: grid;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: auto auto;
  max-width: fit-content;
  padding: 20px 30px !important;
  border-radius: 6px;
  background-color: #f8f8f8;
  margin: 30px auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  column-gap: 10px;

  @media (max-width: 750px) {
    background-color: transparent;
    box-shadow: none;
  }

  @media (max-width: 590px) {
    grid-template-columns: auto;
    row-gap: 1rem;
  }
}

.align-content-center {
  display: flex;
  align-items: center;

  @media (max-width: 529px) {
    justify-content: center;
  }

}

.form-group {
  margin-bottom: 0px;
  width: 100%;
  padding-right: 30px;

  @media (max-width: 529px) {
    padding-right: 0px;
  }
}

.form-group strong {
  font-family: "Gibson-Semibold" !important;
}

.submit-btn {
  margin: 20px auto;
  background-color: #b80202 !important;
  font-size: 25px !important;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Gibson-Semibold" !important;
  font-weight: bold;
  line-height: 1.2;
  max-width: 450px;
  padding: 12px !important;
  text-align: center;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  vertical-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  width: 100%;
  margin: 1rem auto !important;
}

.cta-free-report img {
  max-width: 150px;
  width: 100%;
  height: auto;

  @media (max-width: 590px) {
    margin: 0 auto;
  }

}

strong {
  font-family: inherit !important;
}

.img-center {
  display: block;
  margin: 20px auto 30px auto !important;
  border-radius: 6px;
}

.img-center.smaller {
  max-width: 80%;

  @media only screen and (max-width: 600px) {
    max-width: 95%;
  }
}

.img-center.power-gauge-rating {
  max-width: 70%;

  @media only screen and (max-width: 600px) {
    max-width: 80% !important;
  }
}

.testimonial {
  font-family: "Calson" !important;
  max-width: 100% !important;
  font-size: 1.25rem !important;
}

.quote-image {
  width: 350px !important;
  margin: 35px 0px 10px 20px !important;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  ul.custom-list {
    padding-left: 0px !important;
  }
}

.event-block .bullets {
  background: transparent url(https://assets.1729research.com/common/icons/bullet-angle-black.png) no-repeat scroll 0 4px / 1em !important;
}

.ipad-img {
  width: 180px !important;
  margin-top: 40px !important;

  @media (max-width: 500px) {
    width: 250px !important;
  }
}


.downbutton {
  display: block;
  margin: 20px auto;
  max-width: 420px;
  width: 100%;
  height: auto;
}

.downbutton a {
  font-family: "Gibson-Semibold" !important;
  font-size: 1rem !important;
  background-color: #fff;
  text-transform: uppercase;
  padding: .75em 1.5em;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #0365D3;
  border: 2px solid #0365D3;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color .15s ease-in-out;

  @media (max-width: 430px) {
    font-size: 3.3vw !important;
  }


}

.downbutton a:hover {
  text-decoration: underline;
}

/* BODY END */



/* SUBPAGES START */
.sub-home {
  height: 35vh;
  overflow: hidden;
  position: relative;

  @media (max-width: 500px) {
    display: none;
  }

}

.sub-content-wrapper p {
  /* font-family: "Calson", serif; */
  font-family: "Georgia", serif;
  font-size: 1.25rem;
}

.sub-content-wrapper strong {
  font-family: "Calson", serif;
  font-weight: bold;
}

.sub-content-wrapper h4 {
  text-align: center;
  font-family: "Tiempos-Semibold";
  padding-top: 20px;
  letter-spacing: 1px;
}

.content-container {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto;
  grid-template-areas:
    "header header"
    "main sidebar";
  padding: 0px 60px;
  width: 75%;
  margin: 0 auto;

  @media only screen and (max-width: 1540px) {
    width: 90%;
  }

  @media only screen and (max-width: 1320px) {
    width: 95%;
  }



  @media only screen and (max-width: 1000px) {
    grid-template-columns: 100%;
    grid-template-areas:
      "header"
      "main"
      "sidebar";
    width: 95%;
    padding: 0px 20px;
  }

  @media only screen and (max-width: 500px) {
    padding: 0px 15px;
    width: 100%;
  }
}

.title-section {
  grid-area: header;
  margin: 20px 0;
  position: relative;
}

.title-section h1 {
  font-size: 60px;
  margin-top: 0;
  font-weight: normal;

  @media (max-width: 811px) {
    font-size: 50px;
  }

  @media (max-width: 701px) {
    font-size: 40px;
  }

  @media (max-width: 591px) {
    font-size: 6vw;
  }

  @media (max-width: 455px) {
    font-size: 7.8vw;
  }

}

.title-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  border: 1px solid #2bb04d;
  width: 100%;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.col-content.left-main {
  grid-area: main;
  margin: 0 40px 0 0;
  position: relative;

  @media (max-width: 1000px) {
    margin: 0;
  }
}

.col-content.right-side {
  grid-area: sidebar;
  padding-top: 40px;
  position: relative;
}

.sub-content-wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 300;
}

.sub-content-wrapper .body-headline {
  padding-top: 30px;
}

.sub-content-wrapper .custom-list {
  padding-left: 0px !important;
  font-family: "Calson";
}

.about-marc-main>ul>li {
  font-family: "Georgia", serif !important;
  font-size: 1.25rem !important;
}

.about-marc-main>ul>li {
  font-family: "Georgia", serif !important;
  font-size: 1.25rem !important;
}

col-content.left-main strong {
  font-family: "Georgia", serif !important;
}

.sub-content-wrapper .custom-list li {
  font-family: "Calson", serif;
  font-size: 1.3rem;
  font-size: 18px;
}

.numbered1 {
  margin: 0 0 1em 0.5em;
  padding-left: 1.4em;
  padding-top: 0.2em;
  position: relative;
  /* counter-increment: counter; */
}

.numbered1::before {
  color: #fff;
  content: "1";
  font-family: "Gibson", sans-serif;
  font-size: 80%;
  font-weight: bold;
  left: -0.85em;
  background-color: #308034;
  line-height: 1.2;
  border-radius: 50%;
  padding: 5px 8px;
  width: 32px;
  height: 32px;
  position: absolute;
  text-align: center;
  top: 3px;
}

.numbered2 {
  margin: 0 0 1em 0.5em;
  padding-left: 1.4em;
  padding-top: 0.2em;
  position: relative;
  /* counter-increment: counter; */
}

.numbered2::before {
  color: #fff;
  content: "2";
  font-family: "Gibson", sans-serif;
  font-size: 80%;
  font-weight: bold;
  left: -0.85em;
  background-color: #308034;
  line-height: 1.2;
  border-radius: 50%;
  padding: 5px 8px;
  width: 32px;
  height: 32px;
  position: absolute;
  text-align: center;
  top: 3px;
}

.numbered-indent {
  padding-left: 1.4em;
  margin-left: .5em;
}

.marc-stocks {
  text-align: center;
  margin: 1em auto;
  font-size: 2.25rem;
}


.font-size-larger {
  font-size: 1.25rem !important;
}

.sub-content-wrapper .save-date {
  width: 100%;
}

.profile-img {
  width: 40%;
  height: auto;
  margin: 0 auto;
  display: block;
  /* border: 1px solid #2bb04d; */
  border-radius: 100%;

  @media (max-width: 1168px) {
    width: 120px;
  }
}

.right-side .testimonial {
  padding-top: 20px;
  font-size: 18px !important;
}

.right-side p {
  font-size: 16px !important;
  padding: 0 20px;
}

hr {
  margin: 1rem auto !important;
}

.flex-div {
  display: flex;
  align-items: center;
  margin-top: -10%;

  @media only screen and (max-width: 1440px) {
    margin-top: -15%;
  }

  @media only screen and (max-width: 1000px) {
    margin-top: -20%;
  }

  @media only screen and (max-width: 850px) {
    margin-top: -25%;
  }

  @media only screen and (max-width: 680px) {
    margin-top: -30%;
  }

  @media only screen and (max-width: 595px) {
    margin-top: -35%;
  }

  @media only screen and (max-width: 500px) {
    margin-top: 0%;
  }

}

.custom-list img {
  border-radius: 6px;
}

.red-banner {
  background-color: #c00000;
  color: #fff;
  width: 75%;
  margin: 0 auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;

  @media only screen and (max-width: 1540px) {
    width: 90%;
  }

  @media only screen and (max-width: 1320px) {
    width: 95%;
  }


  @media only screen and (max-width: 500px) {
    padding: 0px 15px;
    width: 100%;
  }
}

.red-banner h5 {
  font-family: "Tiempos-Semibold";
  font-size: 25px;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 0px;
  margin: 0;
}

.vip-container {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.vip-section {
  margin: 0 auto;
  width: 70%;
  padding: 0px 60px;

  @media only screen and (max-width: 1540px) {
    width: 90%;
  }

  @media only screen and (max-width: 1320px) {
    width: 95%;
  }


  @media only screen and (max-width: 500px) {
    padding: 0px 15px;
    width: 100%;
  }
}

.vip-right-side {
  padding-top: 0px !important;
}

/* SUBPAGES END */

/* FOOTER START */

footer {
  max-width: 900px;
  margin: 50px auto 0px auto !important;
  width: 100%;
}

footer p {
  font-family: "Gibson";
  font-size: 12px;
  text-align: center;
  color: #000;
}

/* FOOTER END */



/*OSANO FOOTER START*/
.osano-cm-widget {
  display: none;
}

.footerRow {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  justify-content: center;
  margin: 10px auto;
}

.footerItem {
  font-family: "Gibson" !important;
  font-size: 12px !important;
  color: #000 !important;
  line-height: 20px !important;
  padding: 0 15px !important;
  border-right: 2px solid #bbb;
  text-decoration: none;
}

.footerItem:last-child {
  border-right: none;
}

.footerItem:hover {
  text-decoration: none;
  color: #454242;
}

@media (max-width: 960px) {
  .footerRow {
    flex-direction: column;
    text-align: center;
  }

  .footerItem {
    border-right: none;
  }
}

#osano-cm-drawer-toggle--category_MARKETING--description {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1.375;
}

.osano-cm-description p,
.osano-cm-view--type_consent p {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.375;
}

.osano-cm-disclosure__toggle,
.osano-cm-header {
  font-family: Verdana, sans-serif;
  font-size: 17.65px;
}

.osano-cm-header {
  font-family: "Gibson-SemiBold", arial, sans-serif;
  font-size: 17.65px;
  line-height: 1.375em;
  margin: 0 auto 0 0;
}

/*OSANO FOOTER END*/