@media screen and (max-width: 768px) {
	.hide-on-mobile {
		display: none;
	}
	
	.topbar-padding-mobile {
		padding-bottom: 10px;
	}
	
}


.topbar-padding-mobile {
	padding-bottom: 0px;
}


.swm-topbar-content img.topbar-logo {
	height: 36px;
}

.topbar-spacer {
	height: 5px;
}

ul.swm_tb_right::before {
    background: #F0AB00;
}

.swm-main-container.swm-site-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer {
    background-color: #173F5F;
}
