/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #000000;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
}
.ctaNav .blockInnerContent {
    text-align: right;
    font-size:18px;
}
.ctaNav .blockInnerContent .button {
    color: #000000;
    background: #eb7ca9;
    border-color: #000000;
}
.ctaNav .blockInnerContent .button:hover {
    color: #ffffff;
    background: #000000;
    border-color: #ffffff;
}
.ctaNav .blockText {
    padding-right: 4%;
    padding-left: 4%;
}
.block_cb5136aa96b946b7835e0b65b6b8fb98 .blockInnerContent a:first-child {
    margin-right: 10px;
}
/*.block_cb5136aa96b946b7835e0b65b6b8fb98 .blockInnerContent {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*}*/
/*------------HOME-----------*/
div.blockWrap_c59baf76556940678cbe84aa30e123c1 {
    max-width: 800px;
    margin: -60px auto auto auto;
    z-index: 2;
    position: relative;
    border: 3px solid #ffffff;
}
div.blockContent.block_c59baf76556940678cbe84aa30e123c1 {
    max-width: 500px !important;
}
/*-------TEAM MEMBERS---------*/
/*filter*/
.item-filter li {
    display: inline-block;
    margin-right: 2em;
    text-transform: uppercase;
    letter-spacing: .05em;
    /*font-family: 'Inter', sans-serif;*/
    /*font-style: normal;*/
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;;
    transition: color .25s ease-in-out;
    border-bottom: 3px solid #fff;
}
.item-filter li:hover,
.item-filter li.active {
    color: #eb7ca9;
    border-bottom: 3px solid #eb7ca9;
}
.item-filter li:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    .item-filter li {
        display: block;
        margin: 0 !important;
    }
    .lstsy1 .blockInnerContent ul.item-filter {
        list-style-type: none;
        padding-left: 0;
    }
}
.items_d1783657edf44dc1a72b3299230c56b3 .itemInnerContent {
    columns: 2;
    max-width: 600px;
}
.blockWrap_wMKggdP58uwze4df {
    display: none;
}
/*-------------------------*/
/* Responsive CTAs */

@media only screen and (max-width: 767px) {
    .cols3.imgMgn0 .imgGridItem {
width: 100%
}
}
@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: fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
}

.madButton:hover {
    color: fff;
    background-color: #eee;
    border-color: #eee;
}
/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_ed2cbbff0b754d2d9f14ac60a472430b .listView.vAlgn1 .itemPreview.hasImg, 
    #page_ed2cbbff0b754d2d9f14ac60a472430b .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_ed2cbbff0b754d2d9f14ac60a472430b .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_ed2cbbff0b754d2d9f14ac60a472430b .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}