/* Nav Dropdowns */
.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}
@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Buttons */
.button, .navContent li .button {
    padding: 10px 20px;
}

/* HP Header Styles */
.page_e00b3f7930bf44a9af4a89931b583d51 .headerAndNavContainer {
    background-color: rgba(0,0,0,0) !important;
    position: relative;
    z-index: 1;
}

/* Video Styles */
.video-container {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 460px 20px 380px 20px;
  margin-top: -160px;
}
#iframe-container h1 {
    font-size: 48px;
    color: #ffffff;
    padding-bottom: 0px;
}
#iframe-container .button {
    background-color: rgba(255,255,255,0);
    color: #ffffff;
    border: 2px solid #ffffff;
}
#iframe-container .button:hover {
    background-color: rgba(255,255,255,0.25);
    color: #ffffff;
    border: 2px solid #ffffff;
}
/* Mobile Video Styles */
@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 48px;
    }
        div#iframe-container {
        background-image: url(https://static.mywebsites360.com/dfaf533a0a044eb58c0a8ae10beb7523/i/dfb0f5cbc93b4f89a0c83a52d43dbd03/2/5feFb8zhrk/Home%20Hero%20Image.jpg);
        background-size: cover;
    }
        .video-wrap {
        display: none!important;
    }
        .video-container {
        padding: 250px 20px 150px 20px;
    }
}
/* End Video Styles */

/* HP Testimonials */
.imgCaption-desc {
    max-width: 1600px;
    margin: auto;
    font-style: italic;    
}
.imgCaption-credit {
    font-size: 20px !important;
    font-weight: 700;
}

/* Footer Styles */
.footerContainer a {
    text-decoration: none !important;
}

/* Mobile HP Styles */
@media only screen and (max-width: 599px) {
.footerContainer .contentTitle,
.footerContainer .blockInnerContent,
.footerContainer .blockContent {
    text-align: center !important;
}
}
/* HP Mobile Gallery */
@media only screen and (max-width: 480px) {
    .blockWrap_c6098f139f16487b8d3b14ff6437ef11 .cols5.imgMgn0 .imgGridItem {
        width: 100%;
        margin: 0;
    }
    .blockWrap_c6098f139f16487b8d3b14ff6437ef11 .contentImg.imgHover.imgHover--zoom.visible {
        width: 100%;
    } 
}
/* Fix Disappearing Mobile CTA Text */
@media only screen and (max-width: 768px) { 
    .cols5 .imgGridItem .imgHover-content {
        display: block!important;
    }
}