/*.headerContainer {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E8E8E8));
}

.navContainer {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E8E8E8));
}
*/
.siteInnerWrapper {
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
}

.homeGallery img {
    width: 100%;
}
.homeGallery .contentImg{
    border: 0;
    border-bottom: 1px solid #ccc;
} 
.heroContainer {
    color: #f78f1e;
}
.heroContainer {
    border-bottom: 1px solid #f8aa55;
}
.heroContainer .contentTitle {
    color: #f78f1e;
}
.block_BNNAhvD06GMCZiCc .contentTitle {
    display: none;
}

/* Awards borders */
.block_ce0bcdc88c2547edac3472b2ce0c595f .contentImg {
    border: 1px solid #cccccc;
}

/* Media borders */
.block_ad43480c14254ba6b1eaaf0a7e012a18 .contentImg {
    border: 1px solid #cccccc;
}
.block_ea0d094c777640f792f7a22251bc746d .contentImg {
    border: 1px solid #cccccc;
}
.block_c29228a7411b480ba5a2ab1c065c813b .contentImg {
    border: 1px solid #cccccc;
}

/* Detailed footer container 

.scCredit {
    padding-bottom: 20px;
}

.footerContainer {
    background: #f78f1e;
    padding-top: 0px;
    padding-bottom: 0px;
}

.detailedFooter:after {
    content: '';
    display: table;
    clear: both;
}

.detailedFooter {
    background: #f78f1e;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 85px 50px 100px;
}

.detailedFooter ul {
    margin: 30px 0 0;
    padding: 0;
}

.detailedFooter ul li {
    margin-bottom: 0px;
    text-align: left;
}

.detailedFooter ul li a {
    color: white;
    font-size: 100%;
}

.detailedFooter ul li.footerHeader {
    color: white;
    font-weight: bold;
}

/* Detailed footer container */
.footerContent {
    clear: both;
}
.detailedFooter {
    margin: 25px auto 50px auto;
}
.detailedFooter ul {
    display: inline-block;
    width: 25%;
}


/* ------------------------------------------ */
/* Media Query                                */
/* ------------------------------------------ */

.detailedFooter a {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .detailedFooter ul {
        display: block;
        width: 100%;
    }
}

/*@media only screen and (min-width: 480px) {*/
    
/*    .detailedFooter ul {*/
/*        float: left;*/
/*        width: 48%;*/
/*    }*/
    
/*    .detailedFooter ul.ssFranchise,*/
/*    .detailedFooter ul.ssInfo {*/
/*        float: right;*/
/*        padding-bottom: 20px;*/
/*    }*/
    
/*    .detailedFooter ul.ssShopping {*/
/*        clear: both;*/
/*    }*/
    
/*}*/

@media only screen and (min-width: 560px) {
    .hero-feature .hero-content {
        padding: 80px 0;
    }
    
}

/*@media only screen and (min-width: 768px) {*/

    
/*    .detailedFooter {*/
/*        padding: 0;*/
/*    }*/
    
/*    .detailedFooter ul {*/
/*        margin: 50px 0;*/
/*        width: 25%;*/
/*        padding-right: 2.9%;*/
/*    }*/
    
/*    .detailedFooter ul:first-child {*/
/*        padding-left: 14.2%; */
/*    }*/
    
/*    .detailedFooter ul.ssFranchise,*/
/*    .detailedFooter ul.ssInfo {*/
/*        float: left;*/
/*        padding-bottom: 0;*/
/*    }*/
    
/*    .detailedFooter ul.ssShopping {*/
/*        clear: none;*/
/*    }*/
/*}*/
