/* 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; 
    }
}

/*Targets the parent container of the simple list items*/
.items_d15fc369500d424ab7b5f409d1b8bfcf {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_d15fc369500d424ab7b5f409d1b8bfcf > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_e7283708d7a9448f9e6ce01676edf03b {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_e7283708d7a9448f9e6ce01676edf03b > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_ef43991666774d73b25b74abf7dc948d {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_ef43991666774d73b25b74abf7dc948d > .item {
   display: flex;
   flex-direction: column;
}


/* Custom Mobile Background Image */
@media only screen and (max-width: 768px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-image: url(https://static.mywebsites360.com/e27dbe593da744fcb639c3f47d0e3ada/i/d43ac0edf8964e12baaf83f3943baca5/1/5feFb8zhrk/mobile2.jpg);
    }
}


/* Fix Disappearing Mobile CTA Text */
@media only screen and (max-width: 768px) { 
    .cols4 .imgGridItem .imgHover-content {
        display: block!important;
    }
}


/* Full Width Gallery Images in Mobile */
@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}