/* Button Padding */
.button {
    padding: 10px 20px;
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here 
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}*/

/* Change item class here 
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item p {
    margin-bottom: 20px;
}*/


/* Video Styles */

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

#iframe-container h1 {
    font-size: 52px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}

#iframe-container h3 {
    font-size: 30px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
    font-size: 36px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/f8d29ff24318498fb43b2645b917c095/i/a42abfcc7964454ab4d2c870e2fd8c0b/1/4SoifmQpAbHrGFzRuwTbr?nocache.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 150px 20px 150px 20px;
    }
}

/* End Video Styles */

/* Sitewide Banner */

.blockWrap_b3c4fa44325b48d7a706fcf98e21be96{
background-color: #000000;
color: #ffffff; 
text-align: center;
padding: 10px;
}

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