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


/* Text Block Background Color - 50-50 Image */
.block_a0a0f2486ede46789947e6907b8e8bff.blockContent.layoutA .blockText
{
    background-color: rgba(255, 255, 255, 0.8);
    color: #9faf90;
    padding: 40px;
}

/* No Space Simple List */
@media only screen and (min-width: 600px) {
.block_e9f3e4c9a3e44ce08d1a6603c3630cfe .cols3 .item,
.block_e9f3e4c9a3e44ce08d1a6603c3630cfe .cols3 .socialStreamGroup {
    clear: none;
    width: 33.33%;
    margin: 0%;
}
}

@media only screen and (max-width: 767px) {
.blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe {
    padding-top: 0px !important;
}
}

/* Equalize Simple List Blocks*/

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

/* Change item class here */
.items_b33966b6fb13497f9905d52ddd8c5ded > .item, .items_ff7eb7a598bb43a49419a201ddf9fd90 > .item, .items_c5a397b576d741e589bb6ff054445b35 > .item{
	display: flex;
	flex-direction: column;
	  position: relative;

}

.items_b33966b6fb13497f9905d52ddd8c5ded > .item a.button, .items_ff7eb7a598bb43a49419a201ddf9fd90 > .item a.button, .items_c5a397b576d741e589bb6ff054445b35 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

 /********************
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 #BBC856;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #BBC856;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    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);
  }
  
  /* Equalize Simple List Blocks - Pin Buttons to Bottom Offers Page*/

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

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

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

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

/* Custom Header Banner */
.blockWrap_ffe52b853e06435cb75d44ac8c25adc1 {
    background-color: rgba(255, 255, 255, 0);
    color: #292a2c; 
    text-align: right;
    padding: 20px 0px 0px 0px;
    display: inline-block;
    float: right;
}


.headerAndNavContainer .logo {
    display: inline-block;
}

@media only screen and (max-width: 599px) {
    .blockWrap_ffe52b853e06435cb75d44ac8c25adc1 {
        text-align: center;
    }
    
    .headerAndNavContainer .logo {
        display: block;
    }
    
    .headerAndNavContainer .button {
        font-size: 16px;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
    }
}

@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: 30px; 
    color: #000;
    text-align: left;
}

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

.madButton {
    color: #FFFFFF !important;
    background-color: #EF8B20;
    border-color: #EF8B20;
    padding: 10px 30px;
}

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

/* Chiropractic Mobile Page Title */

@media only screen and (max-width: 767px) {
 .blockWrap_e333cb452fc24ea5af7e6d555fef9326 .pageTitle {
    letter-spacing: .2em;
    font-size: 30px;
}
}