html {
    overflow-x: hidden;
}

#kit-welcome {
    margin-top: 30px;
    margin-bottom: -30px;
    position: relative;
    z-index: 99;
    font-family: 'Tisa Sans Pro', 'TisaSansPro', 'Open Sans';
}

.kit-bg {
    background: url('/wp-content/themes/NerdFitness/images/light-yellow.jpg') top center / cover no-repeat;
    padding: 30px;
}

#steve-kit-headshot {
    float: right;
    max-width: 260px;
}

.content-card {
    position: relative;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 15px 0;
}

.content-image {
    margin-bottom: 1.2em;
    max-width: 80%;
}

.course-card img {
    height: 100px;
}

.course-card ul {
    color: white;

}

ul {
    list-style: disc;
    margin-left: 40px;
    margin-top: 15px;
}

.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


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

.price-corner-filler {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 70px;
    font-size: 18px;
    line-height: 19px;
    padding-top: 7px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 70px;
    padding-left: 6px;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 700;
    webkit-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.4);
}

.white-bg {
    background-color: #FFF;
}

.red-bg {
    background-color: #C73737;
}

.yoga-bg {
    background-color: #2048ad;
}

.handstands-bg {
    background-color: #fe5722;
}

.rings-bg {
    background-color: #f9a531;
}

.dark-bg {
    background-color: #333333;
}

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

.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

@media screen and (min-width:768px) {
    .course-card {
        min-height: 487px;
    }
}

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

/* New orange and Serif font sales page */

.kit-bg {
    max-width: 80%;
    margin-left: 10%;
}

.container-no-conflict {
    max-width: 700px;
}

.outer_container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.container-520 {
    width: 520px;
    margin-right: auto;
    margin-left: auto;
}

.container-660 {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.container-760 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.container-860 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.container-960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.text-440-container {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.no-point-event {
    pointer-events: none;
}

.orange {
    background: #C73737;

}

.orange h1 {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    line-height: 1.2;
}

#login {
    font-size: 11px;
    background: #444;
    padding: 5px 0;
    font-family: 'Open Sans', sans-serif;
}

#login a {
    color: #888;
    padding-right: 20px;
}

#login a: hover {
    color: #fff;
}

.lock {
    float: right;
}

#logo-bar {
    padding: 15px 0;
}

#logo-bar .top-right {
    float: right;
}

.green-box {
    background: #009444;
}

.green-box p {
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400i;
    padding: 5px;
    margin: 0;
    text-align: center;
}

#buynow {
    text-align: center;
}

#buynow .buynow-bg {
    background-color: #f1f1f2;
    border: 2px solid #C73737;
    padding-bottom: 10px;
}

#buynow .buynow-bg img {
    text-align: center;
}

#buynow .orange-block-text {
    font-size: 20px;
    font-weight: 700;
    color: #C73737;
}

#buynow .orange-block-button {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    background: #009245;
    color: #FFFFFF;
    height: auto;
    padding: 20px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

#buynow .conversion-tracker-class {
    margin-bottom: 0;
}

#buynow .buttons-320-width div.orange-block-button {
    margin-bottom: 0.2em;
}

#buynow .orange-block-button: hover {
    background: #ff9f00;
}

#buynow .button-pay-full-text {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}

#buynow .orange-sub-text {
    font-size: 14px;
    color: #C73737;
}

#buynow a: hover {
    text-decoration: none;
}

#buynow .payment-divider {
    background: none;
    border-top: 2px solid #231f20;
}

#buynow .buttons-320-width {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

#buynow .buttons-320-width div {
    margin-bottom: 1.1em;
}

#buynow .xl-36 {
    font-size: 36px;
}

#buynow .xl-30 {
    font-size: 30px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.dark {
    background: #464646;
}

#headline {
    background-color: #C73737;
    padding: 20px;
}

#video {
    position: relative;
    z-index: 2;
}

#video .video {
    background: #C73737;
    padding: 10px;
    margin: 0;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, .5);
    margin-top: -90px;
}

.video h3 {
    text-align: center;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
    color: #fff;
    margin: 0;
    padding: 0 0 15px;
    font-size: 28px;
    line-height: 1;
}

#sales-container {
    width: 900px;
    max-width: 94%;
    margin: auto;
    color: #fff;
}

