/*!
 * ETHOS FITNESS SYSTEMS
 * Copyright 2016 Ethos Fitness Systems
 */


/* Individual Page Hero Backgrounds */

.ethos-page-hero-fhitness {
    /* FHITness Hero */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url('../img/ethos-fhitness-med.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.ethos-page-hero-crossfit {
    /* CrossFit Hero */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url('../img/ethos-crossfit-med-03.jpg') !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.ethos-page-hero-sportsperf {
    /* Sports Performance Hero */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url('../img/ethos-sportsperf-med-03.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.ethos-page-hero-personal-training {
    /* Personal Training Hero */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url('../img/ethos-personaltrain-med.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.ethos-page-hero-kidfit {
    /* KidFit Hero */
    background-image: url('../img/ethos-11-med.jpg') !important;
    background-position: top !important;
}

.ethos-page-hero-schedule {
    /* Schedule Hero */
    background-image: url('../img/ethos-schedule-med-03.jpg') !important;
}

.ethos-page-hero-memberships {
    /* Memberships Hero */
    background-image: url('../img/ethos-memberships-med.jpg') !important;
}

.ethos-page-hero-inbody {
    /* InBody Hero */
    background-image: url('../img/ethos-inbody-med.jpg') !important;
}

.ethos-page-hero-myzone {
    /* MyZone Hero */
    background-image: url('../img/ethos-myzone-med.jpg') !important;
}

.ethos-page-hero-sugarwod {
    /* SugarWOD Hero */
    background-image: url('../img/ethos-sugarwod-med.jpg') !important;
}

.ethos-page-hero-dropin {
    /* Drop In Hero */
    background-image: url('../img/ethos-dropin-med.jpg') !important;
}

.ethos-page-hero-thanks {
    /* Drop In Hero */
    background-image: url('../img/ethos-default-hero-dark.jpg') !important;
}

.ethos-page-hero-friend {
    /* Refer-a-friend Hero */
    background-image: url('../img/ethos-friend-med.jpg') !important;
}


/* DO NOT TOUCH ANYTHING BELOW THIS LINE */

body {
    background-color: #101010;
    font-family: Roboto, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1.4rem;
    color: #CDCDCD;
    /* background-image: url('../img/ethos-03-dark.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    */
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

a {
    color: #6BCE38;
}

input:focus {
    outline: none;
}

.layout {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

.page {
    z-index: 0;
}

.wrap {
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
}

.wrap-left {
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 0;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.btn-secondary {
    background-color: transparent !important;
    border: 1px solid #CDCDCD !important;
    color: #CDCDCD;
}

.btn-secondary-green {
    background-color: transparent !important;
    border: 1px solid #6BCE38 !important;
    color: #6BCE38 !important;
}

.pad-btm {
    margin-bottom: 0px;
}

.pad-btm-30 {
    margin-bottom: 30px;
}

.ethos-green {
    color: #6BCE38;
}

.pointer {
    cursor: pointer;
}

.img-inpage img {
    width: 100%;
    max-width: 960px;
}

.img-inpage-sm {
    width: 100%;
    max-width: 468px;
    float: right;
    margin-left: 15px;
    margin-bottom: 30px;
}

.img-inpage-nofloat {
    float: none;
    clear: both;
    margin-left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    align-self: center;
    text-align: center;
}

.border-dev {
    border: 1px solid orange;
}

.no-border-btm {
    border-bottom: 0px !important;
}

.stickybar {
    background-color: #101010;
    position: -webkit-sticky;
    text-align: center;
    color: #fff;
    height: auto;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
    border-top: 0;
    padding: 20px 0px;
    display: none;
}

.stickybar-shadow {
    -webkit-box-shadow: 0px -10px 26px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px -10px 26px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px -10px 26px 6px rgba(0, 0, 0, 0.6);
}

.side-nav {
    background-color: #151515;
    color: #6BCE38;
}

.side-nav a {
    color: #6BCE38;
    font-weight: 300;
    font-size: 1rem;
}

.side-nav .divider {
    background-color: #3a3a3a;
    margin: 0px;
}

.side-nav .subheader {
    color: #9e9e9e;
    font-size: 1.3rem;
    font-weight: 300;
}

.side-nav .click-to-call {
    color: #9e9e9e;
    font-size: 1.3rem;
    font-weight: 300;
}

.side-nav .ethos-logo {
    border: 0px solid orange;
    height: 50px;
    margin-top: 20px;
    margin-left: 16px;
}


/* laptop & desktop */

@media only screen and (min-width:75em) {
    .side-nav .ethos-logo {
        margin-left: 30px;
    }
}

.ethos-header-box {
    border: 0px solid orange;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
    position: relative;
}

.ethos-header-box .ethos-logo {
    border: 0px solid orange;
    height: 50px;
    margin: 10px;
    margin-left: 15px;
    z-index: 1;
    cursor: pointer;
}


/* laptop & desktop */

@media only screen and (min-width:75em) {
    .ethos-header-box .ethos-logo {
        height: 80px;
        margin: 20px;
        margin-left: 25px;
    }
}

.ethos-header-box .ethos-menu-tog {
    border: 0px solid orange;
    background-image: url('../img/ethos-hdr-menu-bkgnd.png');
    background-repeat: no-repeat;
    background-position: top right;
    margin-left: -15px;
    z-index: 0;
}


/* laptop & desktop */

@media only screen and (min-width:75em) {
    .ethos-header-box .ethos-menu-tog {
        border: 0px solid orange;
        background-image: url('../img/ethos-hdr-menu-bkgnd-lrg.png');
        background-repeat: no-repeat;
        background-position: top right;
        margin-left: -15px;
    }
}

.ethos-header-box .ethos-menu-tog .ethos-menu-button {
    border: 0px solid orange;
    padding: 22px 0px;
    margin-top: 5px;
    margin-right: 10px;
    max-width: 100px;
    float: right;
    cursor: pointer;
    font-size: 1.2rem;
    color: #CDCDCD;
}


/* laptop & desktop */

@media only screen and (min-width:75em) {
    .ethos-header-box .ethos-menu-tog .ethos-menu-button {
        border: 0px solid orange;
        padding: 44px 0px;
        margin-right: 10px;
        max-width: 100px;
        font-size: 1.6rem;
    }
}

.ethos-hero-box {
    border: 0px solid orange;
    /* background-image: url('../img/ethos-default-hero.jpg'); */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 290px;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    /* Safari */
    display: flex;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .ethos-hero-box {
        height: 450px;
        background-position: center;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
    .ethos-hero-box {
        height: 450px;
        background-position: center;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .ethos-hero-box {
        height: 550px;
        background-position: center;
    }
}


/* desktop */

@media only screen and (min-width:95em) {
    .ethos-hero-box {
        height: 650px;
        background-position: center;
    }
}

.ethos-hero-box .ethos-hero-left {
    border: 0px solid orange;
    background-image: url('../img/ethos-hero-overlay-left.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right bottom;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex: 1;
    z-index: 1;
    margin: 0;
    flex-direction: column;
    position: relative;
}

.ethos-hero-box .ethos-hero-right {
    border: 0px solid orange;
    background-image: url('../img/ethos-hero-overlay-right.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left bottom;
    flex: 1;
    z-index: 0;
    margin: 0;
}

.ethos-hero-box .ethos-hero-box-inner {
    border: 0px solid red;
    position: absolute;
    top: 20px;
    left: 15px;
}

@media only screen and (min-width:48em) {
    .ethos-hero-box .ethos-hero-box-inner {
        border: 0px solid green;
        top: 50px;
    }
}

@media only screen and (min-width:64em) {
    .ethos-hero-box .ethos-hero-box-inner {
        border: 0px solid blue;
        top: 60px;
        left: 30px;
    }
}

@media only screen and (min-width:75em) {
    .ethos-hero-box .ethos-hero-box-inner {
        border: 0px solid purple;
        top: 40px;
        left: 30px;
    }
}

@media only screen and (min-width:95em) {
    .ethos-hero-box .ethos-hero-box-inner {
        border: 0px solid pink;
        top: 90px;
        left: 60px;
    }
}

.ethos-hero-box .ethos-tagline {
    border: 0px solid yellow;
    color: #fafafa;
    font-weight: 300;
    font-size: 2.55rem;
    margin-bottom: 15px;
    line-height: 2rem;
    letter-spacing: -2px;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.65);
    flex: 1;
    transform-origin: 0 0;
    display: inline-block;
    /* align-self: flex-end; */
}

.ethos-hero-box .ethos-tagline span {
    color: #6BCE38;
    display: block;
    font-size: 4rem;
    letter-spacing: -5px;
    font-style: normal;
    line-height: 3.6rem;
    font-weight: 600;
}

.ethos-hero-box .ethos-tagline span:nth-child(2) {
    color: #fafafa;
    font-size: 1.75rem;
    line-height: 1.5rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1px;
}

.ethos-hero-box .btn-get-started {
    width: 100%;
    max-width: 155px;
    align-self: flex-start;
    font-size: 1rem;
    line-height: 0.8rem;
    letter-spacing: -0.3px;
    height: auto;
    padding: 10px 15px;
    margin-top: 0px;
    background-color: #6BCE38;
    display: block;
}

@media only screen and (min-width:48em) {
    .ethos-hero-box .btn-get-started {
        max-width: 414px;
        font-size: 1.2rem;
        line-height: 1rem;
    }
}

@media only screen and (min-width:64em) {
    .ethos-hero-box .btn-get-started {
        max-width: 414px;
        font-size: 1.2rem;
        line-height: 1rem;
    }
}

@media only screen and (min-width:75em) {
    .ethos-hero-box .btn-get-started {
        max-width: 414px;
        font-size: 1.4rem;
        line-height: 1.2rem;
    }
}

@media only screen and (min-width:95em) {
    .ethos-hero-box .btn-get-started {
        max-width: 414px;
        font-size: 1.4rem;
        line-height: 1.2rem;
    }
}

.ethos-hero-box .btn-get-started-secondary {
    width: 100%;
    max-width: 155px;
    align-self: flex-start;
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: -0.3px;
    height: auto;
    padding: 5px 15px;
    margin-top: 15px;
    background-color: transparent;
    border: 1px solid #cdcdcd;
    display: block;
}

@media only screen and (min-width:48em) {
    .ethos-hero-box .btn-get-started-secondary {
        max-width: 414px;
        font-size: 0.8rem;
        line-height: 1rem;
    }
}

@media only screen and (min-width:64em) {
    .ethos-hero-box .btn-get-started-secondary {
        max-width: 414px;
        font-size: 0.8rem;
        line-height: 1rem;
    }
}

@media only screen and (min-width:75em) {
    .ethos-hero-box .btn-get-started-secondary {
        max-width: 414px;
        font-size: 1rem;
        line-height: 1.2rem;
    }
}

@media only screen and (min-width:95em) {
    .ethos-hero-box .btn-get-started-secondary {
        max-width: 414px;
        font-size: 1rem;
        line-height: 1.2rem;
    }
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .ethos-hero-box .ethos-tagline {
        font-size: 4.9rem;
        line-height: 3.8rem;
    }

    .ethos-hero-box .ethos-tagline span {
        font-size: 7.2rem;
        line-height: 6rem;
    }

    .ethos-hero-box .ethos-tagline span:nth-child(2) {
        font-size: 3.15rem;
        line-height: 2.5rem;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
    .ethos-hero-box .ethos-tagline {
        font-size: 4.9rem;
        line-height: 3.8rem;
    }

    .ethos-hero-box .ethos-tagline span {
        font-size: 7.2rem;
        line-height: 6rem;
    }

    .ethos-hero-box .ethos-tagline span:nth-child(2) {
        font-size: 3.15rem;
        line-height: 2.5rem;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .ethos-hero-box .ethos-tagline {
        font-size: 7.4rem;
        line-height: 7.8rem;
    }

    .ethos-hero-box .ethos-tagline span {
        font-size: 11.3rem;
        line-height: 7rem;
    }

    .ethos-hero-box .ethos-tagline span:nth-child(2) {
        font-size: 4.85rem;
        line-height: 6rem;
    }
}

.ethos-top3-box {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    border-bottom: 5px solid #6BCE38;
    font-size: 0.8rem;
    font-weight: 300;
}

.ethos-top3-box div {
    flex: 1;
}

.ethos-top3-box div div {
    border: 0px solid orange;
    flex: 1;
    padding-top: 0.8rem;
}

.ethos-top3-box div.ethos-divider {
    width: 27px;
    height: 47px;
    flex: none;
    padding: 0;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .ethos-top3-box {
        font-size: 1.1rem;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
    .ethos-top3-box {
        font-size: 1.25rem;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .ethos-top3-box {
        font-size: 1.25rem;
    }
}

.ethos-intro-box {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    background-color: #3A3A3A;
    padding: 20px 30px;
    border-bottom: 5px solid #6BCE38;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url("../img/ethos-section-intro-bkgnd.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    flex-direction: column;
}

.ethos-intro-box ul {
    padding-left: 25px;
    margin-top: -20px;
}

.ethos-intro-box ul li {
    padding: 5px 0px;
    list-style-type: disc !important;
}

.ethos-intro-box ul.normal {
    padding-left: 25px;
    margin-top: 0px;
}

.ethos-intro-box p {
    border: 0px solid orange;
    text-align: justify;
    margin-bottom: 30px;
}

.ethos-intro-box h5 {
    text-align: left;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -1px;
}

.ethos-intro-box a {
    border: 0px solid orange;
    float: right;
}

.ethos-intro-div-btm {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    background-color: transparent;
    height: 30px;
}

.ethos-intro-div-btm .ethos-intro-div-btm-gray {
    border: 0px solid orange;
    flex: 1;
    background-color: #6BCE38;
}

.ethos-promo-box {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: center;
    min-height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../img/ethos-section-inspire-bkgnd.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-bottom: 30px;
    color: #fafafa;
}

.ethos-promo-left {
    border-right: 1px solid #3a3a3a;
    flex: 1;
}

.ethos-promo-right {
    border-left: 1px solid #3a3a3a;
    flex: 1;
}

.ethos-promo-box h5 {
    font-size: 2rem;
    font-weight: 300;
}

.ethos-promo-box ul {
    font-size: 1.1rem;
    font-weight: 300;
}

.ethos-promo-single {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-content: stretch;
    align-items: flex-start;
}

.ethos-promo-single div {
    border: 0px solid orange;
    padding: 0px;
    flex: 1;
    align-self: stretch;
}

.ethos-promo-single span {
    margin-left: -70px;
}

.ethos-promo-single .only {
    color: yellow;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
}

.ethos-promo-single h5 {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 2rem;
    letter-spacing: -1px;
}

.ethos-promo-single h1 {
    font-size: 6rem;
    font-weight: 900;
    line-height: 1rem;
    margin: 30px 0px 50px 0px;
    padding: 0px 0px 0px 25px;
    letter-spacing: -6px;
    position: relative;
}

.ethos-promo-single h1 span {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1rem;
    margin: 0px;
    margin-left: -25px;
    padding-right: 0px;
    position: absolute;
    bottom: 10px;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .ethos-promo-single h1 {
        font-size: 8rem;
        font-weight: 900;
        line-height: 1rem;
        margin: 45px 0px 50px 0px;
        padding: 0px 0px 0px 10px;
        letter-spacing: -6px;
        position: relative;
    }

    .ethos-promo-single h1 span {
        font-size: 3rem;
        font-weight: 900;
        line-height: 1rem;
        margin: 0px;
        margin-left: -25px;
        padding-right: 0px;
        position: absolute;
        bottom: 25px;
    }

    .ethos-promo-single span {
        margin-left: -130px;
    }

    .ethos-promo-single h5 {
        border: 0px solid orange;
        margin-bottom: 30px;
    }

    .ethos-promo-box ul {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 2rem;
    }
}

.ethos-programs-box {
    border: 0px solid orange;
    color: #6BCE38;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
}

.ethos-programs-box-page {
    border: 0px solid orange;
    color: #6BCE38;
    margin-right: -1rem;
    margin-left: -1rem;
    margin-bottom: -30px;
}

.ethos-programs-box-page .col-xs-12, .ethos-programs-box-page .col-sm-6, .ethos-programs-box-page .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.ethos-programs-box .box {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ethos-programs-box .header {
    padding-bottom: 30px;
}

.ethos-programs-box div {
    padding-left: 0;
    padding-right: 0;
}

.ethos-programs-box p {
    text-align: justify;
}

.ethos-programs-box h5 {
    text-align: left;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -2px;
}

.ethos-program-photo-block {
    border: 0px solid red;
    height: 500px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.ethos-program-card-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.ethos-program-card-shadow:hover {
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ethos-fhitness-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/ethos-fhitness-med.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ethos-crossfit-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/ethos-crossfit-med-03.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ethos-sportsperf-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/ethos-sportsperf-med-03.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ethos-personaltrain-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/ethos-personaltrain-med.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ethos-programs {
    border: 0px solid red;
    background-color: transparent;
    color: #cdcdcd;
    padding: 15px !important;
    flex: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
    margin: 0px;
    margin-bottom: 0px;
}

.ethos-programs h6 {
    color: #fafafa;
    font-size: 2rem;
    font-weight: 600;
}

.ethos-programs p {
    font-size: 1rem;
    font-weight: 300;
}


/* mini tablets - portrait */

@media only screen and (min-width:36em) {
    .ethos-programs h6 {
        font-size: 2.5rem;
    }

    .ethos-programs p {
        font-size: 1.2rem;
    }
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .ethos-programs h6 {
        font-size: 2.2rem;
    }

    .ethos-programs p {
        font-size: 1.1rem;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
    .ethos-programs h6 {}
}


/* laptop */

@media only screen and (min-width:75em) {
    .ethos-programs h6 {}
}

.ethos-programs span {
    font-size: 2rem;
    width: 100%;
    text-align: right !important;
}

.ethos-pillars-main-box {
    border: 0px solid orange;
    background-color: #fcfcfc;
    padding: 0;
    padding-bottom: 30px;
    color: #3a3a3a;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../img/ethos-section-intro-bkgnd.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ethos-pillars-main-box a {
    float: right;
}

.ethos-pillars-title {
    border: 0px solid orange;
    color: #fafafa;
    padding: 15px;
}

.ethos-pillars-title p {
    border: 0px solid orange;
    color: #fafafa;
}

.ethos-pillars-title h5 {
    text-align: left;
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: -2px;
}

.ethos-pillars-box {
    border: 0px solid orange;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0px;
}


/* tablets/laptop/desktop */

@media only screen and (min-width:64em), only screen and (min-width:75em) {
    .ethos-pillars-box {
        border: 0px solid orange;
        flex-direction: row;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.ethos-pillars-box .col-xs-12, .ethos-pillars-box .col-sm-12, .ethos-pillars-box .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    border: 0px solid orange;
}


/* tablets/laptop/desktop */

@media only screen and (min-width:64em), only screen and (min-width:75em) {
    .ethos-pillars-box .col-xs-12, .ethos-pillars-box .col-sm-12, .ethos-pillars-box .col-md-4 {
        padding-left: 0;
        padding-right: 0;
        border: 0px solid orange;
    }
}

.ethos-pillars-photo-block {
    border: 0px solid red;
    height: 500px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
}


/* tablets/laptop/desktop */

@media only screen and (min-width:64em), only screen and (min-width:75em) {
    .ethos-pillars-photo-block {
        border: 0px solid red;
        height: 500px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        position: relative;
    }
}

.ethos-inbody-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/ethos-inbody-med.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ethos-myzone-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/ethos-myzone-med.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ethos-sugarwod-block {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url('../img/ethos-sugarwod-med.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ethos-pillars {
    border: 0px solid red;
    background-color: transparent;
    color: #cdcdcd;
    padding: 15px !important;
    flex: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
    margin: 0px;
    margin-bottom: 0px;
}

.ethos-pillars h6 {
    color: #fafafa;
    font-size: 1.5rem;
    font-weight: 600;
}

.ethos-pillars p {
    font-size: 1rem;
    font-weight: 300;
}


/* mini tablets - portrait */

@media only screen and (min-width:36em) {
    .ethos-pillars h6 {
        font-size: 2rem;
    }

    .ethos-pillars p {
        font-size: 1.1rem;
    }
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .ethos-pillars h6 {
        font-size: 2.2rem;
    }

    .ethos-pillars p {
        font-size: 1.1rem;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
    .ethos-pillars h6 {
        font-size: 2.2rem;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .ethos-pillars h6 {
        font-size: 2.2rem;
    }
}

.ethos-pillars-div-top {
    border: 0px solid orange;
    flex: 1;
    background-color: #6BCE38;
    height: 30px;
    padding-left: 15px;
}

.ethos-pillars-div-top-trans {
    border: 0px solid orange;
    flex: 1;
    background-color: transparent;
    height: 30px;
    margin-bottom: 30px;
}

.ethos-pillars-div-top-green {
    border: 0px solid orange;
    flex: 1;
    background-color: #6BCE38;
    height: 30px;
    padding-left: 0px;
}

.ethos-inspire-box {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-direction: column;
    background-color: #6BCE38;
    padding: 0px 10px 0px 10px;
    background-image: url("../img/ethos-section-inspire-bkgnd.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #3a3a3a;
}

.ethos-inspire-div-top {
    border: 0px solid orange;
    flex: 1;
    background-color: transparent;
    height: 30px;
    padding-left: 0px;
}

.ethos-inspire-div-top-white {
    border: 0px solid orange;
    flex: 1;
    background-color: #fcfcfc;
    height: 30px;
    padding-left: 0px;
}

.ethos-inspire-div-content {
    border: 0px solid orange;
    flex: 1;
    background-color: transparent;
    align-self: center;
    flex-wrap: nowrap;
    padding: 30px 0px;
    text-align: center;
}

.ethos-inspire-div-content span {
    font-size: 2rem;
    padding: 10px 20px 30px 20px;
}

.ethos-inspire-div-content p {
    font-size: 1rem;
    font-style: italic;
}

.ethos-inspire-div-btm {
    border: 0px solid orange;
    flex: 1;
    background-color: transparent;
    height: 30px;
    padding-right: 0px;
}

.ethos-inspire-div-btm-gray {
    border: 0px solid orange;
    flex: 1;
    background-color: #3a3a3a;
    height: 30px;
    padding-right: 0px;
}

.ethos-form-box {
    border: 0px solid orange;
    background-color: #3A3A3A;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url('../img/ethos-section-form-bkgnd.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.ethos-interest-title .ethos-form-title {
    border: 0px solid orange;
}

.ethos-interest-title .ethos-form-title h6 {
    border: 0px solid orange;
    font-size: 1.64rem;
    color: #6BCE38;
    text-transform: uppercase;
}

.ethos-interest-title .ethos-form-title p {
    color: #fcfcfc;
}

.form-interest {
    border: 0px solid orange;
    padding-bottom: 60px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.form-interest .form-interest-box {
    flex: 1;
}

.form-interest .form-interest-box label.label-title {
    border: 0px solid orange;
    line-height: 1.1rem;
    flex: none;
}

.form-interest .form-interest-box #form-contactmethod, .form-interest .form-interest-box #form-interest {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media only screen and (min-width:35em) {
    .form-interest .form-interest-box #form-contactmethod, .form-interest .form-interest-box #form-interest {
        margin-bottom: 15px;
        display: inline-block;
    }
}

.form-interest .form-interest-box [type="checkbox"]+label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    margin-bottom: 16px;
    margin-right: 20px;
}

.form-interest .form-interest-box [type="radio"]+label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    margin-bottom: 8px;
    margin-top: 8px;
}

.ethos-footer-box {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    background-color: #151515;
    padding-bottom: 80px;
    border-top: 1px solid #606060;
    padding-top: 30px;
}

.ethos-footer-box .non-portable {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center;
    align-content: center;
}

.ethos-footer-box .portable-tablet {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
}

.ethos-footer-box .portable-phone {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center;
    align-content: center;
}

.ethos-footer-box .footer {
    border: 0px solid orange;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    flex: 1;
}

.ethos-footer-box .footer div {
    border: 0px solid orange;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}

.ethos-footer-box .footer div img {
    width: 100%;
    max-width: 364px;
}

.ethos-footer-box .footer .ethos-top-awards {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.ethos-footer-box .footer .ethos-top-awards div {
    border: 0px solid orange;
}


/* mini tablets - portrait */

@media only screen and (min-width:36em) {
    .ethos-footer-box .footer .ethos-top-awards {
        border: 0px solid orange;
        display: -webkit-flex;
        /* Safari */
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
        align-content: center;
        margin-left: 10px;
    }

    .ethos-footer-box .footer .ethos-top-awards div {
        border: 0px solid orange;
        flex: 1;
    }
}

.ethos-footer-box .footer div img.tablet {
    width: 70%;
    max-width: 364px;
}

.ethos-footer-box .footer div img.mobile {
    width: 100%;
    max-width: 260px;
    margin-left: -10px;
}

.ethos-footer-box .footer div.mobile-left img {
    margin-left: 0px;
}

.ethos-footer-box .footer-mobile-call {
    border-top: 5px solid #6BCE38 !important;
}

.ethos-footer-box .footer .ethos-logo {
    border: 0px solid orange;
    margin-bottom: 30px;
}

.ethos-footer-box .footer .ethos-phone-hero {
    border: 0px solid orange;
    color: #f3f3f3;
    font-weight: 900;
    font-size: 2.8rem;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}


/* mini tablets - portrait */

@media only screen and (min-width:36em) {
    .ethos-footer-box .footer .ethos-phone-hero {
        font-size: 3.7rem;
    }
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .ethos-footer-box .footer .ethos-phone-hero {
        font-size: 4rem;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
    .ethos-footer-box .footer .ethos-phone-hero {
        font-size: 2.8rem;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .ethos-footer-box .footer .ethos-phone-hero {
        font-size: 4rem;
    }
}

.ethos-footer-box .footer .social {
    border: 0px solid orange;
    margin-left: 0px;
    flex: 1;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: nowrap;
    /* Safari */
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .ethos-footer-box .footer .social {
        border: 0px solid orange;
        margin-left: -10px;
        -webkit-justify-content: center;
        /* Safari */
        justify-content: center;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .ethos-footer-box .footer .social {
        border: 0px solid orange;
        margin-left: 0px;
        -webkit-justify-content: center;
        /* Safari */
        justify-content: center;
    }
}

.ethos-footer-box .footer .social-mobile {
    border: 0px solid orange;
    margin-left: -10px;
    margin-bottom: 0px !important;
}

.ethos-footer-box .footer .social-mobile div {
    border: 0px solid orange;
    margin-left: 0px;
    margin-bottom: 0px !important;
    flex: 1;
}

.ethos-footer-box .footer .social-mobile div span {
    color: #f3f3f3;
    font-size: 3rem;
    flex: 1;
    flex-direction: row;
    cursor: pointer;
}

.ethos-footer-box .footer .social div span {
    color: #f3f3f3;
    font-size: 4rem;
    flex: 1;
    flex-direction: row;
    cursor: pointer;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .ethos-footer-box .footer .social div span {
        font-size: 3.5rem;
        margin: 0px 30px;
    }
}


/* CONTENT PAGE STYLES */

.ethos-page-title-box {
    border: 0px solid orange;
    color: #6BCE38;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 15px;
    background-color: #2A2A2A;
}


/* laptop */

@media only screen and (min-width:75em) {
    .ethos-page-title-box {
        font-size: 1.5rem;
        padding-left: 25px;
    }
}

.ethos-page-hero-box {
    border: 0px solid orange;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url('../img/ethos-default-hero.jpg');
    /* default if script fails */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 250px;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .ethos-page-hero-box {
        height: 450px;
        background-position: center;
    }
}


/* tablets - landscape */

@media only screen and (min-width:64em) {
    .ethos-page-hero-box {
        height: 450px;
        background-position: center;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .ethos-page-hero-box {
        height: 550px;
        background-position: center;
    }
}


/* desktop */

@media only screen and (min-width:95em) {
    .ethos-page-hero-box {
        height: 650px;
        background-position: center;
    }
}

.schedule-box {
    max-width: 960px;
    margin: 30px 0px;
    border: 0px solid red;
    color: #cdcdcd;
}

.class-schedule-mobile {
    font-size: 1rem;
}

.class-schedule {
    font-size: 1.2rem;
}

.class-schedule-mobile td {
    width: 11%;
    font-weight: 300;
    padding: 3px;
}

.class-schedule td {
    width: 11%;
    font-weight: 300;
    padding: 10px;
}

td.class-schedule-day {
    color: #6BCE38;
    font-weight: 900;
}

.schedule {
    position: relative;
}

.schedule p, .schedule h5 {
    text-align: left;
    margin-left: 20px;
}

.schedule h5 {
    color: #cdcdcd;
}

.schedule p {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.cfc-schedule {
    font-size: 1rem;
}

#events-upcoming {
    border: 0px solid orange;
    list-style: none !important;
    list-style-type: none !important;
    margin-top: 20px;
    color: #cdcdcd;
    text-align: left;
    margin-left: -25px;
}

#events-upcoming li {
    border: 1px solid #666666;
    padding: 10px 15px;
    margin: 0px;
    list-style-type: none !important;
    font-size: 16px;
    margin-left: 0px;
    margin-bottom: 5px;
}

#events-upcoming span.date {
    font-size: 13px;
    font-weight: normal;
}

#events-upcoming span.summary {
    display: block;
    margin-top: 8px;
    color: #999999;
}

#events-upcoming span.description {
    display: block;
    margin-top: 8px;
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: 300;
    color: #999999;
}

.ethos-programs-btns {
    border: 0px solid orange;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.ethos-programs-btns div {
    border: 0px solid orange;
    flex: none;
    margin-bottom: 30px;
}


/* portrait phone (< 480px) */

@media only screen and (max-width:29.9999em), only screen and (min-width:30em) and (max-width:39.9999em) {
    .ethos-programs-btns {
        margin-left: 5px;
        margin-right: 5px;
    }

    .ethos-programs-btns div {
        padding: 0px;
    }

    .ethos-programs-btns div a.btn {
        min-width: 300px;
    }
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .ethos-programs-btns {
        flex-direction: row;
    }

    .ethos-programs-btns div {
        padding: 5px;
    }

    .ethos-programs-btns div a.btn {
        padding: 0px 20px;
    }
}

.ethos-kidfit-photos {
    border: 0px solid orange;
    display: flex;
    padding: 0;
    flex-direction: column;
}

.ethos-kidfit-photos div {
    border: 0px solid orange;
    flex: 1;
    padding: 5px;
}

.ethos-kidfit-photos img {
    width: 100%;
    margin-bottom: 15px;
}

.ethos-kidfit-photo-inline {
    float: none;
    display: block;
    width: 100%;
}


/* tablets - portrait */

@media only screen and (min-width:36em), only screen and (min-width:48em) {
    .ethos-kidfit-photos {
        flex-direction: row;
    }

    .ethos-kidfit-photos div {
        padding: 5px;
    }

    .ethos-kidfit-photos img {
        margin-bottom: 0px;
    }

    .ethos-kidfit-photo-inline {
        float: left;
        margin-right: 20px;
        display: inline;
        width: auto;
        margin-bottom: 25px;
    }
}

.ethos-photo-inline-right {
    float: none;
    display: inline;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.ethos-photo-inline-left {
    float: none;
    display: inline;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}


/* tablets - portrait */

@media only screen and (min-width:36em), only screen and (min-width:48em) {
    .ethos-photo-inline-right {
        float: right;
        margin-left: 20px;
        display: inline;
        width: auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .ethos-photo-inline-left {
        float: left;
        margin-right: 20px;
        display: inline;
        width: auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.ethos-crossfit-media {
    border: 0px solid orange;
    display: flex;
    padding: 0;
    flex-direction: column;
    margin-bottom: 30px;
}

.ethos-crossfit-media div {
    border: 0px solid orange;
    flex: 1;
    padding: 0px;
}

.ethos-crossfit-media h5 {
    font-size: 1.2rem;
}


/* tablets - portrait */

@media only screen and (min-width:36em), only screen and (min-width:48em) {
    .ethos-crossfit-media {
        flex-direction: row;
    }
}


/* Testimonials */

.ethos-crossfit-testimonials {
    border: 0px solid orange;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
}

.ethos-crossfit-testimonials div {
    flex: 1;
}

.testimonials {
    text-align: justify;
    padding: 5px;
    ;
}

.testimonials blockquote {
    border: 0px solid orange;
    background-color: #222222;
    padding: 1em;
    font-size: 1rem;
    color: #999999;
    line-height: 1.4;
    margin: 1em 0 0 0;
    border-radius: 6px;
}

.testimonials .avatar {
    border: 1px solid transparent;
    background-image: url('../img/ethos-comment-btm.png');
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: -1px;
}

.testimonials .avatar img {
    border-radius: 50%;
    float: left;
    display: inline;
    margin-right: 1em;
    margin-left: 4em;
    margin-top: 1em;
    width: 50px;
    height: 50px;
}

.testimonials .avatar p {
    text-align: left;
    padding-top: 0.5em;
    color: #999999;
    font-weight: 300;
    font-size: 1.3rem
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .testimonials blockquote {
        font-size: 1.2rem;
    }
}

.ethos-tagline-thanks {
    border: 0px solid orange;
    color: #fafafa;
    font-weight: 300;
    font-size: 4rem;
    margin-bottom: 15px;
    line-height: 4rem;
    letter-spacing: -2px;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    align-content: flex-start;
    /* align-self: flex-end; */
}

.ethos-tagline-thanks span span {
    color: #6BCE38;
    display: block;
    font-size: 2.75rem;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 2.2rem;
    font-weight: 600;
}

.ethos-tagline-thanks span:nth-child(2) {
    color: #fafafa;
    font-size: 1.75rem;
    line-height: 2rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1px;
}

.btn-hero-free-trial {
    position: absolute;
    top: calc(75% - 25px);
    left: calc(50% - 105px);
}

.relative {
    position: relative;
}

.page-hero-title {
    position: absolute;
    top: 15px;
    left: 0px;
    font-size: 2rem;
    line-height: 1.6rem;
    font-weight: 600;
    color: #6BCE38;
    letter-spacing: -1px;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
}

.page-hero-title span {
    color: #fafafa;
    font-weight: 300;
    font-size: 1.8rem;
    margin-left: 10px;
}


/* tablets - portrait */

@media only screen and (min-width:48em) {
    .page-hero-title {
        font-size: 3rem;
        line-height: 2.5rem;
        top: 20px;
    }

    .page-hero-title span {
        color: #fafafa;
        font-weight: 300;
        font-size: 2.6rem;
        margin-left: 15px;
    }
}


/* laptop */

@media only screen and (min-width:75em) {
    .page-hero-title {
        font-size: 4rem;
        line-height: 2.7rem;
        top: 30px;
        left: 10px;
    }

    .page-hero-title span {
        color: #fafafa;
        font-weight: 300;
        font-size: 3rem;
        margin-left: 20px;
    }
}

.ethos-review-box {
    border: 0px solid orange;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    background-color: #3A3A3A;
    background-image: url("../img/ethos-section-intro-bkgnd.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    flex-direction: column;
}

.review-box {
    text-align: center;
    margin: 10px;
    margin-bottom: 60px;
}

.google-reviews {
    border: 1px solid #404040;
    margin: auto;
    border-radius: 6px;
    background-color: #fcfcfc;
    margin-bottom: 30px;
}

.max960 {
    max-width: 960px;
    padding: 0px !important;
}

.google-links div {
    font-size: 18px;
    font-weight: 300;
    padding: 0px !important;
}


/*
.logo-box {
    border: 1px solid orange;
    height: 70px;
    text-align: center;
}

.logo-box img {
    width: 100%;
    max-width: 960px;
}

.logo-box img.thanks {
    width: 100%;
    max-width: 400px;
    cursor: pointer;
}

.logo-box img.mobile {
    width: 100%;
    max-width: 368px;
}

#hero-box {
    background-image: url('../img/ethos-03-dark.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 500px;
    margin-top: 0px;
    border: 1px solid orange;
}

#hero-box div {
    position: relative;
    top: 60%;
    transform: translateY(-50%);
}

.intro-box {
    border: 0px solid orange;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-interest {
    display: flex;
    align-items: center;
    justify-content: center;
}

#interest {
    width: 100%;
    max-width: 960px;
}

.tagline {
    color: #fafafa;
    font-weight: 300;
    font-size: 80px;
    margin-top: 35px;
    line-height: 72px;
    letter-spacing: -4px;
}

.tagline span {
    display: block;
    font-size: 53px;
    letter-spacing: -5px;
    font-style: normal;
    line-height: 48px;
    font-weight: 100;
}

.tagline span:nth-child(2) {
    font-size: 44px;
    font-style: normal;
    letter-spacing: -1px;
}

.tagline span span {
    display: inline;
    font-weight: 400;
    color: #6BCE38 !important;
    font-size: 44px;
    font-style: normal;
    letter-spacing: -1px;
}

.ethos-phone-hero {
    color: #f3f3f3;
    font-weight: 900;
    font-size: 3.3rem;
    margin-top: 35px;
    text-align: center;
    width: 100%;
    border: 0px solid red;
}

.txt-intro-white {
    color: #909090;
    font-size: 1.2rem;
    line-height: 1.8rem;
    max-width: 960px;
    border: 0px solid red;
    text-align: justify;
    margin: 0;
}

.section-title {
    background-color: rgba(117, 192, 68, 0.125);
    max-width: 960px;
    margin: auto;
    padding-left: 10px;
    height: 65px;
    vertical-align: middle;
    border: 0px solid red;
}

.section-title p {
    color: #6BCE38;
    font-size: 2rem;
    font-weight: 100;
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}







.icon-links {
    font-size: 24px;
    width: 48px;
    height: 30px;
    text-align: center;
}
.icon-links-text {
    font-size: 16px;
}

.review-box {
    text-align: center;

}

.google-reviews {
  max-width: 960px;
  border: 1px solid #404040;
  margin: auto;
  border-radius: 6px;
  background-color: #d9d9d9;
}
.max960 {
  max-width: 960px;
  padding: 0px !important;
}
.google-links div {
  font-size: 18px;
  font-weight: 300;
  border: 0px solid orange;
  padding: 0px !important;
}

*/


/* Materialize Overrides */

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #6BCE38;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #6BCE38;
}

[type="checkbox"]:checked+label:before {
    border-right: 2px solid #6BCE38;
    border-bottom: 2px solid #6BCE38;
}

[type="checkbox"]:indeterminate+label:before {
    border-right: 2px solid #6BCE38;
}

[type="checkbox"].filled-in:checked+label:after {
    border: 2px solid #6BCE38;
    background-color: #6BCE38;
}

[type="checkbox"].filled-in.tabbed:checked:focus+label:after {
    background-color: #6BCE38;
    border-color: #6BCE38;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #6BCE38;
}

input[type=range]+.thumb {
    background-color: #6BCE38;
}

input[type=range]+.thumb .value {
    color: #6BCE38;
}

input[type=range]::-webkit-slider-thumb {
    background-color: #6BCE38;
}

input[type=range]::-moz-range-thumb {
    background: #6BCE38;
}

input[type=range]::-ms-thumb {
    background: #6BCE38;
}


/* Text inputs */

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    color: #9e9e9e;
}


/* Style Placeholders */

::-webkit-input-placeholder {
    color: #9e9e9e;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
}

:-ms-input-placeholder {
    color: #9e9e9e;
}

.select-wrapper input.select-dropdown:read-only {
    color: #9e9e9e;
}

.side-nav a.btn-floating:hover {
    background-color: #6BCE38;
}

.spinner-layer {
    border-color: #6BCE38;
}

.progress .determinate {
    background-color: #6BCE38;
}

.progress .indeterminate {
    background-color: #6BCE38;
}

span.badge.new {
    background-color: #6BCE38;
}

.btn, .btn-large {
    background-color: #6BCE38;
}

.btn:hover, .btn-large:hover {
    background-color: #4c8f1f;
}

.btn-floating {
    background-color: #6BCE38;
}

.btn-floating:hover {
    background-color: #6BCE38;
}

.fixed-action-btn .fab-backdrop {
    background-color: #6BCE38;
}

.dropdown-content {
    background-color: #303030;
}

.dropdown-content li {
    color: #fff;
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
    background-color: #404040;
}

.dropdown-content li.active.selected {
    background-color: #404040;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #6BCE38;
}

.chips.focus {
    border-bottom: 1px solid #6BCE38;
    box-shadow: 0 1px 0 0 #6BCE38;
}

.chips .chip.selected {
    background-color: #6BCE38;
    color: #fff;
}

.select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    color: #808080;
    background-color: transparent;
}

.select-wrapper span.caret {
    color: #9e9e9e;
}

.select-wrapper span.caret.disabled {
    color: rgba(0, 0, 0, 0.26);
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #6BCE38;
    box-shadow: 0 1px 0 0 #6BCE38;
}

input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #6BCE38;
}

.input-field .prefix.active {
    color: #6BCE38;
}

.input-field label {
    color: #CDCDCD;
    font-size: 1rem;
}

.input-field label:not(.label-icon).active {
    font-size: 1rem;
}

label {
    font-size: 1rem;
    color: #CDCDCD;
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.15) !important;
}