html .bg-primary:not(.no-skin) {
  background-color: #62A1CB !important;
}
html .page-header.page-header-primary {
  background-color: #62A1CB;
}
.btn-primary {
  color: #fff !important;
  background-color: #62A1CB !important;
  border-color: #5296C6 !important;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #ff6317 !important;
  border-color: #fff !important;
}
html .btn-outline.btn-primary, html.sticky-header-active .btn-outline.btn-sticky-primary {
  background: transparent !important;
  border-color: #62A1CB;
  color: #62A1CB !important;
}
html .btn-outline.btn-primary:hover, html.sticky-header-active .btn-outline.btn-sticky-primary:hover, html .btn-outline.btn-primary:focus, html.sticky-header-active .btn-outline.btn-sticky-primary:focus {
  border-color: #ff6317 !important;
  background-color: #ff6317 !important;
  color: #FFF !important;
}
#header .header-top.header-top-dark, #header .header-top.header-top-colored {
  background: #62A1CB;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  background: #999;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:not(.btn) {
  color: #FFF;
}
.bg-dark-2 {
  background-color: #62A1CB !important;
}
#header .header-nav-main nav > ul > li > a {
  font-size: 0.95em !important;
}
.video-title {
  font-size: 14px;
  font-weight: 600;
  padding-top: 5px;
}
.offset-anchor {
  display: block;
  position: relative;
  visibility: hidden;
}
@media (min-width: 991px) {
  .offset-anchor {
    top: -90px;
  }
}
.sub-heading {
  font-weight: 700;
  color: #62A1CB
}
.twitter-timeline {
  width: 100% !important;
}
html .bg-primary-4:not(.no-skin) {
  background-color: #336699 !important;
}
html .bg-primary-5:not(.no-skin) {
  background-color: #62A1CB !important;
}
.bg-dark-6 {
  background-color: #336699 !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  #header .header-logo img {
    max-width: 90% !important;
    height: auto;
  }
}
.bg-color-primary {
  background-color: #297fba
}
.btn-light {
  color: #fff;
  background-color: #de4f3e;
  border-color: #de4f3e
}
.btn-light:hover {
  color: #000 !important;
  background-color: #e2e6ea;
  border-color: #dae0e5
}
.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.link-blue {
  color: white
}
.link-blue a {
  color: aqua
}
.link-blue a:hover {
  color: orangered !important
}
.link-blue:disabled {
  color: aqua !important
}

#footer.footer-hover-links-light a {
	color: skyblue;
}