/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}


/* Video Styles */

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

#iframe-container h1 {
    font-size: 52px;
    color: #ffffff;
}

#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-color: #333333;
    }
    
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 120px 20px 120px 20px;
    }
}

/* End Video Styles */

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_a03950ed81904bd98d4cd3f03eec323b {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .blockWrap_a03950ed81904bd98d4cd3f03eec323b .contentTitle {
        font-size: 30px; 
    }
    .blockWrap_a03950ed81904bd98d4cd3f03eec323b .blockText p {
        font-size: 18px; 
    }
}

/* Sitewide Banner */

.blockWrap_e0a81e694a194ed6a7d155da40583dc7{
background-color: #67c9ec;
color: #ffffff; 
text-align: center;
padding: 0px;
}

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

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_dc9cd17fc98045178c4af8b2310aba16 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_dc9cd17fc98045178c4af8b2310aba16 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_dc9cd17fc98045178c4af8b2310aba16 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_dc9cd17fc98045178c4af8b2310aba16 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_a03950ed81904bd98d4cd3f03eec323b {
        background-image: url(https://static.mywebsites360.com/b9fbaf9ec2114e34b177d599b4508be3/i/df781c99785b42d686864fae06cf96e4/1/5feFb8zhrk/mobileheroFCSkating.jpg);
    }
}