
@import url("redesign.css");

/* new template subnav */
/*template variable page.hide_subnav, when set to true */ 
#subnav-desktop.true, #subnav-mobile.true, #subnav-desktop.true * ,#subnav-mobile.true *{
	opacity:0;
	height:0;
	overflow:hidden;
}
#header__menu.stuck.true{
	position:fixed !important;
}
#header__menu.stuck{
	position:relative !important;
}

#header__navigation--main .menu{
	height:auto;
}
/*end subnav */

#main{
	padding:0 0 0 0;
	font-family:Open Sans, helvetica,sans-serif;
	overflow-x:hidden;
	width:100%;	
	color:#333;
}

#main .box-columns .box{
  display: flex;
  flex-direction: column;
}

#main .box-columns .box-content{
     flex: auto;
}