/* 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; 
    }
}

/* Flip 50-50 Stacking Order in Mobile */
    @media only screen and (max-width: 480px) {
    .block_fc63517e2656414ba1d07cc15adf9587 {
        display: flex;
        flex-flow: wrap-reverse;
        padding-bottom: 0em;
    }
    .blockContent .blockImg {
        padding-bottom: 0em;
    }
}

/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_cb683718b70c4cc0b0ea8157d316a856 .blockText  {
      padding: 25px 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_cb683718b70c4cc0b0ea8157d316a856 .contentTitle  {
      padding-top: 25px;
  }
}

/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_f5979f713bc649bab7d766a1ca9c3bbb .blockText  {
      padding: 25px 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_f5979f713bc649bab7d766a1ca9c3bbb .contentTitle  {
      padding-top: 25px;
  }
}