/* Enter Your Custom CSS Here */

.no-underline a {
	text-decoration: none;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
}

.k-block--home-grid__rollover {
    background-color: transparent;
	  transition: all .1s;
}

.k-block--home-grid__link {
    transition: all .1s;
}

.k-block--home-grid__item--signup .k-block--home-grid__gallery__item {
    transition: all 0s;
}

.k-block--home-grid__item--signup .k-block--home-grid__gallery__item.active {
    transition: all 0s;
}

.k-block--home-grid__gallery__item {
    transition: all 0s;
    transition-delay: 0s;
}

.k-block--home-grid__gallery__item.active {
    transition: all 0s;
    transition-delay: 0s;
}

.top-header {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
}

.top-header a {
	color: #ffffff !important;
}

.top-header a:hover {
	color: #111 !important;
}