/* Equalize Simple List Blocks*/

/* Change item class here */
.cols2,
.cols3,
.cols4,
.cols5,
.cols6 { 
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 100%;
}

/* Change item class here */
.cols2 > .item,
.cols3 > .item,
.cols4 > .item,
.cols5 > .item,
.cols6 > .item{
display: flex;
flex-direction: column;
}


@media only screen and (min-width: 800px) {
    .block_d08483f7622d496d84ae0a7f9e1f6465 .cols2 .item:first-of-type{
        clear: none;
        width: 30%!important;
        margin: 4% 0 0 4%;
    }
        .block_d08483f7622d496d84ae0a7f9e1f6465 .cols2 .item:nth-of-type(2){
        clear: none;
        width: 62%!important;
        margin: 4% 0 0 4%;
    }
}

.imgEffect-overlay .contentTitle{
    color: #eee9de!important;
    letter-spacing: normal!important;
    text-transform: capitalize!important;
    font-family: proximanovabold, Arial, Verdana, sans-serif!important;
    font-style: normal!important;
    font-weight: 700!important;
}
#page_e00b3f7930bf44a9af4a89931b583d51 .headerAndNavContainer {
    background-color: rgba(0, 0, 0,0.0)!important;
}

/* 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; 
    }
}

strong{
    text-transform: uppercase!important;
    letter-spacing: .25em!important;
}