/* New margins and spacing */
.margin-clear-bottom, .margin-clear-bottom b {
    margin-bottom: 0 !important;
}

.btn--mb-1 {
    margin-bottom: 0.5em;
}

.unpad {
    padding: 0 0;
}

.gen-center {
    text-align: center;
    margin: 0 auto;
}

.no-top-pad {
    padding-top: 0;
}

.no-bott-pad {
    padding-bottom: 0;
}

.section-margin-bott {
    padding: 0 0 7.42857143em 0;
}

.section-margin-top {
    padding: 7.42857143em 0 0 0;
}

span.right-spacing {
    padding-right: 15px;
}

span.left-spacing {
    padding-left: 15px;
}

/* Gradient bg */
.bg--gradient-1 {
    background: #dcdcdc;
    /* Old browsers */
    background: -moz-linear-gradient(right, #dcdcdc 0%, #f4f4f4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #dcdcdc 0%, #f4f4f4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #dcdcdc 0%, #f4f4f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f4f4f4', GradientType=1);
    /* IE6-9 */
}

/* Remove hover off feature box hovers */
a.dec-none:hover {
    text-decoration: none;
}

img.round-top-corners {
    border-radius: 6px 6px 0 0;
}

/* custom padding for small boxes (features) */
.feature-custom-box {
    padding: 1.5em;
}

/* div padding -- non section items */
.course-pad {
    padding-bottom: 0.6em;
}

.custom-pad-1 {
    padding-bottom: 1em;
}

.custom-pad-2 {
    padding-bottom: 1.5em;
}

.custom-pad-3 {
    padding-bottom: 2em;
}

.custom-pad-4 {
    padding-bottom: 2.5em;
}

.boxed-course-pb-1 {
    padding-bottom: 5.5em;
}

@media screen and (max-width: 768px) {
    .custom-pad-3-sm {
        padding-bottom: 2em;
    }

    .boxed-p-change {
        min-height: 8.5em !important;
    }

    .hide-mobile {
        display: none;
    }
}

@media screen and (max-width: 475px) {
    .custom-mb-1-xs {
        margin-bottom: 1em !important;
    }
}

.custom-pad-top-1 {
    padding-top: 1em;
}

.custom-pad-top-2 {
    padding-top: 1.5em;
}

.icon-box-spacing--top {
    padding-top: 1.2em;
}

.top-move {
    top: -1em;
}

.inner-pad {
    padding: 7.42857143em 0;
}

div.space--md {
    padding-top: 11.14285714em;
    padding-bottom: 11.14285714em;
}

div.space--sm {
    padding-top: 4.95238095em;
    padding-bottom: 4.95238095em;
}

div.space-bottom--sm {
    padding-bottom: 4.95238095em;
}

@media screen and (max-width: 991px) {
    div.space-bottom--xs {
        padding-bottom: 3.125em;
    }
}

section.inner div.inner-pad:last-child {
    padding: 7.42857143em 0 0 0;
}

section.inner div.inner-pad:first-child {
    padding: 0 0 7.42857143em 0;
}

/* -------- white box styling -------- */
.white-box {
    background: #ffffff;
    padding: 0 2.5em;
}

.white-box-2 {
    background: #ffffff;
    padding: 2.5em;
}

.box--lg {
    padding: 2.5em;
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}

/* CENTER VERTICAL */
.center-align-vertical {
    display: flex;
    align-items: center;
}

.row.center-align-vertical {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 990px) {
    .center-align-vertical {
        display: inherit;
        align-items: center;
    }

    .row.center-align-vertical {
        display: inherit;
        align-items: center;
    }
}

/* min height fix for vertical center position divs */
/* TAGS - MIDDLE HEIGHT FIX CENTER POSITION FIXES*/
.height-fix-1 {
    min-height: 650px;
}

/* TAGS - MIDDLE HEIGHT FIX CENTER POSITION FIXES*/
.section-height-fix {
    min-height: 620px;
}

.section-height-fix-2 {
    min-height: 350px;
}

@media screen and (max-width: 767px) {
    .pos-fix-height {
        height: initial;
    }

    .pos-vertical-center.clearfix.pos-fix {
        top: unset;
        transform: initial;
        -webkit-transform: initial;
    }

    div.inner-pad {
        padding: 2.78571429em 0;
    }

    div.inner-pad-2 {
        padding: 1.5em 0;
    }

    div.inner-pad-2 {
        padding: 1.5em 0;
    }
}

/* Vert offset for homepage courses */
@media (max-width: 1500px) {
    .vert-offset-top-4 {
        margin-top: 0;
    }

    .vert-offset-top-2 {
        margin-top: 0;
    }
}

/* ------------------------------------------*/
/* --- 2nd fixed Nav (selltowin academy) --- */
/* ------------------------------------------*/
.anchor {
    display: block;
    height: 132px;
    margin-top: -132px;
    visibility: hidden;
}

.boxed-nav {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #ec232d;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

nav.fixed--second-nav {
    z-index: 9;
}

nav.fixed--second-nav.unpad p {
    line-height: 1.5em;
}

a.block.boxed-nav div.move-it {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    padding: 1.2em;
}

a.block.boxed-nav div.move-it:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

a.boxed-nav:hover {
    background-color: #9f0c13;
}

@media screen and (max-width: 867px) {
    a.block.boxed-nav div.move-it {
        padding: 0.8em;
    }
}

@media screen and (max-width: 767px) {
    .section-margin-bott {
        padding: 0 0 3.2em 0;
    }

    .no-top-pad-xs {
        padding-top: 0;
    }

    .nav--hide p {
        font-size: 0.75em;
    }
}

@media screen and (max-width: 500px) {
    ul.nav--hide {
        display: none;
    }
}

/* active second nav element */
.activeNav {
    background-color: #000000;
}

/* when second nav gets fixed to top of page */
.navIsFixed {
    z-index: 100;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

/* ---------------------------*/
/*-- COLORS --*/
/* ---------------------------*/
.bw-filter {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.opacity-50 {
    opacity: 0.5;
}

/* ARROWS */
.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ec232d;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ec232d;
    display: block;
}

/* ---------------------------*/
/* --- 4 Feature Box Sizing --- */
/* ---------------------------*/
@media screen and (max-width: 767px) {
    .feature-4-sizing {
        margin: 0 5% 30px 5%;
    }

    .feature-lg-sizing {
        margin: 0 5% 0 5%;
    }
}

/* feature float above dropshadow*/
.position-fix-1 {
    z-index: 1;
}

/* ----------------------------------------*/
/* --- Hero Section - Scroll down --- */
/* ---------------------------------------*/
a.section06 {
    position: absolute;
    bottom: 13%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-animation: sdb06 1.5s infinite;
    animation: sdb06 1.5s infinite;
    box-sizing: border-box;
}

@media screen and (max-width: 450px) {
    a.section06 {
        bottom: 18%;
        width: 18px;
        height: 18px;
    }
}

@-webkit-keyframes sdb06 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb06 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

/* ----------------------------------------------*/
/* -- Hero Section - curved section seperator -- */
/* ---------------------------------------------*/
#ecademy::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent url("/img/gradient-shapes-1.svg") bottom center no-repeat;
    -webkit-background-size: 5223px 600px;
    background-size: 5223px 600px;
    z-index: 2;
}

/* ---------------------------*/
/* ---Client Logo Styling --- */
/* ---------------------------*/
.client-logos {
    margin: 0 0;
}

/* ---------------------------*/
/* ------- Typography ------- */
/* ---------------------------*/
span.highlight1 {
    background-color: #ec232d;
    padding: 0 5px;
}

h1.selltowin {
    font-family: "Arial Black", Arial Bold, Gadget, sans-serif;
    font-weight: 900;
    font-size: 8em;
    line-height: 0;
}

h1.font-error-page {
    font-family: "Arial Black", Arial Bold, Gadget, sans-serif;
    font-weight: 900;
    font-size: 6em;
    line-height: 0;
}

.type--xl {
    font-size: 8em;
    line-height: 1em;
}

.text--white {
    color: white;
}

@media screen and (max-width: 768px) {
    h1.selltowin {
        font-size: 4em;
        margin-bottom: 1.5em;
    }

    span.h2.inline-block.type--light {
        margin-bottom: 0;
    }

    .type--xl {
        font-size: 5.75em;
        line-height: 1em;
    }
}

@media screen and (max-width: 425px) {
    h1.selltowin {
        font-size: 3em;
    }

    .type--xl {
        font-size: 4.75em;
        line-height: 1em;
    }
}

/* ---------------------------*/
/* ------ Stats Section ------ */
/* ---------------------------*/
h2.custom-margin-bot {
    margin-bottom: 1.5em;
}

.stats-padding {
    padding: 1.8em;
}

.stats-padding h3 {
    margin-bottom: 0;
}

.weight-500 {
    font-weight: 500;
}

/* ---- Bootstrap Theme Amends---- */
hr.page-divide {
    margin: 0 0;
    padding: 0 0;
}

/* ---------------------------*/
/* Navigation Bar */
/* ---------------------------*/
.nav-container {
    background-color: white;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 99;
}

.nav-container.navbar-fixed-top {
    height: 59px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 996px) {
    .nav-container.navbar-fixed-top {
        height: 80px;
        display: flex;
        align-items: center;
    }
}

/* ---------------------------*/
/* menu buttons */
/* ---------------------------*/
.bar__module {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .bar__module {
        display: block;
    }

    /* menu restyle */
    ul.menu-horizontal.text-center-xs li {
        line-height: 38px;
    }

    .nav-container.navbar-fixed-top {
        padding: 0 0;
    }
}

/* ---------------------------*/
/* White spacing fix (right side) */
/* ---------------------------*/
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

/* ---------------------------*/
/* JW PLAYER EDITS / CSS FIXES*/
/* ---------------------------*/
/* Youtube video fix height */
@media screen and (max-width: 990px) {
    .youtube-height {
        height: 400px;
    }
}

.jw-player-container {
    height: 100%;
}

.jw-embed-responsive {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -28.1%;
    /* video height / video width */
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-cover.jw-cover-fix {
    position: relative;
    padding-bottom: 56.2%;
}

@media screen and (max-width: 990px) and (min-width: 567px) {
    .video-cover.jw-cover-fix {
        min-height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .jw-player--modal-fix {
        min-height: 400px;
    }
}

@media screen and (min-width: 1900px) {
    .Fullscreen-modal-fix {
        width: 70rem !important;
        height: 70rem !important;
    }
}

/* ------------------------- */
/* FIXED FOOTER REMEDY - MAIN CONTAINER*/
.main-container {
    position: relative;
    z-index: 2;
}

/* NAVBAR STYLING */
/* Meet the coach -- Tab styling */
.tab__content.rick-tabs {
    min-height: 9.4em;
    padding-top: 25px;
}

/* --------------------------------------- */
/* -------- Overlap - home section -------- */
/* --------------------------------------- */
.exacdemy-section-pad {
    padding-bottom: 12em;
}

.section--overlap--home {
    position: relative;
    top: -13em;
    z-index: 6;
}

.offers-cta > h4, .offers-cta > p, .offers-cta > p span {
    color: white;
}

/* --------------------------------------- */
/* Disable cursor change on hoover */
/* --------------------------------------- */
.no-pointer-event {
    pointer-events: none;
}

/* small video icon */

.video-icon-smaller {
    width: 3em;
    height: 3em;
    border-width: 2px;
    margin-top: -5px;
}

/* --- Move up on Hover --- */
.hover-move {
    transition: transform 0.5s;
}

.hover-move:hover {
    transform: translateY(-20px);
}

/* ---------------------------------------- */
/* ----------- Selection color ------------ */
/* ---------------------------------------- */
::selection {
    background: #acacac;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #acacac;
    /* Gecko Browsers */
}

/* --------------------------------- */
/* --- Contstant contact styling --- */
/* --------------------------------- */
.ctct-inline-form .g-recaptcha {
    display: none !important
}

#ctct_form_0 {
    min-height: 0;
}

.ctct-form-defaults {
    padding: 0;
    border: 0;
    margin: 0;
}

#email_address_0, #first_name_0 {
    padding: 6.5px 6.5px 6.5px 13px;
    border: 1px solid rgb(236, 236, 236) !important;
    border-radius: 6px !important;
    background-color: rgb(252, 252, 252) !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 26.25px !important;
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
    color: #373737 !important;
}

input#email_address_0:focus, input#first_name_0:focus {
    border-color: #d3766d !important;
    outline: none;
}

.ctct-inline-form, .ctct-form-header, .ctct-form-text, .ctct-form-footer {
    font-family: 'Lato', 'Verdana', 'Helvetica', sans-serif;
}

.ctct-form-button {
    width: 20% !important;
    display: inline-block !important;
    font-size: 12px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.ctct-form-button:hover,
.ctct-form-button:active {
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    background: #9f0c13 !important;
    border-color: #9f0c13 !important;
}

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
    line-height: 0 !important;
}

#email_address_field_0, #first_name_field_0 {
    width: 39% !important;
    display: inline-block;
    padding: 0 15px;
}

.ctct-form-errorMessage {

}

@media screen and (max-width: 991px) {
    #email_address_field_0, #first_name_field_0 {
        width: 100% !important;
    }

    .ctct-form-button {
        width: 150px !important;
    }
}

/*   Rickies Ask the Coach Page  */
/* ------------ */
/* Toggle classes */
.height-fix2 {
    min-height: 90px;
}

#toggle-1 {
    text-align: center;
}

.width-100 {
    width: 100%;
}

#toggled-1 {
    display: none;
}