/*    Reset Default Foundation Styling    */

.row{
	max-width:1140px;
	padding: 0 20px;
}


.top-bar .toggle-topbar.menu-icon a span::after{
	right: 0;
}

.top-bar .toggle-topbar.menu-icon a{
	padding: 0 2rem 0 0.9375rem;
}


.top-bar,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section ul li,
.top-bar.expanded .title-area,
.no-js .top-bar-section ul li:hover > a{
	background: transparent;
	height: auto;
	line-height:normal;
	padding: 0;
}


.top-bar .name,
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name span,
.top-bar .name p{
	line-height: normal;
	height: auto;
	font-size: 1.375rem;
}


.top-bar.expanded .toggle-topbar a{
	color: #fbdd90;
}

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #fbdd90, 0 7px 0 1px #fbdd90, 0 14px 0 1px #fbdd90;
}



/*    Hero    */

.hero {
	width: 100%;
	height: auto;
	padding-bottom: 0px;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-color: #ffffff;
	padding-top: 0;
	margin-bottom: 0px;
}

.hero .caption {
	text-align: center;
	margin-top: 0px;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
	margin-bottom: 50px;
}

.hero-pages {
	width: 100%;
	height: 200px;
	padding-bottom: 30px;
	background: url('../img/hero.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hero-pages_inner {
	width: 1000px;
	margin: 0 auto;
}

.hero-pages_inner h2 {
	font-size: 30px;
	font-weight: bold;
	padding-left: 2%;
	text-align: left;
	padding-bottom: 70px;
	font-family: Helvetica Neue,Helvetica,Arial,A-OTF Midashi Go MB31 Pr6N,sans-serif;
	color: #ffffff;
	padding-top: 80px;
}


@media only screen and (max-width: 40em){
	.top-bar .top-bar-section{
		display: none;
	}

	.top-bar.expanded .top-bar-section{
		display: block;
	}

	.top-bar-section ul{
		margin-top: 70px;
		background: #ffffff;
	}

	.top-bar-section li:not(.has-form) a:not(.button){
	  color: #454545;
	  margin: 0;
	  display: block;
	  text-align: center;
	  padding: 20px 0;
	  background: #ffffff;
	  border-bottom: 1px solid #fff4d7;
	  -webkit-transition: all .2s linear;
	       -o-transition: all .2s linear;
	          transition: all .2s linear;
	}

	header .top-bar-section li:not(.has-form):last-child a:not(.button){
		border: 0;
	}

	header .top-bar-section li:not(.has-form) a:not(.button):hover{
		color: #454545;
		background: #fbdd90;
		padding: 20px 0;
	}

	.hero .caption h1.mean_cap,
	.hero .caption h2.sub_cap{
		font-size: 45px;
		line-height: 60px;
	}

@media only screen and (min-width: 64.063em) {
	#back_top{
		right: 40px;
		bottom: 40px;
		margin-top: -22px;
	}	
}
