#sp-main-body .btn,
#sp-main-body .sppb-btn,
#sp-main-body .btn.btn-primary {
  background: #364b91 !important;
}
#sp-main-body .btn:hover, #sp-main-body .btn:focus,
#sp-main-body .sppb-btn:hover,
#sp-main-body .sppb-btn:focus,
#sp-main-body .btn.btn-primary:hover,
#sp-main-body .btn.btn-primary:focus {
  background: #28386c !important;
}

body.no-page-title #sp-header.menu-fixed {
  background: #fff;
}

#sp-header {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

#sp-page-title .sp-page-title {
  padding: 120px 0;
}
@media screen and (min-width: 992px) {
  #sp-page-title .sp-page-title {
    padding: 80px 0;
  }
}
#sp-page-title .sp-page-title h2 {
  font-size: 60px;
  text-transform: none;
  margin: 0;
}

#sp-menu > .sp-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.highlight {
  background: #fff9c0;
  background: #c0ffc8;
  background: #fff48d;
  background: #ffffaa;
  background: #8dff9b;
  color: #000;
}

.etrago-top-search.sp-module {
  order: 2;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: none;
}

#sp-bottom {
  /* padding-top: 50px !important; */
}
#sp-bottom .bottom-content-wrap {
  padding-bottom: 0;
}
#sp-bottom .sppb-addon-text-block .bottom-address {
  line-height: 1.55;
}
#sp-bottom .sppb-addon-text-block .bottom-address span.address-text a:hover, #sp-bottom .sppb-addon-text-block .bottom-address span.address-text a:focus {
  color: #ff6600;
}

#sp-bottom,
#sp-footer {
  position: relative;
  z-index: 1;
}

#sp-bottom1,
#sp-bottom2,
#sp-bottom3,
#sp-bottom4 {
  margin-top: 0;
  margin-bottom: 30px;
}

img.pull-left {
  object-fit: contain;
  margin-right: 15px;
  margin-bottom: 15px;
}
img.pull-right {
  object-fit: contain;
  margin-left: 15px;
  margin-bottom: 15px;
}

.nav-placeholder {
  background: #fff;
}

.home-transition {
  position: fixed !important;
  margin: 0 auto;
  top: calc(50vh + 70px);
  right: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: -1 !important;
}
.home-transition .sppb-text-alignment {
  padding: 5px 0;
  /* transform: rotate(-45deg); */
  /* transform-origin: center; */
  background: none;
}
.home-transition .sppb-text-alignment .sppb-image-layout-title {
  color: #ff8533;
  padding: 0;
  margin: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .home-transition .sppb-text-alignment .sppb-image-layout-title {
    font-size: 20px;
  }
}

