#logo {
	margin-top: 0 !important;
}

#logo p {
    color: #303030;
    margin: 15px 0;
    text-align: left;
    font: 15px "Open Sans", sans-serif;
    line-height: 22px;
}

#tagline {
	border-left: none !important;
	padding: 12px 0 5px 20px !important;
	font-size: 34px !important;
	text-transform: uppercase !important;
	font-family: 'Prompt', sans-serif !important;
	color: #666666 !important;
}

.servicing p {
    color: #000000;
    margin: 0 0 20px 0;
    text-align: center;
    font: 16px "Open Sans", sans-serif;
    line-height: 22px; 
}

#contact-details {
	font-size: 16px;
}

.featured-desc h3 a {
	color: #404040 !important;
}

.featured-desc h3 a:hover {
	color: #5ca20d !important;
}

.icon-box h3 {
	line-height: 22px !important;
	}

label,
legend {
	font-weight: bold !important;
}

.large-notice h2 {
    margin-bottom: 20px !important;
}

.video-container {
	position:relative !important;
	padding-bottom:56.25% !important;
	padding-top:30px !important;
	height:0 !important;
	overflow:hidden !important;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
}

.footer-social { margin-bottom: 14px; }

@media only screen and (min-width: 960px) and (max-width: 1389px) {

	.client-list img {
		width: 234px !important;
	}
	
	#tagline {
		padding: 16px 0 5px 20px !important;
		font-size: 28px !important;
	}
	
}

@media only screen and (min-width: 768px) {
    
    .servicing-mobile p {display: none;}
    
}
    
@media only screen and (min-width: 768px) and (max-width: 990px) {

	.client-list img {
		width: 186px !important;
	}
	
	#tagline {
		padding: 20px 0 5px 20px !important;
		font-size: 22px !important;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.client-list img {
		width: 104px !important;
	}
	
	#header .social-icons {
		margin: 7px 0 0 134px !important;
	}
	
	#contact-details {
		margin-left: 152px !important;
	}
	
}

@media only screen and (max-width: 767px) {
	
	#logo p {
    text-align: center;
    }
    
    #logo a img {
    	margin: 0 auto !important;
		display: block !important;
		float: none !important;
	}
	
	#tagline {
		text-align: center !important;
		padding: 10px 0 5px 0 !important;
		font-size: 22px !important;
	}
    
    .servicing p {display: none;}
    
    .servicing-mobile p {font-size: 16px !important;}
	
}

@media only screen and (max-width: 479px) {
	
	.client-list img {
    	width: 149px !important;
	}
	
	#header .social-icons {
		margin: 7px 0 0 74px !important;
	}
	
	#contact-details {
		margin-left: 92px !important;
	}
	
	#contact-details li {
		display: block !important;
		border-left: none !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	
}