#mc_embed_signup {
    background: transparent !important;
    margin: auto;
}


.bottomBannerThing {
    background-image: url("https://cspromo2.aimsmarter.com/froot/91851/uploads/CRS1003_Website-Form-banner_0823.png");
}

/*Popup Video*/
.pop-video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
.close-btn {
  width: 100px;
  height: 50px;
  display: block;
  margin: 50px auto;
  cursor: pointer; 
  border: 2px solid black;
  background-color: white;
}

.video-popup {
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
    margin: -3.5% auto;
  position: fixed;
  boxshadow: 10px 10px 10px 10px black;
}
.popup-bg {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}
.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}


/* Testimonials Page */
.testimonialPageWrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 100px;
}
.testimonialEntryContainer {
    width: 48%;
    margin: 1%;
    padding: 20px;
    display: flex;
    align-items: center;
    background: #F2F2F2;
    border-radius: 15px;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.15);
}
.testimonialEntryImage {
  width: 30%;
  padding: 5%;
}
.testimonialEntryImage img {
  width: 100%;
  height: auto;
}
.testimonialEntry {
  width: 70%;
}
.testimonialEntryName {
  font-weight: 800;
}
.testimonialEntrySubtitle {
  font-style:italic;
}

//

body.contact #content-wrapper,
body.about #content-wrapper {
    width: 80%;
    margin: 20px 10%;
}

//

#zoomOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: black;
    opacity: 0.5;
}

//

.brandWrapper {
    background: #d4d4dc;
    margin: -20px 0px 0px 0px !important;
    padding: 20px;
}

.enhanceButtonPage {
    width: 480px !important;
    height: auto !important;
    max-width: 100% !important;
    padding: 10px !important;
    margin: auto !important;
}

/* Header */

.header {
    padding-top: 0px;
}
.header .m-texthtml.siteLogo, .header .m-texthtml.site-logo {
    max-width: 100%;
    width: 100%;
}
.headertext {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topBanner {
    width: 100%;
    height: auto;
    max-height: none !important;
}
.topBannerContainer {
    width: 100vw;
    height: auto;
    position: relative;
    left: calc(-50vw + 50%);
}


/* Red Buttons */
#content-wrapper {
    transform: translateY(-40px);
    padding: 0px !important;
}
#content {
    background: transparent;
    padding: 0px !important;
    margin: 0;
}
.redButtonContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.redButton {
    width: 32%;
    height: 95px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 15px;
}
.redButton p {
    color: white !important;
    font-weight: 600;
    font-size: 15pt;
    margin: 0px !important
}


/* Frustrated */
.frustratedContainer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0px 5%;
}
.frustratedText h1 {
    color: black;
    font-weight: 600;
    line-height: 34px;
    font-size: 32px;
    text-transform: none;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
    max-width: none;
    text-align: left;
}
.frustratedText ul {
    padding-left: 0px;
    margin-left: 0px;
    text-align: left;
}
.frustratedImage {
    width: 100%;
    height: auto;
}
.frustratedImage, .frustratedText {
    padding: 15px;
}
#page .m-modules .m-contents {
    margin-right: 0px !important;
}


/* Dont Waste Time / Pro Points */
.proPointsContainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}
.proPoints {
    width: 30%;
}
.proPoints img {
    width: 100%;
    height: auto;
    padding: 10%;
}
.dontWasteTime {
    text-align: center;
    background:black;
    padding: 30px;
}
.dontWasteTime h1, .dontWasteTime h2 {
    color: white !important;
    font-weight: 600;
    text-transform: none;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
    max-width: none;
}
.dontWasteTime h1 {
    line-height: 34px;
    font-size: 32px;
}
.dontWasteTime h2 {
    line-height: 30px;
    font-size: 28px !important;
}
.proPoints h3, .proPoints p {
    color: white !important;
}


/* Best Sellers */
.bestSellersContainer h1 {
    line-height: 30px;
    font-size: 28px !important;
    color: black !important;
    font-weight: 600;
    text-transform: none;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
    max-width: none;
}
.bestSellersContainer {
    text-align: center;
}
.bestSellers {
    display: flex;
    justify-content: space-evenly;
}
.bestSellers a {
    width: 30%;
    height: auto;
}
.bestSellers a img {
    width: 100%;
    height: auto;
}


