body, .sp-preloader {
  background-color: #e9eaed !important;
}

.layout-boxed .body-innerwrapper {
    box-shadow: none !important;
}

#sp-top-bar {
    background-color: #e9eaed !important;
    font-size: 16px !important;
    font-weight: normal;
    color: #8a8a8a;
    padding: 20px 0 20px 0 !important;
}

#sp-top-bar .container {
  padding-left: 0px;
  padding-right: 0px;
}

#sp-top-bar .sp-contact-info li {
  font-size: 16px !important;
}

#sp-top-bar .sp-contact-info li.sp-contact-email {
    margin: 0px;
}

#sp-top-bar .mod-finder.js-finder-searchform.form-search {
  margin:0;
}

#sp-top-bar .sp-profile-dropdown {
  text-align: left;
  z-index: 100;
}

#sp-top-bar #eshop-cart {
  z-index: 100;
}

#sp-top-bar #eshop-cart .eshop-content {
  text-align: center;
  right: 0;
}

#sp-header .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

#sp-header #sp-menu .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  text-transform: uppercase;
}

#sp-header #sp-menu .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 10px;
}

#sp-header #sp-menu .sp-megamenu-parent {
    margin: 0;
}

#sp-bottom {
    padding: 60px 50px 30px 50px;
    font-size: 16px;
}

#sp-bottom .sp-module ul>li {
    margin-bottom: 5px;
}

.body-innerwrapper {
    overflow-x:visible;
}

#sp-footer {
    padding-left: 50px;
    padding-right: 50px;
}

.sppb-row-container {
    padding-left: 50px;
    padding-right: 50px;
}

h1,h2,h3,h4,h5,h6 {
  color: #005596;
  font-weight: normal;
  text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after, body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after, body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after 
{font-family: "Font Awesome 6 Free" !important; }

.btn-primary, .sppb-btn-primary {
  background: #005596;
  padding: 10px 20px;
  transition-duration: .4s;
  transition-property: color, background;
  font-size: 16px;
  border-radius: 2px;
}

.btn-primary:hover, .sppb-btn-primary:hover,
.btn-primary:active, .sppb-btn-primary:active {
  background: #005596;
  color: rgba(255,255,255,0.5);
}

a {
    color: #005596;
}

body.com-content.view-article.layout-default #sp-main-body {
padding: 50px 25px;
}

.back-to-articles {
 padding-top:25px;
}

.back-to-articles > .sppb-btn {
font-size: 16px;
color: #fff;
text-transform: uppercase;
}

.buttonWidgetAnnotation a, .customHtmlAnnotation, .customVideoAnnotation, a.customLinkAnnotation, a.df-autolink, a.linkAnnotation, section.linkAnnotation a {
  background-color: rgba(0,0,0,0) !important;
}

#sp-bottom .sp-module .sp-module-title {
  margin: 0 0 5px 0;
  text-transform: none;
}

#sp-top {
  padding-top: 20px;
}

#sp-header {
    height: 140px;
}

#sp-header.header-sticky {
  height: 70px;
}

#sp-header.header-sticky #sp-top,
#sp-header.header-sticky #sp-logo {
  display: none;
}

@media (max-width: 575px) {
    #sp-header, #sp-header.header-sticky {
        height: 50px;
    }
}

@media (max-width: 991px) {
    #sp-header, #sp-header.header-sticky {
        height: 60px;
    }
    #sp-header.header-sticky #sp-logo {
      display:initial;
    }
    #sp-top {
      display: none;
    }
}