.pricing-buttons {
    margin-top: -10px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, .5);
}

.pricing-buttons .mens,
.pricing-buttons .womens {
    background: #ffffff75;
    margin-top: 10px;
}

.pricing-buttons .mens {
    border-left: 2px solid #C73737;
}

.pricing-buttons.men-only {
    background: #57585b url('/wp-content/themes/NerdFitness/images/buy-box-bg-men.png') 50% 0 no-repeat;
}

.pricing-buttons h2 {
    font-size: 48px;
    margin: 20px 23px 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.pricing-buttons h3 {
    font-size: 28px;
    font-weight: 400;
    text-shadow: none;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
    line-height: 1;
    margin: 10px 0;
    color: #fff;
    text-align: center;
}

.button {
    color: #fff;
    background: #303090;
    /* Old browsers */
    background: -moz-linear-gradient(top, #303090 0%, #234cb5 95%, #1c377e 96%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #303090 0%, #234cb5 95%, #1c377e 96%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #303090 0%, #234cb5 95%, #1c377e 96%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#303090', endColorstr='#1c377e', GradientType=0);
    /* IE6-9 */
    border: 1px solid #303090;
    border-radius: 0px;
    padding: 10px 10px;
    text-align: center;
    box-shadow: 1px 2px 10px #333;
}

.full.button {
    padding: 25px 10px;
    color: #fff;
    background: #019444;
    /* Old browsers */
    background: -moz-linear-gradient(top, #019444 0%, #00a24c 95%, #008438 96%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #019444 0%, #00a24c 95%, #008438 96%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #019444 0%, #00a24c 95%, #008438 96%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#019444', endColorstr='#008438', GradientType=0);
    /* IE6-9 */
    border: 1px solid #019444;
}

.pricing-buttons a {
    font-size: 24px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    font-weight: 700;
}

.pricing-buttons a:hover {
    color: #fff;
}

.pricing-buttons a .full.button {
    font-size: 32px;
}

.pricing-buttons a .full.button span {
    font-size: 18px;
    margin-top: 0px;
    display: block;
    line-height: .9;
}

.pricing-buttons a:hover .button {
    background: #234cb5;
    box-shadow: 1px 2px 10px #000;
    border: 1px solid #1c377e;
}

.pricing-buttons a:hover .full.button {
    background: #00a24c;
    box-shadow: 1px 2px 10px #000;
    border: 1px solid #008438;
}

.button a: hover {
    text-decoration: none;
}

.buy_text {
    padding: 40px 0 0 30px;
}

.buy_text p {
    line-height: 1.35;
    font-size: 15px;
}

.payment-types {
    margin-top: 15px;
}

.plan-label {
    color: #58595b;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    padding-left: 0;
    padding-top: 13px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    height: 2px;
    background: #57585b url('/wp-content/themes/NerdFitness/images/hr.png') 50% 50% repeat;
}

.black-head {
    font-size: 36px;
    color: #fff;
    font-family: 'Bitter', serif;
    margin: 30px auto 40px;
    max-width: 720px;
    line-height: 1.2;
    text-align: center;
}

.black-komik {
    font-size: 36px;
    color: #000;
    font-family: 'Bitter', serif;
    margin: 30px auto 40px;
    line-height: 1.2;
    text-align: center;
}

.vertical-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.instructor-row .grey-bg-full-width p {
    text-align: left;
}

.grey-bg-full-width {
    text-align: center;
    background-color: initial !important;
}

.grey-bg-full-width .caption {
    max-width: 620px;
    margin: auto;
}

.container700 {
    max-width: 766px;
    margin: auto;
}

.container900 {
    max-width: 946px;
    margin: auto;
}

.sales_container {
    max-width: 720px;
    margin: auto;
}

#buy_heading.sales_container h2 {
    color: #fff;
    text-align: center;
    font-family: 'open_sansextrabold', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.7em;
    margin-top: .5em;
}

#lets-do-this {
    margin-top: 0px;
    color: #fff;
}

.left {
    margin-right: 10px;
}

.right {
    margin-left: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bitter', serif;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}

#footer_bottom {
    font-size: 16px;
    color: #fff;
}

#footer_bottom a {
    color: #fff;
}

