body {
  margin: 0px;
  color: #303030;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  background: #FFFFFF;
}

h1 {
  color: #2D2D2D;
  font-size: 36px;
  font-weight: 400;
}

h2 {
  color: #2D2D2D;
  font-size: 26px;
  font-weight: 400;
}

h3 {
  color: #2D2D2D;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #EFEFEF;
}

h4 {
}

h5 {
}

h6 {
}

a {
  color: #106971;
  text-decoration: none;
}

a:hover {
  color: #F16C00;
  text-decoration: none;
}

#wrapper {
  text-align: center;
  background: #0E6A71 url('/images/wrapper-bg.jpg') left top repeat-x;
}

#container {
}

#inner {
}

#quick-exit-button {
  position: fixed;
  top: 240px; /* To start at 0px top, use the absolute value of the right position */
  right: -60px; /* To start at 0px right, use the ((width - height) / 2) of the link */
  z-index: 999;
  transform: rotate(90deg);
}

#quick-exit-button a {
  display: inline-block;
  width: 160px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background: #B30000;
}

#header {
  background: #FFFFFF;
}

#header-outer {
}

#header-inner {
}

#header-left {
  float: left;
}

a#link-home {
  display: block;
  margin: 30px 0px;
}

a#link-home img {
  display: block;
  max-width: 100%;
  height: auto;
}

#header-right {
  float: right;
  text-align: right;
}

#header-right-top {
  margin: 10px 0px;
  line-height: 34px;
}

#header-right-middle {
  margin: 10px 0px;
  line-height: 34px;
}

span#translate,
span#social-media,
span#phone-number,
span#top-buttons {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  vertical-align: middle;
}

span#translate {
  line-height: normal;
}

.goog-te-gadget {
  display: inline-block;
}

span#social-media {
  font-size: 36px;
}

span#social-media a.link-facebook {
  color: #3C579E;
}

span#social-media a.link-facebook .fa-facebook-f::before,
span#social-media a.link-facebook .fa-facebook::before {
  content: "\f082";
}

span#phone-number {
  color: #007C7B;
  font-size: 20px;
}

span#phone-number strong {
  color: #303030;
}

span#phone-number span::after {
  content: " | ";
}

span#phone-number span:last-of-type::after {
  display: none;
}

span#top-buttons {
  font-size: 18px;
}

span#top-buttons a {
  padding: 0px 10px;
}

#header-right-bottom {
  margin: 10px 0px;
  text-align: left;
}

#navigation {
  float: right;
}

#content {
}

#bottom {
  padding: 30px 0px;
  color: #FFFFFF;
  font-size: 30px;
  background: #E56C00;
}

#bottom-outer {
}

#bottom-inner {
  text-align: center;
}

#bottom a {
  display: inline-block;
  padding: 15px 25px;
  color: #FFFFFF;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #FFFFFF;
}

#footer {
  color: #505050;
}

#footer-outer {
}

#footer-inner {
}

#footer-main {
  padding: 40px 0px;
}

#footer p {
  margin-top: 0px;
}

#footer a {
  color: #505050;
  text-decoration: none;
}

#footer a:hover {
  color: #F16C00;
  text-decoration: none;
}

div.footer-links {
}

div.footer-links a {
  display: inline-block;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
}

#footer a.link-facebook {
  color: #3C579E;
  font-size: 30px;
}

#footer a.link-facebook .fa-facebook-f::before,
#footer a.link-facebook .fa-facebook::before {
  content: "\f082";
}

#footer-inner a:hover {
}

#footer-inner span.powered-by,
#footer-inner span.powered-by a,
#footer-inner span.powered-by a:hover {
}

div.clearfloats {
  display: block;
  clear: both;
}

.fa .fa-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Layout Classes */

div.div-outer {
  width: 1400px;
  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%;
}

/* Misc Styles */