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

h1 {
  color: #2C5B85;
  font-weight: 400;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
  color: #2C5B85;
  text-decoration: underline;
}

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

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

#wrapper {
  text-align: center;
}

#container {
}

#inner {
}

#top {
  border: 1px solid #E2E2E2;
  border-width: 0px 0px 1px 0px;
}

#top-outer {
}

#top-inner {
  font-size: 0;
  text-align: right;
}

span.top-column {
  display: inline-block;
  padding: 10px 15px;
  color: #2C5B85;
  font-size: 18px;
  border: 1px solid #E2E2E2;
  border-width: 0px 1px 0px 0px;
  box-sizing: border-box;
  vertical-align: middle;
}

span.top-left {
  float: left;
  padding: 0px 15px;
  color: #999999;
  font-size: 14px;
  line-height: 42px;
  border-width: 0px;
}

span.top-column a {
  color: #2C5B85;
  text-decoration: none;
}

span.top-column a:hover {
  color: #222222;
  text-decoration: none;
}

#social-media a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  background: #545454;
}

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

#social-media a:hover {
  background: #222222;
}

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

#header {
  height: 145px;
}

#header-outer {
}

#header-inner {
}

#header-left {
  float: left;
}

#logo-desktop {
}

#logo-mobile {
  display: none;
}

a.link-home {
  display: block;
  padding: 25px 0px 0px 0px;
}

a.link-home img {
  display: block;
}

#header-right {
  float: right;
}

#site-search {
  padding: 20px 0px;
	text-align: right;
}

#site-search .search-form {
}

#site-search .screen-reader-text {
  display: none;
}

#site-search .search-field {
  position: relative;
  cursor: pointer;
  width: 0;
  height: 44px;
  padding: 0px 0px 0px 44px;
  color: #545454;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: transparent;
  background-image: url('/images/button-search-go.png');
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: none;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
}

#site-search .search-field:focus {
  width: 180px;
  background-color: #EFEFEF;
  background-image: url('/images/button-search-go.png');
  cursor: text;
  outline: 0;
}

#site-search .search-submit {
  display: none;
}

#navigation {
  float: right;
}

#content {
}

#content-outer {
}

#content-inner {
}

#newsletter {
  padding: 40px 0px;
  color: #141930;
  font-size: 24px;
  background: #CCCCCC;
}

#newsletter-outer {
}

#newsletter-inner {
  text-align: center;
}

#newsletter-inner a.button-newsletter {
	margin: 0px 0px 0px 30px;
}

#footer {
  padding: 20px 0px;
  color: #FFFFFF;
  font-size: 15px;
  background: #141930;
}

#footer-outer {
}

#footer-inner {
}

#footer p {
  line-height: 1.8em;
}

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

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

#logo-footer-desktop {
}

#logo-footer-mobile {
  display: none;
}

div.company-tagline {
  padding: 30px 0px 0px 0px;
  color: #6593C3;
  font-size: 30px;
  font-style: italic;
}

div.heading-footer {
  padding: 0px 0px 10px 0px;
  color: #7AB2E7;
  font-size: 24px;
  border: 1px solid #949494;
  border-width: 0px 0px 1px 0px;
}

#social-media-footer a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  color: #141930;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  background: #B7B7B7;
}

#social-media-footer a:hover {
  color: #141930;
  background: #CCCCCC;
}

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

#powered-by,
#powered-by a,
#powered-by a:hover {
  color: #999999;
}

#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;
  z-index: 999;
}

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

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

/* Layout Classes */

div.div-outer {
  width: 1380px;
  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 */