/* 5050 Responsive Padding Row 1 homepage */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_eeb1a8372b8b448ab9d5e700fcdd80d5 .blockText  {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_eeb1a8372b8b448ab9d5e700fcdd80d5 .contentTitle  {
      padding-top: 25px;
  }
}

/* 5050 Responsive Padding Row 2 homepage */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_ca7fe06853c44d67b63289cd4b3c2074 .blockText  {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_ca7fe06853c44d67b63289cd4b3c2074 .contentTitle  {
      padding-top: 25px;
  }
}

/* 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; 
    }
}

/*Hide desktop banner on mobile*/
@media screen and (max-width: 768px) {
    .desktopCTA {
        display: none;
   }
    .mobileCTA img {
        width: 100%;
   }
}
/*Hide mobile banner on desktop*/
@media screen and (min-width: 768px) {
    .mobileCTA {
        display: none;
   }
    .desktopCTA {
        text-align: center;
   }
}