#footer_bottom a:hover {
    color: #fff;
    opacity: 1;
}

#content .full-width-img img {
    width: 100%;
}

#intro .grey-box-image img {
    max-height: 180px;
}

#intro .sales-bullets li {
    padding-left: 75px;
    margin-bottom: 25px;
    list-style: none;
}

#intro .sales-bullets li: first-child {
    background: url('/wp-content/themes/NerdFitness/images/triforce-academy-sales-page-images/1.svg') left center no-repeat;
    background-size: 55px;
}

#intro .sales-bullets li: nth-child(2) {
    background: url('/wp-content/themes/NerdFitness/images/triforce-academy-sales-page-images/2.svg') left center no-repeat;
    background-size: 55px;
}

#intro .sales-bullets li: nth-child(3) {
    background: url('/wp-content/themes/NerdFitness/images/triforce-academy-sales-page-images/3.svg') left center no-repeat;
    background-size: 55px;
}

#intro .sales-bullets li: nth-child(4) {
    background: url('/wp-content/themes/NerdFitness/images/triforce-academy-sales-page-images/4.svg') left center no-repeat;
    background-size: 55px;
}

#flag-header {
    position: relative;
}

#flag-header img {
    margin-top: 7px;
}

#flag-header .header-text {
    position: relative;
    top: 27px;
}

#flag-header .header-text-svg {
    height: 100%;
    width: 100%;
    position: relative;
    top: 20px;
}

#flag-header .header-text-svg img {
    width: 95%;
}

#flag-header .nf {
    font-family: 'Bitter', serif;
    color: #C73737;
    font-size: 30px;
    text-transform: none;
}

#flag-header .nf-academy {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    color: #C73737;
}

#flag-header .payment-plan {
    background: #009245;
    float: right;
    padding: 10px;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    top: 20px;
    font-style: italic;
}

/********* FAQ ACCORDION **********/

.sales-collapse {}

.sales-collapse .panel-title {
    background-color: #ccc;
    color: #222 !important;
    border: 0px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 25px;
    text-decoration: none;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sales-collapse .panel-title a {
    color: #222;
    font-family: 'Open Sans', sans-serif;
}

.sales-collapse .panel-title: hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
}

.sales-collapse .panel-default {
    background-color: #E6E7E8;
    box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sales-collapse .panel-body {
    padding: 0 15px 15px 15px;
}

.faq_container {
    padding: 0 0 60px 0;
}

.faq_container h2 {
    text-align: center;
}

dd {
    margin: 0;
}

.accordion {
    color: #000000;
    margin: -50px auto 0;
    position: relative;
    padding: 0 0%;
}

.accordion span {
    display: none
}

.accordion p {
    padding: 0;
    margin: 0;
}

.tabs {
    overflow: hidden;
}

.tabs dl {
    margin-bottom: 5px;
}

.tabs dl dd a {
    background-color: #ccc;
    color: #222;
    border: 0px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding: 0px 40px;
    text-decoration: none;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tabs dl dd div {
    background-color: #E6E7E8;
    height: 0;
    overflow: hidden;
    overflow-y: scroll;
    box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabs dl dd div p {
    color: #231F20;
    font-size: 18px;
    margin: 0 40px 20px;
    padding: 0px;
    text-align: left;
}

.tabs dl dd a: hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
}

.tabs dl dd a: active {
    background: #58595B;
}

#tab1: target~.tabs .tab1 dd div {
    height: 245px;
    padding: 20px 0 0;
}

#tab2: target~.tabs .tab2 dd div {
    height: 320px;
    padding: 20px 0 0;
}

#tab3: target~.tabs .tab3 dd div {
    height: 290px;
    padding: 20px 0 0;
}

#tab4: target~.tabs .tab4 dd div {
    height: 290px;
    padding: 20px 0 0;
}

#tab1: target~.tabs .tab1 dd a,
#tab2: target~.tabs .tab2 dd a,
#tab3: target~.tabs .tab3 dd a,
#tab4: target~.tabs .tab4 dd a {
    background: #6D6E70;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
}

#included .included-bg {
    color: #FFFFFF;
    background-color: #C73737;
    padding-bottom: 40px;
    padding-top: 40px;
}

#included li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 0.5em;
}

