/* 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; 
    }
}

/* HP Testimonials */
.blockWrap_de84d58cf97c47beb32f718f925dba6b .imgCaption-title {
    color: #078080;
    text-transform: uppercase;
    font-size: 24px;
}
.blockWrap_de84d58cf97c47beb32f718f925dba6b .imgCaption-credit {
    font-size: 16px !important;
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom */
/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item {
	display: flex;
	flex-direction: column;
    position: relative;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}
/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item p {
    margin-bottom: 20px;
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom*/
/* 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;
  position: relative;
}
/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}
/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item p {
    margin-bottom: 20px;
}

/* Equalize Simple List Blocks Gates Page*/
/* Change item class here */
.items_ceb60ed77a5e444d8b05c95390a56d33 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/* Change item class here */
.items_ceb60ed77a5e444d8b05c95390a56d33 > .item {
	display: flex;
	flex-direction: column;
}