/* clients */

img.dots { 
    margin-bottom: -53px;
    float: right;
}

.clients .page-intro h1 { 
    font-size: 1.75em;
}

/* our clients */

.our-clients {
    margin: 30px 0;
}

.our-clients ul { 
    list-style: none;
    margin: 0 15px;
    padding-left: 0;
}

.our-clients li { 
    float: left;
    clear: none;
    padding: 10px;
}

hr.client-type-divider { 
    border: none;
    border-bottom: 1px solid #b7b1aa;
    width: 60%;
    height: 0;
    background: transparent;
    display: block;
    margin: 10px 0;
    padding: 0
}

.client-type-name { 
    color: #000000;
    line-height: normal;
    font-size: 90%;
    font-weight: 600;
    text-transform: uppercase;
}

.client-type-name a, 
.client-type-name a:link, 
.client-type-name a:active, 
.client-type-name a:visited { 
    color: #000000;
}

.client-type-description { 
    margin-top: 10px;
    color: #333333;
    font-size: 90%;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.home-our-clients-icon {
    max-width: 65px;
}

/* clients detail */

.clients-detail .page-title h3 { 
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.clients-detail .page-title h2 { 
    margin-top: 0;
    color: #726658;
    font-weight: 500;
    font-size: 2.35em;
    letter-spacing: .015em;
}

.clients-detail .page-title h3 span.orange {
    font-family: Times, 'Times New Roman', serif;
    color: #fbac36;
}

.clients-detail img.dots { 
    margin-bottom: -54px;
    margin-right: 10px;
}

.clients-detail .main-image img { 
    max-width: 100%;
    margin-bottom: -100px
}

.clients-detail .page-intro h1 { 
    margin-top: 110px;
}

.clients-detail .primary-heading { 

}

.clients-detail .secondary-heading { 

}

.clients-detail main { 
    padding-top: 50px;
}

.clients main h2, 
.clients-detail main h2 {  
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.75em;
    text-transform: uppercase;
}

.clients-detail main h3 { 
    color: #000000;
    font-size: 1.15em;
    font-weight: 600;
    text-transform: uppercase;
}

.clients-detail main h3 i { 
    color: #fbae3a;
    font-size: 82%;
    margin-right: 10px;
}

.clients-detail main .content { 
    margin-top: 30px;
}

.clients-detail main .content ul { 
    margin-top: 30px;   
}

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

.clients-detail p.learn-more, 
.clients-detail a.learn-more { 
    color: #000000;
    font-weight: 600;
    font-size: 105%;
    text-transform: uppercase;
}

.clients-detail p.learn-more { 
    margin-top: 25px;
}

.clients-detail .quote { 
    padding: 5px 25px;
    border-left: 12px solid #fbac36;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.clients-detail .quote.last { 
    margin-bottom: 0;
}

.clients-detail .quote-text { 
    font-style: italic;
}

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

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

.clients-detail .featured-case-studies { 
    background: #f6f5f4;
    padding-top: 50px;
    padding-bottom: 20px;
}

.clients-detail .featured-case-studies .case-studies {
    margin-top: 30px;
}

.clients-detail .featured-case-studies img { 
    max-width: 100%;
}

.clients-detail .featured-case-studies h3 { 
    color: #000000;
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: 600;
    margin-top: 20px;
}

.clients-detail .main-content .btn, 
.clients-detail .featured-case-studies .btn { 
    background: transparent;
    border: 2px solid #f68c43;
    border-radius: 0;
    color: #333333;
    text-transform: uppercase;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 100%;
    font-style: normal;
    margin-bottom: 30px;
    letter-spacing: 0.01em;
}

.clients-detail .featured-case-studies .btn { 
    font-size: 95%;   
}

.clients-detail .main-content a.btn span.orange, 
.clients-detail .featured-case-studies a.btn span.orange {
    color: #f68c43;  
}

.clients-detail .featured-case-studies .heading { 
    text-align: center;
}

.clients-detail .page-intro h1 { 
    color: #000000;
    font-size: 1.75em;
}

.clients-detail h2 {
    color: #000000;
    /*font-size: 175%;*/
    font-size: 1.75em;
    font-weight: 600;
    text-transform: uppercase;
}

.clients-detail .featured-case-studies hr.underline { 
    margin: 0 auto;
}

@media (min-width: 992px) {
    .our-clients li {
        max-width: 20%;
    }
}
