@charset "utf-8";
/* CSS Document */

.climate-icons 
	{
	padding-top: 10px;
	color: #046B99;
	}

.icarp-panel .panel-heading
	{
	background-color:  #046B99;
	color: white;
	font-weight: 700;
	border: none;
	}

.funding .card-block
{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.funding .card-header
{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.land-use-card .card
{
	position: relative;
	padding-bottom: 2rem;
}

.land-use-card .card .read-more
{
	position: absolute;
	bottom: 0px;
	left: 50%;
	-ms-transform: translate(-50%, 0%); /* IE 9 */
	-webkit-transform: translate(-50%, 0%); /* Chrome, Safari, Opera */	
	transform: translate(-50%, 0%);
	word-break: keep-all;
	width: 90%;
}

/* ---- Small and up ---- */
@media (min-width: 768px) {
	.link-spacing .card-footer
		{
		padding-top: 20px;
		height: 80px;
		}
	
	.climatechange-boxes .card
		{
		min-height: 290px;
		overflow: auto;
		}
	.land-use-card .card
		{
		min-height: 30rem;
		margin-bottom: 25px;
		}
}
/* ---- Medium and up ---- */
@media (min-width: 992px) { 
	.link-spacing .card-footer
		{
		padding-top: 11px;
		height: auto;
		}
	.climate-icons
		{
		height: 400px;
		}
	
	.funding .card
		{
		min-height: 27rem;
		}
	.land-use-card .card
		{
		min-height: 34rem;
		}
}

/* ---- Large and up ---- */
@media (min-width: 1280px) {
	.funding .card
		{
		min-height: 21rem;
		}
	.land-use-card .card
		{
			min-height: 33rem;
		}
	.land-use-card .card.primary-card
		{
		min-height: 38rem;
		}


}

/*look up CEQA css doc and reference the @media-queries there; need to set a specific size for the <h2>'s at sm*/