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

h1 {
}

h2 {
  color: #5A5A5A;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
  color: #014D75;
  text-decoration: none;
}

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

#wrapper {
  text-align: center;
}

#container {
}

#inner {
}

#header {
}

#header-outer {
}

#header-inner {
}

#header-left {
  float: left;
}

#logo {
}

a.link-home {
  display: block;
}

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

#header-right {
  float: right;
}

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

#site-search,
#top-buttons {
  display: inline-block;
  vertical-align: middle;
}

#site-search {
  margin: 0px 30px 0px 0px;
}

#site-search form {
  position: relative;
  max-width: 240px;
  margin: auto;
}

#site-search form input {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  background: none;
  border: 0px;
}

#site-search form input.input-text {
  width: 240px;
  padding: 0px 40px 0px 10px;
  color: #8B8A8A;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  line-height: 40px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
}

#site-search form input.input-text::focus {
  border: 1px solid #CCCCCC;
}

#site-search form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  color: #454545;
  font-size: 17px;
  border: 0px;
  background: none;
  cursor: pointer;
}

#top-buttons {
}

#top-buttons a.button {
  padding: 0px 50px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 42px;
  cursor: pointer;
}

#members-only-menu {
  position: relative;
  display: inline-block;
  text-align: left;
}

#members-only-menu-list {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  list-style-type: none;
  background: #FFFFFF;
  z-index: 999999;
  border: 1px solid #CCCCCC;
  border-width: 0px 1px;
  box-shadow: 2px 2px 2px rgba(1, 1, 1, 0.33);
}

#members-only-menu-list p.left-navigation-top {
  display: none;
}

#members-only-menu-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#members-only-menu-list ul li {
  position: relative;
}

#members-only-menu-list ul li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  border-bottom: 1px solid #CCCCCC;
}

#members-only-menu-list ul li span.accordion-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 30px;
  height: 30px;
  margin: -1px 0px 0px 0px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

#members-only-menu-list ul li span.accordion-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  color: #999999;
}

#members-only-menu-list ul li span.accordion-toggle-open::after {
  content: "\f077";
}

#members-only-menu-list ul ul {
  display: none;
  padding-left: 20px;
}

#header-right-bottom {
}

#navigation {
}

#content {
}

#footer {
  padding: 40px 0px;
  color: #575757;
  font-size: 14px;
  border-top: 1px solid #F3F3F3;
}

#footer-outer {
}

#footer-inner {
}

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

#footer a:hover {
}

#footer p.footer-heading {
  font-size: 16px;
  font-weight: 700;
}

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

#footer-bottom {
  color: #575757;
  font-size: 14px;
  background: #F3F3F3;
}

#footer-bottom p {
  margin: 0px;
  padding: 15px 0px;
}

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

#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: 1400px;
  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%;
}

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