/* Add here all your css styles (customizations) */
a {
  color: #3398dc;
  outline: none;
}

a:focus,
a:hover {
  color: #175a88;
}

.scInsertionHandleCenter {
  height: 23px !important;
}

.image-wrapper {
  margin: 10px 5px 10px 10px;
}

.image-wrapper img {
  float: none;
  margin: 0 auto 0 auto;
  display: block;
}

.image-wrapper .caption {
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

h2.subheader a {
  color: #ffffff !important;
}

.manual a:after {
  position: relative;
  padding-left: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
}

.manual--variation a:after {
  top: 1px;
  color: #cd0307;
  content: '\f0da';
}

label.required:before {
  content: "* ";
  color: red;
}

.g-pt-220 {
  padding-top: 15.92857rem !important;
}

.logo.brand {
  width: 100%;
}

/*lines around items (landing and model listing)*/
.model-item {
  padding: 20px;
}

.model-item:before {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #bebebe;
  content: '';
}

.model-item:after {
  position: absolute;
  right: 0;
  top: 20px;
  height: 275px;
  border-right: 1px solid #bebebe;
  content: '';
}

.model-item:nth-child(3n):after {
  content: none;
}

.clean-wrap .model-item:nth-child(3n+4) {
  clear: both;
}

#search h5 {
  font-size: 14px;
  color: #1e5f90;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#formsearch {
  background-color: #efefef;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 7px;
  border-radius: 3px;
  padding: 20px 10px 10px;
  width: 527px;
  margin-bottom: 10px;
}

.question {
  width: 33em;
}

.result-item {
  margin-bottom: 15px;
}

.result-item-title {
  font-weight: bold;
}

.lvl-1 {
  background-color: #ffffb4;
  padding-left: 2px;
  padding-right: 2px;
}

.lvl-3 {
  font-weight: bold;
  background-color: #ffffb4;
}

.modal.more-info h1, .modal.more-info h2, .modal.more-info h3 {
  margin-top: 0;
}

/* quick find stuff */
.quick-find .button {
  display: inline-block;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: inherit;
  cursor: pointer;
  text-align: left;
  line-height: 16px;
  padding-bottom: 7px;
  font-size: 13px;
}

.quick-find .button:before {
  font-family: FontAwesome;
  content: "\f111";
  display: inline-block;
  padding-right: 6px;
  opacity: 0.3;
}

.quick-find .button:hover {
  color: #222;
}

.quick-find .button:active,
.quick-find .button.is-checked {
  color: #cc1001;
}

.quick-find .button.is-checked {
  content: "\f058";
}

.quick-find .button.is-checked:before {
  color: #cc1001;
  font-family: FontAwesome;
  content: "\f058";
  display: inline-block;
  padding-right: 6px;
  opacity: 1;
}

.quick-find .button:active {
  color: #cc1001;
}

.accordion-toggle {
  cursor: pointer;
}

@media (max-width: 768px) {
  .productresp ul li img {
    height: 30px;
  }
  .productresp ul li {
    display: inline;
  }
  .hs-mega-menu {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 320px;
  }
  .u-header__section.u-header__section--light.g-bg-white-opacity-0_8.g-py-10 {
    background-color: #FFFFFF !important;
  }
  .mega-margin {
    margin-right: 0%;
  }
}

.mega-margin {
  margin-right: 25%;
}

.slick-slide img {
  display: block;
  width: 100%;
}

button:focus {
  outline: none !important;
}

.hs-mega-menu ul li {
  line-height: 23px;
}

.partsmargin {
  margin-left: 100px;
}

@media (max-width: 768px) {
  .partsmargin {
    margin-left: 0px;
  }
}

.revlayer h1 {
  font-size: 30px;
}

.revlayer p {
  font-size: 18px;
}

@media (max-width: 768px) {
  .revpl2 {
    left: 20px;
  }
  .revpl1 {
    right: 20px;
  }
  .revlayer h1 {
    font-size: 14px !important;
  }
  .revlayer p {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .tparrows {
    display: none !important;
  }
}

.topbanner {
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  height: 300px;
  margin-top: 3em;
}

.bannertext {
  top: 8em;
  left: 12em;
  font-weight: 900;
}

.landingbanner {
  top: 6em;
  left: 12em;
  font-weight: 900;
}

.landingbanner h3 {
  font-weight: 600;
}

.bannertext h3 {
  font-weight: 600;
}

@media (max-width: 768px) {
  .bannertext {
    top: 4em;
    left: 0em;
    text-align: center;
    text-shadow: 0px 0px 8px #969696;
  }
}

a.u-link-v5.g-color-black--hover {
  color: #000000;
}

.modal-title h1 {
  font-size: 21px;
  text-align: left;
}

.modal-header .close {
  /* padding: 1rem; */
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  right: 0px;
  padding-right: 21px;
  font-size: 29px;
}

.bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
}

.landing-top-padding {
  padding-top: 13em;
}

@media (max-width: 768px) {
  .mobile-pl-0 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center;
  }
  .bgimg {
    background-position-x: left;
  }
  .landing-top-padding {
    padding-top: 15em;
  }
}

.rev_slider_wrapper {
  margin-top: 14em;
}

.overlaydark {
  visibility: hidden;
}

@media (max-width: 768px) {
  .overlaydark {
    visibility: visible;
    background-color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
  }
}

.vid-top-banner {
  padding-top: 12em;
}

/*--------slick carousel height fix-----------*/
#carouselCus1 img {
  max-height: 400px;
  width: auto;
}

#carouselCus1 a {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -ms-flexbox;
  display: flex;
  float: none;
}

#carouselCus2 img {
  max-height: 120px;
  width: auto;
}
