/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    padding: 15px;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Button Padding */
.button {
    padding: 10px 20px;
}
    
.navContent li .button {
    padding: 10px 20px;
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_c29c900d07e64fe383dd997dd9984c9f {
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
    }
    
    .blockWrap_c29c900d07e64fe383dd997dd9984c9f .contentTitle {
        font-size: 50px; 
    }
}

.blockWrap_c29c900d07e64fe383dd997dd9984c9f .contentTitle {
        line-height: .85em; 
        margin-bottom: -10px;
    }

/* Flip 50-50 Stacking Order in Mobile */

.block_af0f186a42354f1db48b14cfc1532a46 {
    display: flex;
    flex-flow: wrap-reverse;
    text-align: center !important;
}


/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_f4b54038af7e4b0f8f259d279308a21f .blockText  {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_f4b54038af7e4b0f8f259d279308a21f .contentTitle  {
      padding-top: 25px;
  }
}
/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_c3334f9d2851407db9d34e06642f7011 .blockText  {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_c3334f9d2851407db9d34e06642f7011 .contentTitle  {
      padding-top: 25px;
  }
}

.contentTitle {
        line-height: .85em;
}