/********************
FULL WIDTH NAV TITLES
********************/
.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}
/* Word Wrap 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; 
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe, .items_e081b150fddc4d6baa026de7af88b21c, .items_da45ad186fe649b79aa8f4d7e2bf6c24, .items_f2637b7589e04b308513f1a8d6b5f669     { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe  > .item, .items_e081b150fddc4d6baa026de7af88b21c > .item, .items_da45ad186fe649b79aa8f4d7e2bf6c24  > .item, .items_f2637b7589e04b308513f1a8d6b5f669  > .item {
	display: flex;
	flex-direction: column;
}

/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_d520efd4bd494d8793f5b7f11fa235eb .blockText, .block_d824668147384f3c98130fab9136584d .blockText  {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_d520efd4bd494d8793f5b7f11fa235eb .contentTitle, .block_d824668147384f3c98130fab9136584d .contentTitle  {
      padding-top: 25px;
  }
}

/* Responsive Inline Simple List */

@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%;
    }
}