.image-left
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

h2
{
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color: #74bc1f;
}

.turkey-dot
{
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	background-image: url('/__cms/images/turkey-dot.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.header-phone
{
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #00a0e0;
	text-decoration: none;
	font-weight: 300;
}
.header-phone:hover
{
	color: #ffffff;
	background-color: #505e68;
	text-decoration: none;
}

@media only screen and (max-width: 780px)
{
	.turkey-dot
	{
		padding-left: 0px;
		height: 24px;
		line-height: 24px;
		background-image: url('/__cms/images/transparent.png');
		background-position: left center;
		background-repeat: no-repeat;
	}

	.two-col, .two-col-nospace, .two-col-right, .three-col, .four-col, .five-col, .two-col-center, .three-col-center, .four-col-center, .fill-col, .col-40, .col-60, .two-col-justified
	{
		float: none;
		width: auto !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-top: 15px;
		text-align: center;
	}

	.image-left, .div-left
	{
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 8px;
		width: 100%;
		height: auto;
	}
}
