/* 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_ae363a1a978e4c70ae19c09062b091b6 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ae363a1a978e4c70ae19c09062b091b6 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks BLOG*/

/* Change item class here */
.items_acf0e0551edb41e78801cbfac58e643f { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_acf0e0551edb41e78801cbfac58e643f > .item {
	display: flex;
	flex-direction: column;
}

.videoWrapper {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}