.blockWrap_dd84b6d406bb4602baea9c107dd3c5f9 .button {padding: 10px 10px; width: 100%;}

.button {padding: 10px 50px;}

.blockWrap_c8b90a8572894116929bc4074a700d03 .button {padding: 10px 10px; width: 100%;}

* {
  box-sizing: border-box;
}


/* Two equal columns that float next to each other */
.column {
  text-align: center;
  float: left;
  width: 33%;
  padding: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
  /* For mobile responsive */
@media only screen and (max-width: 768px) {
  [class*="column"] {
    width: 100%;
  }
}

.column50 {
  text-align: center;
  float: left;
  width: 50%;
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  [class*="column50"] {
    width: 100%;
  }
}

/* Equalize Simple List Blocks*/

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

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

/* Video Styles */

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

#iframe-container h1 {
    font-size: 40px;
    color: #ffffff !important;
}

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

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 24px;
    }
    
    #iframe-container h3 {
        font-size: 18px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/c3acb57a5ddf41ecaab4473c4ceda06e/i/f53d371513554004929cda49d13970d1/2/5feFb8zhrk/videobg2-5925f01267328.jpg);
        background-size: cover;
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* End Video Styles */

/* 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; 
    }
}