#included li: before {
    /* Insert content that looks like bullets */
    content: "•";
    font-size: 40px;
    position: absolute;
    left: -8px;
}

#instructors .instructor-row {
    margin-top: 100px;
}

#instructors .steve-headshot-circle {
    height: 211px;
    background: url('/wp-content/themes/NerdFitness/images/triforce-academy-sales-page-images/steve-headshot.png') top center no-repeat;
    background-size: 100% 100%;
    background-size: contain;
    margin-top: -100px;
}

#instructors .staci-headshot-circle {
    height: 211px;
    background: url('/wp-content/themes/NerdFitness/images/triforce-academy-sales-page-images/staci-headshot.png') top center no-repeat;
    background-size: 100% 100%;
    background-size: contain;
    margin-top: -100px;
}

#instructors .jim-headshot-circle {
    height: 211px;
    background: url('/wp-content/themes/NerdFitness/images/triforce-academy-sales-page-images/jim-headshot.png') top center no-repeat;
    background-size: 100% 100%;
    background-size: contain;
    margin-top: -100px;
}

#modules .actual-module-image {
    margin-top: 50px;
}

#modules .row: nth-child(3) .actual-module-image,
#modules .row: nth-child(4) .actual-module-image {
    margin-top: 50px;
}

#modules .module-row-right,
#modules .module-row-left {
    margin-bottom: 1.2em;
}

#modules .row .actual-module-image.nutrition {
    margin-top: 100%;
}

#pricing {
    padding-top: 1.2em;
    padding-bottom: 60px;
}

#pricing .pricing-bg {
    background-color: #f1f1f2;
    border: 2px solid #C73737;
    padding-top: 20px;
    padding-bottom: 20px;
}

#pricing .pricing-bg img {
    text-align: center;
}

#pricing .black-head {
    width: 100%;
    margin-left: auto;
}

#pricing .sales-bullets li {
    list-style-type: circle;
    margin-bottom: 0.8em;
    list-style-position: outside;
    margin-left: 1.5em;
}

#pricing .badge-container {
    width: 100%;
    text-align: center;
    margin: -26px 0 20px 0;
}

#testimonials #carousel-example-generic {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    max-height: 665px;
}

#testimonials .carousel-indicators {
    bottom: -55px;
}

#testimonials .carousel-indicators li {
    border: 1px solid black;
    opacity: 0.3;
}

#testimonials .carousel-indicators li.active {
    background-color: #000000;
}

#testimonials .carousel-inner img {
    margin-left: auto;
    margin-right: auto;
}

#testimonials .carousel-control.right {
    background-image: url('/wp-content/themes/NerdFitness/images/triforce-academy-sales-page-images/slider-arrow-right.png');
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 1;
    right: -50px;
}

#testimonials .carousel-control.left {
    background-image: url('/wp-content/themes/NerdFitness/images/triforce-academy-sales-page-images/slider-arrow-left.png');
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 1;
    left: -50px;
}

#quests .quests {
    margin-bottom: 20px;
}

#quests .grey-bg-full-width {
    padding-top: 38px;
}

.grey-box-image img {
    width: 100%;
}

.grey-box-image {
    background: white;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, .25);
    text-align: center;
    margin-top: 15px;
}

.rebel-bg {
    background-color: #C73737;
}

.orange-head {
    font-family: 'Bitter', serif;
    font-weight: 700;
    color: #C73737;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1.2em;
    font-weight: 400;
}

.grey-bg-full-width {
    background-color: #f1f1f2;
    padding: 20px;
    padding-bottom: 0;
}

.caption {
    font-size: 20px;
    color: #555;
    text-align: center;
    padding: 30px 15px;
    line-height: 1.25;
    margin-bottom: 0;
}

.disclaimer {
    font-style: italic;
    font-size: 16px;
    color: #fff;
    opacity: .3;
    text-align: center;
    padding: 25px 20px 55px 20px;
    line-height: 1;
    margin-bottom: 0;
}

.grey-no-caption {
    padding-bottom: 40px;
}

.grey-no-title {
    padding-top: 40px;
}

.italic {
    font-style: italic;
}

.xl {
    font-size: 20px;
}

.top-20-spacer {
    margin-top: 1.2em;
}

.padding-20-top {
    padding-top: 20px;
}

