div.homepage div.ideas {
	background: #9f0a0e;
	color: #fff;
}

footer {
	min-height: 200px;
}

footer .content_container .top {
	justify-content: left;
}

footer .content_container .top div.f_content {
	margin-right: 60px;
}

footer div.top div.f_content p.title {
	border-bottom: 1px solid #fff;
}

footer div.top div.f_content p.title a {
	color: #fff;
	text-decoration: none;
	display: inline;
}

footer div.top div.f_content div.flex {
	display: flex;
}

footer div.top div.f_content div.flex div.column {
	width: 50%;
}

footer div.top div.f_content div.flex div.column:first-child {
	margin-right: 20px;
}

#content.homepage > header {
	background: #FC6B22;
	padding: 0 0 40px 0;
	height: auto;
}

div.homepage header > a {
	position: absolute;
	top: 246px;
	font-size: 48px;
	color: #fff;
	opacity: .2;
}


div.homepage header > a.next {
	right: 0;
}

div.homepage header:hover > a {
	opacity: .5;
}

div.homepage header > a:hover {
	opacity: 1;
}


@media screen and (max-width: 1060px) {
	div.homepage header > a {
		opacity: .8;
	}
	div.homepage header > a:hover,
	div.homepage header > a:focus {
		opacity: 1;
	}
}


@media screen and (min-width: 1360px) {
	div.homepage header > a {
		display: none;
	}
}



#carousel {
	padding-top: 130px;
	margin: 0 auto;
	max-width: 1370px;
}

#carousel {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#carousel a {
	color: #fff;
	text-decoration: none;
	display: inline;
}

#carousel a:hover {
	text-decoration: underline;
}

#carousel div.cgroup {
	display: flex;
	flex: none;
	width: 456px;
}

#carousel div.citem {
	width: 16.6%;
	margin: 0;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

#carousel div.break-sm,
#carousel div.break-md {
	flex-basis: 0%;
	height: 0%;
}


#carousel div.citem img {
	height: 368px;
	width: auto;
	display: inline-block;
}


#carousel div.citem h3 {
	color: #fff;
    font-size: 16px;
    margin-top: 10px;
    font-family: open_sanssemibold, sans-serif;
	min-height: 2.5rem;
}


@media screen and (max-width: 1386px) {

	#content.homepage > header {
		padding-bottom: 1px;
	}
	
	#carousel div.citem {
		width: 16.6%;
		margin-bottom: 50px;
	}

	#carousel div.citem img {
		height: 250px;
	}
	#carousel div.citem h3 {
		font-size: 14px;
	}
}

@media screen and (max-width: 1060px) {
	#carousel {
		padding-top: 100px;
	}

}

@media screen and (max-width: 960px) {
	#carousel div.break-md {
		flex-basis: 100%;
	}
	
	#carousel div.citem {
		width: 200px;
	}
}

@media screen and (max-width: 640px) {
	#carousel div.break-md {
		flex-basis: 0;
	}
	#carousel div.break-sm {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 400px) {
	#carousel div.citem {
		width: 160px;
		padding: 0 10px;
	}
	
	
	#carousel div.citem img {
		height: 202px;
	}
	
	#carousel div.citem h3 {
		font-size: 12px;
	}
}
/*
.embla {
  overflow: hidden;
}

.embla__container {
  display: flex;
}

.embla__slide {
	width: 230px;
	position: relative; 
	flex: 0 0 230px; 
}
*/

p.spanish-lead {
	margin: 0 0 36px 0;
	
}
@media screen and (max-width: 865px) {
 p.spanish-lead {
 	text-align: center;
 	font-size: 18px;
 }
}

@media screen and (max-width: 400px) {
	#content.homepage .quick-links .center .dist-list {
		flex-direction: column;
		align-items: center;
	}
	#content.homepage .quick-links div.center .dist-list div {
		margin-bottom: 30px;
	}
}
