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



/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    .blockWrap_d039cefc7a28420eb48e66811e2093b8 .contentTitle {
        font-size: 24px; 
    }
}

/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_b08d2cad73fe455dac560fd19872ad93 .cols3 .item,
.block_b08d2cad73fe455dac560fd19872ad93 .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
}
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

.popupTitle {
    font-size: 60px;
    color: #121212;
    margin-top: 20px;
    line-height: .05;
    padding-bottom: 20;
}

/* End Popup Styles */


/* 2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) {
    .items_c5217b8ab82a47938fd429a6bdea1e0b .item {
        width: 50%;
        float: left;
    }
}

/* 2 Column Form - Contact Page */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle3 {
    font-size: 30px; 
    color: #ffd505;
    text-align: center;
}

.madTitle2 {
    font-size: 30px; 
    color: #ffd505;
    text-align: left;
}
.madContent3 {
    font-size: 20px; 
    color: #ffffff;
    text-align: left;
}

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