/* ---------- Custom CSS ---------- */
/* this CSS file is used for custom styles and platform over-rides */

/* header */
.site-wrap .site-header .header-brand {
	width: 150px;
    top: -10px;
}


/* -------------------------------------------------------- */
/* Responsive
/* -------------------------------------------------------- */
@media (max-width: 1024px) {

	.site-wrap .site-header .header-brand {
		top: -4px;
		width: 120px;
	}

}

@media (max-width: 768px) {

	

}