#sp-header {
  height: 92px;
  background-color: #fcf200 !important;
}

.com-sppagebuilder #sp-main-body {
  padding: 75px 50px 50px 50px;
}

.sppb-articles-carousel-meta {
    display: none;
}

.sppb-articles-carousel-meta-date {
    display: none;
}

.sppb-btn.btn-sm.sppb-btn-default {
  background: #7B600A;
  color: #fff;
  border-color: #7B600A;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #4d4b00;
  text-decoration: none;
  text-transform: uppercase;
}

.sp-megamenu-parent > li > a::before, .sp-megamenu-parent > li > span::before {
  content: "";
  position: absolute;
  top: calc(50% + 15px);
  left: 5px;
}

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

.sp-megamenu-parent > li:not(:last-child)::after {
  content: none;
}

#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  background-color: #faf20a
;
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 24px;
  }
}

#sp-header {
  background-color:#fcf200 !important
}

#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  background-color: #fcf200 !important;
}

#sp-header {
  height: 92px;
  background-color: #fcf200 !important;
}

#sp-section-1 {
  padding-top: 100px;
}

#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  background-color: #fcf200 !important;
}

a {
  color: #B51D2D;
}

a:hover, a:focus, a:active {
  color: #B51D2D;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #B51D2D;
}

.col-sm-3.col-form-label.formControlLabel
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.form-control {
  background-color: #efefef;
}

.article-details .article-info {
  display: none;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 50px;
}