/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_e5a79923d12f44f28653e6d930f1e0c8 {
        background-image: url(https://static.mywebsites360.com/adf86e69d12a44898b9cf4cd3356c3b7/i/ec89fef1d9c44cc98e33a219b9d8f2aa/1/5feFb8zhrk/mobile2.png);
    }
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_e5a79923d12f44f28653e6d930f1e0c8 {
        padding-bottom: 120px;
    }
}

 /********************
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 #63edec;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #171717;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: white;
    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*/

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

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

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

/* Change item class here */
.items_c98c443a57fd4a1f8345a7451680b46d > .item p {
    margin-bottom: 40px;
}