.project-container {
    padding-bottom:40px;
}
.development-project-header {
    text-align: left;
    width: 100%;
    max-width: 100%;
}

    .development-project-header h1 {
        margin-bottom: 0px;
        letter-spacing: 1.2px;
    }

.project-location {
    padding-bottom: 42px;
    font-size: 28px;
}

.dev-project-main {
    display: flex;
    justify-content:flex-start;
    align-items:center;
}
    .dev-project-main.project-page {
        align-items: flex-start;
    }

.project-image {
    width: 40%;
    position: relative;
}

.project-image-inner {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 10px;
}

.project-description {
    width: 60%;
    margin-left: 30px;
    padding-right:40px;
}

.development-filters {
    border-bottom: 3px solid var(--green);
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: .75%
}
a.developments-filter {
    display: inline-block;
    color: #cccccc;
    color: var(--greyText);
    font-family: var(--fontBold);
    font-size: 15px;
    padding: 14px 20px;
    text-transform: uppercase;
    text-decoration: none;
}
a.developments-filter.active, a.developments-filter:hover {
    background-color:var(--blue);
    color:var(--offWhite);
}

.dev-filter-details {
    display:none;
}
.dev-filter-details.active {
    display:block;
}
.dev-filter-name {
    padding-top:20px;
}
.dev-filter-description p:nth-child(1){
    margin-top:6px;
}
    /* BEGIN - Product Page Details */
    .project-container .inner-container h3 {
        margin-bottom: 30px;
        margin-top: 50px;
    }

.project-details {
    border: 30px solid var(--offWhite);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 30px 20px;
}

.details-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.details-group {
    width: 48%;
    margin-right: 2%;
}

    .details-group:nth-child(2) {
        margin-right: 0%;
        width: 50%;
    }

    .details-group div.the-detail {
        border-bottom: 1px solid var(--blue);
        padding: 10px 0px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .details-group div.the-detail b {
            white-space: nowrap;
        }

    .details-group div.the-detail-value {
        text-align: right;
    }
/* END - Product Page Details */

@media (max-width:1080px) {
    .project-image, .project-description {
        width: 100%;
    }

    .project-description {
        margin-top: 14px;
        margin-left: 0px;
    }

    .dev-project-main {
        display: block;
    }
}

@media (max-width:780px) {
    .details-group {
        width:100% !important;
    }
    .details-list {
        display:block;
    }
}
