/* Responsive Inline Simple List */

@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%;
    }
}






/*HOME PAGE - Equalize Simple List Blocks*/

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

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



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





/* Conditions We Treat Page - Equalize Simple List Blocks - Pin Buttons to Bottom*/

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

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

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

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







/*RESOURCES PAGE - Equalize Simple List Blocks*/

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

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


/* Custom Header Banner */
.blockWrap_b17779e6c18c4604a4607b4ac267f802 {
background-color: #ffffff;
color: #282F3B; 
text-align: right;
padding: 20px 0px 0px 0px;
}
@media only screen and (max-width: 599px) {
.blockWrap_b17779e6c18c4604a4607b4ac267f802 {
    text-align: center;
}
}

.blockWrap_b17779e6c18c4604a4607b4ac267f802 .blockInnerContent {
    font-size: 16px;
}