/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_cb683718b70c4cc0b0ea8157d316a856 .blockText,
  .block_a5754111e8834ae197b30016ca764a8e .blockText,
  .block_e876acdd2ec944828465e5be592845cc .blockText,
  .block_f677e8f59ae24226bd4e392340c63268 .blockText {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_cb683718b70c4cc0b0ea8157d316a856 .contentTitle,
  .block_a5754111e8834ae197b30016ca764a8e .contentTitle,
  .block_e876acdd2ec944828465e5be592845cc .contentTitle,
  .block_f677e8f59ae24226bd4e392340c63268 .contentTitle {
      padding-top: 25px;
  }
}

/* Equalize Simple List Blocks Products and Specs*/

/* Change item class here */
.items_cc051ed5d91f4a71a2e2bc08b637a8e8 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_cc051ed5d91f4a71a2e2bc08b637a8e8 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks Approbals and Reports*/

/* Change item class here */
.items_ada5864fab4144168e62c21bce935881 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ada5864fab4144168e62c21bce935881 > .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: 350px !important;
        right: auto !important; 
    }
}