body, html{
  font-family: "Calibri", sans-serif;
  margin: 0px;
  padding: 0px;
}
.image-container img{
	width: 100%;
	max-height: auto;
	margin-top:70px;
}
.content {
	padding: 0px 24px;
	text-align: center;
}

.content td {
	min-width: 90px;
}

.content h1{
	font-size: 16px;
	font-size: 16px;
	padding-top: 20px;
	text-align: left;
}

.content p{
	margin-top: 10px;
	line-height: 1.6em;
	font-size: 17px;
}

.content table{
	width: auto;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 100px;
}
.content a {
	color: #666;
	font-weight: 800;
	text-decoration: none;
}
.content a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.navigation-bar-container{
  position: relative;
  height: 70px;
  background: #262626;
  z-index: 999;
  width: 100%;
  top: 70px;
  left: 0px;
  right: 0px;
}
.logo-container{
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
}
.logo-container a, .logo-container a:visited{
  color: #fff;
  text-decoration: none;
}
.nav-container{
  max-width: 1000px;
  margin: 0px auto;
}
.navbar{
  float: none;
}
.navbar ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  z-index: 9999;
}
.navbar ul li{
  float: left;
  position: relative;
}
.navbar ul li a, .navbar ul li a:visited{
  display: block;
  padding: 0px 47px;
  line-height: 70px;
  background: #262626;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size:17px;
}
.navbar ul li a:hover, .navbar ul li a:visited:hover{
  background: #666;
  color: #fff;
}
.navbar ul li ul li{
  min-width: 190px;
}
.navbar ul li ul li a{
  padding: 15px;
  line-height: 20px;
}
.nav-dropdown{
  position: absolute;
  z-index: 1;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  display: none;
}
.nav-mobile{
  position: absolute;
  float: right;
  top: 0px;
  right: 0px;
  background: #262626;
  height: 70px;
  width: 70px;
  display: none;
}
#nav-toggle{
  position: absolute;
  left: 10px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before{
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:after{
  bottom: -10px;
}
#nav-toggle span::before{
  top: -10px;
}
#nav-toggle.active span{
  background: transparent;
}
#nav-toggle.active span:after, #nav-toggle.active span:before{
  top: 0px;
}
#nav-toggle.active span:after{
  transform: rotate(-45deg);
}
#nav-toggle.active span:before{
  transform: rotate(45deg);
}

.back{
	width: 50%;
	float: left;
}
.next{
	width: 50%;
	float: right;
}

@media only screen and (max-width: 1013px) {
  .nav-mobile{
    display: block;
  }
  .navbar{
    width: 100%;
    padding: 70px 0px 0px;
  }
  .navbar ul{
    display: none;
  }
  .navbar ul li{
    float: none;
  }
  .navbar ul li a{
    padding: 15px;
    line-height: 20px;
  }
  .navbar ul li ul li a{
      padding-left: 30px;
  }
  .nav-dropdown{
    position: static;
  }
  
  .navigation-bar-container{
  position: relative;
  height: 70px;
  background: #262626;
  z-index: 999;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
}

.image-container img{
	width: 100%;
	max-height: auto;
	margin-top: 0px;
}
 
 .content {
	padding: 0px 24px;
	text-align: center;
}
  
}
@media screen and (min-width: 1015px) {
  .nav-list{
    display: block !important;
  }
  
}