.no-bottom-margin {
    margin-bottom: 0;
}

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

.extra-wide {
    width: 130%;
    margin-left: -15%;
}

.orange-divider {
    background: none;
    border-top: 1px solid #C73737;
}

html {
    margin-top: 0 !important;
}

body {
    background: #FFFFFF;
    font-family: 'Bitter', serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    overflow-x: hidden;
}

#loginbar {
    background: #3c3c3b;
    height: 42px;
    color: #fff;
    text-align: right;
    margin-bottom: 0px;
    font-size: 12px;
    padding-right: 25px;
}

.loginbar-text a {
    line-height: 42px;
    color: #b5b5b5;
    padding-right: 25px;
}

.lock {
    background-image: url('/wp-content/themes/NerdFitness/images/triforce-academy-sales-page-images/key.png');
    background-position: 99% center;
    background-size: 15px 10px;
    background-repeat: no-repeat;
}

.bottom-buy-now {
    border: 3px solid #C73737;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    background-color: #C73737;
    color: #FFFFFF;
    width: 100%;
    width: 100vw;
    font-size: 20px;
    font-size: 3vw;
    text-align: center;
    position: fixed;
    z-index: 50;
    bottom: 50px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    display: none;
}

.sales-page-split-button {
    width: 90%;
    min-width: 260px;
    font-weight: 700;
    height: 90px;
    position: relative;
    border-radius: 10px;
    font-size: 36px;
    line-height: 1;
    color: #C73737;
    border: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background: rgba(252, 234, 187, 1);
    background: rgba(241, 231, 103, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 231, 103, 1)), color-stop(100%, rgba(254, 182, 69, 1)));
    background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
}

.sales-page-split-button .line-1 {}

.sales-page-split-button .line-2 {
    display: block;
    font-size: 20px;
    margin-top: 4px;
}

.sales-page-split-button .arrow {
    position: absolute;
    top: 26px;
    right: 16px;
}

.sales-page-split-button: hover {
    background: rgba(241, 231, 103, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 231, 103, 1)), color-stop(61%, rgba(241, 231, 103, 1)), color-stop(100%, rgba(254, 182, 69, 1)));
    background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(241, 231, 103, 1) 61%, rgba(254, 182, 69, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
}

h2,
h3,
h4 {
    font-weight: 400;
}

h4 {
    font-size: 28px;
    text-align: center;
    color: #C73737;
    margin-bottom: 30px;
}

h5 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    font-family: 'Bitter', serif;
    margin: 30px auto 20px;
    line-height: 1.4;
    text-align: center;
}

.inline-image {
    float: right;
    margin-left: 5px;
    margin-top: 10px;
}

/*== RESPAWN ==*/
#headline.spawn {
    background: #484848;
    padding-bottom: 100px;
}

.desktop-show {
    display: block;
}

.desktop-hide {
    display: none;
}


