/* GLOBAL ------------------------------------------------------------------------ */

.section-padding {
    padding: 75px 0;
}

.lt-grey-bg {
    background: #f9f9f8;
    text-align: center;
}

.cyan-bg {
    background-color: #0e91a1;
}

.midnite-blue-bg {
    background-color: #070f1b;
}

.lt-orange-bg {
    background-color: #fff7f0;
}

.cyan-color {
    color: #29aeba;
}

h2.section-heading {
    margin-top: 0;
}

ul.checkmark li {
    /*background: url({% static 'img/bullet-checkmark-orange.png' %}) 0 12px no-repeat;*/
    padding-left: 33px;
    list-style: none;
}

.cta-button {
    padding: 20px;
    margin: 0;
}

.paragraph-block {
    text-align: justify;
    line-height: 2em;
    padding: 0;
}

/* Extra small devices */
@media(max-width:767px){

    h2.section-heading {
        font-size: 36px;
    }

    ul.checkmark {
        padding-left: 10px;
    }
}

/* Small devices */
@media(min-width:768px){

    h2.section-heading {
    }
}

/* Medium devices */
@media(min-width:992px){

    ul.checkmark {
        margin-top: 10px;
    }

    ul.checkmark li {
        line-height: 2.5em;
    }
}

/* Large devices */
@media(min-width:1200px){}

/* HEADER & NAVBAR ---------------------------------------------------------------- */

.navbar-brand {
    padding: 0;
}

img.logo {
    max-width: 293px;
    max-height: 50px;
}

/* HERO --------------------------------------------------------------------------- */

.cosmic-background {
    position: absolute;
    width: 100%;
    overflow: hidden;
    border-bottom: 4px #FF9536 solid;
}

.hero-statement {
    color:#ffffff;
    font-weight: 300;
}

#hero-cta-button {
    margin-top: 120px;
}

/* Extra small devices */
@media (max-width: 767px) {

    #hero-section {
        position: relative;
        min-height: 500px;
        padding-top: 40px;
    }

    .cosmic-background {
        height: 460px;
    }

    .hero-statement {
        padding-top: 70px;
    }

}

/* Small devices */
@media(min-width:768px){

    #hero-section {
        position: relative;
        min-height: 460px;
        /*padding-top: 120px;*/
        padding-top: 0;
    }

    .cosmic-background {
        /*height: 380px;*/
        height: 460px;
    }

    .hero-statement {
        padding-top: 100px;
    }

}

/* Medium devices */
@media(min-width:992px){

    .hero-statement {
        padding-top: 150px;
    }

}

/* Large devices */
@media(min-width:1200px){}


/* HOW IT WORKS ------------------------------------------------------------------- */

#how-it-works {
    color: #ffffff;
}

#how-it-works h2, #how-it-works h3, #how-it-works h4 {
    color: #ffffff;
}

/* PROGRAM FEATURES --------------------------------------------------------------- */

#program-features .line-break {
    margin: 25px 0 50px 0;
}


/* Extra small devices */
@media (max-width: 767px) {

}

/* Small devices */
@media(min-width:768px) {

    #program-features .line-break {
        margin: 40px 0;
        visibility: hidden;
    }
}

/* Medium devices */
@media(min-width:992px){

}

/* Large devices */
@media(min-width:1200px){}

/* PRICING ------------------------------------------------------------------------ */

#pricing {
}

#pricing .fill {
    width: 272px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #f9f8f9
}

#pricing .fill .top {
    position: relative;
    padding: 15px 10px 10px;
    background: #e9e9e8
}

#pricing .top p {
    margin: 2px 0
}
