/* Sitewide Transparent Header in Desktop and Tablet */
@media only screen and (min-width: 768px) {
    .siteInnerWrapper .headerAndNavContainer {
        position: absolute;
        background-color: transparent;
        background-image: none;
        z-index: 99;
    }
}

/* 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; 
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* 5050 Responsive Padding 5050 homepage img*/

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_dc15938391e04099a5fe1ef4069179e3 .blockText  {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_dc15938391e04099a5fe1ef4069179e3 .contentTitle  {
      padding-top: 25px;
  }
}

/* Equalize Simple List Blocks Homepage Icon row*/

/* 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;
}

/* Equalize Simple List Blocks Contact Page*/

/* Change item class here */
.items_a38670183139494fbf2da4bfdf0cd145 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a38670183139494fbf2da4bfdf0cd145 > .item {
	display: flex;
	flex-direction: column;
}