/* Add here all your CSS customizations */

html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
}

.main {
	min-height: 334px;
	margin-bottom: 20px;
}

.body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -383px;
}

.push {
	height:383px;
}

section.featured.footer {
margin: 30px 0 -30px;
}

footer {
	margin-top:0px;
	min-height:383px;
}

.nlBar {
	display:none;
}

@media (min-width: 358px) {
	.footerPhys {
		margin-bottom:4px !important;
	}
}
@media (max-width: 357px) {
	.footerPhys {
		margin-bottom:33px !important;
	}
}