.two-col-block ._row {
    align-items: flex-start;
}

.two-col-block ._row > :first-child {
    margin-top: 0;
}

.two-col-block ._row {
    padding-top: 108px
}

._col {
    width: 50%;
    padding: 0 30px;
    
}

._col.col-text-block {
    font-family: "Post Grotesk";
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

.proj-details .deets {
    padding-left: 108px;
}

.proj-details .deets h4 {
    font-family: "Post Grotesk";
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.proj-details .deets + .deets {
    margin-top: 30px;;
}

.proj-details .deets span {
      font-family: "Post Grotesk";
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}

.two-col-block .proj-details {
    padding-top: 10px;
}

.page-context .main-content-div > .container.two-col-block {
   padding-bottom: 36px;
}

.footer-v2 {
    background: #F9F9F8
}

.footer-v2 .sharing {
    padding-left: 25% !important;
    flex: 50%;
    max-width: 100%;
}

.footer-v2 .fa-facebook-f:before, 
.footer-v2 .fa-facebook:before,
.footer-v2 .fa-linkedin:before,
.footer-v2 .fa-twitter:before {
    color: #fff;
}

.footer-v2 .social a:hover {
    cursor: pointer;
    background-color: #afaeaa;
}

._featured-post.card .grid-item-header {
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 36px 0;
    margin: 0;
}

._featured-post.card h3 {
    font-size: 24px;
    margin-top: 18px;
    margin-bottom: 0;
}

._featured-post.card {
    border-top: 1px solid #000;
    margin-top: 0;
}

.home.v2 .featured-projects .row > div  {
    margin-bottom: 130px;
    padding-bottom: 0 !important;
}

.home.v2 .featured-projects {
    margin-bottom: 95px !important;
    margin-top: 200px;
}


.home.v2 .featured-projects .card-post a {
    height: auto !important;
}

.video-section {
    width: calc(1332px - 54px);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 51.5%;
    max-width: 100%;
    height: auto;
}

.page-context .video-section .project-cover, .page-context .video-section .video-js {
    width: 100%;
}

.video-section video {
    object-fit: cover;
}

.single-project .col-text-block > h1:first-child,
.single-project .col-text-block > h2:first-child,
.single-project .col-text-block > h3:first-child,
.single-project .col-text-block > h4:first-child,
.single-project .col-text-block > h5:first-child,
.single-project .col-text-block > h6:first-child {
    margin-bottom: 30px;
}

.deets a {
    display: inline-block;
    text-decoration: underline;
}

.no-desc.no-cta .cover-text {
    background: transparent !important;
}

.slick-list .green-cta {
        text-transform: uppercase;
    padding: 11px 10px 11px 20px;
    color: #000000;
    display: block;
    background-color: rgba(204, 221, 0, 0.9);
    position: relative;
    position: absolute;
    bottom: 100px;
    right: 0;
    z-index: 99999;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    font-family: "Post Grotesk";
    text-decoration: none;
}

.slick-list .green-cta:hover {
    color: #fff;
}

.slick-list .green-cta:before {
        -webkit-transform: rotate(
90deg
);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: -webkit-linear-gradient( 
135deg
, transparent 16px, rgba(204, 221, 0, 0.9) 0 ), -webkit-linear-gradient(
45deg
, transparent 16px, rgba(204, 221, 0, 0.9) 0);
    background: -o-linear-gradient( 135deg, transparent 16px, rgba(204, 221, 0, 0.9) 0 ), -o-linear-gradient(45deg, transparent 16px, rgba(204, 221, 0, 0.9) 0);
    background: -webkit-linear-gradient( 
145deg
, transparent 16px, rgba(204, 221, 0, 0.9) 0 ), -webkit-linear-gradient(
35deg
, transparent 16px, rgba(204, 221, 0, 0.9) 0);
    background: -o-linear-gradient( 145deg, transparent 16px, rgba(204, 221, 0, 0.9) 0 ), -o-linear-gradient(35deg, transparent 16px, rgba(204, 221, 0, 0.9) 0);
    background: linear-gradient( 
-55deg
, transparent 16px, rgba(204, 221, 0, 0.9) 0 ), linear-gradient(
55deg
, transparent 16px, rgba(204, 221, 0, 0.9) 0);
    background-repeat: repeat-x;
    background-position: left top;
    -webkit-background-size: 5px 24px;
    background-size: 5px 24px;
    content: "";
    display: block;
    width: 40px;
    height: 8px;
    position: absolute;
    top: 16px;
    left: -24px;
}

.navigation .nav-footer,.navigation-search .nav-footer {
    margin-top: 120px;
}

@media (max-width: 767px) {
    ._col {
        width: 100%;
        padding: 0 18px !important;

    }
    .proj-details .deets {
        padding-left: 0;
    }

    ._col.col-text-block {
        font-size: 18px;
        line-height: 25.2px;
        padding-right: 0;
        margin-bottom: 36px !important;
    }

    .two-col-block ._row {
        padding-top: 72px
    }
    
    .footer-v2 .sharing {
        padding-left: 18px !important;
    }
    
    .page-context .main-content-div > .container.two-col-block {
        top: calc(100vh - 115px);
    }

    .home.v2 .featured-projects {
        margin-bottom: 0px !important;
        margin-top: 68px;
    }

    .home.v2 .featured-projects .row > div {
        margin-bottom: 54px;
    }

    .home.v2 .featured-projects .row > div > div {
        margin-top: 0 !important;
    }
    
    footer.footer-md.footer-v2 .social {
        padding-bottom: 0;
        border: none;
    }

}