/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_f542735ad41e46b68cf6f8df762662af .listView.vAlgn1 .itemPreview.hasImg, 
    #page_f542735ad41e46b68cf6f8df762662af .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_f542735ad41e46b68cf6f8df762662af .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_f542735ad41e46b68cf6f8df762662af .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
.blockWrap_afc5a51b92ad433bb44d7a4a25281c40 .contentImg {
    max-width: 329px;
    }}
    
    /* 2 Column Form */

div#madHero {
    text-align: center;
    padding: 15px;
}

div#madHero > div.madHero-item{
    flex: 1 1 0;
    margin-bottom: 20px;
}

.madTitle {
    font-size: 2.2rem; /*accepts decimals*/
    /*color: #000;*/ /*use to change color*/
}

.madContent {
    font-size: 1.2rem; /*accepts decimals*/
    /*color: #000;*/ /*use to change color*/
}


@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
}

/* 2 Column Form */

div#madHero {
    text-align: center;
    padding: 15px;
}

div#madHero > div.madHero-item{
    flex: 1 1 0;
    margin-bottom: 20px;
}

.madTitle {
    font-size: 1.8rem; /*accepts decimals*/
    /*color: #fff;*/ /*use to change color*/
}

.madContent {
    font-size: 1.1rem; /*accepts decimals*/
    /*color: #ffffff;*/ /*use to change color*/
}


@media only screen and (min-width: 768px) {
    div#madHero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
}

/*Targets the parent container of the simple list items*/
.items_faf0593ef52c44798f12a0523102e2d3 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_faf0593ef52c44798f12a0523102e2d3 > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_e9e65f92e6eb45a7ad22f25e287a4087 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_e9e65f92e6eb45a7ad22f25e287a4087 > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_cccc03e3d7904f50a8040eb1ae76fc36 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_cccc03e3d7904f50a8040eb1ae76fc36 > .item {
   display: flex;
   flex-direction: column;
}