/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 250px 50px;
  margin-bottom:0px;
}

#iframe-container h1 {
    font-size: 52px;
}

#iframe-container h3 {
    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(url(https://static.mywebsites360.com/dc479c594f634e90b94be253ecb6a2e5/i/e13140272fbd4898a2cea63bb2639d5e/1/5feFb8zhrk/Hero-sl%20%25281%2529.jpg));
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */



/* Popup Styles */

.dismiss{
    cursor: pointer;
}

.fancybox-skin {
 padding:30px !important;
 background-color: #12171B;
    }
/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #bac5bf;
    color: #464646 !important;
    border-radius: 50px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #b0a397;
    color: #464646 !important;
}

.popupTitle {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 15px;
    line-height: 1.3;
    padding-bottom: 0;
}
/* End Popup Styles */

/* Button Padding */
.button {
    padding: 10px 20px;
}

/*Targets the parent container of the simple list items*/
.items_fc491310e0124dcaabd145ebed5f37f5 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_fc491310e0124dcaabd145ebed5f37f5 > .item {
   display: flex;
   flex-direction: column;
}