/* 2 Column Form */

div#madHero {
    text-align: center;
    padding: 5px;
}

div#madHero > div.madHero-item{
    flex: 1 1 0;
    margin-bottom: 5px;
}

.contentTitle {
    font-size: 1.8rem; /*accepts decimals*/
    color: #fff;
}

.madContent {
    font-size: 1.1rem; /*accepts decimals*/
    /*color: #fff;*/ /*use to change color*/
}


@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }

/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 50px 50px;
  margin-bottom:0px;
}

#iframe-container h1 {
    font-size: 40px;
}

#iframe-container h3 {
    font-size: 20px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 36px;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/fa5be86c24ab40199deb5df4e5d5759c/i/f9c39d752bc94e4986b2710ff97b8bf2/1/5feFb8zhrk/hero.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */




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

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

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


/* 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*Read Reviews/

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

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

/* Residential Garage Doors PB */
.items_b8592b4985194db888ba362acc4f55d3 .item {
    min-height: 295px;
}
@media only screen and (max-width: 599px) {
div.blockWrap_f8b9ba0fca5b493c96ff1f830cd8c8db {
    padding-bottom: 35px;
}
}
/* Commercial Garage Doors PB */
@media only screen and (max-width: 599px) {
div.blockWrap_fa4ed259ee3f4fed96be510fbd8f4887 {
    padding-bottom: 35px;
}
}

/* Sitewide Banner */

.blockWrap_c400ee1a34c04dd3a134c557e65ecc6f{
background-color: #216285;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}

/* Equalize Simple List Blocks - Residential Repair page*/

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

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











/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

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

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