/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

.navContent ul li ul .navLabel {
    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; 
    }
}
/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_eb9e5026dfaf49f1802b83c35b154536 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_eb9e5026dfaf49f1802b83c35b154536 > .item {
	display: flex;
	flex-direction: column;
}


/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols6 .imgGridItem {
        width: 50%;
        margin: 0px;
        padding: 10px;
    }
}

/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 350px 50px;
  margin-bottom:0px;
}

#iframe-container h1 {
    font-size: 52px;
}

#iframe-container h3 {
    font-size: 30px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 36px;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/b701b6c1f0e045d88492c0a53a7f80da/i/b7d8821debf649778d678a199b95ade4/1/5feFb8zhrk/TRIAL____________AdobeStock_334615819%20-%20Trim%20-%20frame%20at%200m0s.jpg);
        background-size: cover;
        background-position: center;
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 200px 20px 200px 20px;
    }
}

/* End Video Styles */