/* --------------- GLOBAL --------------- */
/***********
Type Treatments
***********/
.contentTitle,
.footerContent .contentTitle {
    letter-spacing: .3em;
}

/***********
Page Titles
***********/
.pageTitleContainer {
    background: url(https://static.spacecrafted.com/bb21a4c7fead48bb964e9a0e2a64a304/i/eb523256654a4080b04b72bbc898d8b4/1/5feFb8zhrk/TextureFull.jpg) 50% 50% no-repeat;
    background-size: 100%;
    position: relative;
    padding-top: 4em;
    padding-bottom: 4em;
}
@media only screen and (max-width: 1500px) {
    /* angled edge */
    .pageTitleContainer {
        padding-top: 3em;
        padding-bottom: 5em;
        margin-bottom: 3em;
    }
    .pageTitleContainer:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2em;
        width: 100%;
        height: 4em;
        background: #fff;
        -webkit-transform: skewY(3deg);
        -moz-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
        -o-transform: skewY(3deg);
        transform: skewY(3deg);
        z-index: 1;
    }
}
.pageTitle {
    letter-spacing: .1em;
    line-height: 1.2em;
}
.pageSubtitle {
    text-transform: lowercase;
    letter-spacing: .5em;
}
@media only screen and (max-width: 580px) {
    .pageTitle {
        font-size: 28px;
    }
    .pageSubTitle {
        font-size: 16px;
    }
}

/***********
Header
***********/
@media only screen and (min-width: 768px) {
    .headerAndNavContainer {
        -webkit-transition: background .3s; 
        -moz-transition: background .3s; 
        -ms-transition: background .3s; 
        -o-transition: background .3s; 
        transition: background .3s;  
    }
    .headerAndNavContainer.headerScroll {
        background: rgba(255, 255, 255, .9);
    }
    .headerContent h1.logo img {
        max-height: 165px;
        -webkit-transition: all .3s; 
        -moz-transition: all .3s; 
        -ms-transition: all .3s; 
        -o-transition: all .3s; 
        transition: all .3s;  
        width: auto;
    }
    .headerContent h1.logo .smLogo {
        max-height: 95px;
        width: auto;
    }
}

/***********
Navigation
***********/
@media only screen and (min-width: 768px) {
    .navContent ul li:not(:last-child):after {
        content: '//';
        display: block;
        position: absolute;
    }
    /* --------------- WHAT WE DO --------------- */
/***********
Services List
***********/
.items_df1011eaf9c545aa9158019a8af95379 .itemContent {
    padding-left: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 985px) {
    .navContainer {
        padding-left: 0;
    }
    .navContent ul li:not(:last-child):after {
        top: 2px;
        right: -1.2em;
    }
    .navContent li a {
        font-size: 15.5px;
    }
}
@media only screen and (min-width: 985px) {
    .navContent ul li {
        margin-left: 3em;
    }
    .navContent ul li:not(:last-child):after {
        top: 5px;
        right: -1.65em;
    }
}

/***********
Footer
***********/
.footerContainer {
    
}
@media only screen and (max-width: 1500px) {
    /* apply angled background */
    .footerContainer {
        margin-top: 100px;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        position: relative;
        z-index: 1;
    }
    .footerContainer:before {
        content: '';
        position: absolute;
        left: 0;
        top: -50px;
        width: 100%;
        height: 100px;
        background: #000;
        -webkit-transform: skewY(-2.5deg);
        -moz-transform: skewY(-2.5deg);
        -ms-transform: skewY(-2.5deg);
        -o-transform: skewY(-2.5deg);
        transform: skewY(-2.5deg);
        z-index: -1;
    }
    .footerContent .footerInner {
        margin-top: -65px;
    }
    /* class to accommodate for last container having a color other than white */
    .altBg {
        padding-bottom: 100px !important;
        margin-bottom: -70px;
    }
}
/* float content */
@media only screen and (min-width: 768px) {
    .footerInner .blockContainer:nth-child(-n+4) {
        float: right;
        clear: right;
    }
    .footerInner .blockContainer.blockWrap_f304247ecce148e6aca1a53a79427d7c {
        float: left;
        margin-top: -1.5em;
        padding-top: 0;
    }
}
/* main content adjustments to accommdate full-width background image */
.footerContent {
    font-size: 90%;
    letter-spacing: .15em;
    max-width: 100%;
    width: 100%;
}
.footerContent .footerInner {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
    max-width: 1104px;
}
.footerContent .footerInner:after {
    content: '';
    display: table;
    clear: both;
}
/* footer logos */
.footerContent .blockWrap_ad92dae4ef374d478850ec68fa4170fe {
    background: url(https://static.spacecrafted.com/bb21a4c7fead48bb964e9a0e2a64a304/i/af7f43e40c3c4f99866b511c48d1d2b6/1/5feFb8zhrk/FooterTexture.jpg) 50% 50% repeat;
    clear: both;
    margin-top: 2em;
    padding: .5em 0;
}
.footerLogos {
    text-align: center;
}
.scCredit {
    padding-top: 10px;
    padding-bottom: 10px;
}

/***********
Interior Hero Images
***********/
.primaryAndSecondaryContent {
    margin-top: -1.5em;
}


/* --------------- HOME PAGE --------------- */
/***********
Home Hero
***********/
/* layout */
#homeHero {
    padding-top: 6em;
    padding-bottom: 6em;
}
/* type treatment */
#homeHero .blockText{
    max-width: 80%;
    margin: 0 auto;
}

