/* 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; 
    }
}

/* Buttons */
.button, .navContent li .button {
    padding: 10px 30px;
}

/* HP CTA Styles - 3 CTAs */
@media only screen and (min-width: 600px) {
.blockWrap_d4d938aa17e445e7a2d8edfa1f5f5855 .cols3 .item,
.blockWrap_d4d938aa17e445e7a2d8edfa1f5f5855 .cols3 .socialStreamGroup {
    clear: none;
    width: 33.3%;
    margin: 5% 0% 0% 0%;
}
}
@media only screen and (max-width: 599px) {
.blockWrap_d4d938aa17e445e7a2d8edfa1f5f5855 .cols3 .item,
.blockWrap_d4d938aa17e445e7a2d8edfa1f5f5855 .cols3 .socialStreamGroup {
    margin: 0;
}
}

/* Mobile Hero Image Text Styles */
@media only screen and (max-width: 599px) {
.blockWrap_c7aa96b0fe5f451a9ce1e477bcd3fe61 .contentTitle {
    font-size: 55px;
}
}

/* Mobile Styles */
@media only screen and (max-width: 599px) {
div.blockWrap_c7aa96b0fe5f451a9ce1e477bcd3fe61 {
    background-image: url(https://static.mywebsites360.com/ed9fb86a1b2b461e8bdfb7b4f7fc2096/i/e84efc7f3fcd4823b12b0ee381646a61/1/5feFb8zhrk/HP%20Hero%20Image%20-%20Mobile.jpg);    
    padding-top: 100px;
    padding-bottom: 100px;
}
.blockWrap_c486b0b379e6410e9eeebb6f517fa310 .blockText {
    padding-bottom: 40px;
}
.blockWrap_c959787265e24d7890918b5bd67a64f1 .blockText {
    padding-bottom: 60px;
}
}







/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

.madwire-accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.madwire-accordion-title {
    background: black; /* 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;
}














/* B2B page - Equalize Simple List Blocks*/

/* Change item class here */
.items_da8eedc962f24c39930f2b989b180cd3 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_da8eedc962f24c39930f2b989b180cd3 > .item {
	display: flex;
	flex-direction: column;
}








/* Roofing page - Equalize Simple List Blocks*/

/* Change item class here */
.items_c92a2e7c0a31472285c01d2b6c10b675 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c92a2e7c0a31472285c01d2b6c10b675 > .item {
	display: flex;
	flex-direction: column;
}