/********************
FULL WIDTH NAV TITLES
********************/
.navContent ul li ul,
.navContent ul li:first-child ul {
    max-width: 471px;
}

/* Word Wrap 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;
    }
}

/* Video Styles */

.video-container {
    background: #24282f;
    color: white;
    text-align: center;
    padding: 300px 300px;
    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(../static.mywebsites360.com/d0d9943e1471453daf33fdd6283fabc1/i/bd89e03cfbaf4774aa47d48e3ea15b6b/1/GCuCv726gZycFxatRCb7iU/mobile%20hero%202.jpg);
        background-position: center;

    }

    .video-wrap {
        display: none !important;
    }

    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c295d32d77d74504b5ebf37daec72b4e,
.items_c5217b8ab82a47938fd429a6bdea1e0b {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100%;
}

/* Change item class here */
.items_c295d32d77d74504b5ebf37daec72b4e>.item,
.items_c5217b8ab82a47938fd429a6bdea1e0b>.item {
    display: flex;
    flex-direction: column;
}


/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {

    .block_d520efd4bd494d8793f5b7f11fa235eb .blockText,
    .block_d824668147384f3c98130fab9136584d .blockText {
        padding: 0 25px 25px 25px;
    }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {

    .block_d520efd4bd494d8793f5b7f11fa235eb .contentTitle,
    .block_d824668147384f3c98130fab9136584d .contentTitle {
        padding-top: 25px;
    }
}