body {
  margin: 0px;
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  text-align: center;
  background: #507F70;
}

h1 {
  margin: 0px 0px 15px 0px;
  font-weight: 400;
  font-size: 36px;
}

h2 {
  margin: 15px 0px;
  font-weight: 400;
  font-size: 28px;
}

h2 span {
  display: inline-block;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #CECECE;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
  /*color: #507F70;*/
  color: #3C6A5D;
  text-decoration: underline;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

#wrapper {
  text-align: center;
}

#container {
}

#inner {
  position: relative;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 130px;
  z-index: 999;
}

#header.sticky {
  position: fixed;
  height: 100px;
}

#header-top {
  height: 40px;
  background: #2B2B2B;
}

#header-top-outer {
}

#header-top-inner {
  line-height: 40px;
  text-align: right;
}

#social-media,
#top-links,
#top-separator,
#top-search {
  display: inline-block !important;
  margin: 0px 0px 0px 25px;
  vertical-align: middle;
}

#social-media {
  margin: 0px;
}

#social-media a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

#social-media a i.fa {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 40px;
  text-align: center;
}

#social-media a span {
  display: none;
}

#top-links {
  margin: 0px 0px 0px 70px;
  font-size: 16px;
}

#top-links a {
  color: #FFFFFF;
  text-decoration: none;
}

#top-separator {
  color: #636363;
}

#top-search {
	float: right;
	padding: 5px 0px 0px 0px;
	line-height: normal;
}

/*
#top-search form {
}

#top-search form input {
  vertical-align: middle;
}

#top-search form input.input-text {
  width: 120px;
  padding: 0px;
  color: #FFFFFF;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 16px;
  background: #2B2B2B;
  border: 0px;
}

#top-search form input.input-text::-webkit-input-placeholder,
#top-search form input.input-text:-ms-input-placeholder {
  color: #FFFFFF;
}

#top-search form input.input-text::-moz-placeholder,
#top-search form input.input-text:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
*/

#header-bottom {
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease 0s;
}

#header.sticky #header-bottom {
  height: 60px;
  background: #FFFFFF;
  box-shadow: 2px 2px 2px rgba(1, 1, 1, 0.33);
}

#header-bottom-outer {
}

#header-bottom-inner {
}

#header-bottom-left {
  float: left;
}

a#link-home {
  display: block;
  height: 90px;
  max-height: 90px;
  padding: 10px 0px;
  box-sizing: border-box;
}

a#link-home img {
  display: block;
  max-height: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic;
}

#header.sticky a#link-home {
  height: 60px;
  padding: 5px 0px;
}

#header-bottom-right {
  float: right;
}

#top-buttons {
  float: right;
  padding: 20px 0px;
  font-size: 17px;
  vertical-align: middle;
}

#top-buttons a {
  padding: 0px 25px !important;
  line-height: 50px;
}

#header.sticky #top-buttons {
  padding: 10px 0px;
}

#header.sticky #top-buttons a {
  line-height: 40px;
}

#navigation {
  float: right;
  margin: 0px 15px 0px 0px;
  vertical-align: middle;
}

#content {
  background: #FFFFFF;
}

#content-outer {
}

#content-inner {
}

#content-middle {
  padding: 60px 0px;
  background: #FFFFFF;
}

#content-middle-outer {
}

#content-middle-inner {
  text-align: center;
}

#content-middle div.column {
  text-align: center;
}

#content-middle div.column a {
  color: #E04E39;
  font-weight: 700;
  text-decoration: none;
}

#content-bottom {
  padding: 15px 0px;
  color: #FFFFFF;
  background: #385E9D;
}

#content-bottom-outer {
}

#content-bottom-inner {
  text-align: center;
}

#footer-top {
  padding: 40px 0px;
  color: #505050;
  background: #FFFFFF;
}

#footer-top div.column img {
  max-width: 100%;
  height: auto;
}

#footer-top div.column p:first-child {
  font-weight: 700;
}

#footer-top a {
  color: #505050;
  text-decoration: none;
}

#footer-top a:hover {
}

#footer-top ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#footer-top ul li {
  margin: 0px 0px 5px 0px;
}

#footer-bottom {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.6em;
}

#footer-bottom a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-bottom a:hover {
}

div.footer-bottom-left {
  float: left;
  padding: 20px 0px;
}

div.footer-bottom-left p {
  margin: 0px;
  padding: 0px;
}

div.footer-bottom-right {
  float: right;
  padding: 20px 0px;
  text-align: right;
}

div.footer-bottom-clear {
  display: block;
  float: none;
  clear: both;
  content: " ";
  width: auto;
  border: 1px solid #97AF92;
  border-width: 0px 0px 1px 0px;
}

#social-media-footer {
  display: block;
  text-align: right;
}

#social-media-footer a {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  color: #FFFFFF;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

#social-media-footer a i.fa {
  display: block;
  text-align: center;
}

#social-media-footer a span {
  display: none;
}

#footer-bottom span.powered-by,
#footer-bottom span.powered-by a,
#footer-bottom span.powered-by a:hover {
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 1280px;
  margin: 0px auto;
  text-align: left;
}

div.div-inner {
}

/* Responsive Embed Styles */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Image Comparison */

div.image-comparison {
  margin: auto;
  max-width: 100%;
}

/* Misc Styles */

div.column img {
	max-width: 100%;
	height: auto;
}