.single-map{
	display:none;
}

.tk-banner__back a{
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
	font-weight: bold;
	font-family: Montserrat,Arial,Helvetica,sans-serif;
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.6);
}

.tk-banner__back a:hover{
	background: #ddda3d;
	color: rgba(0, 0, 0, 0.6);
}

.recent-news__item {
	padding: 3rem 0 0;
}

.recent-news__item:first-child {
	padding-top: 0;
}

.landing-ad img {
	display: block;
	margin-bottom: 1.5rem;
}
.landing-ad__body {
    padding: 2rem 2rem 3rem;
	text-align: left;
}
.landing-ad h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-family: lato,sans-serif;
}
.landing-hero__item { min-height: 560px; }
.landing-ad .button {
	margin-top: 2rem;
	display: block;
}

.recent-news__item {
	margin-right: 2rem;
}
.background-light {
    background-color: #f2f1f1;
}
.recent-news-button {
	margin: 2rem 0;
}


.featured-post-carousel {
	margin: 3rem 0 3rem;
}
.featured-post-carousel .slick-track {
	display: flex;
}
.featured-post-carousel .slick-dots {
	left: unset;
	right: 3rem;
	bottom: 3rem;
}
.featured-post-carousel .slick-dots button {
	padding: 0;
	background-color: transparent;
	font-size: 0;
	line-height: 0;
}
.featured-post-carousel .slick-dots button::before {
	content: "";
	border: 2px solid white;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: block;
}
.featured-post-carousel .slick-dots li.slick-active button::before {
	background-color: white;
}
.slick-dots li {
	padding: 5px;
}

.featured-post-slide {
	background-color: #4C2B74;
	color: white;
	padding: 3rem;
	border-radius: 16px;
}
@media screen and (max-width: 768px){
	.featured-post-slide {
		padding-bottom: 6rem;
	}
	.featured-post-carousel .slick-dots {
		left: 50%;
		right: unset;
		bottom: 2rem;
	}
	.featured-post__button {
		text-align: center;
	}
}

.featured-post-slide__link {
	color: white;
	text-decoration: none;
}
.featured-post__date {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1rem;
	margin-bottom: 0.5rem;
	display: block;
}
.featured-post__tags a {
	display: inline-block;
	margin-right: 0.5rem;
}

.featured-post-slide h2 {
	line-height: 1.1;
	margin: 2rem 0;
}
.featured-post-slide p {
	color: white;
	margin-bottom: 1.5rem;
}
.featured-post-slide .button {
	text-align: center;
}
.news-index__item-date {
	font-weight: normal !important;
	text-transform: uppercase;
}

.landing-hero {
	background-color: #f2f1f1;
}

.landing-hero .slick-dots button {
	line-height: 0;
	font-size: 0;
	background-color: transparent;
	padding: 2px;
}
.landing-hero .slick-dots button::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 2px solid white;
	border-radius: 50%;
}
.landing-hero li.slick-active button::after {
	background-color: white;
}
.landing-hero .slick-dots button:focus {
	outline: 2px solid #6a2c91 !important;
	border-radius: 50%;
}
@media screen and (max-width: 768px){
	.landing-hero .slick-dots button::after{
		border-color: #6a2c91;
	}
	.landing-hero li.slick-active button::after {
		background-color: #6a2c91;
	}
}

.navigation--condensed__tab-bar--mobile {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 1rem;
}
.mobile-menu-trigger-wrapper.box {
	flex: 1;
	padding-left: 0;
}

.mobile-cfnu-logo {
	flex:1;
	max-width: 100px;
}

