/* Button Padding */
.button {
    padding: 10px 20px;
}
.navContent li .button {
    padding: 10px 20px;
}


/* 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 Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_fe0cae03fa0e4bb58947e37ce6e0c69e {
        padding:0px;
    }
    
    .blockWrap_fe0cae03fa0e4bb58947e37ce6e0c69e .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
        font-size: 23px; 
    }
}

@media only screen and (max-width: 767px) {
    .blockWrap_ed03ae3689f040dba285ef958ea3fd02 .items_ed03ae3689f040dba285ef958ea3fd02 .item .contentTitle {
          font-size: 23px; 
    }
}

/* 5050 Responsive Padding Page Builds */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_d0648216ba2f47769e3a9e23992d409d .blockText,
  .block_e3cae8a6bd174abf8d8c7090925268a0 .blockText {
      padding-bottom: 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_d0648216ba2f47769e3a9e23992d409d .blockText,
  .block_e3cae8a6bd174abf8d8c7090925268a0 .blockText {
      padding-bottom: 25px;
      padding-top: 25px;
  }
}