/*-----IMAGE GRID-----*/
.grid 
	{
	padding:0px;
	background: none;
	background-position: center;
	background-size: cover;
	border-bottom: 3px solid #FFFFFF;
	}
.grid .row
	{
	/*margin:0px;*/
	margin-left: -0.25rem;
	margin-right: -0.25rem;
		
	}
.grid div[class*="col"]
	{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.grid .grid-standard 
	{
	padding: 0px;
	margin-bottom: 0.5rem;
	background-position: center;
	background-size: cover;
	text-align: center;
	min-height: 350px;
	position: relative;
	display: block;
	}
.grid .grid-standard small
	{
	color: white;
	}
.grid .grid-standard a:hover
	{
	text-decoration: none;
	}
.grid .grid-standard.grid-large
{
	min-height: 700px;
}

.section-impact
	{
	background: #2C3E50;
	}
.section-impact h2,
.section-impact h3,
.section-impact h4
	{
	color: #52B3D9;
	color: #CCCCCC;
	}

.section-impact a:not(.btn):hover
	{
	color: #52B3D9;
	}
/*-----TOPIC NAME STYLING----*/
.topic
{
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
	transition: .5s ease;
}

.topic:hover
{
	color: white;
	opacity: 0.8;
}

.topic-name
	{
	color: white;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 1.3rem;
	line-height: 1.2;
	font-family: "Source Pro", sans-serif;
	width: 100%
	}
.overlay 
	{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	}
.overlay:hover 
	{
	opacity: 0;
	}
.documents-count
	{
	color: #fff;
	font-size: .8em;
	font-weight: 500;
	}



/* Small devices */
@media (min-width: 768px) {
	.grid .container
		{
		padding: 0px 15px;;
		}

	.programs-resources .icon-bar-block
		{
		min-height: 21.3rem;
		}
.announcement.card h2+h3  
		}
	.icon-bar + .icon-bar .icon-bar-block,
	.programs-resources .icon-bar-block
		{
		padding-right: 4rem;;
		}

}