/* Text Block Background Color - 50-50 Image */
.block_a00f17b91c004891ad42a8529e0ca84a.blockContent.layoutD .blockText{
    background-color: #FFF;
    color: #58585b;
    padding: 27px;
}

/********************
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: #e479ae;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: #58585b;
    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);
  }
  
  /* Mobile Padding Button */

@media only screen and (max-width: 767px) {
    div.blockWrap_c2f365022c654cb68284b6f5f2c5a8fe {
    padding-top: 0px;
    padding-bottom: 40px;
    }
    
    .popupTitle2 {
        font-size: 16px;
        color: #000000;
        padding-top: 20px;
        width: 100%;
        margin: auto;
        text-transform: none!important;
        letter-spacing: 0px;
    }
    h2.popupTitle {
        font-size: 26px!important;
    }
 }
 
 /* Change button padding on Wellness Services page */
 .block_a5e49e0d9f1340bfbf200281766fcb30 {
     padding-top:15px;
     padding-bottom:15px;
 }
 
 /* Equalize Simple List Blocks*/

/* Change item class here */
.items_e0889d921ff44186bc32d8cc34531a91 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e0889d921ff44186bc32d8cc34531a91 > .item {
	display: flex;
	flex-direction: column;
}

 /* Equalize Simple List Blocks*/

/* Change item class here */
.items_a1624aeba4594f8ba3038d09a86c4adb { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a1624aeba4594f8ba3038d09a86c4adb > .item {
	display: flex;
	flex-direction: column;
}




/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

/*.popupButton {
    background: #000000;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #eeeeee;
    color: #fff!important;
}*/

.popupTitle2 {
    font-size: 24px;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 30;
    width: 85%;
    margin: auto;
    text-transform: none!important;
    letter-spacing: 0px;
}
.popupTitle {
    font-size: 40px;
}

/* End Popup Styles */