/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #ed4441;
}
#navTopLevel .navButton:hover {
    color: #ffffff;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #ed4441;
}

/* Extend Sub Menu Truncation */
@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}
}

/* Buttons */
.button {
    padding: 10px 30px;
}
.navContent li .button {
    padding: 10px 20px;
}

/* Footer Styles */
.footerContainer a:hover {
    color: #ed4441 !important;
    text-decoration: none !important;
}
.footerContainer .socialIcons a:hover {
    color: #ed4441;
}

/* Video Styles */
.video-container {
  background: #24282f;
  color: #ffffff;
  text-align: center;
  padding: 200px 50px;
}
#iframe-container h1 {
    color: #ffffff;
    font-size: 45px;
    padding-bottom: 0px;
}
#iframe-container h3 {
    font-size: 18px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 45px;
    }
#iframe-container h3 {
        font-size: 18px;
    }
div#iframe-container {
        background-image: url(https://static.mywebsites360.com/bc5dd4a688dc424f8fc813bd555b4de8/i/a479fcb98d1545c3ae98ce291500f6c7/1/5feFb8zhrk/Hero%20Mobile%20BG.jpg);
        background-position: center top;
        background-size: cover;
    }
.video-wrap {
        display: none!important;
    }
.video-container {
        padding: 100px 20px 100px 20px;
    }
}
/* End Video Styles */

/* Button Style for AREAS WE SERVE*/
  div.blockWrap_e01f8ba3d5d442d4899af0c621462b3f .button {
  width: 100%; /*makes a full width button, delete for standard width button*/
  }