@media screen and (min-width: 768px) {
    .desktop-no-pad-no-margin {
        padding: 0 !important;
        margin: 0 !important;
        visibility: none;
    }

    .desktop-display-none {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .container-960 {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-show {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .buy_text {
        padding: 40px 30px 0 30px;
    }

    #headline {
        background-size: 1024px auto;
    }

    #video .video {
        margin-top: -150px;
    }

    #lets-do-this {
        color: #fff;
    }

    .no-padding {
        padding-right: 23px;
        padding-left: 22px;
    }

    .buy_container .no-padding {
        padding-right: 0px;
        padding-left: 0px;
    }

    .no-margin {
        margin-right: 23px;
        margin-left: 22px;
    }

    .pricing-buttons,
    .buy_text,
    .container900 {
        max-width: 560px;
        width: 90%;
        margin: auto;
    }

    .pricing-buttons {
        margin-top: -10px;
        padding-bottom: 10px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pricing-buttons h2 {
        padding-top: 20px;
    }

    .pricing-buttons h3 {
        font-size: 32px;
    }

    .full.button a {
        font-size: 30px;
    }

    .includes-picture-row {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .video-bubble {
        display: none !important;
    }

    .video h3 {
        font-size: 24px;
    }

    #buynow .buynow-bg {
        padding: 0 15px;
    }

    #buynow .orange-block-button {
        padding: 10px 20px;
    }

    #buynow .xl-36 {
        font-size: 34px;
    }

    #buynow .xl-30 {
        font-size: 22px;
    }

    .container900 {
        max-width: 560px;
        width: 90%
    }

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

    #flag-header .header-text {
        margin-right: 10px;
    }

    #flag-header .header-text-svg {
        margin-right: 10px;
    }

    .tabs dl dd a {
        line-height: 1.1;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tabs dl dd div p {
        line-height: 1.35;
        font-size: 16px;
    }

    #tab1: target~.tabs .tab1 dd div {
        height: 300px;
        padding: 20px 0 0;
    }

    #tab2: target~.tabs .tab2 dd div {
        height: 370px;
        padding: 20px 0 0;
    }

    #tab3: target~.tabs .tab3 dd div {
        height: 350px;
        padding: 20px 0 0;
    }

    #tab4: target~.tabs .tab4 dd div {
        height: 350px;
        padding: 20px 0 0;
    }

    #instructors .steve-headshot-circle {
        margin-top: -25px;
        margin-bottom: 10px;
    }

    #instructors .staci-headshot-circle {
        margin-top: -15px;
        margin-bottom: 10px;
    }

    #instructors .jim-headshot-circle {
        margin-top: -20px;
        margin-bottom: 10px;
    }

    #instructors .instructor-row {
        margin-top: 0;
    }

    #levelling .caption {
        padding: 10px 30px;
    }

    #modules .module-image {
        text-align: center;
    }

    #modules .actual-module-image,
    #modules .row .actual-module-image {
        margin-top: 0 !important;
        margin-bottom: 10px;
    }

    #testimonials .carousel-inner {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #testimonials .carousel-control.right {
        background-size: 30%;
        right: 0;
    }

    #testimonials .carousel-control.left {
        background-size: 30%;
        left: 0;
    }

    #testimonials .carousel-indicators {
        bottom: -60px;
    }

    #video .mobile-not-wider {
        margin: 0 !important;
    }

    .caption {
        margin-bottom: 5px;
    }

    .inline-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .mobile-text-center {
        text-align: center;
    }

    .mobile-no-show {
        display: none;
    }

    .black-head {
        width: 100%;
        margin-left: auto;
    }

    .extra-wide {
        width: 100%;
        margin-left: auto;
    }

    .no-margin {
        margin-left: 0;
        margin-right: 0;
    }

    html {
        overflow-x: hidden;
    }

    .mobile-20-bottom-pad {
        padding-bottom: 20px;
    }

    #loginbar {
        background-position: 97% center;
    }

    .sales-page-split-button .arrow {
        display: none;
    }

    .sales-page-split-button {
        height: 125px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 20px;
    }

    .container-760 {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .container-860 {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    body {}

    .left {
        margin-right: 10px;
        margin-left: 10px;
    }

    h5 {
        font-size: 24px;
    }

    .right {
        margin-right: 10px;
        margin-left: 10px;
    }

    .grey-box-image.right.staci,
    .grey-box-image.right.jake {
        margin-bottom: 20px;
    }

    #flag-header .header-text {
        text-align: center;
    }

    #flag-header img {
        margin-bottom: 7px;
    }

    .pricing-buttons {
        text-align: center;
    }

    .pricing-buttons h2 {
        font-size: 32px;
    }

    .pricing-buttons.men-only .pricing-subtitle {
        display: none;
    }

    .pricing-buttons h3 {
        margin: 12px 0 0;
        font-size: 26px;
    }

    .buy_text {
        padding: 40px 30px;
        text-align: center;
    }

    .plan-label {
        padding: 0;
        font-size: 19px;
    }

    .pricing-buttons h3 {
        font-size: 28px;
        /*white-space: nowrap;
	*/
    }

    .grey-bg-full-width img {
        width: 100%;
    }

    .button {
        margin: 10px 10% 20px;
    }

    .button.full {
        margin: 10px 0 20px 0;
    }

    .button a {
        font-size: 26px;
        line-height: 1.1;
    }

    .full.button a {
        line-height: 1.1;
    }

    .sales_container {
        max-width: 560px;
    }

    #buy_heading.sales_container h2 {
        font-size: 1.25em;
    }

    .mens,
    .womens {
        padding: 15px;
    }

    .sales-collapse .panel-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 32px;
    }

    #headline {
        background-position: 50% 160px;
        background-size: 900px auto;
    }

    #video .video {
        margin-top: -200px;
    }

    h4 {
        font-size: 26px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 540px) {
    body {
        font-size: 16px;
    }

    .container-520 {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    .container-660 {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    h1 {
        font-size: 22px;
    }

    .orange-head {
        font-size: 26px;
    }

    .grey-bg-full-width .caption {
        font-size: 16px;
        font-style: italic;
        padding: 15px;
    }

    .video h3 {
        font-size: 17px;
    }

    #headline {
        background-position: 50% 120px;
        background-size: 115% auto;

    }

    #video .video {
        margin-top: -205px;
    }

    .button a {
        font-size: 20px;
    }

    .full.button a {}

    .pricing-buttons h3 {
        margin: 12px 0 0;
        font-size: 20px;
    }

    .tabs dl dd a {
        line-height: 1.1;
        padding: 10px 15px;
    }

    .tabs dl dd div p {
        line-height: 1.35;
        font-size: 14px;
        margin: 0 15px 15px;
    }

    #tab1: target~.tabs .tab1 dd div {
        height: 370px;
        padding: 20px 0 0;
    }

    #tab2: target~.tabs .tab2 dd div {
        height: 440px;
        padding: 20px 0 0;
    }

    #tab3: target~.tabs .tab3 dd div {
        height: 420px;
        padding: 20px 0 0;
    }

    #tab4: target~.tabs .tab4 dd div {
        height: 420px;
        padding: 20px 0 0;
    }

    #pricing .pricing-bg {
        padding: 0 15px;
    }

    #included .included-bg {
        padding: 0 15px 20px 15px;
    }
}

