/* CSS Document */
.masthead {

/*	removed fixed position */
/*	position: fixed; */
	z-index: 100;
	top: 0;
	left: 0;		
	width: 100%;
	box-sizing: border-box;
	
	padding: 20px 0px 20px 0px;
	
}
.masthead .hmy-content {
	padding: 5px 10px !important;

/*	added margin to header for logo placement */	
	margin:0px 0px 0px 260px;
}

body {
	
/*	removed padding-top from 106px */	
/*	padding-top: 106px */ 
}



/* start of sticky footer code
*/

html,
body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
}
.content {
flex: 1 0 auto;
}
.footer {
flex-shrink: 0;
}


/* end of stcky footer code
*/