#header .title{
    padding-top: 110px;
    padding-right: 5%;
}

#header .bg img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h1{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
}


#header dt{
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: -1px;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
}


.block{
    max-width: 1000px;
    margin: 0 auto;
}

#content h2{
    font-size: 32px;
    line-height: 37px;
    font-weight: normal;
    margin-top: 0;
}

/*vision-mission*/

#vision-mission{
    position: relative;
    padding-top: 3%;
    margin-top: 20px;
    z-index: 1;
    padding-bottom: 3%;
}

#vision-mission .container{
    position: relative;
    z-index: 2;
}

#vision-mission .container .half{
    padding: 0 75px;
}
#vision-mission .container .half:first-child{
    border-right: solid 1px #485f2b;
}

#vision-mission img{
    display: block;
    margin: -20px auto 0;
}
#vision-mission h2{
    font-weight: normal;
    text-transform: uppercase;
    color: #485f2b;
    font-size: 24px;
    margin-top: 20px;
}
#vision-mission .half p{
    font-size: 18px;
    font-weight: 400;
}
#vision-mission .text{
    color: #485f2b;
    font-size: 24px;
    line-height: 32px;
    padding: 0 50px;
}


#vision-mission .scroll{
    bottom: 10px;
}
#vision-mission .scroll:after{
    top: 55%;
}
#vision-mission .scroll.down:after{
    top: 60%;
}


/*support*/
#support{
    position: relative;
    padding: 100px 0 50px;
    overflow: hidden;
}
#support .bg{
    position: absolute;
    width: auto;
    top: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

#support .box{
    width: calc(50% - 50px);
    float: right;
    padding: 35px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
       -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
            box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}


#support .box p{
    font-size: 12px;
    font-weight: 400;
}

#support .video-container{
    display: inline-block;
    width: 380px;
    max-width: 100%;
    margin: 30px 0;
}

#support .video{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 56%;
}


/*steps*/
#steps{
    position: relative;
    background: #f8fbf7;
}
#steps .box{
    padding: 55px 30px 7% 0;
    width: calc(50% - 50px);
    float: right;
}

#steps .bg{
    position: absolute;
    left: 0;
    bottom: 0;
}

#steps h2{
    margin-bottom: 35px;
}

#steps .step{
    margin: 20px 0 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
#steps h3{
    position: relative;
    padding-left: 40px;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #485f2b;
    margin: 0;
}
#steps h3 span{
    position: absolute;
    top: -5px;
    left: 0;
    width: 30px;
    height: 30px;
    background: #fbbc08;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    line-height: 31px;
}

#steps p{
    margin: 15px 0;
}

#steps ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -5px;
    max-width: 450px;
}
#steps li{
    position: relative;
    padding: 0 0 0 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
#steps li:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid 1px #fbbc08;
    top: 5px;
    left: 0;
    border-radius: 50%;
}


#steps .circle-container{
    position: absolute;
    width: 400px;
    left: 0;
    top: 0;
    -webkit-transform: translate(-20%, -50%);
       -moz-transform: translate(-20%, -50%);
         -o-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
}
.circle .outer{
    border-width: 33px;
}

/* Responsive ----------------------------------------------------------*/


@media(max-width: 1550px){
    #support .bg{
        top: 0;
    }
}

@media(max-width: 1500px){
    #steps .circle-container{
        left: 5%;
    }
}

@media(max-width: 1400px){
    #header .title {
        float: right;
        width: 55%;
    }
    #steps .circle-container{
        left: 10%;
    }
}

@media(max-width: 1350px){
    #support .bg{
        max-width: unset;
        width: 110%;
    }
    #support .video-container{
        width: 300px;
    }
}


@media(max-width: 1300px){
    h1{
        font-size: 25px;
    }
    #header dt{
        font-size: 35px;
    }
    #header .bg img{
        min-width: 1300px;
    }
}


@media(max-width: 1200px){
    h1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    #header dt{
        font-size: 32px;
        margin-bottom: 5px;
    }
    #support .bg{
        width: 115%;
    }
}


@media(max-width: 1150px){
    #support{
        padding: 0;
    }
    #support .bg{
        position: static;
        transform: none;
        width: 100%;
        margin-top: -50px;
    }
    #support .container{
        margin: -250px 0 0;
    }
    #support .box{
        width: 100%;
    }
    #support .box h2 br{
        display: none;
    }
    #support center{
        float: right;
        width: 50%;
    }
}


@media (max-width: 1100px){
    #header .title {
        padding-top: 100px;
    }
    h1{
        font-size: 23px;
        margin-bottom: 10px;
    }
    #header dt{
        font-size: 29px;
    }
    #header .bg img {
        min-width: 1200px;
    }
}


@media(max-width: 1000px){
    h1{
        font-size: 22px;
        margin-bottom: 10px;
    }
    #header dt{
        font-size: 27px;
    }
    #header dd {
        font-size: 20px;
    }
    #vision-mission .container .half:nth-child(odd){
        padding-left: 0;
        padding-right: 30px;
    }
    #vision-mission .container .half:nth-child(even){
        padding-left: 30px;
        padding-right: 0;
    }
    #vision-mission .text{
        padding: 0;
    }
    #support .container{
        margin: -200px 0 0;
    }
    #support .box{
        padding: 50px 7%;
    }
    #support center{
        float: none;
        width: auto;
    }
    #support .video-container{
        width: 380px;
        margin: 30px 0 50px;
    }
    #steps .circle-container{
        position: relative;
        float: none;
        left: 50%;
        max-width: 60%;
        margin: 0;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    #steps .box{
        width: 100%;
        padding: 110px 7% 7%;
    }
    #steps .bg{
        position: static;
        margin-top: -150px;
    }
}


@media(max-width: 950px){
    #header dt{
        font-size: 26px;
    }
}


@media(max-width: 800px){
    #vision-mission{
        margin-top: 0;
    }
    #vision-mission .container .half:nth-child(odd),
    #vision-mission .container .half:nth-child(even){
        float: none;
        padding: 30px 50px 0px;
        width: auto;
        border: none;
    }
    #vision-mission .text{
        padding: 0 50px;
    }
    #support .container{
        margin: -150px 0 0;
    }
}


@media(max-width: 750px){
    #steps .bg{
        margin-top: -100px;
    }
}


@media(max-width: 650px){
    #support .container{
        margin: -100px 0 0;
    }
    #support .bg{
        margin-top: -25px;
    }
}

@media(max-width: 600px){
    #header .title{
        width: 100%;
    }
    #vision-mission .container .half:nth-child(odd),
    #vision-mission .container .half:nth-child(even){
        padding: 30px 0px 0px;
    }
    #vision-mission .text{
        padding: 0;
    }
    #vision-mission .text p{
        margin-top: 10px;
    }
    #steps .circle-container{
        max-width: 70%;
    }
}


@media(max-width: 500px){
    #support .container {
        margin: -50px 0 0;
    }
    #support .box{
        padding: 10% 7%;
    }
    #support .bg{
        margin: 0;
    }
    #steps .circle-container{
        max-width: 80%;
    }
    #steps .bg{
        margin-top: -50px;
    }
    #steps .box{
        padding: 20% 0 7%;
    }
}


@media(max-width: 350px){
    #steps .circle-container{
        max-width: 90%;
    }
}