body {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  background: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  color: #3F4040;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
  color: #0090E9;
  text-decoration: none;
}

a:hover {
  color: #0090E9;
  text-decoration: underline;
}

#wrapper {
  text-align: center;
}

#container {
}

#inner {
}

#header {
  height: 154px;
  background: url('/images/header-bg.jpg') center center no-repeat;
}

#header-outer {
}

#header-inner {
}

#header-left {
  float: left;
}

div.logo-desktop {
}

div.logo-mobile {
  display: none;
}

a.link-home {
  display: block;
}

a.link-home img {
  display: block;
  max-width: 100%;
  height: auto;
}

#header-right {
  float: right;
}

#header-right-top {
  padding: 15px 0px;
  text-align: right;
}

#header-right-bottom {
}

#navigation {
}

#content {
}

#footer {
  padding: 60px 0px;
  color: #FFFFFF;
  font-size: 14px;
  background: #255179;
}

#footer a {
  color: #FFFFFF;
}

#footer-outer {
}

#footer-inner {
}

#footer-left {
  float: left;
  text-align: left;
}

#footer-right {
  float: right;
  text-align: right;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
}

#footer p.footer-heading {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

#footer-bottom {
  padding: 5px 0px;
  color: #FFFFFF;
  font-size: 13px;
  background: #333333;
}

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

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  background: #313131;
  border-radius: 6px;
  opacity: 0.75;
  cursor: pointer;
}

#back-to-top::after {
  display: block;
  margin: -1px 0px 0px 0px;
}

.clear-floats::after {
  content: "";
  display: block;
  clear: both;
}

/* Layout Classes */

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

div.div-inner {
  box-sizing: border-box;
}

/* 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%;
}

/* Screen Reader Text Styles */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
}

/* Form Styles */

input.input-price-sign {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='85px'><text x='2' y='13' fill='gray' font-size='15' font-family='arial'>$</text></svg>");
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 20px !important;
}

/* Misc Styles */

.fancy-border {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.fancy-border::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 50%;
  height: 3px;
  background: #21AA4C;
}