/*********************************************************************************************************
 /$$$$$$$  /$$        /$$$$$$   /$$$$$$        /$$$$$$$$ /$$$$$$$$  /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$
| $$__  $$| $$       /$$__  $$ /$$__  $$      |__  $$__/| $$_____/ /$$__  $$ /$$__  $$| $$_____/| $$__  $$
| $$  \ $$| $$      | $$  \ $$| $$  \__/         | $$   | $$      | $$  \ $$| $$  \__/| $$      | $$  \ $$
| $$$$$$$ | $$      | $$  | $$| $$ /$$$$         | $$   | $$$$$   | $$$$$$$$|  $$$$$$ | $$$$$   | $$$$$$$/
| $$__  $$| $$      | $$  | $$| $$|_  $$         | $$   | $$__/   | $$__  $$ \____  $$| $$__/   | $$__  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$         | $$   | $$      | $$  | $$ /$$  \ $$| $$      | $$  \ $$
| $$$$$$$/| $$$$$$$$|  $$$$$$/|  $$$$$$/         | $$   | $$$$$$$$| $$  | $$|  $$$$$$/| $$$$$$$$| $$  | $$
|_______/ |________/ \______/  \______/          |__/   |________/|__/  |__/ \______/ |________/|__/  |__/
********************************************************************************************************/
#blog-teaser
{
	padding-top: 80px;
	padding-bottom: 80px;
}

#blog-teaser .teaser-row
{
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#blog-teaser .teaser-row:last-of-type
{
	padding-bottom: 0;
	border-bottom: none;
}

#blog-teaser .teaser-heading
{
	text-align: left;
	margin-bottom: 30px;
}

#blog-teaser .teaser-heading a:link,
#blog-teaser .teaser-heading a:active,
#blog-teaser .teaser-heading a:visited,
#blog-teaser .teaser-heading a:hover
{
	display: inline-block;
	text-decoration: none;
}

#blog-teaser .teaser-heading a:link h3,
#blog-teaser .teaser-heading a:active h3,
#blog-teaser .teaser-heading a:visited h3
{
	transition: color 200ms;
	color: #204499 !important;
}

#blog-teaser .teaser-heading a:hover h3
{
	color: #244FAC;
}

#blog-teaser .teaser-title:link,
#blog-teaser .teaser-title:active,
#blog-teaser .teaser-title:visited
{
	font-size: 19px;
	font-weight: bold;
	color: #292a2c;
	line-height: 1.5;
	text-decoration: none;
	font-family: montserrat;
}

#blog-teaser .teaser-title:hover
{
	color: #244FAC;
}

#blog-teaser .teaser-date
{
	display: block;
	margin: 10px 0;
	font-family: lato;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	line-height: 1.5;
}

#blog-teaser .teaser-date .spacer
{
	display: inline-block;
	font-style: normal;
	margin: 0 10px;
}
#blog-teaser .teaser-name
{
	font-family: lato;
	font-weight: bold;
	font-style: italic;

}

#blog-teaser .teaser-text
{
	margin-bottom: 30px;
}


#blog-teaser .teaser-link
{
	font-family: lato;
	font-style: normal;
	font-size: 12pt;
	color: #000000;
	margin-bottom: 30px;
}

#blog-teaser .teaser-link:hover
{
	color: #244FAC;
}

#blog-teaser .teaser-link::after
{
	display: inline-block;
	content: '\f061';
	font-family: font_awesome;
	font-size: 13.25pt;
	color: #000000;
	padding-left: 8px;
	transition: transform 200ms ease-out;
}

#blog-teaser .teaser-link:hover::after
{
	color: #244FAC;
}

#blog-teaser .all-posts
{
	font-family: lato_black;
	font-size: 12pt;
	color: #1b3a82;
	text-decoration: none;

}

#blog-teaser .all-posts:hover
{
	color: #244FAC;
}

#blog-teaser .all-posts::after
{
	display: inline-block;
	content: '\f061';
	font-family: font_awesome;
	font-size: 13.25pt;
	color: #1b3a82;
	padding-left: 8px;
	transition: transform 200ms ease-out;
}
#blog-teaser .all-posts:hover::after
{
	display: inline-block;
	content: '\f061';
	font-family: font_awesome;
	font-size: 13.25pt;
	color: #244FAC;
	padding-left: 8px;
	transition: transform 200ms ease-out;
}



#blog-teaser .read-more-link:link,
#blog-teaser .read-more-link:active,
#blog-teaser .read-more-link:visited
{
	font-weight: normal;
	color: #444e55;
}

#blog-teaser .read-more-link:hover
{

}

#blog-teaser .teaser-image:link img,
#blog-teaser .teaser-image:active img,
#blog-teaser .teaser-image:visited img
{
	padding:  0;
	transition: all 200ms;
}

#blog-teaser .teaser-image:hover img
{
	transform: scale(1.02);
	box-shadow: -3px 3px 5px rgba(0,0,0,0.4);
}

@media screen and (max-width: 992px)
{
	#blog-teaser
	{
		padding-bottom: 0;
	}
	.teaser-image
	{
		margin-bottom: 15px;
	}
}