/* 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; 
    }
}

.blockWrap_f19df028fa8b4c4b99fadb37b955d202 .contentImg {
margin-top: -200px;
}

@media only screen and (max-width: 1000px) {
.blockWrap_f19df028fa8b4c4b99fadb37b955d202 .blockImg {
text-align: center !important;

}
.blockWrap_f19df028fa8b4c4b99fadb37b955d202 .contentImg{
    margin-top: -60px;
    }
    }
    
    
    
    
    
    
    /*HOMEPAGE -  No Space Simple List */
@media only screen and (min-width: 600px) {
.block_da13ff7a832645738a3995fb631d9355 .cols3 .item,
.block_da13ff7a832645738a3995fb631d9355 .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
}
}






/* HOMEPAGE - Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item a.button {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item p {
    margin-bottom: 20px;
}