#content {
}

#content-outer {
}

#content-outer.div-outer {
  width: auto;
}

#content-inner {
}

#content-main {
}

#content-top {
  position: relative;
  min-height: 150px;
}

#content-top-image {
  position: relative;
  width: 100%;
  height: 510px;
  text-align: center;
  overflow: hidden;
}

#content-top-image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  width: 100%;
  height: 510px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

#content-top-overlay {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: auto;
  z-index: 99;
}

#content-top-heading {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

#content-top-heading h1 {
  margin: 0px;
  padding: 45px 0px;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

#content-top-navigation {
	position: sticky;
	left: 0;
	top: 0;
  background: #000000;
}

#content-top-navigation ul {
  margin: 0px;
  padding: 0px;
  font-size: 0;
  list-style-type: none;
}

#content-top-navigation ul li {
  display: inline-block;
  margin: 0px 15px 0px 0px;
}

#content-top-navigation ul li a {
  display: block;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  background: #121212;
}

#content-bottom {
  padding: 35px 0px;
  background: #FFFFFF;
}

#left {
  width: 100%;
}

#left-side {
  display: none;
}

#main {
  width: 100%;
  min-height: 600px;
  padding: 0px 0px 30px 0px;
}

#main p {
  line-height: 1.6em;
}

#right {
  display: none;
}
