/* Header Logo Sizing */
.secondaryLogo {
    max-width: 450px;
    display: block;
}

/* Mobile Logo and Nav */
@media only screen and (max-width: 767px) {
    .secondaryLogo {
        float: none;
        margin: 0 auto;
        max-width: 200px;
    }
    .navIcon svg {
    padding-top: 20px;
    }
}
/*End Logo Formatting*/

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_c5217b8ab82a47938fd429a6bdea1e0b .cols3 .item,
.block_c5217b8ab82a47938fd429a6bdea1e0b .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
    }
    
}
@media only screen and (min-width: 1000px){
.cols3.itemsCollectionContent {
    margin-top: 0;
    }
}
.items_c5217b8ab82a47938fd429a6bdea1e0b .item {
    margin-top: auto;
    }
    
html,body {
    background-color: #f5f5f5 !important;
}
section.pageTitleContainer {
	background-color: #2d2d2d !important;
}
section.primaryContent {
	background-color: #464646 !important;
}