    @charset "UTF-8";

/* Put your styles into the appropriate breakpoints below. */




/***** XS (Extra Small) – Mobile Size AND ABOVE *****/
	
body {
    font-family: 'Montserrat', sans-serif;
}

header {
    background-color: #fff;
    height: calc(100vh - 150px);
}

header a {
    text-decoration: none;
}

.casestudy-page {
    height: 20vh;
}

.v-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.headerstripe {
    background-color: #0058b3;
    background-image: url(../images/stripe-bkrd.png);
    background-position: center;
    background-size: cover;
    /*
    background-color: #0058b3;
    background-image: url(../images/stripe-bkrd.png);
    background-position: center;
    background-size: cover;
    height: 96px;
    overflow: hidden;*/
}

.logobox-cs {
    background-image: url(../images/sp-mark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    margin: 20px auto 0 auto;
}

.videobox {
    width:100%; height:96px;
    position:relative;
    display:inline-block;
    margin-top: 96px;
    opacity: 1;
    overflow: hidden;
    background-color: #0058b3;
    background-image: url(../images/stripe-bkrd.png);
    background-position: center;
    background-size: cover;
}

.animatedbokeh {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.animatedbokeh video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    opacity: .5;

}

.logobox {
/*    background-color: #429fff;*/
    position: relative;
    top: -98px;
    background-image: url(../images/sp-mark.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 96px;
    opacity: 1;
}

.subheadcopy {
    position: relative;
    top: -98px;
}

.logobox-cs {
    height: 50px;
    margin: 20px auto 0 auto;
}

.h3-box-inside {
    display: inline-block;
    height: 30px;
    border-radius: 15px;
    padding: 6px 15px 0 15px;
}

h1 {
    color: #444;
    font-weight: 300;
    font-size: 3.2em;
    text-align: center;
    letter-spacing: 2.0px;
    margin: 25px 0 8px 0;
}

h2 {
    color: #549be4;
    text-align: center;
    font-size: 1.8em;
}

h3, h4 {
    margin-bottom: 30px;
    margin-top: 40px;
    color: #549be4;
    font-size: 1.8em;
    font-weight: 500;
    text-align: center;
    padding: 20px 0 6px 0;
    border-bottom: solid 1px #bbb;
}

h4 {
    font-weight: 300;
}

nav {
    font-weight: 300;
    font-size: 1.6em;
    color: #aaa;
    text-align: center;
    padding-bottom: 60px;
}

nav ul {
    margin: 0;
}

nav li {
    display: block;
    padding: 10px 0;
}

nav a {
    color: inherit;
    text-decoration: none;
}

nav a:hover {
    color: #549be4;
}

.case-study-th {
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}

.case-study-th-hover {
    height: 180px;
    background-color: rgba(255, 255, 255, 0.65);
    opacity: 1;
    width: 100%;
    transition: opacity 1.5s;
}

.case-study-th-hover:hover {
    opacity: 0;
}

.thumbnail-label {
    background-color: rgba(84, 155, 228, 1);
    background-image: url(../images/stripe-bkrd.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    padding: 8px 0;
    margin-top: 140px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.case-study {
    height: 500px;
    margin: 6px 0 100px 0;
    background-position: center left;
    background-size: cover;
    border: solid 2px #fff;
    box-shadow: 0px 0px 5px #ccc;
}

.last-th {
    margin-bottom: 120px;
}

a .case-study:hover {
    border: solid 2px #549be4;
    transition: border 1s;
}

p {
    color: #444;
    font-size: 1.6em;
    line-height: 24px;
    margin-bottom: 40px;
}

.pcenter {
    text-align: center;
}

.cs-nav-left, .cs-nav-right {
    color: #aaa;
    font-size: 1.2em;
    text-align: left;
}

.cs-nav-right {
    text-align: right;
}


.cs-nav-left a, .cs-nav-right a {
    padding: 5px 10px;
    margin: 0 -10px;
    vertical-align: -5px;
    border-radius: 16px;
    color: inherit;
    text-decoration: inherit;
}

.cs-nav-left a:hover, .cs-nav-right a:hover {
    background-color: #969696;
    transition: background-color .5s ease-in-out;
    color: #fff;
    transition: color .75s ease-in-out;
}

.cs-nav-icon-shift {vertical-align: 1px;}

p a {
    color: #549be4;
    font-weight: 400;
    text-decoration: inherit;
}

p a:hover {
    color: #3884d3;
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

footer {
    background-color: #0058b3;
    padding: 40px 0;
    font-weight: 300;
    background-image: url(../images/stripe-bkrd.png);
    background-position: center;
    background-size: cover;
    text-align: center;
}

.footer-name {
    font-size: 3.6em;
    color: #fff;
    letter-spacing: 1.2px;
    margin-top: 12px;
}

.footer-subtitle {
    font-size: 1.8em;
    font-weight: 400;
    color: #888bf2;
    margin-top: 6px;
    margin-bottom: 40px;
}

footer p {
    color: #fff;
    font-size: 1.5em;
    line-height: 25px;
    margin-bottom: 6px;
    padding-right: 0;
}

footer .rule-below {
    margin-bottom: 6px;
    border-bottom: solid 1px #549be4;
    padding-bottom: 8px;
}

footer a {
    text-decoration: inherit;
    color: inherit;
}

footer a:hover {
    text-decoration: none;
    color: #bbddff;
}
    
/***** END XS (Extra Small) */




/***** SM (Small) - Tablet Size AND ABOVE! (768px) */
@media (min-width: 768px) {
    
    header {
        height: calc(100vh - 50px);
    }
    
    nav {
        font-weight: 300;
        font-size: 1.6em;
        color: #aaa;
        text-align: center;
        padding-bottom: 60px;
    }
    
    nav ul {
        margin: 0;
    }
    
    nav li {
        display: inline-block;
        padding: 0 20px;
    }
    
    nav a {
        color: inherit;
        text-decoration: none;
    }
    
    nav a:hover {
        color: #549be4;
    }
    
    p {
        color: #444;
        font-size: 1.4em;
        line-height: 24px;
        margin-bottom: 40px;
    }
    
    .case-study-th {
    background-size: auto;
    }
    
    .footer-name {
        font-size: 3.6em;
        color: #fff;
        letter-spacing: 1.2px;
        margin-top: 12px;
    }
    
    .footer-subtitle {
        font-size: 1.8em;
        font-weight: 400;
        color: #888bf2;
        margin-top: 6px;
        margin-bottom: 40px;
    }
    
    footer {
        text-align: left;
    }
    
    footer p {
        font-size: 1.3em;
        line-height: 19px;
        text-align: right;
        margin-bottom: 0;
        margin-left: 60px;
    }
	
    
} /***** END SM (Small) */





/***** MD (Medium) - Medium Desktop Size AND ABOVE! (992px) */
@media (min-width: 992px) {
    
    nav li {
        padding: 0 40px;
    }
    
    p {
        color: #444;
        font-size: 1.3em;
        line-height: 21px;
        margin-bottom: 20px;
        padding-right: 30px;
    }
    
    h3, h4 {
        text-align: left;
    }
    
    .last-th {
        margin-bottom: 80px;
    }
    
    .pcenter {
        text-align: inherit;
    }
    
    
} /***** END MD (Medium) */




/***** LG (Large) – Large Desktop AND BEYOND! (1200px) */
@media (min-width: 1200px) {
    
    p {
        color: #444;
        font-size: 1.4em;
        line-height: 26px;
        margin-bottom: 24px;
        padding-right: 30px;
    }
    
    .h4-box {
        background-color: #fff;
        height: 30px;
        border-radius: 15px;
        display: inline-block;
        padding: 0 15px;
        padding-top: 6px;
    }
    
    .case-study-th {
        height: 180px;
        background-color: #ccc;
        background-position: center;
    }
    
} /***** END LG (Large) */



/* Colors */
.bg-lt-gray {background-color: #eee}


/* Background Imgs */
.bg-img-mcshaneweb {background-image: url(../images/cs-th-int-mcshane-web.jpg)}
.bg-img-mcshaneweb-cs {background-image: url(../images/cs-int-mcshane-web.jpg)}
.bg-img-h90 {background-image: url(../images/cs-th-int-h90.jpg)}
.bg-img-h90-cs {background-image: url(../images/cs-int-h90.jpg)}
.bg-img-papillon {background-image: url(../images/cs-th-int-papillon.jpg)}
.bg-img-papillon-cs {background-image: url(../images/cs-int-papillon.jpg)}
.bg-img-pokerhero {background-image: url(../images/cs-th-int-poker-hero.jpg)}
.bg-img-pokerhero-cs {background-image: url(../images/cs-int-pokerhero.jpg)}

.bg-img-aire2015 {background-image: url(../images/cs-th-mm-aire2015.jpg)}
.bg-img-aire2015-cs {background-image: url(../images/cs-mm-aire2015.jpg)}
.bg-img-aire2014 {background-image: url(../images/cs-th-mm-aire2014.jpg)}
.bg-img-aire2014-cs {background-image: url(../images/cs-mm-aire2014.jpg)}
.bg-img-ccreppt {background-image: url(../images/cs-th-mm-ccre-ppt.jpg)}
.bg-img-ccreppt-cs {background-image: url(../images/cs-mm-ccre-ppt.jpg)}
.bg-img-mccaward {background-image: url(../images/cs-th-mm-mcc-award.jpg)}
.bg-img-mccaward-cs {background-image: url(../images/cs-thm-mcc-award.jpg)}

.bg-img-proposal {background-image: url(../images/cs-th-ms-proposal.jpg)}
.bg-img-tradeshow {background-image: url(../images/cs-th-ms-tradeshow.jpg)}
.bg-img-events {background-image: url(../images/cs-th-ms-events.jpg)}
.bg-img-assoc {background-image: url(../images/cs-th-ms-assoc.jpg)}

.bg-img-photo {background-image: url(../images/cs-th-addl-photo.jpg)}
.bg-img-writing {background-image: url(../images/cs-th-addl-writing.jpg)}
.bg-img-writing-cs {background-image: url(../images/cs-addl-writing.jpg)}
.bg-img-email {background-image: url(../images/cs-th-addl-email.jpg)}
.bg-img-print {background-image: url(../images/cs-th-addl-print.jpg)}


/* Misc */
.border-clear {border: 0}