/* Brand Logos */
.brandLogoContainer h1 {
    line-height: 30px;
    font-size: 28px !important;
    color: black !important;
    font-weight: 600;
    text-transform: none;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
    max-width: none;
}
.brandLogoContainer {
    text-align: center;
}
.brandLogoRibbon {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
.brandLogoRibbon img {
    width: 10%;
    height: auto;
}

/* Testimonials */
.testimonialsRibbon {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}
.testimonial {
    width: 30%;
}
.testimonial img {
    width: 100%;
    height: auto;
    padding: 10% 20%;
}
.testimonialsContainer {
    text-align: center;
    background:black;
    padding: 30px;
}
.testimonialsContainer h1 {
    color: white !important;
    font-weight: 600;
    text-transform: none;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
    max-width: none;
    line-height: 34px;
    font-size: 32px;
}
.testimonial p {
    color: white !important;
    text-align: left !important;
}


/* Cool Factor */
.coolFactorRibbon {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}
.coolFactor {
    width: 24%;
}
.coolFactor img {
    width: 100%;
    height: auto;
    padding: 5%;
}
.coolFactorContainer {
    text-align: center;
    background: #ED1E24;
    padding: 30px;
}
.coolFactorContainer h1 {
    color: white !important;
    font-weight: 600;
    text-transform: none;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
    max-width: none;
    line-height: 34px;
    font-size: 32px;
}
.coolFactor p {
    color: white !important;
    margin-bottom: 0;
    font-weight: 800;
}


/* Three Steps */
.threeStepsContainer {
    text-align: center;
    transform: translateY(-20PX);
}
.threeStepsContainer img {
    width: 100%;
    height: auto;
}
.threeStepsRibbon {
    display: flex;
    justify-content: space-evenly;
}
.threeSteps {
    width: 25%;
    height: auto;
    padding: 10px;
}
p.threeStepsTitle {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 5px 0;
}
p.threeStepsVerbiage {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 5px 0;
}
.threeSteps img {
    padding: 0% 20%;
}

/* Take Control */
.takeControlContainer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: #ED1E24;
    padding: 3% 7%;
}
.takeControlText, .takeControlImage {
    width: 48%;
}
.takeControlImage {
    text-align: center !important;
}
.takeControlImage img {
    width: 85%;
    height: auto;
    padding: 5%;
    margin: auto;
}
.takeControlText h1 {
    color: white !important;
    font-weight: 600;
    text-transform: none;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
    max-width: none;
    line-height: 34px;
    font-size: 32px;
    text-align: left;
}
.takeControlText p, .takeControlText ul {
    color: white !important;
    text-align: left;
}


/* Bottom CTA */
.bottomCTA {
    text-align: center;
    background-color: #d4d4dc;
}
.bottomCTA h1 {
    color: black;
    font-weight: 700;
    line-height: 40px;
    font-size: 40px;
    background-color: #d4d4dc;
    margin-bottom: 0px !important;
    line-height: auto;
    text-transform: none;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.bottomCTA h2 {
    font-size: 32px;
    font-weight: 300 !important;
    color: red;
    text-transform: none;
}
.bottomCTA p {
    color: black;
    font-size: 20px;
}
.bottomCTA .button a {
    background: black !important;
    padding: 10px 100px !important;
    color: #fff !important;
    text-decoration: none !important;
    line-height: initial !important;
    font-size: 20px !important;
    text-transform: none !important;
    height: 75px !important;
    display: inline-block !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
}


/* Footer */
#footer-wrapper #copyright {
    display: none;
}
#footer-wrapper {
    background: black;
}

#footer-wrapper #footer .m-wrapper .m-contents:before {
    display: none;
}
.footerNavContainer h1 {
    color: white;
    font-weight: 400;
    line-height: 18pt;
    font-size: 18pt;
    text-transform: none;
    border-bottom: 0;
    display: inline-block;
    vertical-align: top;
    max-width: none;
}
.footerNavContainer {
    display: flex;
    width: 30vw;
    align-items: baseline;
}
#footer-wrapper #footer .m-modules {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#footer .m-contents li a {
    background: none;
    color: white;
    text-decoration: none;
}
.m-contents ul, .m-contents ol, .m-contents li {
    list-style: none;
}
.footerNav ul {
    padding: 0;
    margin: 0px;
}
.footerNav {
    padding: 0px 8%;
}

div#ctaGrey {
    margin-top: -20px;
}
.bottomCTA {
    padding-top: 20px;
}
#mcformdiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#mc_embed_signup {
    margin: 0;
}