/* 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_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}

/* Text Block Background Color - 50-50 Image */
.blockWrap_f2cb5f2bb9a742168eafa0710871216e
.blockContent.layoutC .blockText, 
.blockContent.layoutD .blockText  {
    background-color: rgba(90, 198, 206, .8);
    color: #ffffff;
}

.blockWrap_f2cb5f2bb9a742168eafa0710871216e .blockText {
    padding: 10px 40px 40px 40px;
}

.blockWrap_f2cb5f2bb9a742168eafa0710871216e .contentTitle {
    padding-top: 40px;
}

/* Equalize Simple List Blocks - Homepage Testimonials */

/* 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;
}

/* Equalize Simple List Blocks - About Us Page */

/* Change item class here */
.items_e5b2c4e737ec4e0aa95cafd927041564 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e5b2c4e737ec4e0aa95cafd927041564 > .item {
	display: flex;
	flex-direction: column;
}


/* Equalize Simple List Blocks - Financial & Partner Page */

/* Change item class here */
.items_c02d118a76f74c7d8746b6474bbdf314 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c02d118a76f74c7d8746b6474bbdf314 > .item {
	display: flex;
	flex-direction: column;
}

/* Fix Mobile TRL Placement with Floating Footer */
@media only screen and (max-width: 767px) {
    .trl-u-reset-all-items.trl-pin-widget.trl-pin-active.trl-u-fixed-right {
        bottom: 80px;
    }
}