body{
	background: url(../images/body-background.jpg) no-repeat center center #dde0e3;
	background-size: cover;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #333;
	min-height: 100vh;
	display: flex;
}
a, 
a:hover{
	text-decoration: none !important;
}
.style-1-404{
	display: block;
	margin: auto;
	padding: 25px 0;
}
	.text-404{
		margin: 0 0 6.51vh;
	}
	.unavailable{
		font-weight: 300;
		font-size: 48px;
		line-height: 1.5em;
		color: #666666;
		letter-spacing: 3px;
		margin-top: 6%;
	}
	.unavailable strong{
		display: block;
		font-size: 82px;
		color: #009cbb;
		text-transform: uppercase;
	}
	.contact-info{
		margin: 0 0 35px;
	}
		.contact-info span{
			display: inline-block;
			vertical-align: middle;
			font-weight: 700;
			font-size: 25px;
			color: #fb7c07;
			text-transform: uppercase;
		}
		.contact-info span a{
				font-weight: 300;
				color: #555555;
			}
				.contact-info span a em{
					font-size: 15px;
					margin-right: 10px;
				}
		.contact-info .separator{
			display: inline-block;
			font-weight: 300;
			color: #555555;
			margin: 0 10px;
			vertical-align: middle;
		}
		.agentimage-smi{
			margin: 20px 0;
		}
		.agentimage-smi a{
			border-radius: 50%;
			display: inline-block;
			background: #009cbb;
			width: 35px;
			height: 35px;
			font-size: 20px;
			color: #FFF;
			text-align: center;
			line-height: 37px;
			margin: 0 6px 0 0;
		}
		.agentimage-logo{margin-top: 10%;}
			.ai-font-agentimage-logo{
				font-size: 58px;
				color: #FFF;
				text-shadow: 1px 1px 0px rgba(0,0,0,1);
			}
@media(max-width: 991px){
	body{
		text-align: center;
		background-position: center left;
	}
	.phone-sales{
		margin-bottom: 10px;
	}
	.contact-info{
		margin-top: 50px;
	}
		.contact-info span{
			display: block;
			font-size: 18px;
		}
			.contact-info span.separator{display: none;}
			.contact-info span a{}
}