/* Color palette */
.primary-bk {
  background-color: #1076bc;
}
.primary-text {
  color: #1076bc;
}
.primary-dark-bk {
  background-color: #0769ad;
}
.primary-dark-text {
  color: #0769ad;
}
.secondary-bk {
  background-color: #45555f;
}
.secondary-text {
  color: #45555f;
}
.secondary-dark-bk {
  background-color: #252d33;
}
.secondary-dark-text {
  color: #252d33;
}
.tertiary-bk {
  background-color: #45555f;
}
.tertiary-text {
  color: #45555f;
}
.tertiary-dark-bk {
  background-color: #252d33;
}
.tertiary-dark-text {
  color: #252d33;
}
.body-bk {
  background-color: #5a5a5b;
}
.body-text {
  color: #5a5a5b;
}
.heading-bk {
  background-color: #272727;
}
.heading-text {
  color: #272727;
}
.black-bk {
  background-color: #242428;
}
.black-text {
  color: #242428;
}
.white-bk {
  background-color: #fff;
}
.white-text {
  color: #fff;
}
.grey-bk {
  background-color: #a4a4a4;
}
.grey-text {
  color: #a4a4a4;
}
.grey-text-dark {
  color: #45555f;
}
.grey-text-bk {
  background-color: #a4a4a4;
}
.grey-text-dark-bk {
  background-color: #45555f;
}
.greylight-bk {
  background-color: #f2f2f6;
}
.greylight-text {
  color: #f2f2f6;
}
.greymedium-bk {
  background-color: #a4a4a4;
}
.greymedium-text {
  color: #a4a4a4;
}
.greydark-bk {
  background-color: #45555f;
}
.greydark-text {
  color: #45555f;
}
.btn-primary.btn {
  background: #1076bc;
  color: #fff;
}
.btn-primary.btn:hover {
  background: #0769ad;
  color: #fff;
}
.btn-primary.btn:hover i {
  color: #fff;
}
.btn-primary.btn-text {
  background: none !important;
  color: #1076bc;
}
.btn-primary.btn-text:hover {
  background: none !important;
  color: #0769ad;
  border-bottom-color: #0769ad;
}
.btn-primary.btn-text:hover i {
  color: #0769ad;
}
.btn-primary.btn-text-underline {
  background: none !important;
  color: #1076bc;
}
.btn-primary.btn-text-underline:hover {
  background: none !important;
  color: #0769ad;
  border-bottom-color: #0769ad;
}
.btn-primary.btn-text-underline:hover i {
  color: #0769ad;
}
.btn-primary.btn-ghost {
  border-color: #1076bc;
  color: #1076bc;
}
.btn-primary.btn-ghost:hover {
  background: #0769ad;
  color: #fff;
  border-color: #0769ad;
}
.btn-primary.btn-ghost:hover i {
  color: #fff;
}
.btn-secondary.btn {
  background: #45555f;
  color: #fff;
}
.btn-secondary.btn:hover {
  background: #252d33;
  color: #fff;
}
.btn-secondary.btn:hover i {
  color: #fff;
}
.btn-secondary.btn-text {
  background: none !important;
  color: #45555f;
}
.btn-secondary.btn-text:hover {
  background: none !important;
  color: #252d33;
  border-bottom-color: #252d33;
}
.btn-secondary.btn-text:hover i {
  color: #252d33;
}
.btn-secondary.btn-text-underline {
  background: none !important;
  color: #45555f;
}
.btn-secondary.btn-text-underline:hover {
  background: none !important;
  color: #252d33;
  border-bottom-color: #252d33;
}
.btn-secondary.btn-text-underline:hover i {
  color: #252d33;
}
.btn-secondary.btn-ghost {
  border-color: #45555f;
  color: #45555f;
}
.btn-secondary.btn-ghost:hover {
  background: #252d33;
  color: #fff;
  border-color: #252d33;
}
.btn-secondary.btn-ghost:hover i {
  color: #fff;
}
.btn-tertiary.btn {
  background: #45555f;
  color: #fff;
}
.btn-tertiary.btn:hover {
  background: #252d33;
  color: #fff;
}
.btn-tertiary.btn:hover i {
  color: #fff;
}
.btn-tertiary.btn-text {
  background: none !important;
  color: #45555f;
}
.btn-tertiary.btn-text:hover {
  background: none !important;
  color: #252d33;
  border-bottom-color: #252d33;
}
.btn-tertiary.btn-text:hover i {
  color: #252d33;
}
.btn-tertiary.btn-text-underline {
  background: none !important;
  color: #45555f;
}
.btn-tertiary.btn-text-underline:hover {
  background: none !important;
  color: #252d33;
  border-bottom-color: #252d33;
}
.btn-tertiary.btn-text-underline:hover i {
  color: #252d33;
}
.btn-tertiary.btn-ghost {
  border-color: #45555f;
  color: #45555f;
}
.btn-tertiary.btn-ghost:hover {
  background: #252d33;
  color: #fff;
  border-color: #252d33;
}
.btn-tertiary.btn-ghost:hover i {
  color: #fff;
}
.btn-body.btn {
  background: #5a5a5b;
  color: #fff;
}
.btn-body.btn:hover {
  background: #45555f;
  color: #fff;
}
.btn-body.btn:hover i {
  color: #fff;
}
.btn-body.btn-text {
  background: none !important;
  color: #5a5a5b;
}
.btn-body.btn-text:hover {
  background: none !important;
  color: #45555f;
  border-bottom-color: #45555f;
}
.btn-body.btn-text:hover i {
  color: #45555f;
}
.btn-body.btn-text-underline {
  background: none !important;
  color: #5a5a5b;
}
.btn-body.btn-text-underline:hover {
  background: none !important;
  color: #45555f;
  border-bottom-color: #45555f;
}
.btn-body.btn-text-underline:hover i {
  color: #45555f;
}
.btn-body.btn-ghost {
  border-color: #5a5a5b;
  color: #5a5a5b;
}
.btn-body.btn-ghost:hover {
  background: #45555f;
  color: #fff;
  border-color: #45555f;
}
.btn-body.btn-ghost:hover i {
  color: #fff;
}
.btn-grey.btn {
  background: #a4a4a4;
  color: #fff;
}
.btn-grey.btn:hover {
  background: #45555f;
  color: #fff;
}
.btn-grey.btn:hover i {
  color: #fff;
}
.btn-grey.btn-text {
  background: none !important;
  color: #a4a4a4;
}
.btn-grey.btn-text:hover {
  background: none !important;
  color: #45555f;
  border-bottom-color: #45555f;
}
.btn-grey.btn-text:hover i {
  color: #45555f;
}
.btn-grey.btn-text-underline {
  background: none !important;
  color: #a4a4a4;
}
.btn-grey.btn-text-underline:hover {
  background: none !important;
  color: #45555f;
  border-bottom-color: #45555f;
}
.btn-grey.btn-text-underline:hover i {
  color: #45555f;
}
.btn-grey.btn-ghost {
  border-color: #a4a4a4;
  color: #a4a4a4;
}
.btn-grey.btn-ghost:hover {
  background: #45555f;
  color: #fff;
  border-color: #45555f;
}
.btn-grey.btn-ghost:hover i {
  color: #fff;
}
.btn-grey-light.btn {
  background: #f2f2f6;
  color: #45555f;
}
.btn-grey-light.btn:hover {
  background: #a4a4a4;
  color: #45555f;
}
.btn-grey-light.btn:hover i {
  color: #45555f;
}
.btn-grey-light.btn-text {
  background: none !important;
  color: #f2f2f6;
}
.btn-grey-light.btn-text:hover {
  background: none !important;
  color: #a4a4a4;
  border-bottom-color: #a4a4a4;
}
.btn-grey-light.btn-text:hover i {
  color: #a4a4a4;
}
.btn-grey-light.btn-text-underline {
  background: none !important;
  color: #f2f2f6;
}
.btn-grey-light.btn-text-underline:hover {
  background: none !important;
  color: #a4a4a4;
  border-bottom-color: #a4a4a4;
}
.btn-grey-light.btn-text-underline:hover i {
  color: #a4a4a4;
}
.btn-grey-light.btn-ghost {
  border-color: #f2f2f6;
  color: #f2f2f6;
}
.btn-grey-light.btn-ghost:hover {
  background: #a4a4a4;
  color: #45555f;
  border-color: #a4a4a4;
}
.btn-grey-light.btn-ghost:hover i {
  color: #45555f;
}
.btn-grey-medium.btn {
  background: #a4a4a4;
  color: #fff;
}
.btn-grey-medium.btn:hover {
  background: #45555f;
  color: #fff;
}
.btn-grey-medium.btn:hover i {
  color: #fff;
}
.btn-grey-medium.btn-text {
  background: none !important;
  color: #a4a4a4;
}
.btn-grey-medium.btn-text:hover {
  background: none !important;
  color: #45555f;
  border-bottom-color: #45555f;
}
.btn-grey-medium.btn-text:hover i {
  color: #45555f;
}
.btn-grey-medium.btn-text-underline {
  background: none !important;
  color: #a4a4a4;
}
.btn-grey-medium.btn-text-underline:hover {
  background: none !important;
  color: #45555f;
  border-bottom-color: #45555f;
}
.btn-grey-medium.btn-text-underline:hover i {
  color: #45555f;
}
.btn-grey-medium.btn-ghost {
  border-color: #a4a4a4;
  color: #a4a4a4;
}
.btn-grey-medium.btn-ghost:hover {
  background: #45555f;
  color: #fff;
  border-color: #45555f;
}
.btn-grey-medium.btn-ghost:hover i {
  color: #fff;
}
.btn-grey-dark.btn {
  background: #45555f;
  color: #fff;
}
.btn-grey-dark.btn:hover {
  background: #1076bc;
  color: #fff;
}
.btn-grey-dark.btn:hover i {
  color: #fff;
}
.btn-grey-dark.btn-text {
  background: none !important;
  color: #45555f;
}
.btn-grey-dark.btn-text:hover {
  background: none !important;
  color: #1076bc;
  border-bottom-color: #1076bc;
}
.btn-grey-dark.btn-text:hover i {
  color: #1076bc;
}
.btn-grey-dark.btn-text-underline {
  background: none !important;
  color: #45555f;
}
.btn-grey-dark.btn-text-underline:hover {
  background: none !important;
  color: #1076bc;
  border-bottom-color: #1076bc;
}
.btn-grey-dark.btn-text-underline:hover i {
  color: #1076bc;
}
.btn-grey-dark.btn-ghost {
  border-color: #45555f;
  color: #45555f;
}
.btn-grey-dark.btn-ghost:hover {
  background: #1076bc;
  color: #fff;
  border-color: #1076bc;
}
.btn-grey-dark.btn-ghost:hover i {
  color: #fff;
}
.btn-black.btn {
  background: #242428;
  color: #fff;
}
.btn-black.btn:hover {
  background: #1076bc;
  color: #fff;
}
.btn-black.btn:hover i {
  color: #fff;
}
.btn-black.btn-text {
  background: none !important;
  color: #242428;
}
.btn-black.btn-text:hover {
  background: none !important;
  color: #1076bc;
  border-bottom-color: #1076bc;
}
.btn-black.btn-text:hover i {
  color: #1076bc;
}
.btn-black.btn-text-underline {
  background: none !important;
  color: #242428;
}
.btn-black.btn-text-underline:hover {
  background: none !important;
  color: #1076bc;
  border-bottom-color: #1076bc;
}
.btn-black.btn-text-underline:hover i {
  color: #1076bc;
}
.btn-black.btn-ghost {
  border-color: #242428;
  color: #242428;
}
.btn-black.btn-ghost:hover {
  background: #1076bc;
  color: #fff;
  border-color: #1076bc;
}
.btn-black.btn-ghost:hover i {
  color: #fff;
}
.btn-white.btn {
  background: #fff;
  color: #1076bc;
}
.btn-white.btn:hover {
  background: #a4a4a4;
  color: #fff;
}
.btn-white.btn:hover i {
  color: #fff;
}
.btn-white.btn-text {
  background: none !important;
  color: #fff;
}
.btn-white.btn-text:hover {
  background: none !important;
  color: #a4a4a4;
  border-bottom-color: #a4a4a4;
}
.btn-white.btn-text:hover i {
  color: #a4a4a4;
}
.btn-white.btn-text-underline {
  background: none !important;
  color: #fff;
}
.btn-white.btn-text-underline:hover {
  background: none !important;
  color: #a4a4a4;
  border-bottom-color: #a4a4a4;
}
.btn-white.btn-text-underline:hover i {
  color: #a4a4a4;
}
.btn-white.btn-ghost {
  border-color: #fff;
  color: #fff;
}
.btn-white.btn-ghost:hover {
  background: #a4a4a4;
  color: #fff;
  border-color: #a4a4a4;
}
.btn-white.btn-ghost:hover i {
  color: #fff;
}
.btn-commercial.btn {
  background: #77bc1f;
  color: #fff;
}
.btn-commercial.btn:hover {
  background: #60ab00;
  color: #fff;
}
.btn-commercial.btn:hover i {
  color: #fff;
}
.btn-commercial.btn-text {
  background: none !important;
  color: #77bc1f;
}
.btn-commercial.btn-text:hover {
  background: none !important;
  color: #60ab00;
  border-bottom-color: #60ab00;
}
.btn-commercial.btn-text:hover i {
  color: #60ab00;
}
.btn-commercial.btn-text-underline {
  background: none !important;
  color: #77bc1f;
}
.btn-commercial.btn-text-underline:hover {
  background: none !important;
  color: #60ab00;
  border-bottom-color: #60ab00;
}
.btn-commercial.btn-text-underline:hover i {
  color: #60ab00;
}
.btn-commercial.btn-ghost {
  border-color: #77bc1f;
  color: #77bc1f;
}
.btn-commercial.btn-ghost:hover {
  background: #60ab00;
  color: #fff;
  border-color: #60ab00;
}
.btn-commercial.btn-ghost:hover i {
  color: #fff;
}
.btn-passenger.btn {
  background: #00b2e2;
  color: #fff;
}
.btn-passenger.btn:hover {
  background: #009ec9;
  color: #fff;
}
.btn-passenger.btn:hover i {
  color: #fff;
}
.btn-passenger.btn-text {
  background: none !important;
  color: #00b2e2;
}
.btn-passenger.btn-text:hover {
  background: none !important;
  color: #009ec9;
  border-bottom-color: #009ec9;
}
.btn-passenger.btn-text:hover i {
  color: #009ec9;
}
.btn-passenger.btn-text-underline {
  background: none !important;
  color: #00b2e2;
}
.btn-passenger.btn-text-underline:hover {
  background: none !important;
  color: #009ec9;
  border-bottom-color: #009ec9;
}
.btn-passenger.btn-text-underline:hover i {
  color: #009ec9;
}
.btn-passenger.btn-ghost {
  border-color: #00b2e2;
  color: #00b2e2;
}
.btn-passenger.btn-ghost:hover {
  background: #009ec9;
  color: #fff;
  border-color: #009ec9;
}
.btn-passenger.btn-ghost:hover i {
  color: #fff;
}
.btn-mobility-enhancement.btn {
  background: #ff8300;
  color: #fff;
}
.btn-mobility-enhancement.btn:hover {
  background: #ed7a00;
  color: #fff;
}
.btn-mobility-enhancement.btn:hover i {
  color: #fff;
}
.btn-mobility-enhancement.btn-text {
  background: none !important;
  color: #ff8300;
}
.btn-mobility-enhancement.btn-text:hover {
  background: none !important;
  color: #ed7a00;
  border-bottom-color: #ed7a00;
}
.btn-mobility-enhancement.btn-text:hover i {
  color: #ed7a00;
}
.btn-mobility-enhancement.btn-text-underline {
  background: none !important;
  color: #ff8300;
}
.btn-mobility-enhancement.btn-text-underline:hover {
  background: none !important;
  color: #ed7a00;
  border-bottom-color: #ed7a00;
}
.btn-mobility-enhancement.btn-text-underline:hover i {
  color: #ed7a00;
}
.btn-mobility-enhancement.btn-ghost {
  border-color: #ff8300;
  color: #ff8300;
}
.btn-mobility-enhancement.btn-ghost:hover {
  background: #ed7a00;
  color: #fff;
  border-color: #ed7a00;
}
.btn-mobility-enhancement.btn-ghost:hover i {
  color: #fff;
}
:hover.commercial-text-hover i, :hover.commercial-text-hover {
  color: #77bc1f !important;
}
:hover.passenger-text-hover i, :hover.passenger-text-hover {
  color: #00b2e2 !important;
}
:hover.mobility-enhancement-text-hover i, :hover.mobility-enhancement-text-hover {
  color: #ff8300 !important;
}
.commercial-text i, .commercial-text {
  color: #77bc1f !important;
}
.passenger-text i, .passenger-text {
  color: #00b2e2 !important;
}
.mobility-enhancement-text i, .mobility-enhancement-text {
  color: #ff8300 !important;
}
.commercial .selectboxit-container .selectboxit-btn {
  border-bottom: 2px solid #77bc1f !important;
}
.commercial .selectboxit-container .selectboxit-text {
  color: #77bc1f !important;
}
.commercial .selectboxit-container .selectboxit-text:hover {
  color: #60ab00 !important;
}
.commercial .selectboxit-container .selectboxit-default-arrow {
  color: #77bc1f !important;
}
.passenger .selectboxit-container .selectboxit-btn {
  border-bottom: 2px solid #00b2e2 !important;
}
.passenger .selectboxit-container .selectboxit-text {
  color: #00b2e2 !important;
}
.passenger .selectboxit-container .selectboxit-text:hover {
  color: #009ec9 !important;
}
.passenger .selectboxit-container .selectboxit-default-arrow {
  color: #00b2e2 !important;
}
.mobility-enhancement .selectboxit-container .selectboxit-btn {
  border-bottom: 2px solid #ff8300 !important;
}
.mobility-enhancement .selectboxit-container .selectboxit-text {
  color: #ff8300 !important;
}
.mobility-enhancement .selectboxit-container .selectboxit-text:hover {
  color: #ed7a00 !important;
}
.mobility-enhancement .selectboxit-container .selectboxit-default-arrow {
  color: #ff8300 !important;
}
.sideNav.mobility-enhancement .active > span, .sideNav.mobility-enhancement a.active, .sideNav.mobility-enhancement span:hover, .sideNav.mobility-enhancement a:hover {
  color: #ff8300;
}
.sideNav.passenger .active > span, .sideNav.passenger a.active, .sideNav.passenger span:hover, .sideNav.passenger a:hover {
  color: #00b2e2;
}
.sideNav.commercial .active > span, .sideNav.commercial a.active, .sideNav.commercial span:hover, .sideNav.commercial a:hover {
  color: #77bc1f;
}
ul.commercial-icons i {
  color: #77bc1f !important;
}
ul.passenger-icons i {
  color: #00b2e2 !important;
}
ul.mobility-enhancement-icons i {
  color: #ff8300 !important;
}
.mm-navbars_bottom a.commercial {
  background: #77bc1f !important;
  color: #fff !important;
}
.mm-navbars_bottom a.commercial:hover {
  background: #60ab00 !important;
}
.mm-navbars_bottom a.passenger {
  background: #00b2e2 !important;
  color: #fff !important;
}
.mm-navbars_bottom a.passenger:hover {
  background: #009ec9 !important;
}
.mm-navbars_bottom a.mobility-enhancement {
  background: #ff8300 !important;
  color: #fff !important;
}
.mm-navbars_bottom a.mobility-enhancement:hover {
  background: #ed7a00 !important;
}
.image-link {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1020px) {
  .image-link {
    position: relative;
    display: block !important;
    cursor: pointer;
  }
}
.image-link a, .image-link img, .image-link span, .image-link div {
  cursor: pointer;
}
.image-link:after {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.2s ease;
}
.image-link:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
.image-link .tcenter {
  opacity: 0;
}
.image-link:hover .tcenter {
  opacity: 1;
}
.image-link:hover .tcenter .image-link-hover {
  top: 0px;
}
.image-link img {
  transition: all 0.2s ease;
}
.image-link:hover img {
  transform: scale(1.04);
}
.image-link .image-link-hover {
  text-align: inherit;
  color: #fff;
  font-size: 21px;
  font-weight: 100;
  background: transparent;
  padding: 0;
  transition: all 0.2s ease;
  position: relative;
  top: 3px;
  text-transform: uppercase;
}
.image-link .image-link-hover span:after {
  content: '\e940';
  font-family: 'sd-icons';
  margin-left: 5px;
  font-size: 22px;
  position: relative;
  top: 4px;
}
.image-static {
  min-height: 70vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
.no-js img.lazyload {
  display: none;
}
.video-insitu {
  position: relative;
}
.video-insitu a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.video-insitu a:before {
  content: "\e91f";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  font-size: 45px;
}
.video-insitu iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.overlay-open-video.image-link {
  position: relative;
  display: inline-block;
}
.overlay-open-video.image-link:before {
  content: "\e91f";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  font-size: 45px;
  z-index: 1;
  line-height: 1em;
}
a.overlay-open-video.image-link {
  display: block !important;
}
.play-btn {
  position: relative;
  display: inline-block;
}
.play-btn.absolute {
  position: absolute;
}
.play-btn:before {
  content: "\e91f";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: 60px;
  z-index: 1;
  line-height: 1em;
}
.slideout {
  background: #f2f2f2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  visibility: hidden;
  max-width: 100%;
}
@media (max-width: 735px) {
  .slideout {
    width: 100% !important;
  }
}
.slideout.active {
  background: #f2f2f2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
html.slideout-active, html.slideout-active body {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slideout-header {
  background: #f1f2f6;
  padding: 12px 20px 12px 50px;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  color: #5a5a5b;
  position: fixed;
  width: inherit;
  z-index: 5;
  color: #39383a;
}
.slideout-header .slideout-close {
  color: #a4a4a4;
  background: #f3f3f3;
  padding: 0px 20px 0 0;
  margin: 0;
}
.slideout-header .slideout-close:hover {
  background: #a4a4a4;
  color: #fff;
}
.slideout-header i {
  margin-right: 5px;
}
.slideout-close {
  float: right;
  background: none;
  border: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  color: #989b9d;
}
@media (max-width: 735px) {
  .slideout-close {
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0px;
    margin: auto;
    height: 30px;
    width: 55px;
    text-align: center;
    font-size: 19px;
  }
}
.slideout-body {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
.slideout-wrapper {
  padding-left: 57px;
  padding-right: 57px;
  padding-top: 105px;
  padding-bottom: 49px;
  height: 100%;
  margin: 0;
  background: #fff;
}
.slideout-body .gform_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.07;
  text-align: left;
  color: #1076bc;
  margin-bottom: 11px;
}
.spinner {
  width: 70px;
  height: 70px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 1s infinite linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #1076bc;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.commercial-pushout .dot1, .commercial-pushout .dot2 {
  background-color: #77bc1f;
}
.commercial-pushout .gfield.formCheckBox label:before, .commercial-pushout .gfield.optin label:before {
  color: #77bc1f;
}
.commercial-pushout .btn-primary.btn, .commercial-pushout input[type="submit"].btn, .commercial-pushout input[type="submit"], .commercial-pushout input[type="submit"].btn-primary {
  background-color: #77bc1f;
}
.commercial-pushout .btn-primary.btn:hover, .commercial-pushout input[type="submit"].btn:hover, .commercial-pushout input[type="submit"]:hover, .commercial-pushout input[type="submit"].btn-primary:hover {
  background-color: #60ab00 !important;
}
.passenger-pushout .dot1, .passenger-pushout .dot2 {
  background-color: #00b2e2;
}
.passenger-pushout .gfield.formCheckBox label:before, .passenger-pushout .gfield.optin label:before {
  color: #00b2e2;
}
.passenger-pushout .btn-primary.btn, .passenger-pushout input[type="submit"].btn, .passenger-pushout input[type="submit"], .passenger-pushout input[type="submit"].btn-primary {
  background-color: #00b2e2;
}
.passenger-pushout .btn-primary.btn:hover, .passenger-pushout input[type="submit"].btn:hover, .passenger-pushout input[type="submit"]:hover, .passenger-pushout input[type="submit"].btn-primary:hover {
  background-color: #009ec9 !important;
}
.mobility-enhancement-pushout .dot1, .mobility-enhancement-pushout .dot2 {
  background-color: #ff8300;
}
.mobility-enhancement-pushout .gfield.formCheckBox label:before, .mobility-enhancement-pushout .gfield.optin label:before {
  color: #ff8300;
}
.mobility-enhancement-pushout .btn-primary.btn, .mobility-enhancement-pushout input[type="submit"].btn, .mobility-enhancement-pushout input[type="submit"], .mobility-enhancement-pushout input[type="submit"].btn-primary {
  background-color: #ff8300;
}
.mobility-enhancement-pushout .btn-primary.btn:hover, .mobility-enhancement-pushout input[type="submit"].btn:hover, .mobility-enhancement-pushout input[type="submit"]:hover, .mobility-enhancement-pushout input[type="submit"].btn-primary:hover {
  background-color: #ed7a00 !important;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.gallery_justified .gallery-image img {
  opacity: 0;
  transition: all 0.2s ease !important;
}
.gallery_justified .gallery-image .image-link {
  position: relative;
  display: inline-block;
}
.gallery_justified .gallery-image .image-link:before {
  content: "";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  font-size: 45px;
  z-index: 1;
  line-height: 1em;
}
.gallery_justified .gallery-image .image-link:after {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.2s ease;
}
.gallery_justified .gallery-image .image-link:hover:before {
  content: "\e925" !important;
}
.gallery_justified .gallery-image .image-link:hover:after {
  background: rgba(16, 118, 188, 0.6);
}
.gallery_justified .gallery-image .image-link.video-link:before {
  content: "\e91e" !important;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .gallery_justified .gallery_justified {
    height: auto !important;
  }
  .gallery_justified .gallery-image {
    opacity: 1;
    /* background: 0 0; */
    width: 50% !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 2px !important;
    float: left;
  }
  .gallery_justified .gallery-image img {
    opacity: 1;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 735px) {
  .gallery_justified .gallery-image {
    width: 100% !important;
  }
}
@media (max-width: 375px) {
}
#gallery_thumbnails li a {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  display: block;
}
#gallery_thumbnails li a img {
  transition: ease 0.8s all;
}
#gallery_thumbnails li a:before {
  opacity: 0.9;
}
#gallery_thumbnails li a:hover:before {
  opacity: 1;
}
#gallery_thumbnails li a:hover img {
  transform: scale(1.07);
}
#gallery_thumbnails li .play-btn:before {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 90px;
}
#gallery_thumbnails li .magnify-btn {
  position: relative;
}
#gallery_thumbnails li .magnify-btn:before {
  opacity: 0;
}
#gallery_thumbnails li .magnify-btn:before {
  content: "\e925";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: 60px;
  z-index: 1;
  line-height: 1em;
}
.single-products .lg-outer .lg-item, .single-vehicles_for_sale .lg-outer .lg-item {
  height: calc(100% - 150px) !important;
}
.gmap_canvas div[style*="rgb(255, 255, 255)"] {
  background-color: #fff !important;
  border: none;
  color: #000;
  border-radius: 0px !important;
}
.gmap_canvas .gmnoprint div[style*="rgb(255, 255, 255)"] {
  background: #fff !important;
  border-radius: 0px !important;
}
.gmap_canvas div[style*="border-radius"] {
  border-radius: 0px !important;
}
.gmap_canvas div[style*="box-shadow"] {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px -1px !important;
}
.gmap_canvas div[style*="background-color: rgba(0, 0, 0, 0.2);"] {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.gmap_canvas .gmnoprint div[style*="border-radius"] {
  border-radius: 0px !important;
}
.gmap_canvas .gmnoprint div[style*="border-bottom-left-radius"] {
  border-bottom-left-radius: 2px !important;
}
.gmap_canvas .gmnoprint div[style*="border-top-left-radius"] {
  border-top-left-radius: 2px !important;
}
.gmap_canvas .gmnoprint div[style*="border-bottom-right-radius"] {
  border-bottom-right-radius: 2px !important;
}
.gmap_canvas .gmnoprint div[style*="border-top-right-radius"] {
  border-top-right-radius: 2px !important;
}
.gmap_canvas img[src*="mapcnt6.png"] {
  display: none;
}
.gmap_canvas .infowindow {
  background-color: #fff;
  color: #000 !important;
  padding: 6px 10px 9px 10px;
}
.gmap_canvas .infowindow strong, .gmap_canvas .infowindow a span, .gmap_canvas .infowindow a {
  background-color: #fff;
  color: #000 !important;
  margin: 0;
  max-width: 200px;
}
.gmap_canvas .infowindow a {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.41;
  text-align: left;
  color: #5a5a5b;
  text-decoration: none;
}
.gmap_canvas .infowindow a span, .gmap_canvas .infowindow strong {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.45;
  text-align: left;
  color: #5a5a5b;
  margin-bottom: 4px;
  display: inline-block;
}
.gmap_canvas div[style*="border-right: 10px solid transparent; border-left: 10px solid transparent; border-top: 24px solid rgba(0, 0, 0, 0.1);"], .gmap_canvas div[style*="border-top-width: 24px;"] {
  transform: rotate(90deg) scaleX(2);
  left: 7px !important;
  top: 99px !important;
  bottom: 0;
  margin: auto;
  height: 8px;
}
.notificationTab {
  transition: ease 1s all;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #1076bc;
  border-radius: 22px;
  color: #fff;
  bottom: 50px;
  left: -50px;
  text-shadow: 0 0px 2px #ccc;
}
.notificationTab i {
  line-height: 45px;
  font-size: 27px;
}
@media (max-width: 1270px) {
  .notificationTab {
    display: none !important;
  }
}
.notificationBox {
  width: 290px;
  position: fixed;
  bottom: 50px;
  left: -450px;
  z-index: 500;
  transition: ease 1s all;
  box-shadow: -2px 10px 19px 0 rgba(0, 0, 0, 0.1), -2px -5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1270px) {
  .notificationBox {
    display: none !important;
  }
}
.notificationBox .notificationContainer {
  position: relative;
}
.notificationBox .notificationClose {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  width: 22px;
  height: 22px;
  color: #fff;
  top: 10px;
  right: 10px;
  text-shadow: 0 0px 2px #ccc;
}
.notificationBox .notificationClose i {
  font-size: 21px;
}
.notificationBox .notificationClose:hover {
  color: #ccc;
}
.notificationBox .notificationItem a {
  text-decoration: none;
}
.notificationBox .notificationItem a:hover img {
  transform: scale(1.02);
}
.notificationBox .notificationItem a:hover .notificationText {
  background: #f3f3f3;
}
.notificationBox .notificationItem .notificationImage {
  background: #f1f2f6;
  height: 0;
  padding-bottom: 250px;
}
.notificationBox .notificationItem .notificationImage img {
  transition: 0.2s ease all;
}
.notificationBox .notificationItem .notificationText {
  background: #fff;
  position: relative;
  padding: 20px 20px 45px;
  transition: 0.2s ease all;
}
.notificationBox .notificationItem .notificationText .display5 {
  font-weight: 600;
  line-height: 1.32em;
  font-size: 17px;
}
.notificationBox .notificationItem .notificationText .slideNumber {
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  position: absolute;
  bottom: 18px;
  left: 20px;
}
.notificationBox .lSAction a {
  text-shadow: 0 0px 2px #ccc;
  top: 135px;
}
.notificationBox .lSAction a:before {
  padding-top: 32px;
  padding-bottom: 32px;
  content: "\e94e" !important;
}
.notificationBox .lSAction a.lSPrev {
  transform: rotate(180deg);
}
.notificationBox .lSAction a:hover:before {
  color: #1076bc;
}
.blog-archive {
  padding-top: 0px;
}
.blog-archive.layout-sm {
  position: relative;
}
.blog-archive .blog-nav {
  margin-bottom: 11px;
}
.blog-archive .display2 {
  display: inline-block;
}
.blog-archive .btn {
  margin-top: 20px;
}
.blog-archive select.category-switcher {
  display: none;
}
.blog-archive .category-selector {
  float: right;
  margin-top: 15px;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 100;
}
@media (max-width: 1270px) {
  .blog-archive .category-selector {
    margin-top: 1px;
  }
}
@media (max-width: 735px) {
  .blog-archive .category-selector {
    width: 100%;
    margin: 5px 0 20px !important;
  }
}
.blog-archive .category-selector .selectboxit-btn {
  background: transparent !important;
  border: none;
}
.blog-archive .category-selector .selectboxit-container .selectboxit-options {
  border-radius: 2px;
}
.blog-archive .category-selector .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff;
  background: #1076bc;
}
.blog-archive .category-selector .selectboxit-option-icon-container {
  display: none !important;
}
.blog-archive .category-selector .selectboxit-default-arrow {
  border: none !important;
}
.blog-archive .category-selector .selectboxit-default-arrow:before {
  content: '\e926';
  font-family: 'sd-icons';
  top: 2px;
  left: -7px;
  position: absolute;
  font-size: 17px;
  line-height: 1.2em;
}
.blog-archive .category-selector ul.selectboxit-options.selectboxit-list {
  right: 0;
}
.blog-archive .category-selector .selectboxit-container span {
  height: auto;
  line-height: 1.6em;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: left;
  color: #1076bc;
  font-size: 16px;
  font-weight: 100;
}
.blog-archive .category-selector .selectboxit-container .selectboxit-options a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: left;
  color: #5a5a5b;
  padding: 0px 4px;
  font-weight: 200;
}
.blog-archive .category-selector .selectboxit-container .selectboxit-options a:hover {
  color: #fff;
}
.blog-archive .category-selector .span.selectboxit-option-icon-container {
  display: none;
}
.blog-archive .category-selector .selectboxit-container .selectboxit-options {
  width: 210px;
}
.blog-archive .category-selector .selectboxit-text {
  max-width: none !important;
  margin-right: 25px;
  margin-left: 5px;
  font-weight: 200;
  text-indent: 0px;
}
.blog-archive .category-selector .selectboxit-arrow-container {
  width: 21px;
}
.blog-archive .category-selector .selectboxit.category-switcher {
  width: auto !important;
  border-bottom: 2px solid #1076bc;
  border-radius: 0px;
}
@media (max-width: 1270px) {
  .blog-archive .blog-nav .btn {
    margin-top: 6px;
  }
}
.blog-archive-feed {
  margin: 0 -10px;
}
.blog-listing {
  color: #5a5a5b;
  padding: 10px;
  display: block;
}
@media (max-width: 1020px) {
  .blog-listing .article-excerpt {
    padding: 10px;
  }
}
.blog-listing a {
  text-decoration: none;
  display: block;
  color: #5a5a5b;
}
.blog-listing .listing-wrapper {
  box-shadow: -2px 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.blog-listing .listing-wrapper:hover {
  box-shadow: -2px 6px 10px 0 rgba(0, 0, 0, 0.2);
}
.blog-listing .listing-wrapper:hover .featured-image {
  position: relative;
}
.blog-listing .listing-wrapper:hover .featured-image:after {
  background: rgba(0, 0, 0, 0.23);
}
.blog-listing .listing-wrapper:hover .featured-image span {
  opacity: 1;
}
.blog-listing .listing-wrapper .featured-image {
  position: relative;
}
.blog-listing .listing-wrapper .featured-image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.blog-listing .listing-wrapper .featured-image span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  margin: auto;
  height: 26px;
  text-align: center;
  display: inline-block;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
}
.blog-listing .listing-wrapper .featured-image span:after {
  position: relative;
  right: -6px;
  top: 0px;
  font-size: 11px;
  content: '\e940';
  font-family: 'sd-icons';
  transition: all 0.2s ease;
}
.blog-listing .listing-wrapper .listing-content {
  padding: 25px 25px 7px 25px;
  display: block;
  text-align: left;
}
@media (max-width: 1020px) {
}
.blog-listing[style*="position"] {
  opacity: 1;
}
.post-meta {
  opacity: 0.7;
}
.post-meta a, .post-meta span {
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: left;
  color: #5a5a5b;
  margin: 0px 0 5px;
  display: inline-block;
}
.post-intro {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.68;
  text-align: left;
  color: #5a5a5b;
  margin: 0px 0 15px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
}
.featured-image {
  position: relative;
  display: block;
}
.sidebar-section {
  padding-bottom: 27px;
  padding-left: 65px;
}
@media (max-width: 1020px) {
  .sidebar-section {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1020px) {
  .blog-content {
    padding-right: 55px;
  }
}
.blog-sidebar .categories-list a {
  font-size: 17px;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: left;
  color: #5a5a5b;
  text-decoration: none;
}
.blog-sidebar .categories-list a:hover {
  text-decoration: underline;
  color: #1076bc;
}
.blog-sidebar .email-signup {
  height: 50px;
}
.blog-sidebar .email-signup .gform_footer {
  width: 100px !important;
  /*  &:after {
   position: absolute;
   top: 3px;
   bottom: 0;
   left: 0;
   right: 0;
   content: '\e927';
   z-index: 1;
   color: #fff;
   font-family: 'sd-icons';
   text-align: center;
   font-size: 28px;
   pointer-events: none;
   } */
}
.blog-sidebar .email-signup .gform_footer input {
  background: #1076bc;
}
.blog-sidebar .email-signup .gform_body {
  width: calc(100% - 100px) !important;
}
.blog-sidebar .email-signup input[type="submit"] {
  padding-left: 0;
  padding-right: 0;
  font-size: 80%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media (max-width: 1400px) {
  .blog-sidebar .email-signup .gform_footer, .blog-sidebar .email-signup .gform_body {
    width: 100%;
    position: relative;
    height: 51px;
  }
  .blog-sidebar .email-signup .gfield input {
    border: 1px solid #f1f2f2;
  }
}
.blog-sidebar .social-links {
  width: 100%;
  display: block;
}
.blog-sidebar .social-links span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  color: #5a5a5b;
}
.blog-sidebar .social-links li {
  display: inline-block;
}
.blog-sidebar .social-links a {
  background-color: #919191;
  color: #fff;
  border-radius: 1000px;
  padding: 9px 10px;
  text-align: center;
  margin-top: 4px;
  margin-right: 4px;
  display: inline-block;
  line-height: 1em;
}
.blog-sidebar .social-links a i {
  margin: auto;
}
.blog-sidebar .social-links a.fb:hover {
  background-color: #3b5998;
}
.blog-sidebar .social-links a.gplus:hover {
  background-color: #d34836;
}
.blog-sidebar .social-links a.tw:hover {
  background-color: #0084b4;
}
.blog-sidebar .social-links a.pinterest:hover {
  background-color: #bd081c;
}
.blog-sidebar .heading {
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  text-align: left;
  color: #242428;
  font-weight: 600;
  margin-bottom: 5px;
}
.blog-sidebar .fakeLineHeight {
  padding: 8px 0;
}
.blog-single {
  border-bottom: 1px solid #cfcfcf;
}
.post-meta {
  padding-bottom: 12px;
}
.more_news_layout {
  position: relative;
}
.more_news_layout > .page-container > .display6 {
  margin-bottom: 15px;
}
.more_news_layout:before {
  content: '';
  height: 1px;
  width: 1000%;
  background: #c8c8c8;
  position: absolute;
  left: -1000px;
  top: 0;
}
.more_news_layout .news-listing {
  height: 0px;
  padding-bottom: 93.7%;
  overflow: hidden;
  position: relative;
}
.more_news_layout .news-listing .news-link {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111;
}
.more_news_layout .news-listing a {
  background-color: transparent;
}
.more_news_layout .news-listing .display6 {
  color: #fff;
  position: absolute;
  bottom: -75px;
  left: 22px;
  transition: 0.2s ease all;
  text-transform: uppercase;
}
.more_news_layout .news-listing img {
  opacity: 0.7;
  transform: scale(1.05);
  transition: 0.2s ease all;
}
.more_news_layout .news-listing:hover img {
  opacity: 1;
  transform: scale(1);
}
.more_news_layout .news-listing:hover .display6 {
  bottom: 22px;
}
.blog_slider {
  border-top: solid 1px #c8c8c8;
  position: relative;
  overflow: hidden;
}
.blog_slider .btn {
  float: right;
  margin: 0;
}
@media (max-width: 735px) {
  .blog_slider .btn {
    display: none;
  }
}
.blog_slider .article-snippet {
  border-radius: 4px;
  padding: 9px;
  cursor: pointer;
  max-width: 300px;
  text-decoration: none;
  display: inline-block;
}
.blog_slider .article-snippet:hover {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.blog_slider .article-title {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  color: #5a5a5b;
  text-decoration: none;
  margin: 15px 0 0px;
}
.blog_slider .display3 {
  display: inline-block;
  margin-bottom: 0px;
}
.blog_slider .lightSlider {
  overflow: visible;
}
.blog_slider .lSSlideWrapper {
  overflow: visible;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1270px) {
  .blog_slider .lSSlideWrapper {
    max-width: 960px;
  }
}
@media (max-width: 1020px) {
  .blog_slider .lSSlideWrapper {
    max-width: 700px;
  }
}
@media (max-width: 735px) {
  .blog_slider .lSSlideWrapper {
    max-width: 600px;
  }
}
.blog_slider .lSSlideWrapper .lSAction {
  opacity: 0;
}
.blog_slider .lSAction {
  display: block !important;
}
.blog_slider .lSAction a {
  opacity: 1;
}
@media (max-width: 735px) {
  .blog_slider .lSAction {
    display: none !important;
  }
}
.blog_slider .lSSlideOuter {
  overflow: visible;
  position: relative;
}
.blog_slider .lSAction > .lSPrev {
  left: 2%;
}
.blog_slider .lSAction > .lSNext {
  right: 2%;
}
.blog_slider .lSAction > .lSPrev:before {
  border: 4px solid #fff;
  border-radius: 100px;
  padding: 7px 8px 7px 6px;
}
.blog_slider .lSAction > .lSNext:before {
  border: 4px solid #fff;
  border-radius: 100px;
  padding: 7px 6px 7px 8px;
}
.blog_slider .article-thumbnail {
  display: table;
  background: #f2f2f2;
  max-height: 240px;
  width: 100%;
  height: 240px;
}
.blog_slider .article-thumbnail div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.blog_slider .article-thumbnail div img {
  max-height: 240px;
  margin: auto;
}
@media (max-width: 735px) {
  .blog_slider .content-feed.lightSlider.lSSlide {
    -webkit-transition: unset !important;
    -webkit-transition: none !important;
    transition: unset !important;
    transition: none !important;
    transform: unset !important;
    transform: none !important;
  }
  .blog_slider .lSSlideWrapper {
    -webkit-transition: unset !important;
    -webkit-transition: none !important;
    transition: unset !important;
    transition: none !important;
    transform: unset !important;
    transform: none !important;
    overflow: visible;
    max-width: 1200px;
    margin: auto;
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }
}
@media (max-width: 1270px) {
  .news_filter_container {
    padding-top: 0;
    display: none;
  }
}
.news_filter_container .display2 {
  float: left;
  font-size: 34px;
  font-weight: 600;
  padding-top: 9px;
  line-height: 1em;
}
@media (max-width: 1020px) {
  .news_filter_container .display2 {
    float: none;
    margin-bottom: 17px;
  }
}
.news_filter_container .breadcrumbs {
  display: block;
}
.search-query {
  line-height: 1.44;
  text-align: left;
  color: #242428;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 300;
}
.search-query span {
  font-weight: 600;
}
.news-filterbar {
  float: right;
  margin-top: 10px;
  position: relative;
  text-align: right;
}
@media (max-width: 1270px) {
  .news-filterbar {
    display: none;
  }
}
@media (max-width: 1020px) {
  .news-filterbar {
    text-align: left;
  }
}
@media (max-width: 735px) {
  .news-filterbar {
    line-height: 1.8em;
  }
}
.news-filterbar span {
  display: inline-block;
  position: relative;
  font-family: HelveticaNeue;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  text-align: right;
  font-weight: 300;
}
.news-filterbar select[data-filter] {
  display: none;
}
.news-filterbar .selectboxit-container .selectboxit-btn {
  border-bottom: 2px solid #1076bc;
  cursor: pointer;
  font-weight: 300;
  line-height: 1.44em;
  font-size: 17px;
  letter-spacing: 0.2px;
  margin-left: 10px;
}
.news-filterbar .selectboxit-container .selectboxit-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #1076bc;
}
.news-filterbar .selectboxit-container .selectboxit-text:hover {
  color: #0769ad;
}
.news-filterbar .selectboxit-container .selectboxit-default-arrow {
  color: #1076bc;
}
.news-filterbar .active .news-filter {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.news-filterbar .current-search {
  color: #45555f;
}
.news-filterbar .news-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.news-filterbar .news-search {
  position: absolute;
  right: 0;
  top: 0;
  left: 93.5%;
  bottom: 0;
  transition: 0.3s all ease;
  font-weight: 300;
}
@media (max-width: 1020px) {
  .news-filterbar .news-search {
    left: 88.5%;
  }
}
@media (max-width: 735px) {
  .news-filterbar .news-search {
    left: 91.5%;
  }
}
.news-filterbar .news-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .news-filterbar .news-search label mobile {
    display: none;
  }
}
.news-filterbar .news-search label span {
  padding-left: 7px;
  float: left;
  line-height: 1.9em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .news-filterbar .news-search label span {
    display: none;
  }
}
.news-filterbar .news-search label i {
  cursor: pointer;
  float: left;
}
.news-filterbar .news-search i {
  cursor: pointer;
  font-size: 21px;
  color: #45555f;
  line-height: 1.6em;
  float: left;
  opacity: 1;
  z-index: 1;
  position: relative;
  transition: 0.3s all ease;
}
.news-filterbar .news-search i:hover {
  opacity: 1;
}
.news-filterbar .news-search:hover i {
  color: #252d33;
}
.news-filterbar .news-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 13px;
  opacity: 0 !important;
}
.news-filterbar .news-search .news-searchbox {
  position: absolute;
  left: 0;
  top: -14px;
  height: 65px;
  border: none;
  background: transparent;
  opacity: 0;
  padding-left: 60px;
  width: 100%;
  transition: 0.3s all ease;
  font-size: 24px;
  font-weight: 100;
  cursor: pointer;
}
@media (max-width: 735px) {
  .news-filterbar .news-search .news-searchbox {
    padding-left: 30px;
  }
}
.news-filterbar .news-search.show {
  left: 0;
}
.news-filterbar .news-search.show label span {
  opacity: 0;
}
.news-filterbar .news-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.news-filterbar .news-search.show .icon-close {
  opacity: 0.3 !important;
}
.news-filterbar .news-search.show .icon-close:hover {
  opacity: 1 !important;
}
.news-filterbar .news-search.show .news-searchbox {
  opacity: 1;
  background: #f3f3f3;
}
@media (max-width: 735px) {
  .news-filterbar .news-search.show .news-searchbox {
    padding-left: 45px;
  }
}
.news-filterbar a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
.news-filterbar .news_layout {
  padding: 20px 0;
}
.taxTitle {
  display: none;
  text-align: left;
}
@media (max-width: 1270px) {
  .taxTitle {
    display: block;
  }
}
.mobile_filtering_layout {
  display: none;
  text-align: left;
}
@media (max-width: 1270px) {
  .mobile_filtering_layout {
    display: block;
  }
}
.mobile_filtering_layout .mobileFilterBg {
  background: #f2f2f6;
}
.mobile_filtering_layout .mobileFilterBar {
  background: #f2f2f6;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.mobile_filtering_layout .product_category_btn, .mobile_filtering_layout .news_refine_btn {
  display: inline-block;
  position: relative;
  font-family: HelveticaNeue;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  text-align: right;
  font-weight: 300;
  padding: 14px 15px 14px 0;
  cursor: pointer;
  vertical-align: middle;
}
.mobile_filtering_layout .product_category_btn i, .mobile_filtering_layout .news_refine_btn i {
  font-size: 18px;
}
.mobile_filtering_layout .news-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.mobile_filtering_layout .news-search {
  position: absolute;
  right: 0;
  top: 0;
  left: 93.5%;
  bottom: 0;
  transition: 0.3s all ease;
  font-weight: 300;
}
@media (max-width: 1020px) {
  .mobile_filtering_layout .news-search {
    left: 88%;
  }
}
@media (max-width: 735px) {
  .mobile_filtering_layout .news-search {
    left: 91.5%;
  }
}
.mobile_filtering_layout .news-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .mobile_filtering_layout .news-search label mobile {
    display: none;
  }
}
.mobile_filtering_layout .news-search label span {
  padding-left: 7px;
  float: left;
  line-height: 2.4em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .news-search label span {
    display: none;
  }
}
.mobile_filtering_layout .news-search label i {
  cursor: pointer;
  float: left;
}
.mobile_filtering_layout .news-search i {
  cursor: pointer;
  font-size: 21px;
  color: #45555f;
  line-height: 1.95em;
  float: left;
  opacity: 1;
  z-index: 1;
  position: relative;
  transition: 0.3s all ease;
}
.mobile_filtering_layout .news-search i:hover {
  opacity: 1;
}
.mobile_filtering_layout .news-search:hover i {
  color: #252d33;
}
.mobile_filtering_layout .news-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 0px;
  padding-right: 13px;
  z-index: 4;
  opacity: 0 !important;
}
.mobile_filtering_layout .news-search .news-searchbox {
  position: absolute;
  left: 0;
  top: 0px;
  height: 40px;
  border: none;
  background: transparent;
  opacity: 0;
  padding-left: 60px;
  width: 100%;
  transition: 0.3s all ease;
  font-size: 24px;
  font-weight: 100;
  cursor: pointer;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .news-search .news-searchbox {
    padding-left: 30px;
  }
}
.mobile_filtering_layout .news-search.show {
  left: 0;
}
.mobile_filtering_layout .news-search.show label span {
  opacity: 0;
}
.mobile_filtering_layout .news-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.mobile_filtering_layout .news-search.show .icon-close {
  opacity: 0.3 !important;
}
.mobile_filtering_layout .news-search.show .icon-close:hover {
  opacity: 1 !important;
}
.mobile_filtering_layout .news-search.show .news-searchbox {
  opacity: 1;
  background: #fff;
  margin-top: 4px;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .news-search.show .news-searchbox {
    padding-left: 45px;
  }
}
.mobile_filtering_layout a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
#product_category, #product_refine {
  overflow: hidden;
}
#product_category .mm-listitem, #product_refine .mm-listitem {
  position: relative;
}
#product_category .mm-listitem .mm-check, #product_refine .mm-listitem .mm-check {
  width: 100%;
}
#product_category .mm-listitem .mm-check:before, #product_refine .mm-listitem .mm-check:before {
  width: 16px;
  height: 8px;
  float: right;
  margin: 0px;
  margin-top: 8px;
}
#product_category .mm-navbars_bottom a, #product_refine .mm-navbars_bottom a {
  background: #1076bc;
  color: #fff;
  margin: 0 auto;
  max-width: 60%;
}
#product_category .mm-navbars_bottom a:hover, #product_refine .mm-navbars_bottom a:hover {
  background: #0769ad;
  color: #fff;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker {
  opacity: 0.6 !important;
}
.news_categories_layout {
  padding-bottom: 80px;
}
.news_categories_layout .tabs {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding-top: 8px;
}
.news_categories_layout .tabs a {
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5b;
  margin-bottom: 3px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.news_categories_layout .tabs a:hover {
  color: #1076bc;
}
.news_categories_layout .panel-container {
  display: inline-block;
  width: 79%;
  border-left: solid 1px #cfcfcf;
  vertical-align: top;
}
.news_categories_layout .panel-container .display6a {
  padding-bottom: 8px;
  padding-left: 82px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.44em;
}
.news_categories_layout .panel-container a {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: left;
  color: #5a5a5b;
  text-decoration: none;
  margin-bottom: 3px;
  display: block;
}
.news_categories_layout .panel-container a:hover {
  text-decoration: underline;
  color: #45555f;
}
.news_categories_layout .panel-container ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.news_categories_layout .panel-container ul.cols1 {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.news_categories_layout .panel-container ul li {
  padding-left: 82px;
  min-width: 220px;
}