#homeHero .contentTitle {
    color: #fff;
    font-size: 150%;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1em;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px rgba(82, 74, 74, 1);
}
#homeHero p {
    color: #fff;
    letter-spacing: .5em;
    font-size: 60%;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 2px 1px rgba(82, 74, 74, 1);
}
#homeHero ul {
    padding-top: .75em;
    padding-left: 0;
}
#homeHero ul li a {
    color: #00eaff;
    font-size: 55%;
    font-weight: 600;
    letter-spacing: .1em;
    position: relative;
    text-transform: uppercase;
}
#homeHero ul li a:before,
#homeHero ul li a:after {
    content: '';
    background: 50% 50% no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 4px;
    width: 54px;
    height: 8px;
}
#homeHero ul li a:before {
    background-image: url(https://static.spacecrafted.com/bb21a4c7fead48bb964e9a0e2a64a304/i/ca0433422d7b4ec5b7b6453fd5de5879/1/5feFb8zhrk/HeroButtonBefore.png);
    left: -65px;
}
#homeHero ul li a:after {
    background-image: url(https://static.spacecrafted.com/bb21a4c7fead48bb964e9a0e2a64a304/i/b0f11c639c1345d58b93d6a2466200b9/1/5feFb8zhrk/HeroButtonAfter.png);
    right: -65px;
}
@media only screen and (max-width: 767px) {
    #homeHero {
        padding-top: 4em;
        padding-bottom: 4em;
    }
    #homeHero .contentTitle {
        font-size: 120%;
    }
    #homeHero p {
        font-size: 60%;
    }
    #homeHero ul li a {
        font-size: 55%;
    }
}

