/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_baedd96db1f143ba98e28b560d75f664 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .blockWrap_baedd96db1f143ba98e28b560d75f664 .contentTitle {
        font-size: 50px; 
    }
}

/* Rounded Corners for Simple List - Homepage */
.items_c3d4adb3bc9d46cb99839cf1eecef364> .item {
  border-radius: 300px 300px 0px 0px;
  background: #d5d5d5;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

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