/* 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.cols5 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}










/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

.madwire-accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.madwire-accordion-title {
    background: #a05a31; /* color of accordion title background */
    font-size: 24px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.madwire-accordion-title::after {
    content: '+';
    font-size: 38px;
    margin: 0;
    padding: 0;
    line-height: .5;
}

.madwire-accordion-title.open::after {
    content: '-';
    font-size: 55px;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: 43%;
    right: 20px;
}


.madwire-accordion-content {
    color: black; /* color of accordion content */
    padding: 10px 20px;
    background: white;
}

















/* Homepage - Services - Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* 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;
  position: relative;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item p {
    margin-bottom: 20px;
}







/* Homepage - 1 - Equalize Simple List Blocks*/

/* Change item class here */
.items_d7fa8b3b8403439cb7abc44d2b792f95 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d7fa8b3b8403439cb7abc44d2b792f95 > .item {
	display: flex;
	flex-direction: column;
}









/* Homepage - 2 - Equalize Simple List Blocks*/

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item {
	display: flex;
	flex-direction: column;
}







/* Homepage - 3 - Equalize Simple List Blocks*/

/* Change item class here */
.items_fb0421e4ca92477eab8f3560f7f1cd08 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fb0421e4ca92477eab8f3560f7f1cd08 > .item {
	display: flex;
	flex-direction: column;
}






/* Water Heaters page - Equalize Simple List Blocks*/

/* Change item class here */
.items_bfcc4ac8b76a48b8923979eba277e61a { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bfcc4ac8b76a48b8923979eba277e61a > .item {
	display: flex;
	flex-direction: column;
}