/* 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;
    padding: 15px;
}

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

.footercolumn {
  float: left;
  width: 20%;
}

/* Clear floats after the columns */
.footerrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_dab2d5190e9d4ee4b331425140ed9357 {
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
    }
    
    .blockWrap_dab2d5190e9d4ee4b331425140ed9357 .contentTitle {
        font-size: 32px;
        
    }
    
}
    
.blockWrap_dab2d5190e9d4ee4b331425140ed9357 .contentTitle {
        line-height: .9em;
        margin-bottm: -7px;
        
    }