

.menu, .header, .nav-top {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.page_container, .other {
  max-width: 700px;
  margin: 50px auto;
}
.page_container h2, .page_container h1, .other h2, .other h1  {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  padding-bottom: 15px;
}
.page_container h2, .page_container h3, .other h3 , .other h2  {
  text-align: left;
}
.page_container h2,  .page_container h3, .other h2, .other h1 , .other h3 {
  color: black;
}
.page_container h1 { text-align:center;  color: black;
}
.page_container p, .other p {
  color: black;
  font-size: 18px;
  line-height: 180%;
  text-align: left;font-weight: lighter;
}

.other h1 {
  font-size: 46px;
  margin-bottom: 20px;
}

.page_container h2 {
  font-size: 20px;
}

@media screen and (min-width:1200px){
	.jumpto-block {
width: 930px;}
	}
	
@media screen and (max-width:1186px){

.jumpto-block {width: auto}
.jumpto-subnav { display:none}
.page_container, .other {
  max-width: 940px;
}
}