@media only screen and (max-width: 767px) {
div.blockWrap_d520efd4bd494d8793f5b7f11fa235eb{
    background-image: url(https://static.mywebsites360.com/ab44cda06b17496fa86e7f06afc57027/i/df1a858b728c403cbfcfd3a3dec44325/1/5feFb8zhrk/MobileBG2.jpg);
    background-position: left !important;
    }

div.blockWrap_d824668147384f3c98130fab9136584d{
    background-image: url(https://static.mywebsites360.com/ab44cda06b17496fa86e7f06afc57027/i/aa408db1ce21473eb62c7f5f70d8ecc4/1/GCuCv726gZycFxatRFZ6HA/MobileBG4.jpg);
    
    }
div.blockWrap_b0519a26db4e43f181ee0fdd11c5f422{
    background-position: top;
    background-size: auto;
}
#page_e00b3f7930bf44a9af4a89931b583d51 {
    background-image: none !important;
    background-color: #a1a1a1;
    }
}

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

/* 2 Column Form - Panel Upgrades 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;
    }
}

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

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

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

.madButton:hover {
    color: #fff !important;
    background-color: #323232;
    border-color: #323232;
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom - Panel Upgrades Page */

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

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

/* Change item class here */
.items_fc6fa9c89e2f423aa31b787c209b9e33 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_fc6fa9c89e2f423aa31b787c209b9e33 > .item p {
    margin-bottom: 20px;
}

/* Equalize Simple List Blocks - Electric Car Charger Page */

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

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

/* Equalize Simple List Blocks - General Electrical Work Page */

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

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

/* Equalize Simple List Blocks - Backup Generators Page */

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

/* Change item class here */
.items_ccd28498e9a840488ed2c2a5f40eb4a3 > .item {
	display: flex;
	flex-direction: column;
}
/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

.madwire-accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.madwire-accordion-title {
    background: #FDAC1C; /* 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;
}