/* 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; 
    }
}
/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_e29f8d96708748c5b68e293cee522fa5,
  .block_c1978491000541fb8a929a949db1edf8,
  .block_d4a6df69079341dda2640fda2ef04e65,
  .block_a629bcb3b4044dcc87040c046d39b738 .blockText  {
      padding: 0 25px 25px 50px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_e29f8d96708748c5b68e293cee522fa5,
  .block_c1978491000541fb8a929a949db1edf8,
  .block_d4a6df69079341dda2640fda2ef04e65,
  .block_a629bcb3b4044dcc87040c046d39b738 .contentTitle  {
      padding-top: 25px;
  }
}