/****GLOBAL STYLING****/
/*General styling*/
#toolbar-bar {
top: 0;
}
.toolbar-fixed .dialog-off-canvas-main-canvas {
	margin-top: 20px;
}
body.frontpage.toolbar-fixed .main-nav {
	margin-top: 78px;
}
.nav-logo-wrap {
	margin-top: 20px;
}
.nav-logo-wrap .logo {
  max-width: 150px;
  height: 135px;
}
.small-height {
  height: 75px !important;
}
.small-height .nav-logo-wrap {
	margin-top: 0;
}
.small-height .nav-logo-wrap .logo {
  max-width: 65px;
}
.contextual {
	z-index: 999999;
}
.contextual .trigger {
	z-index: 999999;
}
.tan {
	color: #f5b271;
}
.h1_medium {
	margin-top: 0;
	position: relative;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 33px;
	color: #fff;
	opacity: .9;
}

.home-text h6.white {
	opacity: .6;
}



















/****END GLOBAL STYLING****/