html,
body{
    padding: 0;
    margin: 0 auto;
}
body{
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0 0 25px;
    padding: 0;
    font-weight: 700;
}
h1{
    font-size: 40px;
    line-height: 48px;
}
h2{
    font-size: 40px;
    line-height: 48px;
}
h3{
    font-size: 32px;
    line-height: 40px;
}
h4{
    font-size: 28px;
    line-height: 36px;
}
h5,
.h5{
    font-size: 24px;
    line-height: 32px;
}
h6,
.h6{
    font-size: 20px;
    line-height: 28px;
}

img{
    max-width: 100%;
}

p{
    margin: 0 0 25px;
}

a{
    text-decoration: none;
    color: #0fa3de;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #999999;
}

.font-gochihand{
    font-family: 'Gochi Hand', cursive;
    font-weight: 400;
}
.font-300{
    font-weight: 300;
} 
.font-400{
    font-weight: 400;
} 
.font-500{
    font-weight: 500;
} 
.font-600{
    font-weight: 600;
} 
.font-700{
    font-weight: 700;
}
.font-900{
    font-weight: 900;
}  
.font-italic{
    font-style: italic;
}
.text-blue{
    color: #0fa3de;
}
.text-orange{
    color: #f7941d;
}
.text-white{
    color: #ffffff;
}
.margin-2lg{
    margin-bottom: 80px;
}
.margin-lg{
    margin-bottom: 50px;
}
.margin-md{
    margin-bottom: 25px;
}
.margin-sm{
    margin-bottom: 10px;
}
.margin-xs{
    margin-bottom: 5px;
}
.no-margin{
    margin: 0;
}
.list-default{
    margin-left: 0;
    padding: 0 0 0 15px;
}
.list-default > li{
    margin: 0 0 5px;
    padding: 0 0 0 0px;
}

.bg-yellow{
    background-color: #ffeb1e;
}

.btn{
    display: inline-block;
    padding: 15px 30px;
    text-transform: none;
    color: #ffffff;
    background-color: #0fa3de;
    border: none;
    font-weight: 700;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    font-size: 24px;
    line-height: 32px;
    white-space: normal;
}
.btn.btn-lg{
    padding: 20px 50px;
    font-size: 28px;
    line-height: 36px;
    box-shadow: 2px 4px 5px #999;
        -moz-box-shadow: 2px 4px 5px #999;
        -webkit-box-shadow: 2px 4px 5px #999;
        -o-box-shadow: 2px 4px 5px #999;
}
.btn.btn-sm{
    padding: 10px 25px;
    font-size: 18px;
    line-height: 26px;
}
.btn.btn-border{
    background-color: #ffffff;
    border: 2px solid #0fa3de;
    color: #0fa3de;
}
.btn:hover,
.btn:focus{
    color: #ffffff;
    background-color: #0c95cb;
}

.tbl-wrap{
    width: 100%;
    height: 100%;
    display: table;
}
.tbl-inner{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.row-flex{
    display: flex;
}
.row-fluid {
    margin: 0;
}
.row-fluid .col{
    padding: 0;
}

::-webkit-input-placeholder {
	color: #000000;
}

:-moz-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000000;
}

input[type=text],
input[type=email]{
    background-color: #ffffff;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px;
    margin: 0 0 15px;
    width: 100%;
}

/* HEADER */

.site-header{
    background-color: #f0f0f0;
    padding: 30px 0;
}

