@media only screen and (min-width: 768px) {
    .navContent ul li ul, .navContent ul li:first-child ul {
        right: unset!important;
    }
}

.video-container {
  background: #171f2f;
  color: white;
  text-align:center;
  padding: 150px 50px;
  margin-bottom:50px;
}

/*Fix Hero Homepage*/
@media only screen and (max-width: 767px) {
    #iframe-container {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4)),
        url('https://static.mywebsites360.com/a7784a5615734fb2a752f819b3e84b2e/i/e39d0555c61147e684a61563238630ee/1/GCuCv726gZycFxatRFZ6HA/mHERO.jpg?dpr=2');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        padding-top: 75px;
        padding-bottom: 75px;
        margin-bottom: 0;
    }
    #iframe-container img {
        width: 100%;
        height: auto;
    }
    #page_fb32350fc11f45b9b0a62c9d9105d48e .block_df783079983d47728e1305457351d39b h1 {
        font-size: 24px;
    }
    .mobileSideNav {
        width: 300px !important;
        left: -300px !important;
    }
    .mobileSideNavOpen .mobileSideNav {
        transform: translateX(300px) !important;
    }
    .mobileSideNavOpen #navTrigger {
        z-index: 200000;
        color: white;
        left: 230px !important;
    }
}

/*List Title Hover*/
.block_a745cc7c890649e7a693fb1f96b32719 .item a:hover {
color: #1e3155;
}

.block_a4ebf212f893426aac7d007d7be81ccd .blockInnerContent p{
    font-size:25px;
}