
	@import url(//fonts.googleapis.com/css?family=Oswald);
	@import url(//fonts.googleapis.com/css?family=Raleway);
	
	
	a, a:visited {
		color: #01a0e3;
	}
	a:hover {
		text-decoration: none;
		color: #0166bf;
	}
	
	body {
		background: #ffffff;
		font-family: Raleway;
		-webkit-font-smoothing: antialiased;
	}
	
	.banner {
		color: #ffffff;
		background-color: #19459d;
		width: 100%;
		margin-top: -4px;
		margin-bottom: 50px;
	}
	
	.banner .banner-title {
		padding: 30px 0px;
		text-align:center;
	}
	
	.banner .banner-title .main-title {
		margin-bottom: 16px;
		font-size: 36px;
		font-weight: 700;
		font-family: Oswald;
		text-transform: uppercase;
		line-height: 48.6px;
	}
	
	.banner .banner-title .sub-title {
		margin-bottom: 10px;
		font-size: 24px;
		font-weight: 400;
		font-family: Oswald;
		line-height: 31.2px;
	}
	
	.footer-copyright {
		color: #191919;
		float: right;
		font-family: Raleway;
		font-size: 12px;
		letter-spacing: 1px;
		margin-top: 10px;
	}
	
	.footer-links-wp {
		margin-bottom: 0px;
		text-align:center;
	}
	
	.footer-links-wp li {
		display: inline-block;
		padding: 5px 10px;
	}
	
	.footer-panel-wp {
		background-color: #154995;
		border: 0px;
		padding: 30px 10px;
		text-align: center;
	}
	
	.footer-panel-wp a {
		color: #99dbf8;
		font-family: Oswald;
		font-size: 15px;
		letter-spacing: .75px;
		text-transform: uppercase;
	}
	
	.footer-panel-wp a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	.footer-subpanel-wp {
		margin-top: 15px;
		margin-bottom: 50px;
	}
	
	.footer-subpanel-wp-right {
		margin-top: 10px;
	}
	
	.four-and-a-half
	{
		width: 37.5%;
	}
	
	.header-home {
		text-transform: uppercase;
		font-size: 24px;
		font-family:Oswald;
		margin-left: 20px;
		margin-top: 20px;
		position: absolute;
	}
	
	.header-home.small {
		margin-left: 5px;
		margin-top: 5px;
	}
	
	.header-home a {
		color: #19459d;
	}
	
	.italic-font {
		font-style: italic;
	}
	
	.login-button {
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		box-shadow: 0px -1px 5px #666666;
		padding-top: 45px;
		padding-bottom: 22px;
		display: inline-block;
	}
	
	.login-button a {
		border: 1px solid #ffffff;
		color: #ffffff;
		width: 90px;
		text-transform: uppercase;
		font-family: Oswald;
		font-size: 15px;
		padding: 10px 30px;
		margin: 0px 5px;
	}
	
	.login-button a:hover {
		text-decoration: none;
		background-color: #ffffff;
	}
	
	.login-button.agent {
		background-color: #a7a9ac;
		margin-right: 6px;
	}
	
	.login-button.agent a:hover {
		color: #a7a9ac;
	}
	
	.login-button.customer {
		background-color: #00a1e4;
		margin-right: 20px;
	}
	
	.login-button.customer a {
		padding: 10px 20px;
	}
	
	.login-button.customer a:hover {
		color: #00a1e4;
	}
	
	.row {
		max-width: 100%;
		width: 1200px;
	}
	
	/* small-screen-only styles */
	@media only screen and (max-width: 767px)
	{
		.footer-links-wp li {
			display:block;
		}
		
		.mobile-margin {
			margin-bottom: 12px;
		}
	}
	
	/* normal-screen-only styles */
	@media only screen and (min-width: 768px)
	{
		.social-links {
			text-align: right;
			padding-right: 20px !important;
		}
	}
