.header-logo{
	z-index:21;
}
.section-header{
	margin-top:5px;
}
.right-section-header{
	text-align:right;
}
.mid-section-header{
	margin-top: 80px;
	margin-left: -70px;
	margin-right: 60px;
}

@media (max-width:1200px) {
.mid-section-header{
	margin-top: 80px;
	margin-left: -30px;
	margin-right: 20px;
}
}
@media (max-width:767px) {
	.mid-section-header{
	display:none;
}
}
.header-buttons{
	color:#777;
	font-size:larger;
}
.header-buttons a{
	color:#5a5a5a;
}
.header-buttons a:hover{
	color:#cddc44;
}
@media (max-width:767px) {
	.header-buttons{
	display:none;
}
}
.phone-number{
	font-weight:bold;
	font-size:36px;
	margin-top:29px;
	margin-top: 35px;
	margin-bottom: -12px;
}
@media (max-width:767px) {
	.phone-number{
	font-size:18px;
	margin-top:-85px;
	margin-bottom: 40px;
}
}
@media (max-width:767px) {
.phone-disclaimer{
	max-width:40%;
	float:right;
	margin-top: 10px;
}
}