/* Buttons */
.button, .navContent li .button {
    padding: 10px 30px;
}

/* Extend Sub Menu Truncation */
@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}
}

/* HP Rounded Corner CTAs */
.blockWrap_dfc19acd2533446a8363a1a152d884ae .contentImg,
.blockWrap_dfc19acd2533446a8363a1a152d884ae .imgEffect,
.blockWrap_dfc19acd2533446a8363a1a152d884ae .imgEffect--color,
.blockWrap_dfc19acd2533446a8363a1a152d884ae .imgHover,
.blockWrap_dfc19acd2533446a8363a1a152d884ae .imgHover--grayscale,
.blockWrap_dfc19acd2533446a8363a1a152d884ae .imgEffect-overlay,
.blockWrap_dfc19acd2533446a8363a1a152d884ae .imgHover-overlay {
    border-radius: 50px;
}

/* Footer Styles */
.footerContainer p a:hover {
    color: #ffffff !important;
    text-decoration: none !important;    
}

/* Inner Page Rounded Corner Images */
.blockImg .contentImg {
    border-radius: 50px;
}

/* Blog Page Rounded Corner Images */
.blockWrap_ac66f5f221594fea800379973d9c96cb .item .contentImg {
    border-radius: 30px;
}

/* Mobile Styles */
@media only screen and (max-width: 599px) {
.button {
    width: 100%;
    text-align: center;
}
div.blockWrap_ddd1dc229ac84428b2bab32cd718d43e /* Hero Image */ {
    background-image: url(url(https://static.mywebsites360.com/a53711dd4d674093ab9d47b295180eac/i/c453dad6fba7491c957253debaf4d9c3/2/5feFb8zhrk/1.jpg));
    padding-top: 100px;
    padding-bottom: 200px;
}
.blockWrap_ddd1dc229ac84428b2bab32cd718d43e .blockContent /* Hero Image */ {
    text-align: center;
}
div.blockWrap_e9c7d2b544e7477e92fc9501c583eaa5,
div.blockWrap_add9352ee54b4818ae73193a071a373f /* Rows 2 and 4 */ {
    padding-top: 60px;
    padding-bottom: 60px;
}
.blockWrap_e9c7d2b544e7477e92fc9501c583eaa5 .blockContent,
.blockWrap_add9352ee54b4818ae73193a071a373f .blockContent /* Rows 2 and 4 */ {
    text-align: center;    
}
div.blockWrap_be4bea3440ec4e65a22beaffa895e7c9 /* HP Bottom CTA Row */ {
    background-image: url(https://static.mywebsites360.com/a53711dd4d674093ab9d47b295180eac/i/b391ba858418489c80d9b159503718fb/2/5feFb8zhrk/Mobile%20BG%20-%20CTA%20BG.jpg);
    padding-top: 200px;
    padding-bottom: 100px;
}
}