.sppb-addon-tab .sppb-tab .sppb-nav-tabs {
  display: grid;
  align-content: center;
  align-items: stretch;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs::before, .sppb-addon-tab .sppb-tab .sppb-nav-tabs::after {
  display: none;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs li {
  margin: 0 0 10px !important;
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs li a {
  display: grid;
  gap: 10px;
  height: 100%;
  padding: 10px 11px;
  text-align: left;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 991.98px) {
  .sppb-addon-tab .sppb-tab .sppb-nav-tabs li a {
    font-size: 14px;
  }
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs .sppb-tab-image {
  display: block;
  max-width: 32px;
  max-height: 32px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(28%) sepia(13%) saturate(2972%) hue-rotate(188deg) brightness(98%) contrast(90%);
  filter: brightness(0) saturate(100%) invert(59%) sepia(3%) saturate(1624%) hue-rotate(166deg) brightness(98%) contrast(88%);
}
.sppb-addon-tab .sppb-tab .sppb-nav-tabs .active .sppb-tab-image,
.sppb-addon-tab .sppb-tab .sppb-nav-tabs .active a:hover .sppb-tab-image,
.sppb-addon-tab .sppb-tab .sppb-nav-tabs .active a:focus .sppb-tab-image {
  filter: brightness(0) saturate(100%) invert(40%) sepia(93%) saturate(2133%) hue-rotate(2deg) brightness(104%) contrast(105%);
}

.sppb-slider-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.sppb-slider-wrapper .sppb-addon-sppb-flibox,
.sppb-slider-wrapper .sppb-flipbox-panel,
.sppb-slider-wrapper .flip-box,
.sppb-slider-wrapper .flip-box-inner {
  display: block;
}
.sppb-slider-wrapper .sppb-flipbox-panel {
  height: 180px;
}
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .sppb-slide-item-bg > .container {
  position: relative;
}
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .details {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .details > span {
    color: #000 !important;
  }
}
@media screen and (min-width: 768px) {
  .sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .details {
    font-size: 20px;
  }
}
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .problem-wrapper,
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .solution-wrapper {
  font-size: 20px;
  line-height: 1.2;
  display: block;
}
@media screen and (min-width: 768px) {
  .sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .problem-wrapper,
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .solution-wrapper {
    font-size: 30px;
  }
}
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .problem-wrapper > img,
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .solution-wrapper > img {
  display: none;
}
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .problem-wrapper strong {
  color: #f00;
}
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .solution-wrapper strong {
  color: #00af50;
}
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .the-text-wrapper {
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  .sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    height: auto;
    background-size: auto 210px !important;
    padding-top: 210px;
    background-position: top !important;
  }
}
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text {
  padding-top: 10px;
  padding-right: 0 !important;
}
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item .sppb-fw-slider-button-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    height: 530px;
    padding-top: 0;
  }
  .sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item .sppb-fw-slider-button-wrapper {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 770px) {
  .sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item .sppb-slide-item-bg {
    max-height: calc(100vh - (57px + 90px + 122px));
  }
  .sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item .sppb-fw-slider-button-wrapper {
    padding-top: 100px;
  }
}
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .owl-carousel .owl-item img.pull-left {
  margin-right: 10px;
}
.sppb-slider-wrapper.classic-variation.sppb-slider-fullwidth-wrapper .owl-carousel .owl-controls {
  bottom: 0;
}

.sp-slider .sppb-sp-slider-image,
.sp-slider .sppb-sp-slider-text,
.sp-slider .sppb-sp-slider-title {
  display: block;
}
@media screen and (min-width: 1200px) and (min-height: 650px) {
  .sp-slider .sp-slider-outer-stage {
    height: calc(100vh - (57px + 90px + 122px)) !important;
    max-height: 1200px;
  }
}
.sp-slider .sp-slider-outer-stage .sp-item .sp-slider-content-align-left {
  width: auto;
}
.sp-slider .sp-slider-outer-stage .sp-item img.pull-left, .sp-slider .sp-slider-outer-stage .sp-item img.pull-right {
  display: inline-block;
  margin-top: 6px;
}
.sp-slider .sp-slider-outer-stage .sp-item > .sppb-container > .sppb-row > .sppb-col-sm-12,
.sp-slider .sp-slider-outer-stage .sp-item > .sppb-container > .sppb-row > div {
  display: flex;
}

.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-heading .sppb-toggle-direction {
  width: 15px;
}

.flipbox-contain .sppb-flipbox-front {
  background-size: contain !important;
}

.etrago-red-bar {
  display: none;
  padding: 10px 0;
}
.etrago-red-bar > .sppb-row-container > .sppb-row {
  align-items: center;
}
.etrago-red-bar .sppb-addon-text-block > .sppb-addon-content > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  padding: 10px 0;
  place-content: center;
  align-items: center;
  line-height: 1.5;
}
.etrago-red-bar .sppb-addon-image-layouts > .sppb-addon-content > .sppb-addon-image-layout-wrap > .sppb-row {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 10px 0;
  place-content: center;
  align-items: center;
  line-height: 1.5;
}
.etrago-red-bar .sppb-addon-image-layouts > .sppb-addon-content > .sppb-addon-image-layout-wrap > .sppb-row > div,
.etrago-red-bar .sppb-addon-image-layouts > .sppb-addon-content > .sppb-addon-image-layout-wrap > .sppb-row > .sppb-col-sm-6 {
  flex: none;
  max-width: none;
}
.etrago-red-bar .sppb-addon-image-layouts .sppb-addon-image-layout-image img {
  min-width: 40px;
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 15px;
}
.etrago-red-bar .sppb-addon-image-layouts .sppb-addon-image-layout-content {
  padding: 0;
}

.contact-form-section .sppb-addon-raw-html ul li {
  line-height: 1.55;
}
.modal {
  z-index: 10050;
}
@media screen and (min-width: 1024px) {
  .modal .modal-dialog {
    width: 700px;
  }
}
.modal .modal-dialog .modal-content {
  background: #364b91;
  color: #fff;
}
.modal .modal-dialog .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 10;
  color: #eee;
  opacity: 1;
}
.modal .modal-dialog .modal-content .close:hover {
  color: #fff;
}
.modal .modal-dialog .modal-content .sppb-addon-form-builder .sppb-form-check-label::before {
  border-color: #f60;
}
.modal .modal-dialog .modal-content .sppb-addon-form-builder .sppb-form-check-input:checked + label::before {
  background: #f60;
}
.modal .modal-dialog .modal-content .sppb-text-success {
  color: #92d050;
}
.modal .modal-dialog .modal-content .sppb-text-danger {
  color: #f00;
}

.modal-backdrop {
  z-index: 10040;
}

.modal-content .contact-form-section .sppb-addon-raw-html * {
  color: inherit;
}

html.error-page .error-image img {
  max-height: 200px;
}

.cc-revoke,
.cc-window {
  z-index: 1000050000 !important;
}
.rc-anchor-normal-footer{visibility:hidden!important;opacity:0;}

.term {
  font-weight: bold;
}

.advanced-search-tip p {
  margin: 0 0 10px;
}

#advancedSearch hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.cell.acym__user__edit__email {
  width: 100% !important;
  height: 42px;
  border-radius: 2px;
  border: 0;
  font-size: 14px;
  color: #A8ACB9;
  padding: 0 0 0 20px;
}
.acym_module_form input {
  max-width: 100% !important;
}

#subscribebtn {
  border-radius: 2px;
  border: 0;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px 20px 8px;
  float: right;
}

.acym_introtext {
  color: #9C9C9C;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px !important;
  font-family: Poppins, sans-serif;
}

/*# sourceMappingURL=app.css.map */
