/*********************************************************************************************************
 /$$$$$$$  /$$        /$$$$$$   /$$$$$$        /$$$$$$$$ /$$$$$$$$  /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$
| $$__  $$| $$       /$$__  $$ /$$__  $$      |__  $$__/| $$_____/ /$$__  $$ /$$__  $$| $$_____/| $$__  $$
| $$  \ $$| $$      | $$  \ $$| $$  \__/         | $$   | $$      | $$  \ $$| $$  \__/| $$      | $$  \ $$
| $$$$$$$ | $$      | $$  | $$| $$ /$$$$         | $$   | $$$$$   | $$$$$$$$|  $$$$$$ | $$$$$   | $$$$$$$/
| $$__  $$| $$      | $$  | $$| $$|_  $$         | $$   | $$__/   | $$__  $$ \____  $$| $$__/   | $$__  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$         | $$   | $$      | $$  | $$ /$$  \ $$| $$      | $$  \ $$
| $$$$$$$/| $$$$$$$$|  $$$$$$/|  $$$$$$/         | $$   | $$$$$$$$| $$  | $$|  $$$$$$/| $$$$$$$$| $$  | $$
|_______/ |________/ \______/  \______/          |__/   |________/|__/  |__/ \______/ |________/|__/  |__/
********************************************************************************************************/
#blog-teaser
{
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (max-width:1200px)
{
	#blog-teaser .col-md-6
	{
		margin-bottom: 30px;
	}
}

#blog-teaser .teaser-heading
{
	padding-bottom: 30px;
}

#blog-teaser .teaser-heading .title-container
{
	text-align: left;
}

#blog-teaser .teaser-heading .title-container h2
{
	color: #173668;
	transition: color 150ms;
	padding-bottom: 5px;
}

#blog-teaser .teaser-heading .title-container h2:hover
{
	color: #285DB2;
}

#blog-teaser .teaser-heading .all-posts-link-container
{
	text-align: right;	
}

#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;
}

#blog-teaser .teaser-heading a:hover h3
{
	color: #0099E0;
}

#blog-teaser .teaser-title:link,
#blog-teaser .teaser-title:active,
#blog-teaser .teaser-title:visited
{
	font-size: 16pt;
	font-weight: normal;
	color: #313131;
	line-height: 1.2;
	text-decoration: none;
}

#blog-teaser .teaser-title:hover
{
	color: #173668;
}

#blog-teaser .teaser-date
{
	display: block;
	margin: 10px 0;
	font-family: open_sans_bold;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #313131;
	line-height: 1.2;
}

#blog-teaser .teaser-date .spacer
{
	display: inline-block;
	font-style: normal;
	margin: 0 10px;
}

#blog-teaser .teaser-text
{
	margin-bottom: 30px;
}

#blog-teaser .teaser-link:link,
#blog-teaser .teaser-more-link:active,
#blog-teaser .teaser-link:visited
{
	font-weight: bold;
	color: #173668;
	transition: color 150ms;
}

#blog-teaser .teaser-link:hover
{
	color: #3772D1;
}

#blog-teaser .teaser-image:link img,
#blog-teaser .teaser-image:active img,
#blog-teaser .teaser-image:visited img
{
	padding:  0;
	transition: all 200ms;
	margin-bottom: 5px;
}

#blog-teaser .teaser-image:hover img
{
	transform: scale(1.02);
	box-shadow: 3px 3px 0 #c4c8d0;
}