#content-top {
  position: relative;
  width: 100%;
  height: 185px;
  text-align: center;
}

#content-top-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  background: #024F93;
}

#content-top-image img {
}

#content-top-image::after {
  display: block;
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 98;
}

#content-top-heading {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0px;
  text-align: center;
  z-index: 99;
}

#content-top-heading-outer {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#content-top-heading h1 {
  margin: 0px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  background: transparent;
}

#content-bottom {
  padding: 25px 0px;
  background: #EFEFEF;
}

#content-bottom-outer {
}

#content-bottom-inner {
}

#left-side {
  float: left;
  width: 20%;
}

#left-navigation {
  margin: 0px 0px 30px 0px;
  font-size: 15px;
}

#left-navigation p.navigation-heading {
  margin: 0px;
  padding: 0px;
  color: #464646;
  font-size: 20px;
}

#left-navigation a {
  display: block;
  padding: 5px;
  color: #5D5D5D;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
}

#left-navigation a:hover {
  color: #333333;
}

#left-navigation a.navigation-current {
  color: #000000;
}

#left-navigation ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#left-navigation ul li {
}

#left-navigation ul li ul {
  padding: 0px 0px 0px 15px;
}

#main {
  float: right;
  width: 75%;
  min-height: 600px;
  padding: 0px 25px;
  background: #FFFFFF;
  box-sizing: border-box;
}

#main.full-width {
  width: 100%;
}

/* Contact Form Styles */

input#button-more,
input#button-submit {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
}

input#button-more {
  color: #333333;
  background: #CCCCCC;
  background: -webkit-linear-gradient(#CCCCCC, #999999);
  background: -o-linear-gradient(#CCCCCC, #999999);
  background: -moz-linear-gradient(#CCCCCC, #999999);
  background: linear-gradient(#CCCCCC, #999999);
  border: 1px solid #999999;
}

input#button-submit {
  color: #FFFFFF;
  background: #66CC66;
  background: -webkit-linear-gradient(#66CC66, #009900);
  background: -o-linear-gradient(#66CC66, #009900);
  background: -moz-linear-gradient(#66CC66, #009900);
  background: linear-gradient(#66CC66, #009900);
  border: 1px solid #009900;
}

/* Gallery Styles */

#gallery {
	padding: 25px 0px;
}

a.ajax-gallery {
  cursor: pointer;
}

a.gallery-box {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}

span.gallery-box-image {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

span.gallery-box-image img {
  display: block;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto;
}

span.gallery-box-title {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 8px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  z-index: 99;
}

div.gallery-heading {
	margin: 0px 0px 15px 0px;
}

a.gallery-image {
  display: block;
}

a.gallery-image span {
  display: block;
  position: relative;
  height: 200px;
  overflow: hidden;
}

a.gallery-image span img {
  display: block;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto;
  object-fit: cover;
}

.gallery-pagination {
  padding: 5px;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-width: 1px 0px;
}

.gallery-pagination a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 3px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  background: #E9E9E9;
  border: solid 1px #C0C0C0;
  border-radius: 3px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
  cursor: pointer;
}

.gallery-pagination a:active,
.gallery-pagination a.current-page {
  color: #F0F0F0;
  background: #616161;
  border: solid 1px #616161;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
}