/* Equalize Simple List Blocks  - homepage*/
/* Change item class here */
.items_db6a178fb1cd4b6b93a2af563a9f9187 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/* Change item class here */
.items_db6a178fb1cd4b6b93a2af563a9f9187 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - Contact Page*/
/* Change item class here */
.items_d554dab15b854e11a42dc37c4a9ec036 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/* Change item class here */
.items_d554dab15b854e11a42dc37c4a9ec036 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks  - homepage*/
/* Change item class here */
.items_dd036fd44ecf49318cb4733c4dbe2d62 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/* Change item class here */
.items_dd036fd44ecf49318cb4733c4dbe2d62 > .item {
	display: flex;
	flex-direction: column;
}

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

/* No Space Simple List - Homepage 2 CTAs row*/
@media only screen and (min-width: 600px) {
.block_c1f389f9b8264bdbb728a2223eab7881 .cols2 .item,
.block_c1f389f9b8264bdbb728a2223eab7881 .cols2 .socialStreamGroup {
    clear: none;
    width: 50%;
    margin: 0%;
}
}

/* Equalize Simple List Blocks - Homepage 2 CTAs row*/
/* Change item class here */
.items_c1f389f9b8264bdbb728a2223eab7881 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/* Change item class here */
.items_c1f389f9b8264bdbb728a2223eab7881 > .item {
	display: flex;
	flex-direction: column;
}

/* For rounded buttons - sitewide */ 
.button {
    padding: 12px 32px;
}

/* Responsive Inline Simple List - homepage*/
@media only screen and (max-width: 767px) {
    #page_f8303c5ebc3c48f593363333d50b8fe8 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_f8303c5ebc3c48f593363333d50b8fe8 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    #page_f8303c5ebc3c48f593363333d50b8fe8 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    #page_f8303c5ebc3c48f593363333d50b8fe8 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

/* Responsive Inline Simple List - sitewide*/
@media only screen and (max-width: 767px) {
     .listView.vAlgn1 .itemPreview.hasImg, 
    .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
     .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
     .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

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

 /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 28px;
  }
  .mwd-accordion {
    margin: 0px 0;
  }
  .mwd-accordion .mwd-accordion-item {
    border: 0px solid #dddddd;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #eeeeee;
    color: #f10b8d;
    padding: 0px 0px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: black;
    padding: 0px 0px 0 0px;
  }
  .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: #eeeeee;
    color: #EEEEEE;
    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: #eeeeee;
    color: #EEEEEE;
    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);
  }
  
  /*  Homepage Instagram Feed:*/
.blockWrap_f72fcf06b8cd4595a7108adbd75f983c .blockInnerContent{
        background-image: url(https://static.mywebsites360.com/b12c2aa915ae4acf9bfdf86101867f19/i/a3cc34586c004656b0d5de1f97dc1b35/1/5feFb8zhrk/centermainbg-58ffa1ae2c688.jpg);
        background-color: #ffffff;
        background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
        padding: 80px;
    }
    /*Footer images*/
    @media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}