#header {
    background-color: #f6f5f7;
    padding-top: 27px;
    padding-bottom: 25px;
}
#header img {
    display: block;
}
#header #callBox {
    font-family: 'PT Sans';
	font-weight: 700;
    background-color: black;
    color: white;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-top: -27px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: .05em;
    text-align: center;
}

.captchaToggleContainer {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #111E35;
    border-radius: 5px;
}


/*  MANUFACTURER IMAGE MARQUEE*/
#logo-container {
	background-color: #fff;
}

#logo-container p {
    color: #333;
    text-align: center;
    margin-top: 25px;
    font-weight: 800;
    font-family: 'PT Sans';
    font-size: 18px;
    letter-spacing: 1px;
	padding-bottom: 20px;
}#logo-container img {
	text-align: center;
}

@media (max-width: 767px) {
	#logo-container-mobile {
		background-color: #fff;
	}
	#logo-container-mobile p {
    color: #333;
    text-align: center;
    margin-top: 25px;
    font-weight: 800;
    font-family: 'PT Sans';
    font-size: 18px;
    letter-spacing: 1px;
	padding-bottom: 20px;
}
	#logo-container {display: none;}
}

@media (min-width: 768px) {
	#logo-container-mobile {display: none;}
}