/* 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 Toilet Page*/

/* Change item class here */
.items_e14e0589d954478884af3b6674c12a0e, .items_ff1a22f0e4ca4e9ca0416458a4a2e382, .items_bfb2d308385a44fcb9ff40ca7b25b556 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e14e0589d954478884af3b6674c12a0e > .item, .items_ff1a22f0e4ca4e9ca0416458a4a2e382 > .item, .items_bfb2d308385a44fcb9ff40ca7b25b556 > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b13fdbc4511b4946bfc1acd762dab569 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b13fdbc4511b4946bfc1acd762dab569 > .item {
	display: flex;
	flex-direction: column;
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_a83e1f501f7a4ae4864c25a094d142d6 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_a83e1f501f7a4ae4864c25a094d142d6 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_a83e1f501f7a4ae4864c25a094d142d6 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_a83e1f501f7a4ae4864c25a094d142d6 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}
/* 2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) {
    .items_ae9b3418994c4111a074c76754a38517 .item {
        width: 50%;
        float: left;
    }
}
/* 2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) { 
    .items_ff76a29399a342509cc9876020f0fe59 .item {
        width: 50%;
        float: left;
    }
}

/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_bd62deaf0f764c83b777cdd2c725ef8b .blockText  {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_bd62deaf0f764c83b777cdd2c725ef8b .contentTitle  {
      padding-top: 25px;
  }
}