/* 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; 
    }
}

/*Responsive Homepage Hero*/
/*replace <.block_...> with copyable selector from widget*/

@media only screen and (max-width: 767px) {
.blockWrap_f899ca0e1e674ccbbac858950867939b {
        padding-top: 80px !important;
        padding-bottom: 160px !important;
        text-align: center !important;
    }

.blockWrap_f899ca0e1e674ccbbac858950867939b  .contentTitle {
        font-size: 40px;
        text-align: center !important;
    }

.blockWrap_f899ca0e1e674ccbbac858950867939b .blockInnerContent {
        font-size: 15px;
    }
}
.button {padding: 10px 30px;}


* {
  box-sizing: border-box;
}

/* Two equal columns that float next to each other */
.column {
  text-align: center;
  float: left;
  width: 25%;
  padding: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
  /* For mobile responsive */
@media only screen and (max-width: 768px) {
  [class*="column"] {
    width: 100%;
  }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Fix Disappearing Mobile CTA Text */

@media only screen and (max-width: 768px) { 
    .cols4 .imgGridItem .imgHover-content {
        display: block!important;
    }
}