.bannersec.section{margin-top: 0px !important;}

.site-inner {
  max-width: unset !important;
}

#genesis-content .section {
  max-width: unset !important;
}
.align-items-center {
  align-items: center !important;
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFFFFF;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}
*,
body,
img {
  margin: 0;
  padding: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
a {
  outline: 0;
  border: none;
}
a:focus {
  outline: 0;
  border: none;
}
a:hover {
  outline: 0;
  border: none;
}
button {
  outline: 0;
  border: none;
}
button:hover {
  outline: 0;
  border: none;
}
button:focus {
  outline: 0;
  border: none;
}
.spacer {
  clear: both;
  line-height: 0;
  font-size: 0;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1,
h4 {
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

h2.footer-sub-highlight,
h2.mid-sub-highlight {
  margin-top: 10px;
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 125%;
  text-transform: none;
}

h3 {
  color: #FFF;
  font-size: 21px;
  line-height: 26px;
  font-weight: 900;
}
h3.footer-highlight,
.bannerheading{
  color: #FFF;
  text-transform: normal;
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 125%;
}

h3.footer-highlight {
  margin-top: 10px;
  font-size: 24px;
}

.footer-highlight-code {
  display: block;
  margin: 10px 0 24px;
  color: #fff;
}

.bannerheading {
  margin-bottom: 0;
}

.bannerheading.highlight {
  color: #f47b0d;
}

.bannersec h4.bannerheading {
  font-size: 38px;
}

h4.bannerheading span {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}

p {
  font-size: 18px;
  line-height: 28px;
  color: #606060;
  margin-top: 20px;
}

.midsec p {
  color: #FFF !important;
  width: 50%;
  margin: 20px auto 0;
  font-size: 19px;
}

.midsec h3 {
  padding-top: 50px;
}

html {
  overflow-x: hidden;
}
body {
  font-family: Nunito, sans-serif;
  overflow-x: hidden;
}
.section {
  padding: 30px 0;
}
.row.vertical {
  flex-direction: column;
}

.testimonials-list p {
  color: #223443
}

.btn-default {
  text-shadow: none !important;
  padding: 14px 27px;
  color: #fff !important;
  background: #fe4a94;
  background: linear-gradient(90deg, #cf3200 0%, #cf3200 0.01%, #f47b0d 100%);
  border-radius: 100px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
  font-family: Karla, sans-serif;
  font-size: 13px;
  line-height: 23px;
  text-transform: capitalize;
  border-radius: 50px;
  text-align: center;
  border: none !important;
  transition: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.btn-default > span.text-left {
  background:url(../images/handicon.png) right center no-repeat;
  background-size:24px auto;
  padding-right:35px
}*/

.btn-default:hover {
  color: #fff;
  background: linear-gradient(90deg, #f47b0d 0%, #f47b0d 0.01%, #cf3200 100%);
}
.btn-default:focus {
  color: #fff;
  background: linear-gradient(90deg, #f47b0d 0%, #f47b0d 0.01%, #cf3200 100%);
}


.bannerimg {
  text-align: center;
}
.bannercontent {
  text-align: center;
}

.logo-counter .bannercontent {
  height: 120px;
}
.sbs-sale .logo-counter .bannercontent {
  margin-top: 20px;
}
.bannercontent h1 {
  margin: 15px 0 !important;
}
.countdown {
  display: flex;
  max-width: 600px;
  margin: 20px auto 30px;
  align-items: center;
  justify-content: center;
}
.countdown > div {
  width: 22%;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: #010755;
  min-width: 60px;
  min-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 15px !important;
  font-size: 33px;
  margin-right: 10px;
}
.sbs-sale .countdown > div {
  background-color: #182f37;
}
.cm-sale .countdown > div,
.cm-ext-sale .countdown > div {
  background-color: #350f13;
}
.bottomsec .countdown > div {
  background-color: #fff !important;
  color: #000 !important;
}
.countdown > div:last-of-type {
  margin-right: 0;
}
.countdown .countdown-unit {
  display: block;
  font-size: 13px;
  font-weight: lighter;
  margin-top:5px;
}
.bannercontent p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 32px;
}

.star {
  text-align: center;
}
.star i {
  color: #f7a627;
  font-size: 22px;
  line-height: 26px;
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
}

.botsec h4 {
  margin-top: 20px;
}
.footer {
  padding: 25px 0;
}

.bannersec {
  background-color: #104c9f;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bannersec h4 {
  font-size: 26px;
}
.bannerpathbg {
  clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
  padding: 30px 8px 100px;
}
.usersec {
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
  padding-bottom: 80px;
}
.midouter {
  position: relative;
  top: -1px;
  background: linear-gradient(180deg, #040845 0%, #040845 30%, #0c081f 50%, #0c081f 100%);
  clip-path: polygon(0 0, 100% 0px, 100% 96%, 50% 100%, 0 96%);
  padding-bottom: 80px;
}

@media only screen and (min-width: 2380px) {
  .midouter {
    background: linear-gradient(180deg, #040845 0%, #040845 30%, #0a0c2b 50%, #090a36 100%);
  }
}

.sbs-sale .midouter {
  background: linear-gradient(180deg, #0b282e 0%, #0b282e 30%, #0e2c34 50%, #0e2c34 100%);
}

.cm-sale .midouter,
.cm-ext-sale .midouter {
  background: linear-gradient(180deg, #310911 0%, #310911 30%, #350a13 50%, #350a13 100%);
}

.sbs-sale .midouter:before,
.sbs-sale .midouter:after,
.cm-sale .midouter:before,
.cm-sale .midouter:after,
.cm-ext-sale .midouter:before,
.cm-ext-sale .midouter:after {
  content: "";
  position: absolute;
  left: 0;
  height: 170px;
  width: 100%;
  z-index: -1;
}

.sbs-sale .midouter:before,
.cm-sale .midouter:before,
.cm-ext-sale .midouter:before {
  top: 0;
  height: 170px;
  background: #0b282e;
}

.sbs-sale .midouter:after,
.cm-sale .midouter:after,
.cm-ext-sale .midouter:after {
  bottom: 0;
  height: 70%;
  background: #0f313a;
}

.cm-sale .midouter:after,
.cm-ext-sale .midouter:after {
  background: #350a13;
  background: #3a0b13;
}

.cm-sale .midouter:before,
.cm-ext-sale .midouter:before {
  background: #2e0910;
}

@media only screen and (max-width: 768px) {
  .sbs-sale .midouter:before,
  .cm-sale .midouter:before,
  .cm-ext-sale .midouter:before {
    height: 380px;
  }
}

@media only screen and (min-width: 1850px) {
  .sbs-sale .midouter:after {
    background: linear-gradient(180deg, #08262c 0%, #0e2c34 100%);
  }

  .cm-sale .midouter:after,
  .cm-ext-sale .midouter:after {
    /* background: linear-gradient(180deg, #08262c 0%, #0e2c34 100%); */
    background: #330a12;
  }
}

@media only screen and (max-width: 1200px) {
  .sbs-sale .midouter:after {
    background: #0d2b33;
  }

  .cm-sale .midouter:after,
  .cm-ext-sale .midouter:after {
    background: #330a12;
  }
}

@media only screen and (max-width: 381px) {
  .sbs-sale .midouter:after {
    background: #113941;
  }

  .cm-sale .midouter:after,
  .cm-ext-sale .midouter:after {
    background: #400d14;
  }
}

.midsec {
  background: #040845;
}

.midouter .section {
  max-width: none;
}

.midouter .rf-section {
  padding-top: 0;
  padding-bottom: 0;
}

.bottomsec {
  background: #104c9f;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bottomsec a.btn-default,
.exclusive-middle a.btn-default {
  width: 300px !important;
  max-width: 100%;
  margin: 0 auto 40px;
}

.bottomsec a.btn-default {
  width: 340px !important;
}

.exclusive-middle .price-savings {
  min-height: 22px;
}

.exclusive-middle a.btn-default,
.exclusive-middle .action .secondary-button.disabled {
  margin-bottom: 90px;
}

.bottomsec a.btn-default img,
.exclusive-middle a.btn-default img {
  margin-left: 15px;
}

.exclusive-middle .price-table {
  margin-bottom: 40px;
}

.exclusive-middle .single-price {
  padding: 27px 20px;
}

.exclusive-middle .price-title {
  font-weight: 600;
}

.feature-list p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.bannerimg img {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 360px) {
  h1,
  h4 {
    font-size: 26px;
    line-height: 31px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 23px;
    line-height: 28px;
  }
  .btn-default {
    font-size: 15px;
    line-height: 25px;
    padding: 16px 28px;
  }
  .price {
    font-size: 25px;
    line-height: 26px;
    left: 22px;
    top: 53px;
  }
}
@media only screen and (min-width: 480px) {
  h1,
  h4 {
    font-size: 35px;
    line-height: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .botsec h4 {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 34px;
    line-height: 39px;
  }
  .btn-default {
    font-size: 18px;
    line-height: 28px;
  }
  .botsec h4 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 49px;
  }
  h2 {
    font-size: 50px;
    line-height: 55px;
  }
  h3 {
    font-size: 38px;
    line-height: 43px;
  }
  .container {
    max-width: 750px;
  }
  .section {
    padding: 40px 0;
  }

  .bannerimg {
    text-align: left;
  }

  .bannerpathbg {
    padding-bottom: 100px;
  }
  .bottomsec {}
  .countdown {
    margin-top: -40px;
  }
  .sbs-sale .countdown {
    margin-top: -20px;  
  }
  .countdown > div {
    max-width: 90px;
    height: 90px;
    padding: 15px;
    font-size: 63px;
    margin-right: 21px;
    line-height: 0.8;
  }
  .bannerimg {
    margin-top: -140px;
  }
  .bottomsec .countdown {
    margin-top: 0;
  }
  .countdown .countdown-unit {
    font-size: 16px;
  }
  .great-for {
    text-align: left;
  }
  .bannersec {
    background: rgb(46, 67, 157);
    background-image: url(../images/bf/burst_dark.png);
    background-image: url(../images/bf/burst_dark.png), linear-gradient(180deg, rgba(46, 67, 157, 1) 0%, rgba(83, 100, 174, 1) 50%, rgba(46, 67, 157, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .testimonial.smaller .testimonial__text p {
    font-size: 14px !important;
  }
  .bannersec h4 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 36px;
    line-height: 41px;
  }
  h2 {
    font-size: 60px;
    line-height: 65px;
  }
  h3 {
    font-size: 32px;
    line-height: 37px;
  }
  .container {
    max-width: 970px;
  }
  .bannercontent h1 {
    margin: 20px 0 !important;
  }
  .sbs-sale .countdown {
    margin-top: -40px;  
  }
  .bannerpathbg {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
  }
  .midouter {
    padding-bottom: 150px;
  }
  .testimonials-list {
    display: grid;
    grid-template-columns: repeat(3, 345px);
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 44px;
    line-height: 49px;
  }
  h2 {
    font-size: 70px;
    line-height: 75px;
  }
  h3 {
    font-size: 38px;
    line-height: 43px;
  }
  .container {
    max-width: 1170px;
  }
  .section {
    padding: 50px 0 280px;
    max-width: 100%;
  }

  .bannercontent p {
    font-size: 22px;
    line-height: 34px;
    margin-top: 30px;
  }

  .bannerpathbg {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
    padding-bottom: 130px;
  }
  .usersec {
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 0, 50% 100%, 0 0);
    padding-bottom: 90px;
  }
  .midouter {
    padding-bottom: 150px;
  }

  .bottomsec {
  padding: 100px 0;
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 48px;
    line-height: 53px;
  }
  h2 {
    font-size: 80px;
    line-height: 85px;
  }
  h3 {
    font-size: 43px;
    line-height: 48px;
  }
  .btn-default {
    font-size: 20px !important;
    line-height: 30px;
    padding: 16px 40px;
  }
  .container {
    max-width: 1250px;
  }
  .bannercontent h1 {
    margin: 30px 0 !important;
  }

  .bannercontent p {
    font-size: 24px;
    line-height: 36px;
  }

}

/* Cyber Monday */
.cyber-monday .bottomsec,
.cyber-monday .bannersec {
  background: url(../images/bf/mepr-banner-bg.png) center center no-repeat;
  background-size: cover;
  background-color: #010755;
}

.cyber-monday.sbs-sale .bannersec {
  background: url(../images/bf/mepr-sbs-banner-bg.png) center center no-repeat;
  background-size: cover;
  background-color: #0f3039;
}

.cyber-monday.cm-sale .bannersec,
.cyber-monday.cm-ext-sale .bannersec {
  background: url(../images/bf/mepr-cm-banner-bg.png) center center no-repeat;
  background-size: cover;
  background-color: #3a0b13;
}

.cyber-monday.sbs-sale .bannersec,
.cyber-monday.cm-sale .bannersec {
  background-position-y: -170px;
}

.cyber-monday.cm-ext-sale .bannersec {
  background-position-y: -120px;
}

.cyber-monday .bannersec {
  background-color: #0c081f;
  background-position-y: -150px;
}

@media only screen and (min-width: 1900px) {
  .cyber-monday .bannersec,
  .cyber-monday.sbs-sale .bannersec,
  .cyber-monday.cm-sale .bannersec,
  .cyber-monday.cm-ext-sale .bannersec {
    background-position-y: -300px;
  }
}

.cyber-monday .bottomsec {
  background-image: url(../images/bf/mepr-banner-bottom.png);
}

.cyber-monday.sbs-sale .bottomsec {
  background-image: url(../images/bf/mepr-sbs-banner-bottom.png);
}

.cyber-monday.cm-sale .bottomsec,
.cyber-monday.cm-ext-sale .bottomsec {
  background-image: url(../images/bf/mepr-cm-banner-bottom.png);
}

.cyber-monday .midsec {
  background: url(../images/bf/mepr-banner-bg.png) center top no-repeat;
  background-size: cover;
  background-color: #040845;
}

.cyber-monday.sbs-sale .midsec {
  background: url(../images/bf/mepr-sbs-banner-bg.png) center top no-repeat;
  background-size: cover;
}

.cyber-monday.cm-sale .midsec,
.cyber-monday.cm-ext-sale .midsec {
  background: url(../images/bf/mepr-cm-banner-bg.png) center top no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  .cyber-monday .midsec {
    background-position-y: 100px;
  }
}

@media only screen and (min-width: 1900px) {
  .cyber-monday .midsec img {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 1900px) {
  .cyber-monday .midsec img {
    margin-top: 220px;
  }
}

@media only screen and (max-width: 470px) {
  .cyber-monday.cm-sale .bottomsec,
  .cyber-monday.cm-ext-sale .bottomsec {
    background: #450e16;
  }
}

@media only screen and (max-width: 450px) {
  .cyber-monday .midsec {
    background-position-y: 160px;
  }
}

@media only screen and (max-width: 360px) {
  .cyber-monday .midsec {
    background-position-y: 200px;
  }
}

@media only screen and (max-width: 1200px) {
  .cyber-monday.sbs-sale .midsec,
  .cyber-monday.cm-sale .midsec,
  .cyber-monday.cm-ext-sale .midsec {
    background-position-y: 80px;
  }
}

@media only screen and (max-width: 550px) {
  .cyber-monday.sbs-sale .midsec,
  .cyber-monday.cm-sale .midsec,
  .cyber-monday.cm-ext-sale .midsec {
    background-position-y: 130px;
  }
}

@media only screen and (max-width: 380px) {
  .cyber-monday.sbs-sale .midsec,
  .cyber-monday.cm-sale .midsec,
  .cyber-monday.cm-ext-sale .midsec {
    background-position-y: 210px;
  }
}

.pum-overlay #mepr_loginform .mepr_password + div {
  margin-top: 8px;
}

.pum-close {
  background: linear-gradient(90deg,#cf3200 0,#cf3200 .01%,#f47b0d 100%) !important;
}

.popmake .mepr_username label {
  display: block;
  margin-bottom: 10px;
}

body {
  font-family: "Sofia Pro", Arial, sans-serif;
}

.exclusive-checklist-wrap {
  max-width: 500px;
  width: fit-content;
  margin: 20px auto;
  font-size: 21px;
  line-height: 141%;
  color: #091d2e;
}
.exclusive-checklist-wrap.large {
  max-width: 740px;
}
.exclusive-checklist .fa-check {
  color: #219653;
  margin-right: 10px;
  margin-top: 5px;
}
.exclusive-checklist > div {
  display: flex;
  align-items: flex-start;
}
.great-for-wrap {
  max-width: 980px;
  width: fit-content;
  margin: 50px auto;
  font-size: 21px;
  line-height: 141%;
  color: #091d2e;
}
.great-for {
  display: flex;
  flex-direction: column;
  color: #223443;
  font-size: 17px;
  margin: 30px auto 0;
}
.great-for > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  flex-basis: 100%;
}
.exclusive-middle {
  background-color: #fff;
  padding: 30px;
}
.exclusive-bottom {
  padding: 0 30px;
  margin-top: 20px;
  background-color: transparent;
}
.endorsements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 50px 0;
  align-items: center;
  justify-content: center;
}
.endorsement {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verifications-grid {
  max-width: 809px;
  margin: 31px auto 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}

.guarantee {
  background-color: #fff;
  margin: 80px auto 57px;
  border: 1px solid #cdd9ec;
  border-radius: 13px;
  padding: 30px;
}

.guarantee h3 {
  margin-top: 0;
}

.guarantee__image {
  text-align: center;
}

.guarantee img {
  margin-bottom: 0;
  width: 100%;
  max-width: 248px;
}

.guarantee__text img {
  max-width: 240px !important;
}

.guarantee__bottom {
  color: #3a4a58;
}

.guarantee__sep {
  content: " ";
  height: 2px;
  width: 100%;
  background-color: #cdd9ec;
  margin: 24px 0;
  opacity: 0.5;
}

.endorsements-grid,
.guarantee,
.testimonials-list,
.exclusive-countdown {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.giving-back {
  display: flex;
  flex-direction: column;
  max-width: 1065px;
  margin: 107px auto 0;
}
.giving-back > * {
  flex-basis: 100%;
  padding: 0 20px;
}
.giveaway-banner {
  margin-top: 30px;
  width: 100%;
}

.rafflepress-giveaway-iframe-wrapper {
  width: 90%;
  max-width: 1070px;
  margin: -40px auto 70px;
  padding-bottom: 30px;
  background: #fff;
  border-radius: 10px;
}

.rafflepress-giveaway-iframe-wrapper iframe {
  width: 100%;
  min-width: 300px !important;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .rafflepress-giveaway-iframe-wrapper iframe {
    min-width: 700px !important;
  }
  .giving-back {
    flex-direction: row;
  }

  .endorsements-grid,
  .guarantee,
  .testimonials-list {
    max-width: 1100px;
  }
  .exclusive-countdown {
    max-width: 800px;
  }

  .exclusive-intro {
    padding: 60px;
  }
  .exclusive-intro .new-mp-button {
    padding: 26px 43px;
    font-size: 24px;
  }
  .exclusive-middle {
    padding: 30px;
  }
  .exclusive-intro .wrap {
    max-width: 1042px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .exclusive-intro .intro-images {
    width: 90%;
    top: 100px;
    margin-top: -100px;
  }
  .exclusive-intro .logo {
    max-width: 394px;
    margin: 0 auto 30px;
  }
  .exclusive-intro .intro-text {
    margin-left: auto;
    width: 40%;
    font-size: 18px;
  }
  .exclusive-intro .intro-text p {
    font-size: 18px;
  }
  .great-for {
    flex-direction: row;
    padding: 0 60px;
  }
  .endorsements-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .verifications-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .endorsement-image,
  .verification-image {
    max-height: 65px;
  }
  .guarantee {
    display: flex;
  }
  .guarantee__image {
    min-width: 153px;
    text-align: inherit;
    margin-right: 30px;
  }
  .exclusive-countdown .countdown,
  .countdown-labels {
    grid-column-gap: 21px;
  }
  .guarantee__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 1200px) {
  .rafflepress-giveaway-iframe-wrapper {
    margin-top: -300px;
  }
}

@media screen and (min-width: 1500px) {
  .exclusive-intro::after {
    background-size: cover;
  }
}

div.landing_banner_heading{margin-top:-30px;}
/* div.bf-buttons{display:block;} */

div.bf-buttons {
  display: flex;
}

.giving-back-text h3, .bf-middle-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 100.7%;
  color: #000000;
  text-align:center;
}

.giving-back .giving-back-text h3 {
  text-align: left;
}

.giving-back-text p {
  color: #091D2E;
}

.bf-middle-heading { margin-top: 50px; }

h3.bf-middle-cta-heading {
  margin-bottom: 24px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

h3.bf-middle-cta-heading strong {
  display: inline-block;
}

.bf-plugin-highlight { text-align:left; }
.bf-plugin-highlight strong { font-weight: bold; }
.downloaded-count-str{ color: #000; font-size: 24px; font-weight: 600; margin-top: 50px; text-align: center; }
h3.bf-testimonial { text-align: center; margin-bottom: 50px; color:#000; }
.giveaway-row {text-align:center;}
.giveaway-row h3 {color:#FFF;}
.giveaway-row p {color:#FFF;}
.giveaway-row a.btn-default {display:inline-block;}
.exclusive-bottom h3{color: #000; text-align: center; font-family: 'Sofia Pro'; font-style: normal; font-weight: 700;  font-size: 35px; line-height: 110.7%;}

.bf-container {
  text-align: center;
}

.bf-middle-text p {
  font-weight: 500;
  font-size: 24px;
}

.bf-middle-text .bf-video {
  margin: auto;
  width: 800px;
  display: block;
  height: 450px;
}

.bf-middle-text p,
.bf-middle-text ul {
  max-width: 470px;
  margin: 0 auto;
}

.bf-middle-text ul {
  margin: 28px auto;
}

.bf-middle-text ul li {
  font-size: 20px;
}

.bf-middle-text h3,
.great-for-wrap h3,
.bf-bottom h3 {
  text-align: center;
  font-weight: 700;
}

.bf-middle-text h3 {
  max-width: 850px;
  margin: 0 auto;
}

.bf-middle-text h4 {
  max-width: 750px;
  margin: 0 auto;
}

.great-for-wrap h3 {
  font-size: 22px;
}

.bf-middle-text .fa-check {
  color: #219653;
  font-weight: 700;
  margin-right: 5px;
}

.great-for-wrap {
  margin: 75px auto;
  width: unset !important;
  max-width: 1042px;
}

.great-for {
  margin: 30px auto 30px;
}

.great-for-wrap p {
  margin: 0;
  text-align: center;
}

.great-for-wrap h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

#cta-button-mid {
  margin-top: 20px;
}

.bf-bottom {
  padding: 0 30px;
  background-color: transparent;
}

.bf-bottom h3 {
  margin-bottom: 30px;
}

.bf-bottom p {
  text-align: center;
}

.endorsements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 30px;
}

.endorsement {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verifications-grid {
  max-width: 809px;
  margin: 31px auto 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}

.verifications-grid .verification-image-wrap {
  height: 40px;
}

.verifications-grid .verification-image {
  height: auto;
  max-height: 91px;
  display: block;
  margin: 0 auto;
}

.guarantee {
  background-color: #fff;
  margin: 80px auto;
  border: 1px solid #cdd9ec;
  border-radius: 13px;
  padding: 30px;
  box-shadow: none;
}

.guarantee h3 {
  margin-top: 0;
}

.guarantee__image {
  text-align: center;
}

.guarantee img {
  margin-bottom: 0;
  width: 100%;
  max-width: 248px;
}

.guarantee__text img {
  max-width: 240px !important;
}

.guarantee__bottom {
  color: #3a4a58;
}

.guarantee__sep {
  content: " ";
  height: 2px;
  width: 100%;
  background-color: #cdd9ec;
  margin: 24px 0;
  opacity: 0.5;
}

.testimonial__text {
  margin-bottom: 20px;
}

.bottom-quote {
  border: 1px solid #cdd9ec;
  max-width: 1100px;
  margin: 40px auto 52px;
  background-image: url(../images/testimonial-pills.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 10px;
}

.bottom-quote .image {
  color: #06429e;
  font-family: Sofia Pro;
  font-size: 21px;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: -0.03em;
  text-align: center;
}

.bottom-quote .image img {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-quote .text {
  font-family: Minion Pro;
  font-size: 37px;
  font-weight: 600;
  line-height: 47px;
  text-align: left;
  border-top: 7px dashed #06429e;
  border-right: 7px dashed #06429e;
  border-left: 7px solid #06429e;
  border-bottom: 7px solid #06429e;
  max-width: 600px;
  color: #06429e;
  padding: 30px;
  position: relative;
}

.bottom-quote .text:before,
.bottom-quote .text:after {
  content: " ";
  background-color: #fff;
  background-image: url(../images/quote-quotes.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  transform: rotate(180deg);
  width: 100px;
  height: 40px;
  position: absolute;
}

.bottom-quote .text:before {
  top: -30px;
  left: 0;
}

.bottom-quote .text:after {
  transform: none;
  bottom: -20px;
  right: 0;
}

.cta-button i {
  margin-left: 16px;
}

.endorsements-grid,
.guarantee,
.testimonials-list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .bf-middle-text {
    margin-top: 90px;
  }

  .endorsements-grid,
  .testimonials-list {
    max-width: 1100px;
  }

  .endorsements-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .verifications-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .endorsement-image,
  .verification-image {
    max-height: 35px;
  }

  .testimonials-list {
    display: grid;
    grid-template-columns: repeat(3, 345px);
    justify-content: space-between;
  }

  .bottom-quote {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .bottom-quote .image {
    margin-left: 60px;
  }

  .bottom-quote .image img {
    margin-top: 0;
  }

  .great-for {
    padding: 0 60px 0 150px;
  }

  .great-for>div:nth-child(3) {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 860px) {
  .site-inner {
    padding: 0;
  }

  .bf-container {
    padding: 0 25px;
  }

  .bf-content-wrap {
    padding: 5% 5% 0;
  }

  .bf-registration h2 {
    font-size: 32px;
  }

  .bf-middle-text {
    margin-top: 25px;
  }

  .bf-middle-text p {
    text-align: center;
    font-size: 18px;
  }

  .great-for {
    text-align: center;
  }

  .bottom-quote {
    padding: 45px 20px;
  }

  .bottom-quote .text {
    font-size: 24px;
  }

  .cta-button {
    font-size: 14px;
  }

  h3.footer-highlight {
  font-size: 24px;
  }

  h2.footer-sub-highlight {
  font-size: 35px;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  }
}

div.bannertagline{
  font-size: 48px !important;
  color: #FFF;
  font-family: 'Sofia Pro';
}

@media only screen and (min-width: 768px) {
  div.bannertagline {
    margin-bottom: 50px;
  }
}

.bf-buttons-container {
  max-width: 1080px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.bf-buttons .cta-button {
  width: 490px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
}

.bf-buttons:nth-of-type(2) .cta-button,
.bf-buttons:nth-of-type(4) .cta-button {
  margin: 0 auto;
}

.rf-section {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  div.bf-buttons {
    flex-direction: column;
  }

  .bf-buttons-container {
    margin-top: 25px;
  }

  .bf-buttons .cta-button {
    width: 100%;
  }

  div.midsec p {
    width: unset;
    margin: 15px 20px;
  }


  h3.footer-highlight {
    font-size: 24px;
  }

  h2.footer-sub-highlight {
    font-size: 35px;
    line-height: 100%;
    margin-top: 20px;
  }

  .giving-back-text h3,
  .bf-middle-text h3 {
    font-size: 20px;
  }

  .bf-middle-text ul li {
    font-size: 18px;
  }

  .exclusive-bottom {
    margin-top: 25px;
  }

  .exclusive-checklist {
    font-size: 16px;
  }

  .great-for-wrap h3 {
    font-size: 18px;
  }

  h3.bannerheading {
    font-size: 36px;
  }

  .giving-back-text h3, .bf-middle-heading {
    font-size: 22px;
  }

  .bannerimg img {
    max-width: unset !important;
    width: 600px;
  }

  .bannerpathbg {
    padding: 30px 25px 100px;
  }

  .giving-back .giving-back-text {
    margin-left: 25px;
  }

  div.bannertagline {
    font-size: 40px !important;
  }

  .bf-middle-text h3 {
    font-size: 28px;
  }

  .great-for-wrap h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .bannerimg img {
    margin-top: 50px;
  }
}

@media screen and (max-width: 500px) {
  .exclusive-checklist div {
    margin-left: 20px;
  }

  .bottomsec {
    padding: 30px 10px;
  }

  .midouter {
    /*clip-path: polygon(0 0, 100% 0px, 100% 93%, 50% 97%, 0 93%);*/
  }

  .exclusive-bottom {
    margin-top: 0;
  }
}

@media only screen and (max-width: 420px) {
  h4.bannerheading span,
  h3.footer-highlight {
    font-size: 21px;
  }
}

@media only screen and (max-width: 372px) {
  h4.bannerheading span,
  h3.footer-highlight {
    font-size: 18px;
  }
}

.logo-counter {
  margin-top: -300px;
}

@media only screen and (max-width: 1180px) {
  .logo-counter {
    margin-top: -25%;
  }
}

@media only screen and (max-width: 768px) {
  .logo-counter {
    margin-top: -120px;
  }
}

.usersec { top: -1px; }

.mp-bf-2022 .bf-offers,
.sb-bf-2022 .bf-offers,
.green-monday-2022 .bf-offers,
.cm-bf-2022 .bf-offers {
  grid-template-columns: repeat(2,300px);
  justify-content: center;
}

.mp-bf-2022 .bf-offers .bf-offer-top {
  background-color: #511883;
  color: #fff;
}

.mp-bf-2022 .bf-offer {
  background-color: #000000 !important;
}

.mp-bf-2022 .bf-offer.alternate ,
.sb-bf-2022 .bf-offer.alternate ,
.cm-bf-2022 .bf-offer.alternate {
  background-color: #ffffff !important;
  border-radius: 13px !important;
  border: 0px !important;
}

.mp-bf-2022 .text-center.bannerheading,
.sb-bf-2022 .text-center.bannerheading ,
.cm-bf-2022 .text-center.bannerheading {
  max-width: 960px;
}

.bf-offer-main strong{font-weight: bold; display: block;}

@media screen and (max-width: 768px) {
.bottomsec .bf-offers {padding-left: 30px; padding-right: 30px;}
.bf-offers a.btn-default {position: relative; bottom: -60px;}
}

.mp-bf .countdown > div { border: 0px !important; }
.green-monday-2022 .countdown > div { font-size: 26px !important; }
.mp-bf .bf-offers { grid-column-gap:45px !important; }
.exclusive-middle .bf-offers.offer-arrows img.first { position: relative; left:50px;}
.exclusive-middle .bf-offers.offer-arrows img.last { position: relative; right: 50px;}
.bottomsec .bf-offers.offer-arrows img.first {width:70px !important; position: relative; left:30px;}
.bottomsec .bf-offers.offer-arrows img.last {width:70px !important; position: relative; right: 30px;}

.mp-bf-2022 .bf-offer.alternate,
.sb-bf-2022 .bf-offer.alternate,
.cm-bf-2022 .bf-offer.alternate {
  background-color: #ffffff !important;
  border-radius: 13px !important;
  border: 0px !important;
}

@media screen and (max-width: 768px) {

 .mp-bf-2022 h2.footer-sub-highlight,
 .sb-bf-2022 h2.footer-sub-highlight,
 .cm-bf-2022 h2.footer-sub-highlight {
    font-size: 35px !important;
  }

}

.sb-bf-2022 .bannersec,
.sb-bf-2022 .bf-offer,
.sb-bf-2022 .midsec,
.sb-bf-2022 .midouter,
.sb-bf-2022 .bottomsec,
.sb-bf-2022 .bottomsec {
  background-color: #360B5B !important;
}

.sb-bf-2022 .bf-offers .bf-offer-top{
  background-color: #521984;
}

.cm-bf-2022 .bottomsec .bf-offers .bf-offer-top {
  background-color: #18449A;
}

.cm-bf-2022 .bannersec,
.cm-bf-2022 .midsec,
.cm-bf-2022 .bottomsec {
  background: url(../images/bf/cm-ribbon.jpg) center center no-repeat;
  background-size: cover;
}

.sb-bf-2022 .bannersec,
.sb-bf-2022 .midsec,
.sb-bf-2022 .bottomsec {
  background: url(../images/bf/SBS-Ribbon.jpg) center center no-repeat;
  background-size: cover;
}

.cm-bf-2022 .bottomsec,
.sb-bf-2022 .bottomsec {
  background-position: center top -400px;
}

.cm-bf-2022 .bf-offers .bf-offer-top {
  background-color: #18449A;
}

.mp-bf-2022 strong,
.sb-bf-2022 strong,
.cm-bf-2022 strong {
  font-weight: bold;
  display: block;
}

.sb-bf-2022 .bannercontent, .cm-bf-2022 .bannercontent {margin-top: 20px;}

.cm-bf-2022 .bannersec, .cm-bf-2022 .bf-offer, .cm-bf-2022 .midsec, .cm-bf-2022 .midouter {
  background-color: #072663 !important;
}

.cm-bf-2022 .bannersec, .cm-bf-2022 .bf-offer, .cm-bf-2022 .midsec, .cm-bf-2022 .midouter {
  background-color: #072663 !important;
}

.cm-bf-2022 .bannersec,
.cm-bf-2022 .bf-offer,
.cm-bf-2022 .midsec,
.cm-bf-2022 .midouter,
.cm-bf-2022 .bottomsec,
.cm-bf-2022 .bottomsec {
  background-color: #072663 !important;
}

/** QA Fixes **/
strong.mp-text-inline {display: inline; }
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
   .price-table__wrap {display: block !important;}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
      .single-price:last-child{margin-top:-33px;}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      .single-price:last-child{margin-top:-33px;}
}

.mp-bf .original-price-wrap {
  text-decoration:none;
}

.mp-bf .original-price-wrap .original-price {
  text-decoration:line-through;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1060px) {
      .testimonials-list{display: block !important;}
      .price-table__wrap {display: block !important;}
      .single-price:last-child{margin-top:-33px;}
}

@media only screen and (min-width: 240px) and (max-width: 640px){
  h3.bf-testimonial {
    font-size: 25px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 880px){
  .mp-bf div.bannertagline{max-width: 700px; font-size: 33px !important;}
}


.green-monday-2022 .bannersec.section {padding-top:0px !important}
.green-monday-2022 .bannersec.section {padding-top:0px !important}

.green-monday-2022  .bannersec {
    background-image: url(../images/promotion/green-monday/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
	background-size: cover;
  }

.plant-a-tree-label, .gm-light-green-color{ color:#ede0b3; font-weight:bold; }

.green-monday-2022 .single-price .popular-heading {
  border: 1px solid #605E2E;
}

.green-monday-2022 .single-price .popular-heading {
  box-shadow: 3px -3px 0 3px #605E2E,-3px -3px 0 3px #605E2E;
  background-color: #605E2E;
}

.one-tree-one-purchase-headline {
  max-width: 100%;
  text-align: center;
  color:#fff;
  background-color: #605E2E;
  padding: 40px;
  font-size: 32px !important;
  font-weight: bold;
  margin-top: 52px;
}

.plant-a-tree-dark{ color: #605E2E; text-align:center; font-size:150%; margin-top: 5px; }
.coupon-code{ color: #000; text-align:center; font-size:16px; margin-top:5px }

.green-monday-2022 .bf-buttons .cta-button {width: 362px !important;}
.green-monday-2022 .bf-buttons .cta-button img {margin-left: 20px;}
.green-monday-2022 .webinar-bottom h3 {font-size:18px;}

.green-monday-2022 .guarantee__title h3 {
  font-size: 24px; text-align: left;
}

.green-monday-2022 .bf-middle-text h4, .green-monday-2022 .bf-middle-text h5 { color:#000; font-size:24px; margin-top:10px; text-align:center; }

.green-monday-2022 .countdown-holder { display: block; margin-top:80px; }
.green-monday-2022 .countdown > div {
  background-color: #605E2E;
  color:#FFF;
}

.green-monday-2022 .bottom-quote .image img {height: auto;}

.btn-coupon-label{color: #FFF; font-size: 20px;}

.green-monday-2022 .bannerimg  img {
  margin-top: 90px;
  width: 550px;
}

.green-monday-2022 .bannerheading {
  font-size: 48px;
  margin-top: 40px;
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .green-monday-2022 .bannerimg img{width: 60% !important; margin-top: 20px !important;}
  .green-monday-2022 .text-center img{width: 75% !important;}
  .green-monday-2022 h3.bannerheading {
    font-size: 32px !important;
  }
  .green-monday-2022 .bf-buttons .cta-button {
    width: 200px !important;
  }

  .green-monday-2022 .price-table {
    margin: 0 !important;
  }

  .green-monday-2022 .one-tree-one-purchase-headline {
    padding: 15px !important;
    font-size: 18px !important;
    margin-top: 20px !important;
  }

  .green-monday-2022 .exclusive-bottom {
	margin-top: 0;
  }

  .green-monday-2022 .bottom-quote {
	margin: 42px 2rem;
  }

  .green-monday-2022 .btn-coupon-label {
	font-size: 18px;
  }

  .exclusive-middle .price-table a.btn-default {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-table .slick-track {
    display: flex !important;
  }

  .price-table .slick-slide {
    height: inherit !important; margin-top: 44px;
  }

  .price-table a.slick-arrow {
    cursor: pointer; position: absolute; top: 33%; z-index: 99999; width: 60px; height: 98px; transform: translateY(-50%); -webkit-transform: translateY(-50%); background-color: #091D2E; opacity: 1; -webkit-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s;
  }

  .price-table a.slick-arrow:before,
  .price-table a.slick-arrow:after {
    content: ""; position: absolute; left: 25%; width: 24px; height: 3px; background-color: #fff;
  }

  .price-table a.slick-arrow:before {
    top: 37.5px;
  }

  .price-table a.slick-arrow:after {
    bottom: 37.5px;
  }

  .price-table a.slick-arrow.slick-next {
    right: calc(-5% - 2px); border-radius: 5px 0 0 5px;
  }

  .price-table a.slick-arrow.slick-next:before {
    -webkit-transform: rotate(62.5deg); transform: rotate(62.5deg);
  }

  .price-table a.slick-arrow.slick-next:after {
    -webkit-transform: rotate(-62.5deg); transform: rotate(-62.5deg);
  }

  .price-table a.slick-arrow.slick-prev {
    left: calc(-5% - 2px); border-radius: 0 5px 5px 0;
  }

  .price-table a.slick-arrow.slick-prev:before {
    -webkit-transform: rotate(-62.5deg); transform: rotate(-62.5deg);
  }

  .price-table a.slick-arrow.slick-prev:after {
    -webkit-transform: rotate(62.5deg); transform: rotate(62.5deg);
  }

  .price-table a.slick-arrow.slick-disabled {
    opacity: 0;
  }

  .price-table .slick-slide {
    margin-right: 7px; margin-left: 7px;
  }

  .price-table .slick-slide:not(.slick-current) {
    opacity: 0.6;
  }

  .price-table .slick-slide.slick-current {
    z-index: 2;
  }

  .pricing-page .price-table__wrap {
    margin-left: 0;
  }

  .single-price {
    margin-bottom: 20px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 860px) {
	.green-monday-2022 h3.bannerheading {
		font-size: 36px !important;
	}

	.green-monday-2022 .exclusive-bottom {
	  margin-top: 0;
    }

	.green-monday-2022 .exclusive-bottom h3 {
	  line-height: 125%;
	}

	.green-monday-2022 .bottom-quote {
	  margin: 42px 2rem;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .green-monday-2022 .bottom-quote {
	  margin: 42px 2rem;
    }
}

@media only screen and (max-width: 375px) {
  .green-monday-2022 .bottom-quote {
    font-size: 30px !important;
  }
}

.green-monday-2022 .bannerheading,
.green-monday-2022 .btn-coupon-label {
	color: #605E2E;
}

.green-monday-2022 .btn-coupon-label {
	font-weight: 700;
}

.green-monday-2022 .bannerheading span.gm-light-green-color {
	color: #8FAE3B;
}

.green-monday-2022 .guarantee {
	max-width: 1100px;
}

.green-monday-2022 .plant-a-tree-dark {
	font-size: 31.5px;
}

.green-monday-2022 .endorsement-image {
	margin: 0 auto;
	text-align: center;
}
