/* Navigation Hover Styles */
#navTopLevel a:hover, #navTopLevel .navLabel:hover {
    color: #8bc34a;
}
#navTopLevel .navButton:hover {
    color: #ffffff;
}

/* Sub Navigation Hover Styles */
.subNav a:hover {
    color: #8bc34a;
}

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

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

/* Hero Image */
.blockWrap_d3e6f9b5a29847829daa612e829829c2 .contentTitle {
    padding-bottom: 0px;
}
.blockWrap_d3e6f9b5a29847829daa612e829829c2 .blockInnerContent p {
    padding-bottom: 15px;
}

/* HP CTAs */
.blockWrap_d9e864d282bc4479b4fe688fc995acbf .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    letter-spacing: 5px;
}

/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 230px 230px;
  margin-bottom:0px;
}

#iframe-container h1 {
    font-size: 70px;
        letter-spacing: 5px !important;
        color: white;
}

#iframe-container h3 {
    padding-top: 0px !important;
    font-size: 30px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 36px;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/e24e7964c8744af0bee1e7b4c33e16e2/i/d1c2f4dfd4c64a20b6a394c82296e53f/2/5feFb8zhrk/mainbg.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #000000;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #eeeeee;
    color: #fff!important;
}

.popupTitle {
    font-size: 60px;
    color: #000000;
    margin-top: 20px;
    line-height: .05;
    padding-bottom: 0;
}

/* End Popup Styles */

/* Sitewide Banner */

.blockWrap_d41d88c5f3ce480bb7b2950b91f2268e{
background-color: #efefef;
color: #aaaaa; 
text-align: center;
padding: 5px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}