/* 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; 
    }
}

.button {padding: 10px 30px}

/* Equalize Simple List Blocks - Exec*/

/* Change item class here */
.items_b73b22d95daa48d4aabb3d7b6d865017 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b73b22d95daa48d4aabb3d7b6d865017 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Executive*/

/* Change item class here */
.items_c9512cff13c1409ca81dd4609ef01120 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c9512cff13c1409ca81dd4609ef01120 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Advantages*/

/* Change item class here */
.items_ead896fb50e54f6f89353306f2288f19 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ead896fb50e54f6f89353306f2288f19 > .item {
	display: flex;
	flex-direction: column;
}

/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 150px 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/ec7a328f99224ac6a4354ba5e797c7cc/i/ce9ce3be35044a17884fec01418ed6c1/1/5feFb8zhrk/e13646_0c1bf93d494e460998659e56f8838eb0~mv2.jpeg));
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */