/* projects landing page */

img.dots {
    margin-right: 2px;
    margin-bottom: -53px;
    float: right;
    z-index: 999 !important;
    position: relative;
}

.projects .page-title h1 {
    margin-top: 0;
    color: #726658;
    font-weight: 500;
    font-size: 2.35rem;
    letter-spacing: .015em;
    text-transform: uppercase;
}

.projects .page-title h2 {
    font-weight: 500;
    letter-spacing: .015em;
    line-height: 1.2;
    font-size: 2.35rem;
    font-weight: 600;
    margin: 0;
    margin-top: 12px;
    text-transform: uppercase;
}

.project-detail.page-title h2 { 
    font-size: 1.75rem;
    margin-top: 0;
}

.projects-filters { 
    background: #f6f5f4;
    padding-top: 70px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.projects-filters label {
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    /*text-align: center;*/
}

.projects-filters select { 
    border-radius: 0;
    border: 2px solid #f6893b;
    text-align: center;
}

.projects-filters select option { 
    text-align: center;
}

.projects-filters select, 
.projects-filters option {
    width: 100%;
    text-align: center;
}

/* projects detail pages */

main h2 {
    font-size: 1.75rem;   
}

.project-thumb img { 
    max-width: 100%;
}

.project-name { 
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 2px;
}

.projects-main .problem { 
    margin-top: 15px;
}

.projects-main .project-intro { 
    margin-bottom: 30px;
}

img.project-problem-image { 
    max-width: 100%;
}

main.projects { 
    padding-top: 0;
} 

main.project-detail { 
    padding-top: 40px;
} 

.solution {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f6f5f4;
}

.solution h2 {
    text-transform: uppercase;
    font-weight: 600;
    /*font-size: 175%;*/
    font-size: 1.75rem;
    margin-top: 1rem;
}

.solution-details {
    margin-top: 30px;
    padding-bottom: 1rem;
}

.solution-item img { 
    max-width: 100%;
    margin-bottom: 15px;
}

.solution-item h3 { 
    font-size: 125%;
    font-weight: 600;
}

/* impact */

.impact { 
    margin-bottom: 25px;
}

.impact-intro h2 { 
    text-transform: uppercase;
    font-weight: 600;
    /*font-size: 175%;*/
    font-size: 1.75rem;
    text-align: center;
}

.impact-intro-content { 
    text-align: center;
}

.impact hr.underline { 
    margin-left: auto;
    margin-right: auto;
}

.impact-img img { 
    max-width: 100%;
}

/* sidebar */

.projects aside h3 { 
    font-size: 95%;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.projects aside p { 
    font-size: 90%;
    color: #333333;    
}

/* carousel */

.carousel-item img { 
    max-width: 100%;
}

/* slick dots */
.slick-dots {
    text-align: right;
    bottom: -40px;
}

.slick-dots li button:before
{
    font-size: 15px;
    line-height: 15px;
}

/* impact stats */

.impact-stats {
    margin:30px 0;
}

.stat-list { 
    
}

.stat-item { 
    text-align: center;
}

.stat-item img { 
    max-width: 120px;
}

.stat-item-value { 
    color: #f5883b;
    font-size:250%;
    font-weight:bold;
    margin-top:20px;
}

.stat-item-description { 
    text-transform: uppercase;
    font-size: 100%;
    color: #7d7266;
    margin-top: 20px;
}

/* quotes */

.projects .quotes { 
    background: #f6f5f4;
    margin-top: 40px;
    padding: 30px 0;
}

.projects .quote-wrap {
    margin-top: 25px;
    margin-bottom: 15px;
}

.projects .quote { 
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
    border-left: 12px solid #fbac36;
    width: 80%;
}

.projects .quote-text { 
    font-style: italic;
}

.projects .quote-byline { 
    color: #f6893b;
    font-style: italic;
}

.projects .quote p { 
    margin-bottom: 7px;
    line-height: 150%;
}

/* related content */

.related-content { 
    margin-top: 50px;
    margin-bottom: 50px;
}

.related-content-box { 
    background: #f68c43;
    text-align: center;
    color: #ffffff;
    font-size: 175%;
    font-weight: 600;
    text-transform: uppercase;
    padding: 40px;
    letter-spacing: 0.025em;
    line-height: normal;
} 

.related-content-items,
.related-content-items p { 
    font-weight: 600;
}

/* recognition */

.recognition { 
    margin-top: 50px;
}

.recognition h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 175%;
}

@media (max-width: 600px) {
    .projects .page-title h1 { 
        font-size: 200%;
    }
    
    .stat-item-description {
        margin-top: 0;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    img.project-problem-image { 
        margin-bottom: 30px;
    }
    
    .solution-item p { 
        margin-bottom: 30px;
    }
    
    .related-content-box { 
        padding: 20px;
    }
    
    .projects-filters select, 
    .projects-filters option { 
        margin-bottom: 15px;
    }
}

@media (min-width: 600px) { 
    
}

@media (min-width: 768px) { 
    .stat-item-description {
        max-width: 250px;
        padding: 0 12px;
    }
    
    .stat-item {
        width: 25%;
    }
}