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

/* Full Width Gallery Images in Mobile Home Page*/

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

/* Fix Disappearing Mobile CTA Text Home Page*/

@media only screen and (max-width: 768px) { 
    .cols5 .imgGridItem .imgHover-content {
        display: block!important;
    }
}

/* 5050 Responsive Padding Home Page */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_ee3c9cb2b99d475db59b648df9b72959 .blockText,
  .block_d6b72c942b3b4ab2836cd597eb7ff639 .blockText {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_ee3c9cb2b99d475db59b648df9b72959 .contentTitle  {
      padding-top: 25px;
  }
}

/* Responsive Home Hero */

@media only screen and (max-width: 767px) {
    html.page_e00b3f7930bf44a9af4a89931b583d51 {
    background-color: #691e49;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static.mywebsites360.com/cee548dead654263828e0e97cabcd9c1/i/baafe99e9d5d425f980c6437d8691119/1/5feFb8zhrk/HomeHandsHero.jpg);
    }
}

.contentImg {
    border: none !important;
    }