.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/*+++++++++++++FIX PROPERTY CARDS EQUAL HEIGHTS+++++++++++++++++++++*/
.items_d69db091bc1444f4ac4d578b43f77471 {
    display: flex;
    flex-flow: row wrap;
}
.items_d69db091bc1444f4ac4d578b43f77471>.item .itemInnerContent li {
    list-style: none;
}

/*--------------------------------- Video Styles--------------------------------- */

.video-container {
  background: rgba(02, 56, 84, 0.8) !important; 
  color: white;
  text-align:center;
  padding: 150px 50px;
  margin-bottom:50px;
}

#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(https://static.mywebsites360.com/fcbf640b828442ac80908377b00dbb41/i/fcdaaba7e2414e999b72ce9f157c1a49/2/4SoifmQpAbHrGFzRuwTbr?nocache);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 50px 20px 50px 20px;
        background: rgba(2, 56, 84, .75);
    }
}

/* End Video Styles */