/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */
.popupButton {
    background: #e810c8;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #9729cc;
    color: #fff!important;
}

.popupTitle {
    font-size: 34px;
    color: #2c2b2b;
    margin-top: 20px;
    line-height: 1;
    padding-bottom: 0;
}

/* End Popup 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; 
    }
}
/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_bc13f608798e4f04b04024044e03dfb0 {
        background-image: url(https://static.mywebsites360.com/fd9377818f8a4e8b841523ddca383a4e/i/a661ee7d76c74f699857c235a1cd0c72/1/5feFb8zhrk/BG%20v6%20mobile.jpg);
    }
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_bc13f608798e4f04b04024044e03dfb0 {
        padding-top: 10px;
        padding-bottom:10px;
    }
    
    .blockWrap_bc13f608798e4f04b04024044e03dfb0 .contentTitle {
        font-size: 36px; 
    }
        .blockWrap_bc13f608798e4f04b04024044e03dfb0 .blockInnerContent {
        font-size: 24px; 
    }
}


/* Sitewide banner */

/*.blockWrap_bc13f608798e4f04b04024044e03dfb0{*/
/*background: rgb(91,36,156);*/
/*background: linear-gradient(90deg, rgba(91,36,156,1) 1%, rgba(232,16,200,1) 100%);*/
/*color: #ffffff; */
/*text-align: center;*/
/*padding: 10px;*/
/*}*/
/*.blockWrap_bc13f608798e4f04b04024044e03dfb0 .contentTitle {*/
/*    font-size: 17px;*/
/*    text-transform: capitalize;*/
/*    letter-spacing: 0px;*/
/*}*/

/*.headerAndNavContainer{*/
/*    padding-top: 0px !important;*/
/*}*/

 /********************
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 #9728CC;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #9728CC;
    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);
  }
  
  
  
  
  
  
  
/* 2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) {
    .items_cc9f610b03c34af3ab6d1ba7346dc767 .item {
        width: 47%;
        float: left;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols2 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e48dc8aeadf64525a277891a7add250d { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e48dc8aeadf64525a277891a7add250d > .item {
	display: flex;
	flex-direction: column;
}