#nav{
    height:100%;
}
#nav.fixed{
    position:fixed;
}
.sidebar-nav {
    max-height: 100%;
    overflow: auto;
}
.content-holder{
    background:#fff;
}
#content .subscribe .holder {
    padding: 145px 18% 61px;
}
#content .subscribe h2{
    margin: 0 0 15px;
    font: 60px/64px 'Anodyne W01 Regular', Arial, Helvetica, sans-serif;
    color:#fff;
}
#content .get-started .holder {
    padding: 202px 73px 108px;
}
.three-columns {
    margin-bottom: 0;
}
.top-hero .overlay {
    top:46.2%;
}
.bcg{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.success{
    width: 80%;
    margin: 40px auto;
    text-align: center;
    font-size: 24px;
}
.section-wrapper .section.right .holder {
    padding: 342px 73px 79px;
}

.tec-secondary-hero {
    margin-top: 60px;
}
@media only screen and (max-width: 1679px){
    .section-wrapper .section.right .holder {
        padding: 240px 73px 141px;
    }
    .section-wrapper .section.center .holder {
        padding: 180px 73px 263px;
    }
    .project-filter .description-holder {
        bottom:20%;
    }
    .three-columns {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1299px){
    .three-columns {
        margin-bottom: 0;
    }
    #content .subscribe .holder {
        padding: 94px 17px 61px;
    }
    #content .subscribe h2{
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 18px;
    }
    #content .get-started .holder {
        padding: 132px 17px 84px;
    }
}
@media only screen and (max-width: 439px) {
    .section-wrapper .section.center .holder, .section-wrapper .section.right .holder {
        padding: 123px 12px 166px;
        background-position:0 0!important;
    }
    .section-wrapper .section.right .holder .navigation {
        padding: 0 13%;
    }
}
@media only screen and (max-width: 763px) {
    header.method.heading{
        padding:0;
    }
    .method .tag{
        display:block;
    }
}