/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols2 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

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

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e7953136d22243b69c9861c721e4c0cd { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7953136d22243b69c9861c721e4c0cd > .item {
	display: flex;
	flex-direction: column;
}

/* Contact Page Equal List Blocks*/

/* Change item class here */
.items_a5dc6cb85bbc4a56be3b94a4bae3b1f6 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a5dc6cb85bbc4a56be3b94a4bae3b1f6 > .item {
	display: flex;
	flex-direction: column;
}

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

    }
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.madTitle {
    font-size: 60px; 
    color: #ffffff;
    text-align: left;
}

.madContent {
    font-size: 22px; 
    color: #ffffff;
    text-align: left;
}

.madButton {
    color: #ffffff;
    background-color: #fc0c25;
    border-color: #fc0c25;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #2e2e2e;
    background-color: #ffffff;
    border-color: #ffffff;
}

/* Home Hero Section Settings */
    #homehero {
        display: flex;
        flex-flow: column;
        align-items: left;
        justify-content: start;
    }
    
    .madButton2 {
    color: #ffffff;
    background-color: #fc0c25;
    border-color: #fc0c25;
    width: 100px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}


.madButton2:hover {
    color: #2e2e2e;
    background-color: #ffffff;
    border-color: #ffffff;
}
/* END Home Hero Section Settings */



/* Equalize Simple List Blocks SERVICES PAGE */

/* Change item class here */
.items_b5f8c75c9715401f9190433352e69b6c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b5f8c75c9715401f9190433352e69b6c > .item {
	display: flex;
	flex-direction: column;
}




/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_ca9d47617cba45e388c2d4f559900935 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_ca9d47617cba45e388c2d4f559900935 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_ca9d47617cba45e388c2d4f559900935 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_ca9d47617cba45e388c2d4f559900935 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}