article{  margin-bottom: 2em;}
.bleed.projects article{ text-align: left; }

.casestudy{
	background-color: #fff;
	color: #252525;
}

.casestudy-detail .heading{
    min-height: 500px;
}
.casestudy-detail .heading h1{
    margin-top: .5em;
    color: #343434;
}
.casestudy-detail .heading h2{
    text-align: center;
    margin-bottom: 1em;
    color: #0aa0d5;
}
.casestudy-detail .heading h1, .casestudy-detail .heading h2{
   /* display: none; */
}

.casestudy .row{ max-width: 64rem; }

.casestudy span[class*="icon-"]{
    position: relative;
    border: 1px solid #252525;
    border-radius: 50%;
    padding: .75em;
    padding: 50% 0;
    width: 100%;
    color: #0aa0d5;
    font-size: 22vw;
    text-align: center;
    line-height: 0;
    /*cursor: pointer;*/
    display: inline-block;
}

.casestudy h2 span[class*="icon-"]{
    padding: .725em 0;
    width: 1.5em;
    font-size: 1.25em;
    vertical-align: middle;
}
@media only screen and (min-width: 738px){
    .casestudy-detail .heading h1{
        margin-top: 2em;
    }
}
@media only screen and (min-width: 1080px){
    .casestudy span[class*="icon-"]{
        font-size: 6vw;
    }
}
@media only screen and (min-width: 1366px){
    .casestudy span[class*="icon-"]{
        font-size: 4vw;
    }
}
.casestudy h2{
	text-align: center;
    vertical-align: middle;
    font-size: 1.75em;
    text-transform: lowercase;
    margin-top: 1.5em;
}
.casestudy p{ font-size: 18px; }

.casestudy ul.block-grid{
	list-style: none;
	padding: 0;
}



/* CHALLENGE & RESULTS SECTION */
.casestudy.challenge{
	background-color: #0aa0d5;
	color: #fff;
}
.casestudy.challenge h2 span[class*="icon-"]{ color: #e3ff37; }
.casestudy.challenge p{ text-align: center; }




/* METHDS SECTION */
.casestudy.methods{
	background-color: #f5f5f5;
    padding: 1.5em 0 1em;
}
.casestudy.methods h2{ text-align: left; font-size: 2em; line-height: 1.5em; margin-top: .75em; }
.casestudy.methods li{ font-family: "Century Gothic", "Muli", arial, sans-serif; text-align: center; }




/* WHAT WE DID SECTION */
.casestudy.whatwedid .block-grid li{margin-bottom: 1rem;}
.casestudy.whatwedid h3{
    display: inline-block;
    background: #252525;
    color: #e3ff37;
    padding: .25em .5em;
    font-size: 1em;
    font-family: arial, sans-serif;
    font-weight: bold;
    margin: 0 0 .5em;
}
.casestudy.whatwedid h3 + p{
    margin: 0;
    font-size: .9em;
}
.casestudy.whatwedid .block-grid span[class*="icon-"],  .casestudy.whatwedid .block-grid img{
    border: none;
    border-radius: 0;
    background: #0aa0d5;
    color: #fff;
    font-size: 12vw;
}


/* CONTACT FORM */

.casestudy.contact{ background-color: #0aa0d5; color: #fff;}
.casestudy.contact h1{ color: #dbff00;}
.casestudy.contact input, .casestudy.contact textarea{ border: none; }
.casestudy.contact .fancyField label{ text-indent: -9999px; overflow: hidden; }
.casestudy.contact input[type=submit]{
    width: 100%;
    top: 0;
    background: #dbff00;
    color: #343637;
    text-transform: uppercase;
    font-weight: normal;
}

@media only screen and (min-width: 736px){
    .casestudy-detail .heading{
        min-height: 45vh;
    }
    .casestudy.whatwedid .block-grid span[class*="icon-"]{
        font-size: 9vw;
    }
    .casestudy-detail .heading{ min-height: none;}
    .casestudy-detail .heading h1, .casestudy-detail .heading h2{
        display: block;
    }
}

@media only screen and (min-width: 1080px){
    .casestudy.whatwedid .block-grid span[class*="icon-"]{
        font-size: 7vw;
    }
}