@media screen and (max-width: 460px) {
    h1 {
        font-size: 20px;
    }

    .orange-head {
        font-size: 18px;
    }

    .video h3 {
        font-size: 15px;
    }

    #video .video {
        margin-top: -162px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    #headline {
        background-position: 50% 120px;
        background-size: 115% auto;
    }

    .grey-bg-full-width .caption {
        font-size: 13px;
    }

    #flag-header {
        font-size: 20px;
    }

    #flag-header .nf {
        font-size: 21px;
    }

    #flag-header .nf-academy {
        font-size: 23px;
    }

    #flag-header .header-text {
        top: 14px;
    }

    #flag-header .header-text-svg {
        top: -20px;
    }

    #flag-header .payment-plan {
        position: absolute;
        left: 169px;
        top: 87px;
        margin-right: 10px;
        font-size: 14px;
    }

    #flag-header .header-text-svg img {
        width: 100%;
    }

    #loginbar {
        font-size: 10px;
        background-position: 96% center;
    }

    #video .short-sell {
        padding: 15px 35px;
        font-size: 24px;
    }

    #instructors .steve-headshot-circle,
    #instructors .staci-headshot-circle,
    #instructors .jim-headshot-circle {
        height: 145px;
    }
}

@media screen and (max-width: 425px) {
    .sales_container {
        max-width: 94%;
    }

    #buy_heading.sales_container {
        max-width: 84%;
    }

    .pricing-buttons {
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }

    .pricing-buttons h2 {
        font-size: 32px;
        padding-top: 18px;
    }

    .pricing-buttons h3 {
        margin: 12px 0 0;
        font-size: 20px;
    }

    .button a {
        font-size: 20px;
    }

    .full.button a {
        font-size: 25px;
    }

    .plan-label {
        font-size: 16px;
    }

    .black-head {
        font-size: 24px;
    }
}

@media screen and (max-width: 375px) {
    .pricing-buttons h2 {
        font-size: 32px;
        padding-top: 18px;
    }

    #tab1: target~.tabs .tab1 dd div {
        height: 420px;
        padding: 20px 0 0;
    }

    #tab2: target~.tabs .tab2 dd div {
        height: 490px;
        padding: 20px 0 0;
    }

    #tab3: target~.tabs .tab3 dd div {
        height: 470px;
        padding: 20px 0 0;
    }

    #tab4: target~.tabs .tab4 dd div {
        height: 470px;
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 320px) {
    #flag-header .payment-plan {
        margin-right: 26px;
        left: 167px;
        top: 82px;
    }
}