.main-nav{
    position: relative;
    margin-top: 9px;
}
.menu{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.menu > li{
    margin: 0;
    padding: 0;
    float: left;
}
.menu > li.nav-btn{
    margin-left: 15px;
}
.menu > li > a{
    text-transform: uppercase;
    color: #404041;
    font-weight: 700;
    padding: 10px 15px;
    display: inline-block;
}
.menu > li.nav-btn > a{
    color: #ffffff;
    text-transform: none;
}
.menu > li > a:hover,
.menu > li > a:focus{
    color: #0fa3de;
}
.menu > li.nav-btn > a:hover,
.menu > li.nav-btn > a:focus{
    color: #ffffff;
}

/* PAGE HEADER */

.site-header-page{
    background: url(images/bg-find-your-fix.jpg) no-repeat scroll 0 0;
    background-size: cover;
    padding: 30px 0; 
}

/* CONTENT */

.banner{
    background-color: #f0f0f0;
    padding: 30px 0 50px;
}
.banner-logos{
    margin: 0 -15px;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.row-middle-center{
    align-items: center;
    justify-content: center;
}
.row-middle{
    align-items: center;
}
.row-center{
    justify-content: center;
}

.banner-logos > li{
    padding: 0 15px;
    margin: 0;
    border-right: 1px solid #c0c0c0;
}
.banner-logos > li.last{
    border: none;
}
.banner-logos > li > a{
    display: block;
}
.banner-logos > li > a:hover img{
    opacity: 0.7;
}

.sc{
    padding-top: 50px;
    padding-bottom: 50px;
}
.sc-title .font-gochihand{
    font-size: 120%;
}

.sc.sc-evaluation{
    padding-top: 0;
}
.evaluation{
    margin-bottom: 60px;
}
.evaluation-book{
    padding-top: 50px;
}
.step{
    border: 10px solid #e1e1e1;
    padding: 65px 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.step-icon{
    position: absolute;
    top: -34px;
    left: 0;
    width: 100%;
}
.step-icon span{
    display: inline-block;
    background-color: #ffffff;
    padding: 0 20px;
}

.sc-mike{
    background-color: #f0f0f0;
}
.txt-del{
    text-decoration: line-through;
}
.txt-bg{
    display: inline-block;
    position: relative;
    font-family: 'Gochi Hand', cursive;
    z-index: 99;
    font-size: 150%;
}
.txt-bg:after{
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    height: 16px;
    width: 100%;
    z-index: -1;
    background-color: #f0901d;
}
.txt-bg-lg{
    font-size: 130%;
}
.txt-bg-lg:after{
    height: 24px;
    margin-top: 0px;
}

.sc-testimonial{
    background-color: #f7941d;
    padding: 40px;
}
.sc-testimonial .inner{
    background-color: #ffffff;
    padding: 50px 0;
}
.main-quote{
    min-height: 200px;
}
.quote-content{
    font-style: italic;
    margin-bottom: 25px;
    text-align: center;
}
.quote-author{
    margin-bottom: 50px;
}
.auth{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.author-thumbs{
    margin:0;
    padding: 0;
    list-style: none;
}
.author-thumbs > li{
    text-align: center;
    width: 14.28571428%;
    float: left;
    
}
.author-thumbs > li > a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 7px 7px 15px;
}

.author-thumbs > li > a.active{
    border-bottom: 8px solid #000000;
}
.author-thumbs > li > a > img{
    width: 140px;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
}
.author-thumbs > li > a:hover img{
        -o-transform: scale(1.07);
        -moz-transform: scale(1.07);
        -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.list-number{
    margin: 0 0 25px;
    padding:0;
    list-style: none;
}
.list-number > li{
    display: block;
    margin: 0 0 10px;
    padding: 0px 0 6px 55px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 40px;
    min-height: 45px;
}
.list-number > li.one{
    background-image: url(images/one.png);
}
.list-number > li.two{
    background-image: url(images/two.png);
}
.list-number > li.three{
    background-image: url(images/three.png);
}
.sc-who{
    background: url(images/who.jpg) no-repeat scroll 0 0;
    background-size: cover;
    color: #ffffff;
}
.ic-who{
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
    font-weight: 700;
}
.ic-who > li{
    display: block;
    margin: 0 0 15px;
    padding: 0;
}
.ic-who > li > img{
    margin-right: 15px;
}

.faqs{
    margin: 0 0;
    padding: 0;
    list-style: none;
}
.faqs > li{
    display: block;
    margin: 0 0 30px;
    padding: 0 0 0 80px;
    background: url(images/svgs/arrow-small.svg) no-repeat scroll 0 0;
    background-size: 60px;
}

.sc-stop{
    background: url(images/bg_stop.jpg) no-repeat scroll 0 0;
    background-size: cover;
}

.check-list{
    margin: 0 -15px 25px;
    padding: 0;
    list-style: none;
}
.check-list > li{
    margin: 0 0 25px;
    padding: 0 15px;
    float: left;
    width: 50%;
}
.check-list > li:nth-of-type(2n+1){
    clear: both;
}
.check-list > li > span{
    color: #000000;
    text-transform: uppercase;
    display: block;
    background: url(images/checked.png) no-repeat scroll 0 0;
    background-size: 32px;
    padding: 1px 0 0px 45px;
    min-height: 32px;
}


.sc-resources{
    background: url(images/bg_resrouces.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.resource-box{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px 100px;
    border: 5px solid #ffffff;
}
.resource-list{
    margin: 0 -15px 30px;
    padding: 0;
    list-style: none;
}
.resource-list > li{
    margin: 0 0 10px;
    padding: 0 15px;
    float: left;
    width: 50%;
}
.resource-list > li:nth-of-type(2n+1){
    clear: both;
}

.sc.sc-books{
    position: relative;
    z-index: 99;
    padding-bottom: 0;
}
.sc.sc-books:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content:"";
    background-color: #3f3f3f;
    height: 68%;
}
.books {
    margin: 0 -12px 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 99;
}
.books > li {
    width: 12.5%;
    float: left;
    padding: 0 12px;
    text-align: center;
}
.books figure {
    margin: 0 0 20px;
    padding: 0 7px;
}
.books figure img{
    -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
.books a:hover img{
    -o-transform: scale(1.07);
        -moz-transform: scale(1.07);
        -webkit-transform: scale(1.07);
    transform: scale(1.07);    
}
.books h6 {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.sc-featured{
    background-color: #f0f0f0;
}

.sc-resources{
    background-color: #f7941d;
}

.form-left{
    background: url(images/arrow-down.png) no-repeat scroll 0 0;
    background-size: 70px;
    padding-left: 100px;
}

.form-wrap ._form_15 form._form div._form_element{
    width: 100% !important;
    float: none !important;
}


/* VIDEO */

.video-wrapper {
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 0; 
    height: 0; 
    overflow: hidden;
    width: 100%; 
    max-width: 100%; 
    height: auto; 
}
.video-wrapper iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: none;
}

/* FOOTER */

.site-footer{
    padding: 40px 0;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
}

@media (min-width: 768px){
    .right-sm{
        float: right;
    }
    .txt-md-left{
        padding-right: 25px;
    }
    .txt-md-right{
        padding-left: 25px;
    }
    .col-logo{
        padding-right: 0;
    }
    .menu-open{
        display: none;    
    }
    .fyf-left{
        padding-right: 30px;
    }
}

@media (min-width: 992px){
    .video-middle{
        padding: 0 35px;
    }
    .show-md{
        display: none !important;
    }
}

@media (min-width: 1200px){
    .video-middle{
        padding: 0 50px;
    }
}

@media (max-width: 1199px){
    body{
        font-size: 16px;
        line-height: 24px;
    }
    h1{
        font-size: 26px;
        line-height: 44px;
    }
    h2{
        font-size: 32px;
        line-height: 40px;
    }
    h2.font-gochihand,
    h2 .font-gochihand{
        line-height: 32px;
    }
    h3{
        font-size: 25px;
        line-height: 33px;
    }
    h4{
        font-size: 21px;
        line-height: 29px;
    }
    h5,
    .h5{
        font-size: 18px;
        line-height: 26px;
    }
    h6,
    .h6{
        font-size: 16px;
        line-height: 24px;
    }
    .btn{
        font-size: 21px;
        line-height: 29px;
    }
    .btn.btn-sm{
        font-size: 16px;
        line-height: 24px;
    }
    .main-nav {
        margin-top: 0px;
    }
    .banner-inner{
        padding: 0 50px;
    }
    .arrow-fat{
        width: 100px;
    }
    .auth{
        font-size: 18px;
        line-height: 26px;
    }
    .list-number > li{
        padding: 15px 0 0px 55px;
    }
    .faqs > li{
        background-size: 45px;
        padding: 0 0 0 65px;
    }
    .stop-inner{
        padding: 0 30px;
    }
    .txt-bg-lg:after {
        margin-top: -5px;
    }
    .resource-list > li{
        width: 100%;
        float: none;
    }
    .books figure{
        min-height: 168px;
    }
    
}

@media (max-width: 991px){
    .show-md{
        display: block !important;
    }
    .hide-md{
        display: none !important;
    }
    .btn{
        font-size: 18px;
        line-height: 26px;
        padding: 15px 25px;
    }
    .margin-2lg {
        margin-bottom: 80px;
    }
    .menu > li > a{
        padding: 0px 15px;
        margin-bottom: 10px;
    }
    .banner-inner {
        padding: 0 30px;
    }
    .step{
        padding: 50px 15px 0px;
    }
    .step-icon{
        top: -38px;
    }
    .step-icon img{
        width: auto;
        height: 60px;
    }
    .sc.sc-books:after{
        height: 56%;
    }
    .form-left{
        background: none;
        padding: 0;
        margin-bottom: 30px;
    }
    .books figure{
        min-height: 112px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .step h6{
        min-height: 98px;
    }
}

@media (max-width: 767px){
    .btn{
        padding: 15px 20px;
    }
    .site-header {
        padding: 25px 0;
    }
    .logo{
        text-align: center;
        margin-bottom: 20px;
    }
    .main-nav{
        text-align: center;
    }
    .menu{
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 99;
        background-color: #0fa3de;
        margin-top: 10px;
        padding: 10px 0;
        width: 100%;
        display: none;
    }
    .menu > li {
        float: none;
        display: block;
        width: 100%;
    }
    .menu > li > a {
        padding: 12px 15px 12px;
        margin-bottom: 0;
        color: #ffffff;
        display: block;
        font-size: 20px;
        line-height: 28px;
    }
    .menu > li > a:hover,
    .menu > li > a:focus{
        color: #0c95cb;
    }
    .menu > li.nav-btn {
        margin-left: 0;
        padding: 5px 15px 0;
    }
    .menu > li.nav-btn > a{
        background-color: #0c95cb;
        padding: 10px 10px;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .banner{
        padding-top: 0;
    }
    .banner-logos{
        flex-wrap: wrap;
    }
    .banner-logos > li{
        width: 50%;
        margin-bottom: 20px;
        min-height: 0;
    }
    .banner-logos > li img{
        width: 120px;
    }
    .arrow-fat {
        width: 60px;
    }
    .step{
        margin-bottom: 60px;
    }
    .sc.sc-evaluation{
        padding-bottom: 0;
    }
    .sc.sc-mike{
        padding-bottom: 0;
    }
    .sc-testimonial{
        padding: 15px;
    }
    .author-thumbs > li{
        padding: 0;
    }
    .author-thumbs > li > a{
        padding: 3px 3px 10px;
    }
    .author-thumbs > li > a.active {
        border-bottom: 4px solid #000000;
    }
    .resource-box{
        padding: 25px 15px;
    }
    .txt-bg-lg:after{
       
    }
    .txt-bg,
    .txt-bg-lg {
        font-size: 100%;
    }
    .sc.sc-books{
        padding-bottom: 0;
    }
    .sc.sc-books:after {
        height: 300px;
    }
    .books > li{
        width: 50%;
        margin-bottom: 30px;
    }
    .books > li:nth-of-type(2n+1){
        clear: both;
    }
    .books figure {
        padding: 0 20px;
        min-height: 0;
    }
    .books figure img{
        width: 120px;
    }
    .fyf-left{
        margin-bottom: 25px;
    }
    .ic-who{
        margin:0;
    }
    .btn.btn-lg {
        padding: 15px 20px;
        font-size: 21px;
        line-height: 29px;
        width: 100%;
    }
}

@media (max-width: 479px){
    
    
}