/*homepage mobile settings */
@media only screen and (max-width: 800px) {
    .blockWrap_ab5539a7d50d49418afd790147bf2545, .blockWrap_bf106c911f9142b9adeb8f917fda149d, .blockWrap_f899ca0e1e674ccbbac858950867939b, .blockWrap_ca6888b028ec4fc9aabb77618521c9ef, .blockWrap_e2c3d443b2374d35a377e56e41fd1701, .blockWrap_c5217b8ab82a47938fd429a6bdea1e0b, .blockWrap_a87a9cab59284a5e8d67d94333729858, .blockWrap_a62f129e14454686b514b184fe95e9ee{
    display:none !important;
    }
}

/*homepage desktop settings */
@media only screen and (min-width: 800px) {
    .blockWrap_d67a417da7494a79bbd0a10a88b04a97, .blockWrap_fedca931b30f44a1956b9bf4d127133f, .blockWrap_a47e1c16def147c6a5ad69443965266b, .blockWrap_e4fef62f6d084771a1a4ddfd4ab7b148, .blockWrap_b1209170e7964269bf033baabc548610, .blockWrap_d68bf35b1a8c487c9960a044df157860, .blockWrap_cc28134d6e324f6aaf65c8f92efd6427, .blockWrap_ea590f2128b848d88c428a56b7e2e5fd, .blockWrap_a33c38b30b6c4c63afd76976317a2741{
    display:none !important;
    }
}

/* 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; 
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_ecdee6c9753e4ec38d33320358142239 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ecdee6c9753e4ec38d33320358142239 > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b182eb53848b481585b58e6cc32ab46c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b182eb53848b481585b58e6cc32ab46c > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c8088cbea4aa41fa91d9041c40cc54ce { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c8088cbea4aa41fa91d9041c40cc54ce > .item {
	display: flex;
	flex-direction: column;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
/* Flip 50-50 Stacking Order in Mobile */

.block_e2c3d443b2374d35a377e56e41fd1701 {
    display: flex;
    flex-flow: wrap-reverse;
}
/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 30px; 
    color: #000;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: #fff;
    background-color: #5CC8E1;
    border-color: #5CC8E1;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff;
    background-color: #0F2142;
    border-color: #0F2142;
}
/* Flip 50-50 Stacking Order in Mobile */

.block_ca6888b028ec4fc9aabb77618521c9ef {
    display: flex;
    flex-flow: wrap-reverse;
}

/*iframe responsivness*/
.iframe-container{
    position:relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.iframe-container iframe{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
}