/* Equalize Simple List Blocks*/

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

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

/* Button Padding */
.button {
    padding: 10px 20px;
}

@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: #ffb900;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
}

.madButton:hover {
    color: fff;
    background-color: #eee;
    border-color: #eee;
}

 /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 30px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background:linear-gradient(to bottom, #efa90d, #d9921c);;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    background:white;
    color: black;
    padding: 20px 20px 0 20px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion p {
    margin: 0;
  }
  
  /********************
  BASE +/- STYLES
  ********************/
  .mwd-accordion-content {
    display: block;
    overflow: hidden;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .mwd-accordion-title > :first-child {
    max-width: 90%;
  }
  
  .mwd-accordion-title {
    position: relative;
  }
  .mwd-accordion-title .mwd-accordion-icon {
    position: absolute;
    background: white;
    width: 20px;
    height: 3px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  .mwd-accordion-title .mwd-accordion-icon:after {
    content: "";
    position: absolute;
    background: white;
    width: 3px;
    height: 20px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  
  .active .mwd-accordion-icon:after {
    transform: translateY(-50%) rotate(90deg);
  }
  
  /* Full Width Gallery Images in Mobile */

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

/* Responsive Image Swap */

@media only screen and (max-width: 767px) {
    .items_f4de9a50ef7c4505a3d4c164b6c6a671 .item {
      padding-right: 50px;
    }
}

@media screen and (max-width: 767px){
    /*.blockWrap_dbe04d7337334b18a5905d3e313ad6fd .blockImg {*/
    /*    text-align: center;*/
    /*}*/
    
    .blockContainer.fsMed.txa0.bmg0.lstSyNrmlzd.bw0.sy0 .blockImg{
            text-align: center;
        }
        
    .blockContainer.fsMed.txa0.bmg0.lstSyNrmlzd.bw0.sy0 .blockText ul{
           list-style-position: inside; 
    }
    
    .blockContainer.fsMed.txa0.bmg0.lstSyNrmlzd.bw0.sy0 .blockText,
    .blockContainer.fsMed.txa0.bmg0.lstSyNrmlzd.bw0.sy0 h2.contentTitle,
    .blockContainer.fsMed.txa0.bmg0.lstSyNrmlzd.bw0.sy0 .blockInnerContent{
        text-align: center !important;
    }
}
/*Commercial Page Bullet Point Columns for Mobile*/
@media only screen and (max-width: 600px) {
    .block_b4f8a812934d4bc2a09dc286382735d5 .txtCols3 {
    column-count: 1;
    }
}