/* Buttons */
.button, .navContent li .button {
    padding: 10px 30px;
}
@media only screen and (max-width: 599px) {
.button {
    width: 100%;
    text-align: center;
}
}

/* Footer Button */
.footerContainer .button {
    background-color: #ffffff;
    color: #00467f !important;
    font-size: 18px;
    padding: 10px 30px;
}
.footerContainer .button:hover {
    background-color: #ffffff;
    color: #f1c507 !important;
}

/* Mobile HP Hero Image Styles */
@media only screen and (max-width: 599px) {
.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
    font-size: 30px;
}
div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
    padding-top: 50px;
    padding-bottom: 50px;
}
}

/* Mobile HP CTAs */
@media only screen and (min-width: 768px) {
.blockWrap_c5217b8ab82a47938fd429a6bdea1e0b .item {
   min-height: 300px;
}
.blockWrap_a68c95ce26b34c44b942115611a230a5 .item {
   min-height: 240px;
}
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b93c29b5e6684983b0aead7d023c453f { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b93c29b5e6684983b0aead7d023c453f > .item {
	display: flex;
	flex-direction: column;
}

/* Mobile Bathroom Remodel Page Image Styles */
@media only screen and (max-width: 767px) {
div.blockWrap_f0e8ea72ca834ae0820822f6e61169d0,
div.blockWrap_c19504364fe7430c9cb6cd5cadba3b35 {
    padding-bottom: 50px;
}
}