﻿/* Branding */
@media (max-width: 250px) {
	.brand_banner {
		display: none;
	}
}

.brand-banner-bg {
	background-color: #FFFFFF !important;
	height: 120px;
	margin: 1px 0;
	opacity: 0.9;
}

.brand-banner {
	background: url("../images/logo-msa.png") no-repeat center;
	height: 120px;
	margin: 1px 0;
	background-size: contain;
	border: inset 10px transparent;
	box-sizing: border-box;
}

.brand-icon {
	background: url("../images/icon-msa.png") no-repeat;
	width: 50px;
	height: 50px;
}