/* --------------- WHO WE ARE --------------- */
/***********
Spark
***********/
/*full width background image divider*/
.blockWrap_d14b35865f654654ac9ffcc4a6c64c49 {
    background-image: url(https://static.spacecrafted.com/bb21a4c7fead48bb964e9a0e2a64a304/i/cf218036dcba4b3d9e25a7af9f9a99eb/1/5feFb8zhrk/Spark.jpg);
    background-size: cover;
    padding-bottom: 3%;
    padding-top: 3%;
}
.block_d14b35865f654654ac9ffcc4a6c64c49 .contentTitle {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0;
}
.block_d14b35865f654654ac9ffcc4a6c64c49 .blockText {
    color: #fff;
}

/*button*/
.block_d14b35865f654654ac9ffcc4a6c64c49 a {
    display:inline-block;
    background:none;
    font-weight: bold;
    border: 1px solid #00eaff;
    color: #00eaff;
    font-size: 15px;
    padding:10px 20px;
}

/* --------------- WHAT WE DO --------------- */
/***********
Services List
***********/
.items_df1011eaf9c545aa9158019a8af95379 .itemContent {
    font-size: 16px;
}
.items_df1011eaf9c545aa9158019a8af95379 .item .contentTitle {
    display: none;
}
/* extra padding beneath case studies */
.blockWrap_ee2e16c840db4360b02047a8c2ac7df8 {
    padding-bottom: 75px !important;
}
/*underline text link for case studies*/
.block_ee2e16c840db4360b02047a8c2ac7df8 a,
.block_f6b72520b992400a892429f3946a88ff a{
    border-bottom: 1px solid #000;
}
/* reduce logo opacity on hover */
.block_c0fdceffa0544cd99260099a843f3d48 .imgGridItem .contentImg {
    -webkit-transition: opacity .3s; 
    -moz-transition: opacity .3s; 
    -ms-transition: opacity .3s; 
    -o-transition: opacity .3s; 
    transition: opacity .3s;  
}
.block_c0fdceffa0544cd99260099a843f3d48 .imgGridItem .contentImg:hover {
    opacity: .3;
}
@media only screen and (max-width: 767px) {
    /* hide case studies graphic */
    .block_daf588d237594ddab0cba1fb7cc304c1 .blockImg {
        display: none;
    }
    /* show items list titles and give each their designated color */
    .items_df1011eaf9c545aa9158019a8af95379 .item .contentTitle {
        background: #088181;
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .1em;
        margin-bottom: .5em;
        padding: 10px;
        text-align: center;
    }
    .items_df1011eaf9c545aa9158019a8af95379 .item:nth-child(2) .contentTitle {
        background: #fade16;
    }
    .items_df1011eaf9c545aa9158019a8af95379 .item:nth-child(3) .contentTitle {
        background: #db4395;
    }
    .items_df1011eaf9c545aa9158019a8af95379 .item:nth-child(4) .contentTitle {
        background: #f58220;
    }
    /* make case studies 2 column */
    .cols4.itemsCollectionContent.items_df1011eaf9c545aa9158019a8af95379 .item {
        width: 48%;
        margin: 4% 0 0 4%;
    }
    .cols4.itemsCollectionContent.items_df1011eaf9c545aa9158019a8af95379 .item:nth-child(odd) {
        clear: both;
        margin-left: 0;
    }
    .cols4.itemsCollectionContent.items_df1011eaf9c545aa9158019a8af95379 .item:nth-child(3n+1) {
        clear: none;
        margin-left: 4%;
    }
    .cols4.itemsCollectionContent.items_df1011eaf9c545aa9158019a8af95379 .item:first-child {
        margin-left: 0;
    }
}
@media only screen and (max-width: 480px) {
    /* make case studies 1 column */
    .cols4.itemsCollectionContent.items_df1011eaf9c545aa9158019a8af95379 .item {
        width: 100%;
        margin: 4% 0 0 0;
    }
    .cols4.itemsCollectionContent.items_df1011eaf9c545aa9158019a8af95379 .item:nth-child(3n+1) {
        clear: both;
        margin-left: 0;
    }
}
.block_df1011eaf9c545aa9158019a8af95379 {
    padding-left: 50px!important;
}

/* --------------- WHAT WE'VE DONE --------------- */
/**********
Case Studies Layout (Listing + Landing)
**********/
/* Listing */
.blockWrap_a458a68b3e0f4ae6887356940f52359c .blockContent {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    max-width: 100% !important;
}
.stackedGallery li.caseStudyListing {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: .75em;
    position: relative;
}
.stackedGallery li.caseStudyListing:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    -webkit-transition: background .3s ease-in-out; 
    -moz-transition: background .3s ease-in-out; 
    -ms-transition: background .3s ease-in-out; 
    -o-transition: background .3s ease-in-out; 
    transition: background .3s ease-in-out;
    background: rgba(0, 0, 0, 0);
}
.stackedGallery li.caseStudyListing:hover:before {
    background: rgba(0, 0, 0, .3);
}
/* Landing */
#caseStudy {
    padding-top: 6em;
    padding-bottom: 6em;
}
/**********
Case Studies Type Treatments (Listing + Landing)
**********/
.caseStudyListing .customCaption {
    color: #fff;
    padding: 6em 4%;
    max-width: 1104px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
}
#caseStudy .contentTitle,
.caseStudyListing .customCaption .contentTitle {
    color: #fff;
    font-size: 120%;
    font-weight: 600;
    padding-bottom: 0;
    text-transform: uppercase;
}
#caseStudy .contentTitle:before,
.caseStudyListing .customCaption .contentTitle:before {
    content: '//';
    display: inline;
}
#caseStudy p,
.caseStudyListing .customCaption p {
    color: #fff;
    text-transform: uppercase;
    font-size: 75%;
    letter-spacing: .1em;
    margin-left: 35px;
}
.caseStudyListing .customCaption button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 55%;
    font-weight: 600;
    margin-top: 3em;
    margin-left: 36px;
    padding: 8px 30px;
    text-transform: uppercase;
}
/* reduce logo opacity on hover */
.block_d9c81b61f1604a21b7fa3a0150c2866f .imgGridItem .contentImg {
    -webkit-transition: opacity .3s; 
    -moz-transition: opacity .3s; 
    -ms-transition: opacity .3s; 
    -o-transition: opacity .3s; 
    transition: opacity .3s;  
}
.block_d9c81b61f1604a21b7fa3a0150c2866f .imgGridItem .contentImg:hover {
    opacity: .3;
}

/* case study landing pages "what we've done" image hover effect */
.block_Ww9GFWIODTjXw1Vs .imgGridItem {
    position: relative;
}
.block_Ww9GFWIODTjXw1Vs .imgGridItem:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    -webkit-transition: background .3s ease-in-out; 
    -moz-transition: background .3s ease-in-out; 
    -ms-transition: background .3s ease-in-out; 
    -o-transition: background .3s ease-in-out; 
    transition: background .3s ease-in-out;
    background: rgba(0, 0, 0, 0);
}
.block_Ww9GFWIODTjXw1Vs .imgGridItem:hover:before {
    background: rgba(0, 0, 0, .3);
}

/** hide items list for case studies **/
.block_e3700344fbd147c69ffd311647dc4c48 {
    display: none;}

@media only screen and (max-width: 767px) {
    /* adjust case study text overlay font size */
    #caseStudy {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .caseStudyListing .customCaption {
        padding: 3em 4%;
    }
    #CaseStudy .blockText,
    .caseStudyListing .customCaption {
        font-size: 80%;
    }
}

/***** CONTACT ******/
.block_e00d91c6b4684ebba87dbcdbf47bf72f a{
    border-bottom: 1px solid #000;
}