/* 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;
}
.nav_layout {
  padding: 0;
}
.nav_layout .upper-nav {
  background: #f2f2f6;
}
@media (max-width: 1020px) {
  .nav_layout .upper-nav {
    display: none;
  }
}
.nav_layout .upper-nav ul {
  text-align: right;
}
.nav_layout .upper-nav ul li {
  display: inline-block;
}
.nav_layout .upper-nav ul li a {
  color: #45555f;
  text-decoration: none;
  display: block;
  margin-left: 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1em;
  padding: 13px 1px;
  position: relative;
}
.nav_layout .upper-nav ul li a:after {
  width: 0%;
  background: #a4a4a4;
  height: 2px;
  transition: all 0.25s ease;
  position: absolute;
  left: 0;
  content: '';
  bottom: 0px;
  right: 0;
  margin: auto;
}
.nav_layout .upper-nav ul li a:hover:after {
  width: 100%;
}
@media (max-width: 1270px) {
  .nav_layout .upper-nav ul li a {
    margin-left: 35px;
    font-size: 14px;
  }
}
.nav_layout .upper-nav ul li a i {
  font-size: 12px;
}
.nav_layout .nav {
  background: #fff;
  border-bottom: 2px solid #f2f2f6;
}
.nav_layout .nav .logo {
  max-width: 240px;
  padding: 10px 0 11px;
  float: left;
}
.nav_layout .nav .logo img {
  display: block;
}
.nav_layout .nav .logo .whiteLogo {
  display: none;
}
@media (max-width: 1020px) {
  .nav_layout .nav .logo {
    max-width: 187px;
    padding: 12px 0 12px;
  }
}
@media (max-width: 735px) {
  .nav_layout .nav .logo {
    max-width: 166px;
    padding: 13px 0 17px;
  }
}
.nav_layout .nav .mainNav {
  float: right;
}
.nav_layout .nav .nav-item {
  display: inline-block;
  padding: 21px 0 0px;
  margin-left: 42px;
  vertical-align: middle;
}
.nav_layout .nav .nav-item:first-child {
  margin-left: 0;
}
@media (max-width: 1270px) {
  .nav_layout .nav .nav-item {
    margin-left: 30px;
  }
}
@media (max-width: 1020px) {
  .nav_layout .nav .nav-item {
    padding: 5px 0 0px;
    display: none;
  }
  .nav_layout .nav .nav-item a i {
    font-size: 26px;
  }
}
@media (max-width: 735px) {
  .nav_layout .nav .nav-item {
    padding-top: 7px;
    margin-left: 15px;
  }
  .nav_layout .nav .nav-item a {
    font-size: 21px;
  }
}
.nav_layout .nav .nav-item.contactDesk {
  margin-left: 112px;
}
.nav_layout .nav .nav-item.contactDesk i {
  font-size: 1.1em;
  padding-right: 4px;
}
@media (max-width: 1270px) {
  .nav_layout .nav .nav-item.contactDesk {
    margin-left: 37px;
  }
}
@media (max-width: 1020px) {
  .nav_layout .nav .nav-item.contactDesk {
    display: inline-block;
  }
}
@media (max-width: 735px) {
}
.nav_layout .nav .nav-item > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: #45555f;
  margin-left: 0px;
  padding: 23px 0;
  text-decoration: none;
}
.nav_layout .nav .nav-item > a:after {
  position: absolute;
  width: 0%;
  left: 0;
  bottom: -12px;
  right: 0;
  margin: auto;
  content: '';
  background: #a4a4a4;
  height: 4px;
  transition: all 0.2s ease;
}
@media (max-width: 1270px) {
  .nav_layout .nav .nav-item > a {
    font-size: 15px;
  }
}
.nav_layout .nav .nav-item:hover > a:after {
  width: 100%;
}
@media (max-width: 1020px) {
  .nav_layout .nav .nav-item:hover > a:after {
    width: 0%;
  }
}
.nav_layout .nav .hasdropdownonClick .dropdown, .nav_layout .nav .hasdropdownonHover .dropdown {
  position: absolute;
  z-index: 99;
  width: 100%;
  background: #fff;
  transform: translateY(10px);
  left: 0;
  right: 0;
  margin: 0px auto 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
@media (max-width: 1270px) {
  .nav_layout .nav .hasdropdownonClick .dropdown, .nav_layout .nav .hasdropdownonHover .dropdown {
    display: none !important;
  }
}
.nav_layout .nav .hasdropdownonClick:after, .nav_layout .nav .hasdropdownonHover:after {
  position: fixed;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease all;
}
@media (max-width: 1270px) {
  .nav_layout .nav .hasdropdownonClick:after, .nav_layout .nav .hasdropdownonHover:after {
    content: none !important;
  }
}
.nav_layout .nav .hasdropdownonClick .open .dropdown, .nav_layout .nav .hasdropdownonHover .open .dropdown, .nav_layout .nav .hasdropdownonClick:hover .dropdown, .nav_layout .nav .hasdropdownonHover:hover .dropdown {
  margin: 0px auto 0;
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}
@media (max-width: 1020px) {
  .nav_layout .nav .hasdropdownonClick .open .dropdown, .nav_layout .nav .hasdropdownonHover .open .dropdown, .nav_layout .nav .hasdropdownonClick:hover .dropdown, .nav_layout .nav .hasdropdownonHover:hover .dropdown {
    margin: 0px auto 0;
  }
}
.nav_layout .nav .hasdropdownonClick .open:after, .nav_layout .nav .hasdropdownonHover .open:after, .nav_layout .nav .hasdropdownonClick:hover:after, .nav_layout .nav .hasdropdownonHover:hover:after {
  opacity: 0.4;
  -webkit-transition-delay: 0.3s !important;
  /* Safari */
  transition-delay: 0.3s !important;
}
.nav_layout .nav .hasdropdownonClick .open > a:after, .nav_layout .nav .hasdropdownonHover .open > a:after, .nav_layout .nav .hasdropdownonClick:hover > a:after, .nav_layout .nav .hasdropdownonHover:hover > a:after {
  width: 0;
}
.nav_layout .nav .dropdown {
  /*
   @media (min-width: 1270px){
   .page-container{
   max-width: 1030px;
   }
   }
   */
}
.nav_layout .nav .dropdown .page-list-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}
.nav_layout .nav .dropdown .nav-page-list {
  width: 35%;
  float: left;
  padding: 40px 30px 40px 40px;
  min-height: 340px;
}
.nav_layout .nav .dropdown .nav-page-list ul {
  padding-top: 15px;
}
.nav_layout .nav .dropdown .nav-page-list a {
  font-size: 16px;
  line-height: 2.1em;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #45555f;
  text-decoration: none;
}
.nav_layout .nav .dropdown .nav-page-list a:hover {
  text-decoration: underline;
}
.nav_layout .nav .dropdown .nav-image {
  width: 65%;
  float: right;
  position: absolute;
  right: 0;
  height: 100%;
}
.nav_layout .nav .dropdown .nav-image img {
  width: 100%;
}
.nav_layout .nav .Toplevel {
  position: relative;
}
.nav_layout .nav .Toplevel .hasdropdownonClick:after, .nav_layout .nav .Toplevel .hasdropdownonHover:after {
  top: 149px;
}
.nav_layout .nav .Toplevel .hasdropdownonClick:hover:after, .nav_layout .nav .Toplevel .hasdropdownonHover:hover:after {
  top: 149px;
}
.nav_layout .nav .sectorLevel .nav-item > a {
  text-decoration: none;
}
.nav_layout .nav .sectorLevel .hasdropdownonClick:after, .nav_layout .nav .sectorLevel .hasdropdownonHover:after {
  top: 137px;
}
.nav_layout .nav .sectorLevel .hasdropdownonClick:hover:after, .nav_layout .nav .sectorLevel .hasdropdownonHover:hover:after {
  top: 137px;
}
.nav_layout .nav .sectorLevel .dropdown {
  border-top: 2px solid #f2f2f6;
}
.nav_layout .nav .sectorLevel .nav-page-list {
  width: 100%;
  padding: 50px 0px 50px;
}
.nav_layout .nav .sectorLevel .nav-page-list .page-list-title {
  font-size: 28px;
}
.nav_layout .nav .sectorLevel .dropTilesHolder {
  margin: 0 -15px;
}
.nav_layout .nav .sectorLevel .dropTilesHolder a {
  display: inline-block;
  vertical-align: top;
}
.nav_layout .nav .sectorLevel .dropTilesHolder a .sectorDropItem {
  padding: 15px;
  width: 237px;
}
.nav_layout .nav .sectorLevel .dropTilesHolder a .sectorDropItem .sectorDropImage {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.nav_layout .nav .sectorLevel .dropTilesHolder a .sectorDropItem .sectorDropImage:before {
  content: '\e925';
  font-family: 'sd-icons';
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  margin: auto;
  width: 28px;
  height: 28px;
  line-height: 1em;
  color: #fff;
  z-index: 9999;
  font-size: 28px;
  position: absolute;
  opacity: 0;
  transition: 0.2s ease all;
}
.nav_layout .nav .sectorLevel .dropTilesHolder a .sectorDropItem .sectorDropImage:after {
  background: #242428;
  position: absolute;
  content: '';
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.nav_layout .nav .sectorLevel .dropTilesHolder a .sectorDropItem .sectorDropTitle {
  line-height: 1.4;
  padding: 12px 0 10px;
  font-size: 17px;
  font-weight: 300;
  color: #242428;
}
.nav_layout .nav .sectorLevel .dropTilesHolder a:hover {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.nav_layout .nav .sectorLevel .dropTilesHolder a:hover .sectorDropImage:before {
  opacity: 1;
}
.nav_layout .nav .sectorLevel .dropTilesHolder a:hover .sectorDropImage:after {
  opacity: 0.3;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.nav-is-top .nav_layout.whiteNav, .sticky-inactive .nav_layout.whiteNav {
  background: transparent;
}
.nav-is-top .nav_layout.whiteNav .nav, .sticky-inactive .nav_layout.whiteNav .nav {
  background: transparent;
  border-bottom: none;
}
.nav-is-top .nav_layout.whiteNav .nav .logo, .sticky-inactive .nav_layout.whiteNav .nav .logo {
  z-index: 12;
  position: relative;
}
.nav-is-top .nav_layout.whiteNav .nav .logo img, .sticky-inactive .nav_layout.whiteNav .nav .logo img {
  display: none;
}
.nav-is-top .nav_layout.whiteNav .nav .logo .whiteLogo, .sticky-inactive .nav_layout.whiteNav .nav .logo .whiteLogo {
  display: block;
}
.nav-is-top .nav_layout.whiteNav .nav .nav-item > a, .sticky-inactive .nav_layout.whiteNav .nav .nav-item > a {
  color: #fff;
  text-shadow: 0 0 2px #666;
  position: relative;
  z-index: 12;
}
.nav-is-top .nav_layout.whiteNav .nav .nav-item:hover > a, .sticky-inactive .nav_layout.whiteNav .nav .nav-item:hover > a {
  opacity: 0.75;
}
.nav-is-top .nav_layout.whiteNav .nav .nav-item:hover > a:after, .sticky-inactive .nav_layout.whiteNav .nav .nav-item:hover > a:after {
  width: 0;
}
.nav-is-top .nav_layout.whiteNav .nav .hasdropdownonClick:after, .sticky-inactive .nav_layout.whiteNav .nav .hasdropdownonClick:after, .nav-is-top .nav_layout.whiteNav .nav .hasdropdownonHover:after, .sticky-inactive .nav_layout.whiteNav .nav .hasdropdownonHover:after {
  top: 42px;
}
.nav-is-top .nav_layout.whiteNav .nav .hasdropdownonClick:hover:after, .sticky-inactive .nav_layout.whiteNav .nav .hasdropdownonClick:hover:after, .nav-is-top .nav_layout.whiteNav .nav .hasdropdownonHover:hover:after, .sticky-inactive .nav_layout.whiteNav .nav .hasdropdownonHover:hover:after {
  top: 42px;
}
header.nav_layout {
  position: absolute;
  z-index: 999;
  width: 100%;
  max-width: 1920px;
  transition: 0.5s all ease;
  background: #fff;
  top: 0;
}
.sticky-active header.nav_layout {
  position: fixed;
  top: -160px;
}
.sticky-active header.nav_layout .hasdropdownonHover:after, .sticky-active header.nav_layout .dropdown {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.sticky-active header.nav_layout .upper-nav {
  display: none;
}
.sticky-active header.nav_layout .nav .nav-item:after {
  content: none !important;
}
.sticky-active header.nav_layout .nav .nav-item > a:after {
  bottom: -13px;
}
.sticky-active header.nav_layout .nav .nav-item .dropdown {
  display: none !important;
}
.nav-is-top header.nav_layout {
  transition: none !important;
}
.sticky-active.nav-is-top.sticky-up header.nav_layout {
  transition: 0.5s all ease !important;
}
.sticky-show header.nav_layout {
  top: 0px;
}
.sticky-show header.nav_layout .upper-nav {
  display: none;
}
.sticky-show header.nav_layout .nav .hasdropdownonHover:after, .sticky-show header.nav_layout .nav .dropdown {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.sticky-hide header.nav_layout {
  top: -160px;
}
@media (max-width: 735px) {
  .sticky-hide header.nav_layout {
    top: -95px;
  }
}
.sticky-hide header.nav_layout .hasdropdownonHover:after, .sticky-hide header.nav_layout .dropdown {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 735px) {
  header.nav_layout .nav .logo {
    height: 83px;
  }
  header.nav_layout .nav .Toplevel {
    margin-left: -15px;
  }
  header.nav_layout .nav .nav-item:after {
    content: none !important;
  }
  header.nav_layout .nav .nav-item .dropdown {
    display: none !important;
  }
}
.header-offset {
  height: 149px;
}
@media (max-width: 1020px) {
  .header-offset {
    height: 93px;
  }
}
@media (max-width: 735px) {
  .header-offset {
    height: 83px;
  }
}
.header-offset.whiteOffset {
  height: 42px;
}
@media (max-width: 1020px) {
  .header-offset.whiteOffset {
    height: 0px;
  }
}
html[data-useragent*='MSIE 10.0'] .nav_layout .hasdropdownonClick:after, html[data-useragent*='MSIE 10.0'] .nav_layout .hasdropdownonHover:after {
  content: none !important;
}
.mm-listitem:after {
  position: relative !important;
}
.mm-list li a, .mm-list li span {
  padding: 18px 10px 14px 20px !important;
}
.mm-listitem a, .mm-listitem span {
  cursor: pointer;
}
.mm-current li:last-child {
  padding-bottom: 200px;
}
.sticky-show .nav_layout .nav .nav-item:hover > a:after {
  width: 100%;
}
.default_intro .site-links {
  margin-bottom: 0;
}
@media (min-width: 735px) {
  .default_intro .defaultRight {
    padding-right: 55px;
  }
}
.default_intro .default-pages ul ul li a {
  font-weight: 200;
}
.default_intro .default-pages li {
  margin-top: 8px;
}
.default_intro .default-pages li:first-child {
  margin-top: 0;
}
.default_intro .default-pages li a {
  font-weight: bold;
  text-decoration: none;
  color: #5a5a5b;
}
.default_intro .default-pages li a:hover {
  color: #45555f;
  border-bottom: 1px solid #45555f;
  padding-bottom: 3px;
}
.flexible_content .layout-sm {
  padding: 25px 0;
}
.flexible_content .column_1 {
  max-width: 960px;
}
.gallery-image img {
  opacity: 0;
}
.gallery-image .youtube-video img {
  height: 269px;
}
.gallery-image .image-link {
  position: relative;
  display: inline-block;
}
.gallery-image .image-link:before {
  content: "\e91e";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  font-size: 35px;
  z-index: 1;
  line-height: 1em;
}
.gallery-image a.image-link {
  display: block !important;
}
.gallery-image a:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
.gallery-image a: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;
}
.loaded img {
  opacity: 1;
}
@media (max-width: 1020px) {
  .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-image img {
    opacity: 1;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
}
/* LEGAL PAGES */
.legal-pages {
  margin-top: 33px;
  margin-bottom: 33px;
}
.legal-pages .legal-icon {
  width: 27%;
  margin: auto;
  fill: #58595b;
  margin-bottom: 11px;
}
.legal-pages a {
  background-color: #f3f3f3;
  text-align: center;
  padding: 35px 0;
  font-size: 18px;
  color: #58595b !important;
  display: block;
  text-decoration: none !important;
}
.legal-pages a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #58595b;
}
.legal-pages a:hover svg rect, .legal-pages a:hover svg path {
  fill: #fff;
}
.form_layout {
  float: left;
  width: 100%;
  min-height: calc(100vh - 113px);
  padding: 80px 0 150px;
  background-color: #f2f2f6;
  /* background-image: url(<?php echo get_template_directory_uri(); ?>/images/form-page-bk.jpg); */
  background-size: cover;
  border-bottom: 1px solid #d1d3d4;
}
.page-template-page-form .container-form {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 6%;
  background-color: #fff;
  /*border: 1px solid #e0e0e0;*/
  overflow: hidden;
}
.page-template-page-form #tinymce .gform_wrapper, .page-template-page-form article .gform_wrapper {
  max-width: 600px;
  background: transparent;
  padding: 0;
  border: none;
}
.page-template-page-form article h1 {
  font-size: 30px;
  font-weight: 200;
  margin: 10px 0;
}
.page-template-page-form h3.gform_title {
  /*background-color: #00394a;*/
  padding: 22px 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  text-align: left;
  margin: 0;
  margin-bottom: 17px;
}
.page-template-page-form .gforms_confirmation_message {
  padding: 100px 40px;
  width: 100%;
}
.page-template-page-form #promo-container {
  display: none;
}
@media (max-width: 1020px) {
  .page-template-page-form .form-main {
    min-height: calc(100vh - 64px);
  }
}
@media (max-width: 735px) {
  .form_layout {
    padding: 15px 0;
  }
  h3.gform_title {
    padding: 18px 15px;
  }
  .gforms_confirmation_message {
    padding: 50px 15px;
  }
}
.products_filter_container {
  padding-bottom: 2px;
}
.products_layout {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 735px) {
  .products_layout {
    padding: 20px 0;
  }
}
.products_layout.loading {
  position: relative;
}
.products_layout.loading:before {
  content: '';
  position: absolute;
  background-color: #fff;
  background-image: url('../../images/loading-black.gif');
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: top 200px center;
  background-size: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.products_layout .noresults {
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #1076bc;
  text-align: center;
}
.load-more {
  cursor: pointer;
}
.products_categories_layout {
  padding-bottom: 80px;
}
.products_categories_layout .tabs {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  padding-top: 6px;
}
.products_categories_layout .tabs a {
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5b;
  margin-bottom: 6px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.products_categories_layout .tabs a:hover {
  color: #1076bc;
}
.products_categories_layout .panel-container {
  display: inline-block;
  width: 81%;
  border-left: solid 1px #cfcfcf;
  vertical-align: top;
}
.products_categories_layout .panel-container .display6a {
  padding-bottom: 8px;
  padding-left: 65px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.44em;
}
.products_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;
}
.products_categories_layout .panel-container a:hover {
  text-decoration: underline;
  color: #45555f;
}
.products_categories_layout .panel-container ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.products_categories_layout .panel-container ul.cols1 {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.products_categories_layout .panel-container ul li {
  padding-left: 65px;
  min-width: 245px;
}
.products_categories_layout .seoContent .display3 {
  font-size: 26px;
  line-height: 1.2em;
}
.products_categories_layout .seoContent .body_copy p {
  margin: 0.6em 0;
}
.home .products_expertise_feed_layout {
  padding-top: 170px;
}
.home .products_expertise_feed_layout .heading {
  text-align: center;
}
@media (max-width: 1020px) {
  .home .products_expertise_feed_layout {
    padding-top: 117px;
    overflow: hidden;
  }
  .home .products_expertise_feed_layout .angle-top {
    margin-top: -64px;
  }
}
.products_expertise_feed_layout {
  position: relative;
}
.products_expertise_feed_layout .display3a span {
  font-weight: 200;
  color: #a4a4a4;
}
@media (max-width: 735px) {
  .products_expertise_feed_layout .display3a span {
    display: block;
  }
  .products_expertise_feed_layout .display3a span span {
    display: none;
  }
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box {
  background: #45555f !important;
  color: #fff;
  overflow: hidden;
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box .open-arrow {
  background: #fff;
  border-left: 30px solid #45555f !important;
  border-right: 30px solid #fff !important;
  border-top: 30px solid #45555f !important;
  border-bottom: 30px solid #fff !important;
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box .open-arrow i {
  color: #45555f !important;
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box:hover {
  height: calc(100% - 5px) !important;
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box span {
  text-align: left !important;
  padding: 0 6.5%;
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box .display4a, .products_expertise_feed_layout .insights-container .listing-more .listing-box small {
  color: #fff;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .products_expertise_feed_layout .products-feed {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .products_expertise_feed_layout .products-feed .products-container {
    width: 600%;
    max-width: 2400px;
  }
  .products_expertise_feed_layout .products-feed .products-container .listing {
    width: calc(100% / 8.8);
    margin-right: 0.5%;
    max-width: 300px;
    float: left;
    padding-bottom: 13%;
  }
  .products_expertise_feed_layout .products-feed .products-container .listing .listing-image {
    width: 100% !important;
    height: 37% !important;
  }
  .products_expertise_feed_layout .products-feed .products-container .listing .has-image .listing-content {
    width: 100% !important;
    height: 63% !important;
  }
  .products_expertise_feed_layout .page-container {
    max-width: none !important;
    width: 100%;
    padding: 0 10px;
  }
  .products_expertise_feed_layout .heading {
    margin: 3px 0 20px;
  }
}
@media (max-width: 375px) {
}
@media (max-width: 1270px) {
  .products_filter_container {
    padding-top: 0;
    display: none;
  }
}
.products_filter_container .display2 {
  float: left;
  font-size: 34px;
  font-weight: 600;
  padding-top: 9px;
  line-height: 1em;
}
@media (max-width: 1020px) {
  .products_filter_container .display2 {
    float: none;
    margin-bottom: 17px;
  }
}
.products_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;
}
.products-filterbar {
  margin-top: 10px;
  position: relative;
  text-align: right;
}
@media (max-width: 1020px) {
  .products-filterbar {
    text-align: left;
  }
}
@media (max-width: 735px) {
  .products-filterbar {
    line-height: 1.8em;
  }
}
.products-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;
}
.products-filterbar select[data-filter] {
  display: none;
}
.products-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;
}
.products-filterbar .selectboxit-container .selectboxit-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #1076bc;
}
.products-filterbar .selectboxit-container .selectboxit-text:hover {
  color: #0769ad;
}
.products-filterbar .selectboxit-container .selectboxit-default-arrow {
  color: #1076bc;
}
.products-filterbar .active .products-filter {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.products-filterbar .current-search {
  color: #45555f;
}
.products-filterbar .products-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.products-filterbar .products-search {
  position: absolute;
  right: 0;
  top: 0;
  left: 93.5%;
  bottom: 0;
  transition: 0.3s all ease;
  font-weight: 300;
}
@media (max-width: 1020px) {
  .products-filterbar .products-search {
    left: 88.5%;
  }
}
@media (max-width: 735px) {
  .products-filterbar .products-search {
    left: 91.5%;
  }
}
.products-filterbar .products-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .products-filterbar .products-search label mobile {
    display: none;
  }
}
.products-filterbar .products-search label span {
  padding-left: 7px;
  float: left;
  line-height: 1.9em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .products-filterbar .products-search label span {
    display: none;
  }
}
.products-filterbar .products-search label i {
  cursor: pointer;
  float: left;
}
.products-filterbar .products-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;
}
.products-filterbar .products-search i:hover {
  opacity: 1;
}
.products-filterbar .products-search:hover i {
  color: #252d33;
}
.products-filterbar .products-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 13px;
  opacity: 0 !important;
}
.products-filterbar .products-search .products-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) {
  .products-filterbar .products-search .products-searchbox {
    padding-left: 30px;
  }
}
.products-filterbar .products-search.show {
  left: 0;
}
.products-filterbar .products-search.show label span {
  opacity: 0;
}
.products-filterbar .products-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.products-filterbar .products-search.show .icon-close {
  opacity: 0.3 !important;
}
.products-filterbar .products-search.show .icon-close:hover {
  opacity: 1 !important;
}
.products-filterbar .products-search.show .products-searchbox {
  opacity: 1;
  background: #f3f3f3;
}
@media (max-width: 735px) {
  .products-filterbar .products-search.show .products-searchbox {
    padding-left: 45px;
  }
}
.products-filterbar a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
.products-filterbar .products_layout {
  padding: 20px 0;
}
.products-container .listing {
  position: relative;
  margin-bottom: 30px;
}
.products-container .listing .link {
  text-decoration: none;
  display: block;
}
.products-container .listing .link .listing-box {
  position: relative;
  text-decoration: none;
  background: #fff;
  height: 100%;
  transition: 0.5s all ease;
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.1);
}
.products-container .listing .link .listing-box .listing-image {
  background-color: #f2f2f2;
  background-position: center;
  background-size: cover;
  padding-bottom: calc(79% + 81px);
  height: 0;
  overflow: hidden;
}
.products-container .listing .link .listing-box .listing-image img {
  transition: 0.5s all ease;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 735px) {
  .products-container .listing .link .listing-box .listing-image img {
    transition: none;
  }
}
@media (max-width: 1020px) {
  .products-container .listing .link .listing-box .listing-image {
    padding-bottom: calc(79% + 60px);
  }
}
@media (max-width: 735px) {
  .products-container .listing .link .listing-box .listing-image {
    width: 190px;
    padding-bottom: 25%;
    min-height: 135px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .products-container .listing .link .listing-box .listing-image {
    width: 48%;
  }
  .products-container .listing .link .listing-box .listing-image img {
    width: 172px;
    max-width: 172px;
  }
}
.products-container .listing .link .listing-box .listing-content {
  padding: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #fff;
}
.products-container .listing .link .listing-box .listing-content .display6 {
  font-size: 12px;
  font-weight: 500;
  color: #1076bc;
  text-transform: uppercase;
}
@media (max-width: 1020px) {
  .products-container .listing .link .listing-box .listing-content .display6 {
    display: none;
  }
}
.products-container .listing .link .listing-box .listing-content .display4a {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #242428;
  line-height: 1.44em;
}
@media (max-width: 735px) {
  .products-container .listing .link .listing-box .listing-content {
    width: calc(100% - 195px);
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 100%;
    padding: 10px 10px;
  }
}
@media (max-width: 375px) {
  .products-container .listing .link .listing-box .listing-content {
    width: 50%;
  }
}
.products-container .listing .link .listing-box .listing-meta {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #a4a4a4;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 15px 0px;
  background: #fff;
}
.products-container .listing .link:hover .listing-box {
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.2);
}
.products-container .listing .link:hover .listing-box .listing-image img {
  transform: scale(1.08);
}
@media (max-width: 735px) {
  .products-container .listing .link:hover .listing-box .listing-image img {
    transform: none;
  }
}
.sideNav {
  padding-bottom: 5px;
}
.sideNav li {
  transition: 0.5s all ease;
  padding: 2px 0;
}
.sideNav li span, .sideNav li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5b;
  display: block;
  cursor: pointer;
}
.sideNav li span.active, .sideNav li a.active, .sideNav li span:hover, .sideNav li a:hover {
  color: #1076bc;
}
.sideNav li.active > span {
  color: #1076bc;
}
.sideNav li ul li a {
  font-weight: 300;
}
.sideNav li ul.open ul {
  padding-bottom: 5px;
}
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}
.products-sideNav-search-wrapper {
  position: relative;
}
.products-sideNav-search-wrapper .gfield:before {
  padding: 11px;
  content: '\e925';
  font-family: 'sd-icons';
  color: #a4a4a4;
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 0;
  height: 41px;
  width: 34px;
  line-height: 1em;
}
.products-sideNav-search-wrapper .gfield input {
  padding: 12px 18px;
  padding-left: 34px;
  color: #a4a4a4;
  border-color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield ::-webkit-input-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield :-moz-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield ::-moz-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield :-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield ::placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield:-webkit-input-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield:-moz-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield::-moz-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield:-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield::placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.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 .mobileFilterBg a {
  display: inline-block;
}
.mobile_filtering_layout .mobileFilterBar {
  background: #f2f2f6;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.mobile_filtering_layout .product_category_btn, .mobile_filtering_layout .product_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 .product_refine_btn i {
  font-size: 18px;
}
.mobile_filtering_layout .product_category_btn:hover, .mobile_filtering_layout .product_refine_btn:hover {
  background: #ddd;
}
.mobile_filtering_layout .products-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.mobile_filtering_layout .products-search {
  position: absolute;
  right: 0;
  top: 0;
  left: 93.5%;
  bottom: 0;
  transition: 0.3s all ease;
  font-weight: 300;
}
@media (max-width: 1270px) {
  .mobile_filtering_layout .products-search {
    left: 90%;
  }
}
@media (max-width: 1020px) {
  .mobile_filtering_layout .products-search {
    left: 88%;
  }
}
@media (max-width: 735px) {
  .mobile_filtering_layout .products-search {
    left: 91.5%;
  }
}
.mobile_filtering_layout .products-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .mobile_filtering_layout .products-search label mobile {
    display: none;
  }
}
.mobile_filtering_layout .products-search label span {
  padding-left: 7px;
  float: left;
  line-height: 2.9em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .products-search label span {
    display: none;
  }
}
.mobile_filtering_layout .products-search label i {
  cursor: pointer;
  float: left;
}
.mobile_filtering_layout .products-search i {
  cursor: pointer;
  font-size: 21px;
  color: #45555f;
  line-height: 2.4em;
  float: left;
  opacity: 1;
  z-index: 1;
  position: relative;
  transition: 0.3s all ease;
}
.mobile_filtering_layout .products-search i:hover {
  opacity: 1;
}
.mobile_filtering_layout .products-search:hover i {
  color: #252d33;
}
.mobile_filtering_layout .products-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 0px;
  padding-right: 13px;
  z-index: 4;
  opacity: 0 !important;
}
.mobile_filtering_layout .products-search .products-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 .products-search .products-searchbox {
    padding-left: 30px;
  }
}
.mobile_filtering_layout .products-search.show {
  left: 0;
}
.mobile_filtering_layout .products-search.show label span {
  opacity: 0;
}
.mobile_filtering_layout .products-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.mobile_filtering_layout .products-search.show .icon-close {
  opacity: 0.3 !important;
}
.mobile_filtering_layout .products-search.show .icon-close:hover {
  opacity: 1 !important;
}
.mobile_filtering_layout .products-search.show .products-searchbox {
  opacity: 1;
  background: #fff;
  margin-top: 4px;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .products-search.show .products-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, #product_refine .mm-navbars_bottom {
  border-top: none;
}
#product_category .mm-navbars_bottom .mm-navbar, #product_refine .mm-navbars_bottom .mm-navbar {
  height: 80px;
}
#product_category .mm-navbars_bottom a, #product_refine .mm-navbars_bottom a {
  background: #1076bc;
  color: #fff;
  margin: 20px auto;
  max-width: 90%;
}
#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;
}
.email_footer_signup_layout {
  padding: 80px 0;
}
@media (max-width: 735px) {
  .email_footer_signup_layout {
    padding: 65px 0;
  }
}
.email_footer_signup_layout .bodycopy {
  font-size: 15px;
  color: #1076bc;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  padding: 2px 0 8px;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .bodycopy {
    padding: 2px 0 0;
    font-size: 14px;
  }
}
.email_footer_signup_layout .display3 {
  padding: 0 0 8px 0;
  font-size: 24px;
  line-height: 1.45;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .display3 {
    padding: 0 0 16px 0;
    font-size: 20px;
  }
}
.email_footer_signup_layout ul li {
  padding-bottom: 0px !important;
}
.email_footer_signup_layout .email-signup_wrapper .gform_body {
  width: 79%;
}
.email_footer_signup_layout .email-signup_wrapper .gform_footer {
  width: 21%;
}
.email_footer_signup_layout .email-signup_wrapper .gfield input {
  font-weight: 300;
  padding: 0px 29px;
  background: #fff;
  font-size: 17px;
  border-color: #fff;
}
.email_footer_signup_layout .email-signup_wrapper .gfield input ::-webkit-input-placeholder {
  font-size: 17px;
  font-weight: 300 !important;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .email-signup_wrapper .gfield input ::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.email_footer_signup_layout .email-signup_wrapper .gfield input :-moz-placeholder {
  font-size: 17px;
  font-weight: 300 !important;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .email-signup_wrapper .gfield input :-moz-placeholder {
    font-size: 16px;
  }
}
.email_footer_signup_layout .email-signup_wrapper .gfield input ::-moz-placeholder {
  font-size: 17px;
  font-weight: 300 !important;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .email-signup_wrapper .gfield input ::-moz-placeholder {
    font-size: 16px;
  }
}
.email_footer_signup_layout .email-signup_wrapper .gfield input :-ms-input-placeholder {
  font-size: 17px;
  font-weight: 300 !important;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .email-signup_wrapper .gfield input :-ms-input-placeholder {
    font-size: 16px;
  }
}
.email_footer_signup_layout .email-signup_wrapper .gfield input ::placeholder {
  font-size: 17px;
  font-weight: 300 !important;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .email-signup_wrapper .gfield input ::placeholder {
    font-size: 16px;
  }
}
.email_footer_signup_layout .email-signup_wrapper .gfield input:-webkit-input-placeholder {
  font-size: 17px;
  font-weight: 300 !important;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .email-signup_wrapper .gfield input:-webkit-input-placeholder {
    font-size: 16px;
  }
}
.email_footer_signup_layout .email-signup_wrapper .gfield input:-moz-placeholder {
  font-size: 17px;
  font-weight: 300 !important;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .email-signup_wrapper .gfield input:-moz-placeholder {
    font-size: 16px;
  }
}
.email_footer_signup_layout .email-signup_wrapper .gfield input::-moz-placeholder {
  font-size: 17px;
  font-weight: 300 !important;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .email-signup_wrapper .gfield input::-moz-placeholder {
    font-size: 16px;
  }
}
.email_footer_signup_layout .email-signup_wrapper .gfield input:-ms-input-placeholder {
  font-size: 17px;
  font-weight: 300 !important;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .email-signup_wrapper .gfield input:-ms-input-placeholder {
    font-size: 16px;
  }
}
.email_footer_signup_layout .email-signup_wrapper .gfield input::placeholder {
  font-size: 17px;
  font-weight: 300 !important;
}
@media (max-width: 735px) {
  .email_footer_signup_layout .email-signup_wrapper .gfield input::placeholder {
    font-size: 16px;
  }
}
.email_footer_signup_layout .commercial-btn input[type="submit"] {
  background: #77bc1f;
}
.email_footer_signup_layout .commercial-btn input[type="submit"]:hover {
  background: #60ab00;
}
.email_footer_signup_layout .passenger-btn input[type="submit"] {
  background: #00b2e2;
}
.email_footer_signup_layout .passenger-btn input[type="submit"]:hover {
  background: #009ec9;
}
.email_footer_signup_layout .mobility-enhancement-btn input[type="submit"] {
  background: #ff8300;
}
.email_footer_signup_layout .mobility-enhancement-btn input[type="submit"]:hover {
  background: #ed7a00;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .email_footer_signup_layout .signupHeading {
    text-align: center;
  }
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.footer_layout {
  background: #f2f2f6;
}
.footer_layout .contactText .display6 {
  font-size: 17px;
  font-weight: 500;
}
.footer_layout .contactText p {
  font-size: 16px;
  margin: 5px 0;
}
.footer_layout .contactText .footerAddress {
  margin-top: 12px;
}
.footer_layout a {
  color: #242428;
  text-decoration: none;
}
.footer_layout .footerColumns {
  padding-bottom: 80px;
}
@media (max-width: 735px) {
  .footer_layout .footerColumns {
    display: none;
  }
}
.footer_layout .footerColumns p {
  color: #242428;
}
.footer_layout .footerColumns ul {
  padding: 0 40px;
}
.footer_layout .footerColumns ul li {
  padding-bottom: 5px;
}
.footer_layout .footerColumns ul li a {
  font-size: 17px;
  font-weight: 500;
}
.footer_layout .logo {
  text-align: right;
}
.footer_layout .footerCopy {
  background: #e6e7ed;
}
.footer_layout .footerCopy .socialFooter {
  padding: 12px 0;
  height: 59px;
}
.footer_layout .footerCopy .socialFooter a {
  background: #45555f;
  border-radius: 1000px;
  display: inline-block !important;
  color: #e6e7ed !important;
  line-height: 1em !important;
  margin: 0 !important;
  padding: 10px 10px;
  font-size: 17px;
  margin-right: 12px !important;
  float: left;
}
.footer_layout .footerCopy .socialFooter a i {
  margin-right: 0;
  display: block;
}
.footer_layout .footerCopy .footerTagline {
  padding: 3px 0;
  text-align: right;
  font-size: 14px;
  color: #45555f;
  font-weight: 300;
}
.footer_layout .footerCopy .footerTagline a {
  font-weight: 600;
  text-decoration: none;
  color: #45555f;
}
.footer_layout .mobileFooter {
  width: 100%;
}
@media (max-width: 735px) {
  .footer_layout .mobileFooter {
    display: block !important;
  }
}
.footer_layout .mobileFooter a {
  width: 50%;
  background: #e6e7ed;
  color: #ababab;
  font-size: 34px;
  padding: 24px 0;
  text-align: center;
  border: 2px #fff solid;
  border-bottom: none;
  display: block;
  float: left;
}
.footer_layout .mobileFooter a:first-child {
  border-left: none;
}
.footer_layout .mobileFooter a:nth-child(2) {
  border-right: none;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.footer_top_layout {
  border-top: solid 1px #cfcfcf;
  padding: 50px 0;
}
.footer_top_layout:after {
  position: absolute;
}
.footer_top_layout .page-container {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_top_layout .icoBox {
  width: 25%;
  height: 146px;
  margin: 0;
  transition: ease 0.2s all;
  overflow: hidden;
}
.footer_top_layout .icoBox .footerIcon {
  transition: ease 0.2s all;
  width: 100%;
  max-width: 100px;
}
.footer_top_layout .icoBox .footerIconTitle {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  color: #242428;
  transition: ease 0.2s all;
  max-width: 150px;
  padding-bottom: 5px;
}
.footer_top_layout .icoBox .footerIconText {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 15px;
  transition: ease 0.2s all;
  max-width: 75%;
}
.footer_top_layout .icoBox:hover .footerIcon {
  width: 40%;
  max-width: 50px;
}
.footer_top_layout .icoBox:hover .footerIcon img {
  width: auto;
}
.footer_top_layout .icoBox:hover .footerIconTitle {
  font-size: 17px;
  margin-top: 5px;
}
.footer_top_layout .icoBox:hover .footerIconText {
  margin-top: 0px;
  transition: ease 0.2s all;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .footer_top_layout .icoBox {
    height: auto;
    width: 20%;
  }
  .footer_top_layout .footerIconTitle {
    font-size: 20px !important;
    margin-top: 10px !important;
  }
  .footer_top_layout .footerIconText {
    display: none !important;
  }
  .footer_top_layout .footerIcon {
    width: 100% !important;
    max-width: 80px !important;
  }
}
@media (max-width: 735px) {
  .footer_top_layout {
    border: none;
  }
  .footerTagline, .footerNav {
    display: none;
  }
  .footerIcon {
    width: 100% !important;
    display: none;
  }
}
@media (max-width: 375px) {
}
.content_product_intro_layout {
  padding-top: 10px;
}
.content_product_intro_layout .site-links {
  padding: 10px 0 5px;
}
.content_product_intro_layout .productDetails {
  padding-left: 25px !important;
}
@media (max-width: 1020px) {
  .content_product_intro_layout .productDetails {
    padding-left: 15px !important;
  }
}
@media (max-width: 1020px) {
}
.content_product_intro_layout .productHeader .display3 {
  line-height: 1.3em;
  font-size: 26px;
}
.content_product_intro_layout .productHeader .display3.mobileTitle {
  padding: 5px 0 12px;
}
.content_product_intro_layout .productHeader .display3.mobileHeader {
  padding-top: 7px;
  font-size: 22px;
}
@media (max-width: 1020px) {
  .content_product_intro_layout .productHeader .display3.mobileHeader {
    font-size: 20px;
  }
}
.content_product_intro_layout .productContent h5 {
  margin-bottom: 22px;
}
.content_product_intro_layout .productContent > div {
  padding-top: 12px;
  line-height: 1.65;
}
@media (max-width: 735px) {
  .content_product_intro_layout .productContent > div .contentText {
    max-height: 300px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
}
.content_product_intro_layout .priceHolder {
  padding-top: 11px;
}
@media (max-width: 1020px) {
  .content_product_intro_layout .priceHolder {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.content_product_intro_layout .priceHolder .prices {
  display: inline-block;
  padding-right: 30px;
}
.content_product_intro_layout .priceHolder .prices .priceType {
  font-size: 10px;
  color: #1076bc;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 500;
}
.content_product_intro_layout .priceHolder .prices .priceValue {
  font-size: 19px;
  color: #45555f;
  font-weight: 500;
}
.content_product_intro_layout .priceHolder .prices .priceValue .small {
  font-size: 9px;
}
.content_product_intro_layout .priceHolder .prices .priceValue .small .tooltip {
  padding-left: 5px;
  color: #a4a4a4;
  font-size: 14px;
}
.content_product_intro_layout .keypoints {
  padding: 10px 0 15px;
}
.content_product_intro_layout .keypoints ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media (max-width: 735px) {
  .content_product_intro_layout .keypoints ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.content_product_intro_layout .keypoints li {
  display: block;
  box-sizing: border-box;
  padding: 7px 0 7px 32px;
  text-indent: -32px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4em;
}
.content_product_intro_layout .keypoints li i {
  padding-right: 10px;
  font-size: 22px;
  color: #1076bc;
  vertical-align: text-bottom;
}
.content_product_intro_layout .buttonBlock {
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1020px) {
  .content_product_intro_layout .buttonBlock {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 1020px) {
  .content_product_intro_layout .buttonBlock.buttonMobile {
    display: block !important;
  }
}
.content_product_intro_layout .buttonBlock a {
  margin: 11px;
}
.content_product_intro_layout .buttonBlock a:first-of-type {
  margin-left: 0;
}
@media (max-width: 735px) {
  .content_product_intro_layout .buttonBlock a {
    width: 100%;
    text-align: center;
    margin: 5px 0 0;
  }
}
.content_product_intro_layout .productDownloads a {
  color: #5a5a5b;
  text-decoration: none;
  margin: 1px 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
}
.content_product_intro_layout .productDownloads a:hover {
  color: #1076bc;
  text-decoration: underline;
}
.content_product_intro_layout .productDownloads a i {
  font-size: 19px;
  color: #1076bc;
  margin-right: 8px;
}
.content_product_intro_layout .more-wrapper {
  transition: ease 0.6s all;
}
.content_product_intro_layout .more-wrapper .read-more span {
  font-size: 11px;
  width: 100%;
  background: #fff;
}
.content_product_intro_layout .more-wrapper .read-more:before {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%);
}
@media (max-width: 735px) {
  .content_product_intro_layout .more-wrapper {
    border-top: 1px solid #cfcfcf;
    padding-top: 15px;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.tooltipster-sidetip .tooltipster-box {
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 0px !important;
  line-height: 1.44em !important;
  max-width: 230px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -2px !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #aaa !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff !important;
  top: -1px !important;
}
.tooltipster-sidetip .tooltipster-content {
  color: #242428 !important;
  padding: 8px;
  font-size: 10px;
}
.content_left_right_layout.altStyle {
  background: #f2f2f6;
  border-top: solid 1px #cfcfcf;
  padding: 40px 0;
  margin: 40px auto;
}
@media (max-width: 735px) {
  .content_left_right_layout.altStyle {
    padding: 10px 0;
    margin: 20px auto;
  }
}
.content_left_right_layout.altWhite {
  background: #fff;
  padding: 40px 0;
}
@media (max-width: 735px) {
  .content_left_right_layout.altWhite {
    padding: 10px 0;
  }
}
.content_left_right_layout article h3 {
  font-weight: 600;
}
.content_left_right_layout .display3aa {
  margin-bottom: 10px;
}
.content_left_right_layout .btn-text {
  margin: 0;
}
.content_left_right_layout .btn-text:hover {
  text-decoration: none;
}
.content_left_right_layout .content-image a:before {
  width: 70px;
  height: 70px;
  font-size: 70px;
  line-height: 70px;
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
}
.content_left_right_layout .content-image a .image-link-hover {
  font-size: 18px;
  font-weight: 500;
}
.content_left_right_layout .content-image a:hover:before {
  opacity: 1;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .content_left_right_layout .vcenter {
    display: block;
  }
  .content_left_right_layout .col-sm-12 {
    margin-bottom: 20px;
  }
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
@media (max-width: 735px) {
  .home .content_left_right_layout {
    border-top: 1px solid #cfcfcf;
  }
}
.content_4cols_layout .capImage {
  padding-bottom: 70%;
  height: 0;
}
.content_4cols_layout h2 {
  padding: 10px 0 25px;
  line-height: 1.2;
}
.content_4cols_layout .row {
  padding-bottom: 30px;
}
.content_4cols_layout .row > div {
  margin-bottom: 35px;
}
.content_4cols_layout .title {
  margin-top: 10px;
}
.content_4cols_layout .title .display5 {
  font-size: 21px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .content_4cols_layout .page-container .tileHolder {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .content_4cols_layout .page-container .row {
    padding-bottom: 0px;
  }
  .content_4cols_layout .colTile {
    width: 260px;
  }
}
@media (max-width: 375px) {
}
.slider_two_thirds_layout .display3 {
  text-align: center;
  padding-bottom: 25px;
}
@media (max-width: 735px) {
  .slider_two_thirds_layout .display3 {
    width: 94%;
    font-size: 24px;
    margin: 0 auto;
  }
}
.slider_two_thirds_layout a.slider-two-thirds-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #5a5a5b;
  text-decoration: none;
}
@media (max-width: 735px) {
  .slider_two_thirds_layout a.slider-two-thirds-link {
    margin-left: 5px;
    height: 0;
    padding-bottom: calc(61.5% + 65px);
    position: relative;
  }
}
.slider_two_thirds_layout .slider-two-thirds-image {
  width: 100%;
  height: 100%;
}
.slider_two_thirds_layout .display6 {
  margin-bottom: 30px;
}
.slider_two_thirds_layout .page-container {
  overflow: hidden;
}
.slider_two_thirds_layout .slider-two-thirds-wrapper {
  width: 85%;
  position: relative;
  position: relative;
}
.slider_two_thirds_layout .slider-two-thirds-wrapper.centerSlider {
  overflow: hidden;
  margin: 0 auto;
}
.slider_two_thirds_layout .slider-peak {
  width: 26%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -26%;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-out all;
  cursor: pointer;
}
.slider_two_thirds_layout .slider-peak:hover {
  right: -18%;
}
.slider_two_thirds_layout .slider-peak + .lSSlideOuter {
  left: 0px;
  position: relative;
  transition: 0.3s ease-out all;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter {
  left: -80px;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter .slider-two-thirds-item:before {
  opacity: 0.3;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter .slider-two-thirds-item.active {
  right: 40px;
  position: relative;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter .slider-two-thirds-item.active:before {
  opacity: 0 !important;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter .slider-two-thirds-item.active .product-overview {
  left: 100px;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter .slider-two-thirds-item.active .product-overview i:before {
  font-weight: bolder;
}
.slider_two_thirds_layout .next-peak {
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: #fff;
  z-index: 1;
  transition: 0.3s ease-out all;
  opacity: 1;
  width: 15%;
  line-height: 1.3em;
}
.slider_two_thirds_layout .next-peak span {
  font-size: 10px;
  display: block;
}
.slider_two_thirds_layout .next-peak span i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.slider_two_thirds_layout .next-peak span i:before {
  font-weight: bolder;
}
.slider_two_thirds_layout .lSSlideWrapper, .slider_two_thirds_layout .lSSlideOuter {
  overflow: visible;
}
.slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item {
  position: relative;
  transition: 0.3s ease-out all;
  height: 540px;
  left: 0;
  z-index: 1;
}
.slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item:before {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #000;
  z-index: 1;
  content: '';
  opacity: 0;
  transition: 0.3s ease-out all;
}
.slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview {
  min-width: 425px;
  max-width: 425px;
  position: absolute;
  z-index: 1;
  background: #fff;
  bottom: 20px;
  left: 20px;
  padding: 25px 30px 25px;
  opacity: 0;
  transition: 0.3s ease-out all;
}
.slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item.active .next-peak {
  opacity: 0 !important;
}
.slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item.active .product-overview {
  opacity: 1;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .slider_two_thirds_layout .page-container {
    max-width: none !important;
    width: 100%;
  }
  .slider_two_thirds_layout .slider-two-thirds-wrapper {
    width: 100%;
  }
  .slider_two_thirds_layout .slider-two-thirds-wrapper .lSSlideWrapper {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
    width: 100% !important;
  }
  .slider_two_thirds_layout .slider-two-thirds-wrapper .sliderTwoThirds .slider-two-thirds-item {
    height: auto;
    transform: none !important;
    margin-bottom: 1px;
  }
  .slider_two_thirds_layout .slider-two-thirds-wrapper .sliderTwoThirds .slider-two-thirds-item .slider-two-thirds-link {
    border: 1px solid #cfcfcf;
  }
  .slider_two_thirds_layout .slider-two-thirds-wrapper .sliderTwoThirds .slider-two-thirds-item.clone {
    display: none;
  }
  .slider_two_thirds_layout .left, .slider_two_thirds_layout .slider-peak, .slider_two_thirds_layout .next-peak, .slider_two_thirds_layout .btn {
    display: none;
  }
  .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview {
    min-width: 100% !important;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px;
    opacity: 1;
  }
  .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview div {
    display: none;
  }
  .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview div.display4 {
    display: block;
  }
  .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview p, .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview .btn-learnmore {
    display: none;
  }
}
@media (max-width: 735px) {
  .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview {
    position: absolute;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
@media (max-width: 735px) {
  .home .slider_two_thirds_layout {
    border-top: 1px solid #cfcfcf;
  }
}
.slider_feed_overflow_layout {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 735px) {
  .slider_feed_overflow_layout {
    padding-bottom: 20px;
  }
}
.slider_feed_overflow_layout .heading .sliderTitle {
  display: inline-block;
}
@media (max-width: 1020px) {
  .slider_feed_overflow_layout .heading .sliderTitle {
    font-size: 24px;
  }
}
@media (max-width: 735px) {
  .slider_feed_overflow_layout .heading .sliderTitle {
    font-size: 22px;
  }
}
.slider_feed_overflow_layout .heading .btn-text {
  float: right;
  padding-top: 12px;
  font-size: 13px;
}
.slider_feed_overflow_layout .title {
  bottom: -31px;
}
.slider_feed_overflow_layout .title .display6 {
  font-size: 12px;
  font-weight: 600;
  color: #1076bc;
  text-transform: uppercase;
}
.slider_feed_overflow_layout .title .display6:first-child {
  padding-bottom: 4px;
}
.slider_feed_overflow_layout .title .display6.commercial-text-hover i, .slider_feed_overflow_layout .title .display6.commercial-text-hover {
  color: #77bc1f;
}
.slider_feed_overflow_layout .title .display6.passenger-text i, .slider_feed_overflow_layout .title .display6.passenger-text {
  color: #00b2e2;
}
.slider_feed_overflow_layout .title .display6.mobility-enhancement-text i, .slider_feed_overflow_layout .title .display6.mobility-enhancement-text {
  color: #ff8300;
}
.slider_feed_overflow_layout .title .display4 {
  font-size: 17px;
  font-weight: 500;
  color: #242428;
  line-height: 1.44em;
}
.slider_feed_overflow_layout .title .display4.vehicles_for_sale {
  min-height: 30px;
}
.slider_feed_overflow_layout .title.projects .display4 {
  font-size: 18px;
  min-height: auto;
}
.slider_feed_overflow_layout .image {
  margin-bottom: 85px;
}
@media (max-width: 1270px) {
  .slider_feed_overflow_layout .image {
    margin-bottom: 58px;
    height: 0;
    padding-bottom: 76.9%;
  }
}
.slider_feed_overflow_layout .image.vehicles_for_sale {
  margin-bottom: 110px;
}
@media (max-width: 1270px) {
  .slider_feed_overflow_layout .image.vehicles_for_sale {
    margin-bottom: 105px;
  }
}
.slider_feed_overflow_layout .image.projects {
  margin-bottom: 60px;
}
.slider_feed_overflow_layout .listing-prices .prices {
  display: inline-block;
  padding: 5px 10px 5px 0px;
}
@media (max-width: 1020px) {
  .slider_feed_overflow_layout .listing-prices .prices {
    padding: 0px 15px 1px 0px;
  }
}
@media (max-width: 735px) {
  .slider_feed_overflow_layout .listing-prices .prices {
    padding: 5px 10px 8px 0px;
  }
}
.slider_feed_overflow_layout .listing-prices .prices .priceType {
  font-size: 10px;
  color: #1076bc;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 400;
}
.slider_feed_overflow_layout .listing-prices .prices .priceValue {
  font-size: 16px;
  color: #45555f;
  font-weight: 400;
}
.slider_feed_overflow_layout .listing-prices .prices .priceValue .small {
  font-size: 9px;
}
@media (max-width: 1020px) {
  .slider_feed_overflow_layout .listing-prices .prices .priceValue .small {
    display: block;
    line-height: 0.8em;
    margin-top: -2px;
  }
}
.slider_feed_overflow_layout .lSSlideOuter .lSAction > a:before {
  font-size: 47px;
  text-shadow: 0 0 2px #a4a4a4;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .slider_feed_overflow_layout .slideupTile {
    margin-bottom: 8px;
  }
  .slider_feed_overflow_layout .lSSlideOuter {
    width: 100%;
  }
  .slider_feed_overflow_layout .lSSlideOuter .lSSlideWrapper {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
    width: 100% !important;
    overflow: visible;
  }
  .slider_feed_overflow_layout .lSSlideOuter .articleTile-snippet {
    max-width: none !important;
    transform: none !important;
  }
}
@media (max-width: 375px) {
}
.footer-promo {
  position: relative;
  z-index: 15;
  margin-bottom: 21px;
}
.footer-promo .water-top {
  width: 1600px;
  max-width: none;
  position: relative;
  top: -21px;
}
.footer-promo .water-bottom {
  width: 1600px;
  max-width: none;
  position: relative;
  bottom: -21px;
  transform: rotate(180deg);
}
.footer-promo a {
  display: block;
  cursor: default !important;
}
.footer-promo a img {
  margin: auto;
  border: 4px solid transparent;
  transition: 0.2s all ease;
  opacity: 0.7;
}
.footer-promo a[href*="http"]:hover {
  cursor: pointer !important;
}
.footer-promo a[href*="http"]:hover img {
  border: 4px solid #45555f;
  opacity: 1;
}
.gallery_filter_container {
  padding-bottom: 2px;
}
.gallery_layout {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 735px) {
  .gallery_layout {
    padding: 20px 0;
  }
}
.gallery_layout.loading {
  position: relative;
}
.gallery_layout.loading:before {
  content: '';
  position: absolute;
  background-color: #fff;
  background-image: url('../../images/loading-black.gif');
  background-repeat: no-repeat;
  background-position: top 200px center;
  background-size: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.gallery_layout .noresults {
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #1076bc;
  text-align: center;
}
.gallery_categories_layout {
  padding-bottom: 80px;
}
.gallery_categories_layout .tabs {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  padding-top: 6px;
}
.gallery_categories_layout .tabs a {
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5b;
  margin-bottom: 6px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.gallery_categories_layout .tabs a:hover {
  color: #1076bc;
}
.gallery_categories_layout .panel-container {
  display: inline-block;
  width: 81%;
  border-left: solid 1px #cfcfcf;
  vertical-align: top;
}
.gallery_categories_layout .panel-container .display6a {
  padding-bottom: 8px;
  padding-left: 65px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.44em;
}
.gallery_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;
}
.gallery_categories_layout .panel-container a:hover {
  text-decoration: underline;
  color: #45555f;
}
.gallery_categories_layout .panel-container ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.gallery_categories_layout .panel-container ul.cols1 {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.gallery_categories_layout .panel-container ul li {
  padding-left: 65px;
  min-width: 245px;
}
.gallery_categories_layout .seoContent .display3 {
  font-size: 26px;
  line-height: 1.2em;
}
.gallery_categories_layout .seoContent .body_copy p {
  margin: 0.6em 0;
}
@media (max-width: 1270px) {
  .gallery_filter_container {
    padding-top: 0;
    display: none;
  }
}
.gallery_filter_container .display2 {
  float: left;
  font-size: 34px;
  font-weight: 600;
  padding-top: 9px;
  line-height: 1em;
}
@media (max-width: 1020px) {
  .gallery_filter_container .display2 {
    float: none;
    margin-bottom: 17px;
  }
}
.gallery_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;
}
.gallery-filterbar {
  margin-top: 10px;
  position: relative;
  text-align: right;
}
@media (max-width: 1020px) {
  .gallery-filterbar {
    text-align: left;
  }
}
@media (max-width: 735px) {
  .gallery-filterbar {
    line-height: 1.8em;
  }
}
.gallery-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;
}
.gallery-filterbar select[data-filter] {
  display: none;
}
.gallery-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;
}
.gallery-filterbar .selectboxit-container .selectboxit-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #1076bc;
}
.gallery-filterbar .selectboxit-container .selectboxit-text:hover {
  color: #0769ad;
}
.gallery-filterbar .selectboxit-container .selectboxit-default-arrow {
  color: #1076bc;
}
.gallery-filterbar .active .gallery-filter {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.gallery-filterbar .current-search {
  color: #45555f;
}
.gallery-filterbar .gallery-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.gallery-filterbar .gallery-search {
  position: absolute;
  right: 0;
  top: 0;
  left: 93.5%;
  bottom: 0;
  transition: 0.3s all ease;
  font-weight: 300;
}
@media (max-width: 1020px) {
  .gallery-filterbar .gallery-search {
    left: 88.5%;
  }
}
@media (max-width: 735px) {
  .gallery-filterbar .gallery-search {
    left: 91.5%;
  }
}
.gallery-filterbar .gallery-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .gallery-filterbar .gallery-search label mobile {
    display: none;
  }
}
.gallery-filterbar .gallery-search label span {
  padding-left: 7px;
  float: left;
  line-height: 1.9em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .gallery-filterbar .gallery-search label span {
    display: none;
  }
}
.gallery-filterbar .gallery-search label i {
  cursor: pointer;
  float: left;
}
.gallery-filterbar .gallery-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;
}
.gallery-filterbar .gallery-search i:hover {
  opacity: 1;
}
.gallery-filterbar .gallery-search:hover i {
  color: #252d33;
}
.gallery-filterbar .gallery-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 13px;
  opacity: 0 !important;
}
.gallery-filterbar .gallery-search .gallery-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) {
  .gallery-filterbar .gallery-search .gallery-searchbox {
    padding-left: 30px;
  }
}
.gallery-filterbar .gallery-search.show {
  left: 0;
}
.gallery-filterbar .gallery-search.show label span {
  opacity: 0;
}
.gallery-filterbar .gallery-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.gallery-filterbar .gallery-search.show .icon-close {
  opacity: 0.3 !important;
}
.gallery-filterbar .gallery-search.show .icon-close:hover {
  opacity: 1 !important;
}
.gallery-filterbar .gallery-search.show .gallery-searchbox {
  opacity: 1;
  background: #f3f3f3;
}
@media (max-width: 735px) {
  .gallery-filterbar .gallery-search.show .gallery-searchbox {
    padding-left: 45px;
  }
}
.gallery-filterbar a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
.gallery-filterbar .gallery_layout {
  padding: 20px 0;
}
.taxTitle {
  display: none;
  text-align: left;
}
@media (max-width: 1020px) {
  .taxTitle {
    display: block;
  }
}
.mobile_filtering_layout {
  display: none;
  text-align: left;
}
@media (max-width: 1020px) {
  .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 .gallery_category_btn, .mobile_filtering_layout .gallery_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 10px 14px 0;
  cursor: pointer;
  vertical-align: middle;
}
.mobile_filtering_layout .gallery_category_btn i, .mobile_filtering_layout .gallery_refine_btn i {
  font-size: 18px;
}
.mobile_filtering_layout .gallery_category_btn:hover, .mobile_filtering_layout .gallery_refine_btn:hover {
  background: #ddd;
}
.mobile_filtering_layout .gallery-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.mobile_filtering_layout .gallery-search {
  position: absolute;
  right: 0;
  top: 0;
  left: 93.5%;
  bottom: 0;
  transition: 0.3s all ease;
  font-weight: 300;
}
@media (max-width: 1270px) {
  .mobile_filtering_layout .gallery-search {
    left: 90%;
  }
}
@media (max-width: 1020px) {
  .mobile_filtering_layout .gallery-search {
    left: 88%;
  }
}
@media (max-width: 735px) {
  .mobile_filtering_layout .gallery-search {
    display: none;
  }
}
.mobile_filtering_layout .gallery-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .mobile_filtering_layout .gallery-search label mobile {
    display: none;
  }
}
.mobile_filtering_layout .gallery-search label span {
  padding-left: 7px;
  float: left;
  line-height: 2.9em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .gallery-search label span {
    display: none;
  }
}
.mobile_filtering_layout .gallery-search label i {
  cursor: pointer;
  float: left;
}
.mobile_filtering_layout .gallery-search i {
  cursor: pointer;
  font-size: 21px;
  color: #45555f;
  line-height: 2.4em;
  float: left;
  opacity: 1;
  z-index: 1;
  position: relative;
  transition: 0.3s all ease;
}
.mobile_filtering_layout .gallery-search i:hover {
  opacity: 1;
}
.mobile_filtering_layout .gallery-search:hover i {
  color: #252d33;
}
.mobile_filtering_layout .gallery-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 0px;
  padding-right: 13px;
  z-index: 4;
  opacity: 0 !important;
}
.mobile_filtering_layout .gallery-search .gallery-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 .gallery-search .gallery-searchbox {
    padding-left: 30px;
  }
}
.mobile_filtering_layout .gallery-search.show {
  left: 0;
}
.mobile_filtering_layout .gallery-search.show label span {
  opacity: 0;
}
.mobile_filtering_layout .gallery-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.mobile_filtering_layout .gallery-search.show .icon-close {
  opacity: 0.3 !important;
}
.mobile_filtering_layout .gallery-search.show .icon-close:hover {
  opacity: 1 !important;
}
.mobile_filtering_layout .gallery-search.show .gallery-searchbox {
  opacity: 1;
  background: #fff;
  margin-top: 4px;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .gallery-search.show .gallery-searchbox {
    padding-left: 45px;
  }
}
.mobile_filtering_layout a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
#gallery_category, #gallery_refine {
  overflow: hidden;
}
#gallery_category .mm-listitem, #gallery_refine .mm-listitem {
  position: relative;
}
#gallery_category .mm-listitem .mm-check, #gallery_refine .mm-listitem .mm-check {
  width: 100%;
}
#gallery_category .mm-listitem .mm-check:before, #gallery_refine .mm-listitem .mm-check:before {
  width: 16px;
  height: 8px;
  float: right;
  margin: 0px;
  margin-top: 8px;
}
#gallery_category .mm-navbars_bottom, #gallery_refine .mm-navbars_bottom {
  border-top: none;
}
#gallery_category .mm-navbars_bottom .mm-navbar, #gallery_refine .mm-navbars_bottom .mm-navbar {
  height: 80px;
}
#gallery_category .mm-navbars_bottom a, #gallery_refine .mm-navbars_bottom a {
  background: #1076bc;
  color: #fff;
  margin: 20px auto;
  max-width: 90%;
}
#gallery_category .mm-navbars_bottom a:hover, #gallery_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;
}
.gallery-container .listing {
  position: relative;
  margin-bottom: 0px;
  padding: 4px !important;
}
.gallery-container .listing .link {
  text-decoration: none;
  display: block;
}
.gallery-container .listing .link .listing-box {
  text-decoration: none;
  background: #fff;
  height: 100%;
  transition: 0.5s all ease;
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.gallery-container .listing .link .listing-box .listing-image {
  background-color: #f2f2f2;
  background-position: center;
  background-size: cover;
  padding-bottom: 96%;
  height: 0;
  overflow: hidden;
}
.gallery-container .listing .link .listing-box .listing-image img {
  transition: 0.5s all ease;
  width: 100%;
  max-width: 100%;
}
.gallery-container .listing .link .listing-box .listing-content {
  height: 100%;
  width: 100%;
  background: rgba(28, 28, 28, 0.6);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s ease all;
}
.gallery-container .listing .link .listing-box .listing-content .display4a {
  position: absolute;
  bottom: 0;
  padding: 25px;
  padding-top: 5px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.44em;
}
@media (max-width: 1020px) {
  .gallery-container .listing .link .listing-box .listing-content .display4a {
    font-size: 20px;
    line-height: 1.3em;
  }
}
.gallery-container .listing .link .listing-box .listing-meta {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #a4a4a4;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 15px 0px;
  background: #fff;
}
.gallery-container .listing .link:hover .listing-box {
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.2);
}
.gallery-container .listing .link:hover .listing-box .listing-image img {
  transform: scale(1.08);
}
.gallery-container .listing .link:hover .listing-box .listing-content {
  opacity: 1;
}
@media (max-width: 1270px) {
  .gallery-container .listing .link .listing-box .listing-content {
    opacity: 1;
    background: rgba(28, 28, 28, 0.3);
  }
}
.header_layout .heroImage {
  overflow: hidden;
  max-height: 550px;
  height: calc(100vh - 250px);
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.header_layout .heroImage img {
  width: 100%;
}
@media (max-width: 1270px) {
  .header_layout .heroImage {
    height: 420px;
  }
}
@media (max-width: 735px) {
  .header_layout .heroImage {
    height: 300px;
    min-width: 600px;
  }
}
.header_layout .heroImage .heroOverlay {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-shadow: 0 0 3px #aaa;
}
@media (max-width: 735px) {
  .header_layout .heroImage .heroOverlay:before {
    width: 75px;
    height: 75px;
    font-size: 75px;
  }
}
.header_layout .pageHeaderBlock {
  display: block;
  border: 4px solid #fff;
  margin-top: -100px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1400px) {
  .header_layout .pageHeaderBlock {
    margin-top: -60px;
  }
}
@media (max-width: 735px) {
  .header_layout .pageHeaderBlock {
    margin-top: 0px;
  }
}
.header_layout .pageHeaderBlock .pageTitleBlock {
  padding: 50px 50px;
}
@media (max-width: 1020px) {
  .header_layout .pageHeaderBlock .pageTitleBlock {
    padding: 45px 30px;
  }
}
@media (max-width: 735px) {
  .header_layout .pageHeaderBlock .pageTitleBlock {
    padding: 20px;
  }
}
.header_layout .pageHeaderBlock .pageVideoBlock {
  padding: 0;
  padding-left: 10px;
  position: absolute;
  height: 100%;
  right: 0;
  background-size: cover;
}
@media (max-width: 1020px) {
  .header_layout .pageHeaderBlock .pageVideoBlock {
    height: 145px;
  }
}
.header_layout .pageHeaderBlock .pageVideoBlock .overlay-open-video.image-link {
  background-size: cover;
}
.header_layout .pageHeaderBlock .pageVideoBlock .overlay-open-video.image-link:before {
  opacity: 0;
}
.header_layout .pageHeaderBlock .pageVideoBlock .overlay-open-video.image-link:after {
  background: rgba(0, 0, 0, 0.1);
}
.header_layout .pageHeaderBlock .pageVideoBlock .overlay-open-video.image-link .play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header_layout .pageHeaderBlock .pageVideoBlock .overlay-open-video.image-link .play-btn:before {
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  z-index: 1;
}
.header_layout .pageHeaderBlock .pageVideoBlock .overlay-open-video.image-link .play-btn:hover:before {
  opacity: 1;
}
.header_layout .pageHeaderBlock .pageVideoBlock .overlay-open-video.image-link:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
.header_layout .pageHeaderBlock .display5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 1020px) {
  .header_layout .pageHeaderBlock .display5 {
    font-size: 14px;
  }
}
@media (max-width: 735px) {
  .header_layout .pageHeaderBlock .display5 {
    line-height: 1.3em;
  }
}
.header_layout .pageHeaderBlock .display1 {
  color: #fff;
  line-height: 1.2em;
}
@media (max-width: 1020px) {
  .header_layout .pageHeaderBlock .display1 {
    font-size: 28px;
    line-height: 1.1em;
  }
}
@media (max-width: 735px) {
  .header_layout .pageHeaderBlock .display1 {
    font-size: 22px;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .header_layout .overlay-open-video.image-link:before {
    height: 35px;
    width: 35px;
    font-size: 35px;
  }
}
@media (max-width: 735px) {
  .header_layout .pageHeaderBlock {
    width: 100%;
    border: none;
  }
}
@media (max-width: 375px) {
}
@media (max-width: 735px) {
}
.crumbHolder {
  position: relative;
}
.crumbHolder .pdfDl {
  position: absolute;
  top: 6px;
  right: 0px;
}
@media (max-width: 735px) {
  .crumbHolder .pdfDl {
    position: relative;
    margin-bottom: -20px;
  }
}
.crumbHolder .pdfDl a {
  font-size: 12px;
  color: #5a5a5b;
  text-decoration: none;
}
.crumbHolder .pdfDl a i {
  font-size: 15px;
  padding-right: 3px;
}
.content_intro_layout {
  padding-top: 30px;
  position: relative;
}
.content_intro_layout .contentBlock {
  padding-top: 12px;
  line-height: 1.65;
}
@media (max-width: 735px) {
  .content_intro_layout .contentBlock .contentText {
    max-height: 300px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
}
@media (max-width: 735px) {
  .content_intro_layout .contentBlock .btn, .content_intro_layout .contentBlock .askQuestion {
    width: 100%;
  }
}
.content_intro_layout .askQuestion {
  margin-left: 20px;
}
.content_intro_layout .askQuestion i {
  right: 6px;
}
.content_intro_layout .keypoints {
  padding: 18px 0 27px;
}
.content_intro_layout .keypoints li {
  vertical-align: top;
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 4px 4px 32px;
  text-indent: -32px;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 1270px) {
  .content_intro_layout .keypoints li {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .content_intro_layout .keypoints li {
    width: 50%;
  }
}
@media (max-width: 735px) {
  .content_intro_layout .keypoints li {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .content_intro_layout .keypoints li {
    width: 100%;
  }
}
.content_intro_layout .keypoints li i {
  padding-right: 10px;
  font-size: 22px;
  color: #1076bc;
  vertical-align: text-bottom;
}
@media (max-width: 1020px) {
  .content_intro_layout .keypoints {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 15px;
  }
}
.content_intro_layout .excerptBlock .heading {
  margin-bottom: 20px;
  font-size: 26px;
}
@media (max-width: 1270px) {
  .content_intro_layout .excerptBlock .heading {
    font-size: 22px;
  }
}
@media (max-width: 735px) {
  .content_intro_layout .excerptBlock .heading {
    font-size: 20px;
    line-height: 1.5;
  }
}
.content_intro_layout .excerptBlock .btn-text, .content_intro_layout .excerptBlock .btn {
  padding: 17px 25px;
}
.content_intro_layout .excerptBlock .btn-text.btn-bigger, .content_intro_layout .excerptBlock .btn.btn-bigger {
  padding: 18px 45px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .content_intro_layout {
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
  }
  .content_intro_layout .btn-text, .content_intro_layout .btn {
    width: 100%;
    text-align: center;
    margin: 5px 0 0;
  }
}
@media (max-width: 375px) {
}
.testimonial {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-color: #45555f;
  width: 100%;
  position: relative;
}
.testimonial .testimonialContent {
  padding: 40px 0;
  text-align: center;
  min-height: 400px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .testimonial .testimonialContent {
    padding: 100px 0;
  }
}
@media (max-width: 735px) {
  .testimonial .testimonialContent {
    padding: 90px 0;
  }
}
@media (max-width: 375px) {
  .testimonial .testimonialContent {
    padding: 90px 0;
  }
}
.testimonial .testimonialContent .testimonialText {
  font-size: 26px;
  font-weight: 200;
  color: #fff;
  line-height: 1.54;
}
@media (max-width: 1020px) {
  .testimonial .testimonialContent .testimonialText {
    max-width: 80%;
    margin: 0 auto;
    font-size: 22px;
  }
}
@media (max-width: 735px) {
  .testimonial .testimonialContent .testimonialText {
    font-size: 18px;
  }
}
.testimonial .testimonialContent .testimonialName {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.testimonial .testimonialContent .testimonialVideo {
  text-align: center;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.testimonial .testimonialContent .testimonialVideo a i {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #fff f;
  opacity: 0.9;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}
.testimonial .testimonialContent .testimonialVideo a:hover i {
  opacity: 1;
}
.testimonial-controls {
  text-align: center;
  position: relative;
  z-index: 2;
}
.testimonial-controls .testimonial-thbnl {
  width: 73px;
  height: 73px;
  display: inline-block;
  border-radius: 43px;
  border: 2px solid #fff;
  margin: -37px 5px 0;
  overflow: hidden;
  background: #45555f;
  cursor: pointer;
  background-position: center;
  background-size: 100%;
  transition: 0.2s ease all;
  filter: grayscale(100%);
  vertical-align: middle;
}
.testimonial-controls .testimonial-thbnl.active {
  margin: -41px 5px 0;
  width: 83px;
  height: 83px;
}
.testimonial-controls .testimonial-thbnl.active, .testimonial-controls .testimonial-thbnl:hover {
  filter: grayscale(0%);
  background-size: 110%;
}
@media (max-width: 735px) {
  .testimonial-controls .testimonial-thbnl {
    display: none;
    width: 63px;
    height: 63px;
  }
  .testimonial-controls .testimonial-thbnl:nth-child(-n+4) {
    display: inline-block;
  }
}
.lSSlideOuter .lSPager.lSpg {
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 23px;
  right: 0;
  left: 0;
  width: 97%;
  max-width: 1200px;
  margin: auto !important;
}
@media (max-width: 1270px) {
  .lSSlideOuter .lSPager.lSpg {
    max-width: 960px;
  }
}
@media (max-width: 1020px) {
  .lSSlideOuter .lSPager.lSpg {
    max-width: 700px;
  }
}
@media (max-width: 735px) {
  .lSSlideOuter .lSPager.lSpg {
    max-width: 600px;
  }
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1;
  background-color: #fff !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 0.6;
  border-radius: 0px;
  text-indent: 0;
}
@media (max-width: 1020px) {
  .lSSlideOuter .lSPager.lSpg > li a {
    width: 23px;
  }
}
@media (max-width: 735px) {
  .lSSlideOuter .lSPager.lSpg > li a {
    width: 19px;
  }
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  opacity: 0.9;
}
@-webkit-keyframes fill {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@-moz-keyframes fill {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes fill {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .lSSlideOuter .lSAction > a.lSNext {
    right: 0px;
  }
  .lSSlideOuter .lSAction > a.lSPrev {
    left: 0px;
  }
}
@media (max-width: 375px) {
}
.gallery_grid_squares_layout {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 70px 0;
  background: #f2f2f6;
}
.gallery_grid_squares_layout.backgroundWhite {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 0 70px;
  background: #fff;
}
.gallery_grid_squares_layout.backgroundWhiteBorder {
  margin-top: 10px;
  padding: 70px 0;
  background: #fff;
  border-top: 1px solid #cfcfcf;
}
@media (max-width: 735px) {
  .gallery_grid_squares_layout.backgroundWhiteBorder {
    margin-top: 20px;
    padding: 30px 0 40px;
  }
}
.gallery_grid_squares_layout .heading {
  margin-bottom: 14px;
}
.gallery_grid_squares_layout .heading .filterbar {
  float: right;
  margin-top: -35px;
}
@media (max-width: 1020px) {
  .gallery_grid_squares_layout .heading .filterbar {
    float: none;
    margin-top: 0px;
  }
}
.gallery_grid_squares_layout .heading .filterbar .galleryFilter {
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5b;
  padding-left: 35px;
  cursor: pointer;
}
.gallery_grid_squares_layout .heading .filterbar .galleryFilter.active {
  color: #1076bc;
}
@media (max-width: 1020px) {
  .gallery_grid_squares_layout .heading .filterbar .galleryFilter {
    padding-left: 0px;
    padding-right: 15px;
  }
}
@media (max-width: 375px) {
  .gallery_grid_squares_layout .heading .filterbar .galleryFilter {
    font-size: 13px;
    padding-right: 10px;
  }
}
.gallery_grid_squares_layout .heading .filterbar.commercial .galleryFilter.active, .gallery_grid_squares_layout .heading .filterbar.commercial .galleryFilter:hover {
  color: #77bc1f;
}
.gallery_grid_squares_layout .heading .filterbar.passenger .galleryFilter.active, .gallery_grid_squares_layout .heading .filterbar.passenger .galleryFilter:hover {
  color: #00b2e2;
}
.gallery_grid_squares_layout .heading .filterbar.mobility-enhancement .galleryFilter.active, .gallery_grid_squares_layout .heading .filterbar.mobility-enhancement .galleryFilter:hover {
  color: #ff8300;
}
@media (max-width: 735px) {
  .gallery_grid_squares_layout .heading {
    margin-bottom: 5px;
  }
  .gallery_grid_squares_layout .heading .display3 {
    font-size: 22px;
  }
}
.gallery_grid_squares_layout .image-link {
  width: 100%;
  height: 0px;
  padding-bottom: 78%;
}
.gallery_grid_squares_layout .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: 52px;
  height: 52px;
  font-size: 52px;
  z-index: 1;
  line-height: 1em;
}
.gallery_grid_squares_layout .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_grid_squares_layout .image-link:hover:before {
  content: "\e925" !important;
}
.gallery_grid_squares_layout .image-link:hover:after {
  background: #0769ad;
  opacity: 0.6;
}
.gallery_grid_squares_layout .image-link.commercial:hover:after {
  background: #77bc1f;
}
.gallery_grid_squares_layout .image-link.passenger:hover:after {
  background: #00b2e2;
}
.gallery_grid_squares_layout .image-link.mobility-enhancement:hover:after {
  background: #ff8300;
}
.gallery_grid_squares_layout .image-link.video-link:before {
  content: "\e91f" !important;
  opacity: 0.9;
  background: #000;
  border-radius: 40px;
}
.gallery_grid_squares_layout .image-link.video-link:hover:before {
  opacity: 1;
  width: 52px;
  height: 52px;
  font-size: 52px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .gallery_grid_squares_layout {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 45px 0 15px;
    background: #fff;
  }
}
@media (max-width: 375px) {
}
.content_video_tile_layout {
  padding-top: 80px;
}
@media (max-width: 1270px) {
  .content_video_tile_layout {
    padding-top: 68px;
  }
}
@media (max-width: 1020px) {
  .content_video_tile_layout {
    padding-top: 57px;
  }
}
@media (max-width: 735px) {
  .content_video_tile_layout {
    padding-top: 48px;
  }
}
@media (max-width: 375px) {
  .content_video_tile_layout {
    padding-top: 30px;
  }
}
.content_video_tile_layout .videoTileHolder {
  background: #f2f2f6 url('../../images/logo-at-circle.svg') bottom left no-repeat;
  margin: 0;
  position: relative;
  box-shadow: -4px 5px 6px 0 rgba(0, 0, 0, 0.1);
}
.content_video_tile_layout .videoTileHolder .videoText {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  padding: 10px 44px;
}
.content_video_tile_layout .videoTileHolder .videoText .display6 {
  color: #1076bc;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .content_video_tile_layout .videoTileHolder .videoText .display6 {
    font-size: 14px;
  }
}
@media (max-width: 735px) {
  .content_video_tile_layout .videoTileHolder .videoText .display6 {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .content_video_tile_layout .videoTileHolder .videoText .display6 {
    font-size: 13px;
  }
}
.content_video_tile_layout .videoTileHolder .videoText .display3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
}
@media (max-width: 1270px) {
  .content_video_tile_layout .videoTileHolder .videoText .display3 {
    font-size: 20px;
  }
}
@media (max-width: 1020px) {
  .content_video_tile_layout .videoTileHolder .videoText .display3 {
    font-size: 18px;
    line-height: 1.3em;
  }
}
@media (max-width: 735px) {
  .content_video_tile_layout .videoTileHolder .videoText .display3 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .content_video_tile_layout .videoTileHolder .videoText .display3 {
    font-size: 18px;
    line-height: 1.78;
  }
}
@media (max-width: 735px) {
  .content_video_tile_layout .videoTileHolder .videoText {
    padding: 30px 27px 55px;
    transform: translateY(0%);
    position: relative;
  }
}
@media (max-width: 375px) {
  .content_video_tile_layout .videoTileHolder .videoText {
    padding: 30px 20px;
  }
}
.content_video_tile_layout .videoTileHolder .videoTile {
  padding: 0;
  padding-left: 10px;
  height: 354px;
}
.content_video_tile_layout .videoTileHolder .videoTile .overlay-open-video.image-link {
  background-position: center;
  background-size: contain;
}
.content_video_tile_layout .videoTileHolder .videoTile .overlay-open-video.image-link:before {
  width: 72px;
  height: 72px;
  font-size: 72px;
  opacity: 0.9;
  border-radius: 90px;
  background: rgba(0, 0, 0, 0.5);
}
.content_video_tile_layout .videoTileHolder .videoTile .overlay-open-video.image-link:after {
  background: rgba(0, 0, 0, 0.1);
}
.content_video_tile_layout .videoTileHolder .videoTile .overlay-open-video.image-link:hover:before {
  opacity: 1;
}
.content_video_tile_layout .videoTileHolder .videoTile .overlay-open-video.image-link:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1270px) {
  .content_video_tile_layout .videoTileHolder .videoTile {
    height: 283;
  }
  .content_video_tile_layout .videoTileHolder .videoTile .overlay-open-video.image-link:before {
    width: 58px;
    height: 58px;
    font-size: 58px;
    opacity: 0.9;
  }
}
@media (max-width: 1020px) {
  .content_video_tile_layout .videoTileHolder .videoTile {
    height: 266px;
  }
  .content_video_tile_layout .videoTileHolder .videoTile .overlay-open-video.image-link:before {
    width: 58px;
    height: 58px;
    font-size: 58px;
    opacity: 1;
  }
}
@media (max-width: 735px) {
  .content_video_tile_layout .videoTileHolder .videoTile {
    height: 215px;
    padding-left: 0;
  }
}
@media (max-width: 375px) {
  .content_video_tile_layout .videoTileHolder .videoTile {
    height: 165px;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
@media (max-width: 735px) {
  .grid_image_links_layout {
    padding-top: 15px;
  }
}
.grid_image_links_layout .heading {
  margin-bottom: 15px;
}
.grid_image_links_layout .slideupGreaterTile {
  padding: 4px;
}
@media (max-width: 735px) {
  .grid_image_links_layout .slideupGreaterTile {
    margin-bottom: 10px;
  }
}
.grid_image_links_layout .slideupTile {
  box-shadow: none;
}
.grid_image_links_layout .slideupTile .image {
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
}
.grid_image_links_layout .slideupTile .image:after {
  transition: ease 0.3s all;
  background: #242428;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 735px) {
  .grid_image_links_layout .slideupTile .image {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
  }
}
.grid_image_links_layout .slideupTile .title {
  background: transparent;
  bottom: -38px;
}
@media (max-width: 735px) {
  .grid_image_links_layout .slideupTile .title {
    bottom: 0px;
  }
}
.grid_image_links_layout .slideupTile .title h3 {
  line-height: 1.5em;
}
@media (max-width: 735px) {
  .grid_image_links_layout .slideupTile .title h3 {
    font-size: 17px;
  }
}
.grid_image_links_layout .slideupTile .title .learnMore {
  color: #fff;
  font-size: 13px;
}
.grid_image_links_layout .slideupTile .title .learnMore i {
  color: #fff;
}
@media (max-width: 735px) {
  .grid_image_links_layout .slideupTile .title .learnMore {
    display: none;
  }
}
@media (max-width: 735px) {
  .grid_image_links_layout .slideupTile .title {
    width: 51%;
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
  .grid_image_links_layout .slideupTile .title h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44em;
    color: #242424 !important;
  }
}
@media (min-width: 1270px) {
  .grid_image_links_layout .slideupTile:hover .image:after {
    opacity: 0.5;
  }
  .grid_image_links_layout .slideupTile:hover .title {
    bottom: 0px;
  }
}
@media (max-width: 735px) {
  .grid_image_links_layout .slideupTile {
    box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.1);
  }
}
.grid_image_links_layout .moreupTile .background {
  padding-bottom: 100%;
}
@media (max-width: 735px) {
  .grid_image_links_layout .moreupTile .background {
    padding-bottom: 40%;
  }
}
.grid_image_links_layout .moreupTile .title {
  padding: 17px 24px 0;
  z-index: 100;
  transition: ease 0.5s all;
  width: 100%;
  position: absolute;
  bottom: 25%;
}
@media (max-width: 735px) {
  .grid_image_links_layout .moreupTile .title {
    bottom: 20%;
    padding: 17px 18px 0;
  }
  .grid_image_links_layout .moreupTile .title .display5 {
    font-size: 16px;
  }
}
.grid_image_links_layout .moreupTile .title .viewMore {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.9px;
  color: #fff;
}
@media (max-width: 735px) {
  .grid_image_links_layout .moreupTile .title .viewMore {
    font-size: 11px;
    letter-spacing: 0.1px;
  }
}
.grid_image_links_layout .moreupTile:hover .background {
  background: #0769ad;
}
.grid_image_links_layout .moreupTile:hover .background.commercial-bg {
  background: #60ab00;
}
.grid_image_links_layout .moreupTile:hover .background.passenger-bg {
  background: #009ec9;
}
.grid_image_links_layout .moreupTile:hover .background.mobility-enhancement-bg {
  background: #ed7a00;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.industries_filter_container {
  padding-bottom: 2px;
}
.industries_filter_container .display2 {
  float: left;
  font-size: 34px;
  font-weight: 600;
  padding-top: 9px;
  line-height: 1em;
}
@media (max-width: 1270px) {
  .industries_filter_container .display2 {
    float: none;
    margin-bottom: 17px;
  }
}
.industries_filter_container .breadcrumbs {
  display: block;
}
.industries_layout {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 735px) {
  .industries_layout {
    padding: 20px 0;
  }
}
.industries_layout.loading {
  position: relative;
}
.industries_layout.loading:before {
  content: '';
  position: absolute;
  background-color: #fff;
  background-image: url('../../images/loading-black.gif');
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: top 200px center;
  background-size: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.industries_layout .noresults {
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #1076bc;
  text-align: center;
}
.industries_categories_layout {
  padding-bottom: 80px;
}
.industries_categories_layout .tabs {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  padding-top: 6px;
}
.industries_categories_layout .tabs a {
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5b;
  margin-bottom: 6px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.industries_categories_layout .tabs a:hover {
  color: #1076bc;
}
.industries_categories_layout .panel-container {
  display: inline-block;
  width: 81%;
  border-left: solid 1px #cfcfcf;
  vertical-align: top;
}
.industries_categories_layout .panel-container .display6a {
  padding-bottom: 8px;
  padding-left: 65px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.44em;
}
.industries_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;
}
.industries_categories_layout .panel-container a:hover {
  text-decoration: underline;
  color: #45555f;
}
.industries_categories_layout .panel-container ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.industries_categories_layout .panel-container ul.cols1 {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.industries_categories_layout .panel-container ul li {
  padding-left: 65px;
  min-width: 245px;
}
.industries_categories_layout .seoContent .display3 {
  font-size: 26px;
  line-height: 1.2em;
}
.industries_categories_layout .seoContent .body_copy p {
  margin: 0.6em 0;
}
.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;
}
.industries-filterbar {
  margin-top: 10px;
  position: relative;
  text-align: right;
}
@media (max-width: 1270px) {
  .industries-filterbar {
    padding-top: 0;
    display: none;
  }
}
@media (max-width: 1020px) {
  .industries-filterbar {
    text-align: left;
  }
}
@media (max-width: 735px) {
  .industries-filterbar {
    line-height: 1.8em;
  }
}
.industries-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;
}
.industries-filterbar select[data-filter] {
  display: none;
}
.industries-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;
}
.industries-filterbar .selectboxit-container .selectboxit-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #1076bc;
}
.industries-filterbar .selectboxit-container .selectboxit-text:hover {
  color: #0769ad;
}
.industries-filterbar .selectboxit-container .selectboxit-default-arrow {
  color: #1076bc;
}
.industries-filterbar .active .industries-filter {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.industries-filterbar .current-search {
  color: #45555f;
}
.industries-filterbar .industries-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.industries-filterbar .industries-search {
  position: absolute;
  right: 0;
  top: 0;
  left: 93.5%;
  bottom: 0;
  transition: 0.3s all ease;
  font-weight: 300;
}
@media (max-width: 1020px) {
  .industries-filterbar .industries-search {
    left: 88.5%;
  }
}
@media (max-width: 735px) {
  .industries-filterbar .industries-search {
    left: 91.5%;
  }
}
.industries-filterbar .industries-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .industries-filterbar .industries-search label mobile {
    display: none;
  }
}
.industries-filterbar .industries-search label span {
  padding-left: 7px;
  float: left;
  line-height: 1.9em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .industries-filterbar .industries-search label span {
    display: none;
  }
}
.industries-filterbar .industries-search label i {
  cursor: pointer;
  float: left;
}
.industries-filterbar .industries-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;
}
.industries-filterbar .industries-search i:hover {
  opacity: 1;
}
.industries-filterbar .industries-search:hover i {
  color: #252d33;
}
.industries-filterbar .industries-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 13px;
  opacity: 0 !important;
}
.industries-filterbar .industries-search .industries-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) {
  .industries-filterbar .industries-search .industries-searchbox {
    padding-left: 30px;
  }
}
.industries-filterbar .industries-search.show {
  left: 0;
}
.industries-filterbar .industries-search.show label span {
  opacity: 0;
}
.industries-filterbar .industries-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.industries-filterbar .industries-search.show .icon-close {
  opacity: 0.3 !important;
}
.industries-filterbar .industries-search.show .icon-close:hover {
  opacity: 1 !important;
}
.industries-filterbar .industries-search.show .industries-searchbox {
  opacity: 1;
  background: #f3f3f3;
}
@media (max-width: 735px) {
  .industries-filterbar .industries-search.show .industries-searchbox {
    padding-left: 45px;
  }
}
.industries-filterbar a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
.industries-filterbar .industries_layout {
  padding: 20px 0;
}
.industries-container .listing {
  position: relative;
  margin-bottom: 30px;
}
.industries-container .listing .link {
  text-decoration: none;
}
.industries-container .listing .link .listing-box {
  position: relative;
  text-decoration: none;
  background: #fff;
  height: 100%;
  transition: 0.5s all ease;
  overflow: hidden;
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 735px) {
  .industries-container .listing .link .listing-box {
    box-shadow: 0px 0px 11px 0 rgba(0, 0, 0, 0.1);
  }
}
.industries-container .listing .link .listing-box .listing-image {
  background-color: #f2f2f2;
  background-position: center;
  background-size: cover;
  padding-bottom: calc(79% + 61px);
  height: 0;
  overflow: hidden;
}
.industries-container .listing .link .listing-box .listing-image img {
  transition: 0.5s all ease;
}
@media (max-width: 1020px) {
  .industries-container .listing .link .listing-box .listing-image {
    padding-bottom: calc(79% + 50px);
  }
}
@media (max-width: 735px) {
  .industries-container .listing .link .listing-box .listing-image {
    width: 172px;
    padding-bottom: 0%;
    min-height: 135px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .industries-container .listing .link .listing-box .listing-image {
    width: 48%;
  }
  .industries-container .listing .link .listing-box .listing-image img {
    width: 172px;
    max-width: 172px;
  }
}
.industries-container .listing .link .listing-box .listing-content {
  padding: 15px 15px 0;
  position: absolute;
  bottom: -30px;
  width: 100%;
  background: #fff;
  transition: 0.5s all ease;
}
.industries-container .listing .link .listing-box .listing-content .display6 {
  font-size: 12px;
  font-weight: 500;
  color: #1076bc;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.5s all ease;
}
.industries-container .listing .link .listing-box .listing-content .display4a {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #242428;
  line-height: 1.44em;
}
@media (max-width: 735px) {
  .industries-container .listing .link .listing-box .listing-content {
    width: calc(100% - 178px);
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 100%;
    padding: 10px 10px;
    bottom: 0px;
  }
}
@media (max-width: 375px) {
  .industries-container .listing .link .listing-box .listing-content {
    width: 50%;
  }
}
.industries-container .listing .link .listing-box .listing-meta {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #a4a4a4;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 15px 0px;
  background: #fff;
}
.industries-container .listing .link:hover .listing-box {
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 735px) {
  .industries-container .listing .link:hover .listing-box {
    box-shadow: 0px 0px 11px 0 rgba(0, 0, 0, 0.2);
  }
}
.industries-container .listing .link:hover .listing-box .listing-content {
  bottom: 0px;
}
.industries-container .listing .link:hover .listing-box .listing-content .display6 {
  opacity: 1;
}
@media (max-width: 1270px) {
  .industries-container .listing .link:hover .listing-box .listing-content {
    bottom: -30px;
  }
  .industries-container .listing .link:hover .listing-box .listing-content .display6 {
    opacity: 0;
  }
}
@media (max-width: 735px) {
  .industries-container .listing .link:hover .listing-box .listing-content {
    bottom: 0px;
  }
}
.industries-container .listing .link:hover .listing-box .listing-image img {
  transform: scale(1.08);
}
@media (max-width: 735px) {
  .industries-container .listing .link:hover .listing-box .listing-image img {
    transform: none;
  }
}
.taxTitle {
  display: none;
  text-align: left;
}
@media (max-width: 1270px) {
  .taxTitle {
    display: block;
  }
}
@media (max-width: 735px) {
  .taxTitle .display2 {
    line-height: 1.4em;
    font-size: 24px;
    padding-bottom: 3px;
  }
}
.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 .mobileFilterBg a {
  display: inline-block;
}
.mobile_filtering_layout .mobileFilterBar {
  background: #f2f2f6;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.mobile_filtering_layout .industry_sectors_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 10px 14px 0;
  cursor: pointer;
  vertical-align: middle;
}
.mobile_filtering_layout .industry_sectors_btn i {
  font-size: 18px;
}
.mobile_filtering_layout .industries-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.mobile_filtering_layout .industries-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 .industries-search {
    left: 88%;
  }
}
@media (max-width: 735px) {
  .mobile_filtering_layout .industries-search {
    left: 91.5%;
  }
}
.mobile_filtering_layout .industries-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .mobile_filtering_layout .industries-search label mobile {
    display: none;
  }
}
.mobile_filtering_layout .industries-search label span {
  padding-left: 7px;
  float: left;
  line-height: 2.4em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .industries-search label span {
    display: none;
  }
}
.mobile_filtering_layout .industries-search label i {
  cursor: pointer;
  float: left;
}
.mobile_filtering_layout .industries-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 .industries-search i:hover {
  opacity: 1;
}
.mobile_filtering_layout .industries-search:hover i {
  color: #252d33;
}
.mobile_filtering_layout .industries-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 0px;
  padding-right: 13px;
  z-index: 4;
  opacity: 0 !important;
}
.mobile_filtering_layout .industries-search .industries-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 .industries-search .industries-searchbox {
    padding-left: 30px;
  }
}
.mobile_filtering_layout .industries-search.show {
  left: 0;
}
.mobile_filtering_layout .industries-search.show label span {
  opacity: 0;
}
.mobile_filtering_layout .industries-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.mobile_filtering_layout .industries-search.show .icon-close {
  opacity: 0.3 !important;
}
.mobile_filtering_layout .industries-search.show .icon-close:hover {
  opacity: 1 !important;
}
.mobile_filtering_layout .industries-search.show .industries-searchbox {
  opacity: 1;
  background: #fff;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .industries-search.show .industries-searchbox {
    padding-left: 45px;
  }
}
.mobile_filtering_layout a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
#industry_sectors {
  overflow: hidden;
}
#industry_sectors .mm-listitem {
  position: relative;
}
#industry_sectors .mm-listitem .mm-check {
  width: 100%;
}
#industry_sectors .mm-listitem .mm-check:before {
  width: 16px;
  height: 8px;
  float: right;
  margin: 0px;
  margin-top: 8px;
}
#industry_sectors .mm-navbars_bottom {
  border-top: none;
}
#industry_sectors .mm-navbars_bottom .mm-navbar {
  height: 80px;
}
#industry_sectors .mm-navbars_bottom a {
  background: #1076bc;
  color: #fff;
  margin: 20px auto;
  max-width: 90%;
}
#industry_sectors .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;
}
.products_filter_container {
  padding-bottom: 2px;
}
.products_layout {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 735px) {
  .products_layout {
    padding: 20px 0;
  }
}
.products_layout.loading {
  position: relative;
}
.products_layout.loading:before {
  content: '';
  position: absolute;
  background-color: #fff;
  background-image: url('../../images/loading-black.gif');
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: top 200px center;
  background-size: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.products_layout .noresults {
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #1076bc;
  text-align: center;
}
.load-more {
  cursor: pointer;
}
.products_categories_layout {
  padding-bottom: 80px;
}
.products_categories_layout .tabs {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  padding-top: 6px;
}
.products_categories_layout .tabs a {
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5b;
  margin-bottom: 6px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.products_categories_layout .tabs a:hover {
  color: #1076bc;
}
.products_categories_layout .panel-container {
  display: inline-block;
  width: 81%;
  border-left: solid 1px #cfcfcf;
  vertical-align: top;
}
.products_categories_layout .panel-container .display6a {
  padding-bottom: 8px;
  padding-left: 65px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.44em;
}
.products_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;
}
.products_categories_layout .panel-container a:hover {
  text-decoration: underline;
  color: #45555f;
}
.products_categories_layout .panel-container ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.products_categories_layout .panel-container ul.cols1 {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.products_categories_layout .panel-container ul li {
  padding-left: 65px;
  min-width: 245px;
}
.products_categories_layout .seoContent .display3 {
  font-size: 26px;
  line-height: 1.2em;
}
.products_categories_layout .seoContent .body_copy p {
  margin: 0.6em 0;
}
.home .products_expertise_feed_layout {
  padding-top: 170px;
}
.home .products_expertise_feed_layout .heading {
  text-align: center;
}
@media (max-width: 1020px) {
  .home .products_expertise_feed_layout {
    padding-top: 117px;
    overflow: hidden;
  }
  .home .products_expertise_feed_layout .angle-top {
    margin-top: -64px;
  }
}
.products_expertise_feed_layout {
  position: relative;
}
.products_expertise_feed_layout .display3a span {
  font-weight: 200;
  color: #a4a4a4;
}
@media (max-width: 735px) {
  .products_expertise_feed_layout .display3a span {
    display: block;
  }
  .products_expertise_feed_layout .display3a span span {
    display: none;
  }
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box {
  background: #45555f !important;
  color: #fff;
  overflow: hidden;
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box .open-arrow {
  background: #fff;
  border-left: 30px solid #45555f !important;
  border-right: 30px solid #fff !important;
  border-top: 30px solid #45555f !important;
  border-bottom: 30px solid #fff !important;
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box .open-arrow i {
  color: #45555f !important;
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box:hover {
  height: calc(100% - 5px) !important;
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box span {
  text-align: left !important;
  padding: 0 6.5%;
}
.products_expertise_feed_layout .insights-container .listing-more .listing-box .display4a, .products_expertise_feed_layout .insights-container .listing-more .listing-box small {
  color: #fff;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .products_expertise_feed_layout .products-feed {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .products_expertise_feed_layout .products-feed .products-container {
    width: 600%;
    max-width: 2400px;
  }
  .products_expertise_feed_layout .products-feed .products-container .listing {
    width: calc(100% / 8.8);
    margin-right: 0.5%;
    max-width: 300px;
    float: left;
    padding-bottom: 13%;
  }
  .products_expertise_feed_layout .products-feed .products-container .listing .listing-image {
    width: 100% !important;
    height: 37% !important;
  }
  .products_expertise_feed_layout .products-feed .products-container .listing .has-image .listing-content {
    width: 100% !important;
    height: 63% !important;
  }
  .products_expertise_feed_layout .page-container {
    max-width: none !important;
    width: 100%;
    padding: 0 10px;
  }
  .products_expertise_feed_layout .heading {
    margin: 3px 0 20px;
  }
}
@media (max-width: 375px) {
}
@media (max-width: 1270px) {
  .products_filter_container {
    padding-top: 0;
    display: none;
  }
}
.products_filter_container .display2 {
  float: left;
  font-size: 34px;
  font-weight: 600;
  padding-top: 9px;
  line-height: 1em;
}
@media (max-width: 1020px) {
  .products_filter_container .display2 {
    float: none;
    margin-bottom: 17px;
  }
}
.products_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;
}
.products-filterbar {
  margin-top: 10px;
  position: relative;
  text-align: right;
}
@media (max-width: 1020px) {
  .products-filterbar {
    text-align: left;
  }
}
@media (max-width: 735px) {
  .products-filterbar {
    line-height: 1.8em;
  }
}
.products-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;
}
.products-filterbar select[data-filter] {
  display: none;
}
.products-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;
}
.products-filterbar .selectboxit-container .selectboxit-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #1076bc;
}
.products-filterbar .selectboxit-container .selectboxit-text:hover {
  color: #0769ad;
}
.products-filterbar .selectboxit-container .selectboxit-default-arrow {
  color: #1076bc;
}
.products-filterbar .active .products-filter {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.products-filterbar .current-search {
  color: #45555f;
}
.products-filterbar .products-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.products-filterbar .products-search {
  position: absolute;
  right: 0;
  top: 0;
  left: 93.5%;
  bottom: 0;
  transition: 0.3s all ease;
  font-weight: 300;
}
@media (max-width: 1020px) {
  .products-filterbar .products-search {
    left: 88.5%;
  }
}
@media (max-width: 735px) {
  .products-filterbar .products-search {
    left: 91.5%;
  }
}
.products-filterbar .products-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .products-filterbar .products-search label mobile {
    display: none;
  }
}
.products-filterbar .products-search label span {
  padding-left: 7px;
  float: left;
  line-height: 1.9em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .products-filterbar .products-search label span {
    display: none;
  }
}
.products-filterbar .products-search label i {
  cursor: pointer;
  float: left;
}
.products-filterbar .products-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;
}
.products-filterbar .products-search i:hover {
  opacity: 1;
}
.products-filterbar .products-search:hover i {
  color: #252d33;
}
.products-filterbar .products-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 13px;
  opacity: 0 !important;
}
.products-filterbar .products-search .products-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) {
  .products-filterbar .products-search .products-searchbox {
    padding-left: 30px;
  }
}
.products-filterbar .products-search.show {
  left: 0;
}
.products-filterbar .products-search.show label span {
  opacity: 0;
}
.products-filterbar .products-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.products-filterbar .products-search.show .icon-close {
  opacity: 0.3 !important;
}
.products-filterbar .products-search.show .icon-close:hover {
  opacity: 1 !important;
}
.products-filterbar .products-search.show .products-searchbox {
  opacity: 1;
  background: #f3f3f3;
}
@media (max-width: 735px) {
  .products-filterbar .products-search.show .products-searchbox {
    padding-left: 45px;
  }
}
.products-filterbar a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
.products-filterbar .products_layout {
  padding: 20px 0;
}
.products-container .listing {
  position: relative;
  margin-bottom: 30px;
}
.products-container .listing .link {
  text-decoration: none;
  display: block;
}
.products-container .listing .link .listing-box {
  position: relative;
  text-decoration: none;
  background: #fff;
  height: 100%;
  transition: 0.5s all ease;
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.1);
}
.products-container .listing .link .listing-box .listing-image {
  background-color: #f2f2f2;
  background-position: center;
  background-size: cover;
  padding-bottom: calc(79% + 81px);
  height: 0;
  overflow: hidden;
}
.products-container .listing .link .listing-box .listing-image img {
  transition: 0.5s all ease;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 735px) {
  .products-container .listing .link .listing-box .listing-image img {
    transition: none;
  }
}
@media (max-width: 1020px) {
  .products-container .listing .link .listing-box .listing-image {
    padding-bottom: calc(79% + 60px);
  }
}
@media (max-width: 735px) {
  .products-container .listing .link .listing-box .listing-image {
    width: 190px;
    padding-bottom: 25%;
    min-height: 135px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .products-container .listing .link .listing-box .listing-image {
    width: 48%;
  }
  .products-container .listing .link .listing-box .listing-image img {
    width: 172px;
    max-width: 172px;
  }
}
.products-container .listing .link .listing-box .listing-content {
  padding: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #fff;
}
.products-container .listing .link .listing-box .listing-content .display6 {
  font-size: 12px;
  font-weight: 500;
  color: #1076bc;
  text-transform: uppercase;
}
@media (max-width: 1020px) {
  .products-container .listing .link .listing-box .listing-content .display6 {
    display: none;
  }
}
.products-container .listing .link .listing-box .listing-content .display4a {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #242428;
  line-height: 1.44em;
}
@media (max-width: 735px) {
  .products-container .listing .link .listing-box .listing-content {
    width: calc(100% - 195px);
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 100%;
    padding: 10px 10px;
  }
}
@media (max-width: 375px) {
  .products-container .listing .link .listing-box .listing-content {
    width: 50%;
  }
}
.products-container .listing .link .listing-box .listing-meta {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #a4a4a4;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 15px 0px;
  background: #fff;
}
.products-container .listing .link:hover .listing-box {
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.2);
}
.products-container .listing .link:hover .listing-box .listing-image img {
  transform: scale(1.08);
}
@media (max-width: 735px) {
  .products-container .listing .link:hover .listing-box .listing-image img {
    transform: none;
  }
}
.sideNav {
  padding-bottom: 5px;
}
.sideNav li {
  transition: 0.5s all ease;
  padding: 2px 0;
}
.sideNav li span, .sideNav li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5b;
  display: block;
  cursor: pointer;
}
.sideNav li span.active, .sideNav li a.active, .sideNav li span:hover, .sideNav li a:hover {
  color: #1076bc;
}
.sideNav li.active > span {
  color: #1076bc;
}
.sideNav li ul li a {
  font-weight: 300;
}
.sideNav li ul.open ul {
  padding-bottom: 5px;
}
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}
.products-sideNav-search-wrapper {
  position: relative;
}
.products-sideNav-search-wrapper .gfield:before {
  padding: 11px;
  content: '\e925';
  font-family: 'sd-icons';
  color: #a4a4a4;
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 0;
  height: 41px;
  width: 34px;
  line-height: 1em;
}
.products-sideNav-search-wrapper .gfield input {
  padding: 12px 18px;
  padding-left: 34px;
  color: #a4a4a4;
  border-color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield ::-webkit-input-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield :-moz-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield ::-moz-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield :-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield ::placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield:-webkit-input-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield:-moz-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield::-moz-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield:-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.products-sideNav-search-wrapper .gfield::placeholder {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
}
.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 .mobileFilterBg a {
  display: inline-block;
}
.mobile_filtering_layout .mobileFilterBar {
  background: #f2f2f6;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.mobile_filtering_layout .product_category_btn, .mobile_filtering_layout .product_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 .product_refine_btn i {
  font-size: 18px;
}
.mobile_filtering_layout .product_category_btn:hover, .mobile_filtering_layout .product_refine_btn:hover {
  background: #ddd;
}
.mobile_filtering_layout .products-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.mobile_filtering_layout .products-search {
  position: absolute;
  right: 0;
  top: 0;
  left: 93.5%;
  bottom: 0;
  transition: 0.3s all ease;
  font-weight: 300;
}
@media (max-width: 1270px) {
  .mobile_filtering_layout .products-search {
    left: 90%;
  }
}
@media (max-width: 1020px) {
  .mobile_filtering_layout .products-search {
    left: 88%;
  }
}
@media (max-width: 735px) {
  .mobile_filtering_layout .products-search {
    left: 91.5%;
  }
}
.mobile_filtering_layout .products-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .mobile_filtering_layout .products-search label mobile {
    display: none;
  }
}
.mobile_filtering_layout .products-search label span {
  padding-left: 7px;
  float: left;
  line-height: 2.9em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .products-search label span {
    display: none;
  }
}
.mobile_filtering_layout .products-search label i {
  cursor: pointer;
  float: left;
}
.mobile_filtering_layout .products-search i {
  cursor: pointer;
  font-size: 21px;
  color: #45555f;
  line-height: 2.4em;
  float: left;
  opacity: 1;
  z-index: 1;
  position: relative;
  transition: 0.3s all ease;
}
.mobile_filtering_layout .products-search i:hover {
  opacity: 1;
}
.mobile_filtering_layout .products-search:hover i {
  color: #252d33;
}
.mobile_filtering_layout .products-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 0px;
  padding-right: 13px;
  z-index: 4;
  opacity: 0 !important;
}
.mobile_filtering_layout .products-search .products-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 .products-search .products-searchbox {
    padding-left: 30px;
  }
}
.mobile_filtering_layout .products-search.show {
  left: 0;
}
.mobile_filtering_layout .products-search.show label span {
  opacity: 0;
}
.mobile_filtering_layout .products-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.mobile_filtering_layout .products-search.show .icon-close {
  opacity: 0.3 !important;
}
.mobile_filtering_layout .products-search.show .icon-close:hover {
  opacity: 1 !important;
}
.mobile_filtering_layout .products-search.show .products-searchbox {
  opacity: 1;
  background: #fff;
  margin-top: 4px;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .products-search.show .products-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, #product_refine .mm-navbars_bottom {
  border-top: none;
}
#product_category .mm-navbars_bottom .mm-navbar, #product_refine .mm-navbars_bottom .mm-navbar {
  height: 80px;
}
#product_category .mm-navbars_bottom a, #product_refine .mm-navbars_bottom a {
  background: #1076bc;
  color: #fff;
  margin: 20px auto;
  max-width: 90%;
}
#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;
}
.solutions_filter_container {
  padding-bottom: 2px;
}
.solutions_filter_container .display2 {
  float: left;
  font-size: 34px;
  font-weight: 600;
  padding-top: 9px;
  line-height: 1em;
}
@media (max-width: 1270px) {
  .solutions_filter_container .display2 {
    float: none;
    margin-bottom: 17px;
  }
}
.solutions_filter_container .breadcrumbs {
  display: block;
}
.solutions_layout {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 735px) {
  .solutions_layout {
    padding: 20px 0;
  }
}
.solutions_layout.loading {
  position: relative;
}
.solutions_layout.loading:before {
  content: '';
  position: absolute;
  background-color: #fff;
  background-image: url('../../images/loading-black.gif');
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: top 200px center;
  background-size: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.solutions_layout .noresults {
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #1076bc;
  text-align: center;
}
.solutions_categories_layout {
  padding-bottom: 80px;
}
.solutions_categories_layout .tabs {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  padding-top: 6px;
}
.solutions_categories_layout .tabs a {
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5b;
  margin-bottom: 6px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.solutions_categories_layout .tabs a:hover {
  color: #1076bc;
}
.solutions_categories_layout .panel-container {
  display: inline-block;
  width: 81%;
  border-left: solid 1px #cfcfcf;
  vertical-align: top;
}
.solutions_categories_layout .panel-container .display6a {
  padding-bottom: 8px;
  padding-left: 65px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.44em;
}
.solutions_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;
}
.solutions_categories_layout .panel-container a:hover {
  text-decoration: underline;
  color: #45555f;
}
.solutions_categories_layout .panel-container ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.solutions_categories_layout .panel-container ul.cols1 {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.solutions_categories_layout .panel-container ul li {
  padding-left: 65px;
  min-width: 245px;
}
.solutions_categories_layout .seoContent .display3 {
  font-size: 26px;
  line-height: 1.2em;
}
.solutions_categories_layout .seoContent .body_copy p {
  margin: 0.6em 0;
}
.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;
}
.solutions-filterbar {
  margin-top: 10px;
  position: relative;
  text-align: right;
}
@media (max-width: 1270px) {
  .solutions-filterbar {
    padding-top: 0;
    display: none;
  }
}
@media (max-width: 1020px) {
  .solutions-filterbar {
    text-align: left;
  }
}
@media (max-width: 735px) {
  .solutions-filterbar {
    line-height: 1.8em;
  }
}
.solutions-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;
}
.solutions-filterbar select[data-filter] {
  display: none;
}
.solutions-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;
}
.solutions-filterbar .selectboxit-container .selectboxit-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #1076bc;
}
.solutions-filterbar .selectboxit-container .selectboxit-text:hover {
  color: #0769ad;
}
.solutions-filterbar .selectboxit-container .selectboxit-default-arrow {
  color: #1076bc;
}
.solutions-filterbar .active .solutions-filter {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.solutions-filterbar .current-search {
  color: #45555f;
}
.solutions-filterbar .solutions-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.solutions-filterbar .solutions-search {
  position: absolute;
  right: 0;
  top: 0;
  left: 93.5%;
  bottom: 0;
  transition: 0.3s all ease;
  font-weight: 300;
}
@media (max-width: 1020px) {
  .solutions-filterbar .solutions-search {
    left: 88.5%;
  }
}
@media (max-width: 735px) {
  .solutions-filterbar .solutions-search {
    left: 91.5%;
  }
}
.solutions-filterbar .solutions-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .solutions-filterbar .solutions-search label mobile {
    display: none;
  }
}
.solutions-filterbar .solutions-search label span {
  padding-left: 7px;
  float: left;
  line-height: 1.9em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .solutions-filterbar .solutions-search label span {
    display: none;
  }
}
.solutions-filterbar .solutions-search label i {
  cursor: pointer;
  float: left;
}
.solutions-filterbar .solutions-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;
}
.solutions-filterbar .solutions-search i:hover {
  opacity: 1;
}
.solutions-filterbar .solutions-search:hover i {
  color: #252d33;
}
.solutions-filterbar .solutions-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 13px;
  opacity: 0 !important;
}
.solutions-filterbar .solutions-search .solutions-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) {
  .solutions-filterbar .solutions-search .solutions-searchbox {
    padding-left: 30px;
  }
}
.solutions-filterbar .solutions-search.show {
  left: 0;
}
.solutions-filterbar .solutions-search.show label span {
  opacity: 0;
}
.solutions-filterbar .solutions-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.solutions-filterbar .solutions-search.show .icon-close {
  opacity: 0.3 !important;
}
.solutions-filterbar .solutions-search.show .icon-close:hover {
  opacity: 1 !important;
}
.solutions-filterbar .solutions-search.show .solutions-searchbox {
  opacity: 1;
  background: #f3f3f3;
}
@media (max-width: 735px) {
  .solutions-filterbar .solutions-search.show .solutions-searchbox {
    padding-left: 45px;
  }
}
.solutions-filterbar a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
.solutions-filterbar .solutions_layout {
  padding: 20px 0;
}
.solutions-container .listing {
  position: relative;
  margin-bottom: 30px;
}
.solutions-container .listing .link {
  text-decoration: none;
}
.solutions-container .listing .link .listing-box {
  position: relative;
  text-decoration: none;
  background: #fff;
  height: 100%;
  transition: 0.5s all ease;
  overflow: hidden;
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.1);
}
.solutions-container .listing .link .listing-box .listing-image {
  background-color: #f2f2f2;
  background-position: center;
  background-size: cover;
  padding-bottom: calc(79% + 61px);
  height: 0;
  overflow: hidden;
}
.solutions-container .listing .link .listing-box .listing-image img {
  transition: 0.5s all ease;
}
@media (max-width: 1020px) {
  .solutions-container .listing .link .listing-box .listing-image {
    padding-bottom: calc(79% + 50px);
  }
}
@media (max-width: 735px) {
  .solutions-container .listing .link .listing-box .listing-image {
    width: 172px;
    padding-bottom: 25%;
    min-height: 135px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .solutions-container .listing .link .listing-box .listing-image {
    width: 45%;
  }
  .solutions-container .listing .link .listing-box .listing-image img {
    width: 172px;
    max-width: 172px;
  }
}
.solutions-container .listing .link .listing-box .listing-content {
  padding: 15px 15px 0;
  position: absolute;
  bottom: -30px;
  width: 100%;
  background: #fff;
  transition: 0.5s all ease;
}
.solutions-container .listing .link .listing-box .listing-content .display6 {
  font-size: 12px;
  font-weight: 500;
  color: #1076bc;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.5s all ease;
}
.solutions-container .listing .link .listing-box .listing-content .display4a {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #242428;
  line-height: 1.44em;
}
@media (max-width: 735px) {
  .solutions-container .listing .link .listing-box .listing-content {
    width: calc(100% - 178px);
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 100%;
    padding: 10px 10px;
  }
}
@media (max-width: 375px) {
  .solutions-container .listing .link .listing-box .listing-content {
    width: 53%;
  }
}
.solutions-container .listing .link .listing-box .listing-meta {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #a4a4a4;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 15px 0px;
  background: #fff;
}
.solutions-container .listing .link:hover .listing-box {
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.2);
}
.solutions-container .listing .link:hover .listing-box .listing-content {
  bottom: 0px;
}
.solutions-container .listing .link:hover .listing-box .listing-content .display6 {
  opacity: 1;
}
@media (max-width: 1270px) {
  .solutions-container .listing .link:hover .listing-box .listing-content {
    bottom: -30px;
  }
  .solutions-container .listing .link:hover .listing-box .listing-content .display6 {
    opacity: 0;
  }
}
.solutions-container .listing .link:hover .listing-box .listing-image img {
  transform: scale(1.08);
}
@media (max-width: 1270px) {
  .solutions-container .listing .link:hover .listing-box .listing-image img {
    transform: scale(1);
  }
}
.taxTitle {
  display: none;
  text-align: left;
}
@media (max-width: 1270px) {
  .taxTitle {
    display: block;
  }
}
@media (max-width: 735px) {
  .taxTitle .display2 {
    line-height: 1.4em;
    font-size: 24px;
    padding-bottom: 3px;
  }
}
.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 .mobileFilterBg a {
  display: inline-block;
}
.mobile_filtering_layout .mobileFilterBar {
  background: #f2f2f6;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.mobile_filtering_layout .solution_sectors_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 10px 14px 0;
  cursor: pointer;
  vertical-align: middle;
}
.mobile_filtering_layout .solution_sectors_btn i {
  font-size: 18px;
}
.mobile_filtering_layout .solutions-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.mobile_filtering_layout .solutions-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 .solutions-search {
    left: 88%;
  }
}
@media (max-width: 735px) {
  .mobile_filtering_layout .solutions-search {
    left: 91.5%;
  }
}
.mobile_filtering_layout .solutions-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .mobile_filtering_layout .solutions-search label mobile {
    display: none;
  }
}
.mobile_filtering_layout .solutions-search label span {
  padding-left: 7px;
  float: left;
  line-height: 2.4em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .solutions-search label span {
    display: none;
  }
}
.mobile_filtering_layout .solutions-search label i {
  cursor: pointer;
  float: left;
}
.mobile_filtering_layout .solutions-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 .solutions-search i:hover {
  opacity: 1;
}
.mobile_filtering_layout .solutions-search:hover i {
  color: #252d33;
}
.mobile_filtering_layout .solutions-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 0px;
  padding-right: 13px;
  z-index: 4;
  opacity: 0 !important;
}
.mobile_filtering_layout .solutions-search .solutions-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 .solutions-search .solutions-searchbox {
    padding-left: 30px;
  }
}
.mobile_filtering_layout .solutions-search.show {
  left: 0;
}
.mobile_filtering_layout .solutions-search.show label span {
  opacity: 0;
}
.mobile_filtering_layout .solutions-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.mobile_filtering_layout .solutions-search.show .icon-close {
  opacity: 0.3 !important;
}
.mobile_filtering_layout .solutions-search.show .icon-close:hover {
  opacity: 1 !important;
}
.mobile_filtering_layout .solutions-search.show .solutions-searchbox {
  opacity: 1;
  background: #fff;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .solutions-search.show .solutions-searchbox {
    padding-left: 45px;
  }
}
.mobile_filtering_layout a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
#solution_sectors {
  overflow: hidden;
}
#solution_sectors .mm-listitem {
  position: relative;
}
#solution_sectors .mm-listitem .mm-check {
  width: 100%;
}
#solution_sectors .mm-listitem .mm-check:before {
  width: 16px;
  height: 8px;
  float: right;
  margin: 0px;
  margin-top: 8px;
}
#solution_sectors .mm-navbars_bottom {
  border-top: none;
}
#solution_sectors .mm-navbars_bottom .mm-navbar {
  height: 80px;
}
#solution_sectors .mm-navbars_bottom a {
  background: #1076bc;
  color: #fff;
  margin: 20px auto;
  max-width: 90%;
}
#solution_sectors .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;
}
.vehicles_for_sale_filter_container {
  padding-bottom: 10px;
}
.vehicles_for_sale_layout {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 735px) {
  .vehicles_for_sale_layout {
    padding: 20px 0;
  }
}
.vehicles_for_sale_layout.loading {
  position: relative;
}
.vehicles_for_sale_layout.loading:before {
  content: '';
  position: absolute;
  background-color: #fff;
  background-image: url('../../images/loading-black.gif');
  background-repeat: no-repeat;
  background-position: top 200px center;
  background-size: 150px;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.vehicles_for_sale_layout .noresults {
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #1076bc;
  text-align: center;
}
@media (max-width: 1270px) {
  .vehicles_for_sale_filter_container {
    padding-top: 0;
    display: none;
  }
}
.vehicles_for_sale_filter_container .display2 {
  float: left;
  font-size: 34px;
  font-weight: 600;
  padding-top: 9px;
  line-height: 1em;
}
@media (max-width: 1020px) {
  .vehicles_for_sale_filter_container .display2 {
    float: none;
    margin-bottom: 17px;
  }
}
.vehicles_for_sale_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;
}
.vehicles_for_sale-filterbar {
  margin-top: 10px;
  position: relative;
  text-align: right;
}
@media (max-width: 1020px) {
  .vehicles_for_sale-filterbar {
    text-align: left;
  }
}
@media (max-width: 735px) {
  .vehicles_for_sale-filterbar {
    line-height: 1.8em;
  }
}
.vehicles_for_sale-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;
}
.vehicles_for_sale-filterbar select[data-filter] {
  display: none;
}
.vehicles_for_sale-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: 20px;
}
.vehicles_for_sale-filterbar .selectboxit-container .selectboxit-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #1076bc;
}
.vehicles_for_sale-filterbar .selectboxit-container .selectboxit-text:hover {
  color: #0769ad;
}
.vehicles_for_sale-filterbar .selectboxit-container .selectboxit-default-arrow {
  color: #1076bc;
}
.vehicles_for_sale-filterbar .active .vehicles_for_sale-filter {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.vehicles_for_sale-filterbar .current-search {
  color: #45555f;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search {
  position: absolute;
  right: 0;
  top: 0;
  left: 93.5%;
  bottom: 0;
  transition: 0.3s all ease;
  font-weight: 300;
}
@media (max-width: 1020px) {
  .vehicles_for_sale-filterbar .vehicles_for_sale-search {
    left: 88.5%;
  }
}
@media (max-width: 735px) {
  .vehicles_for_sale-filterbar .vehicles_for_sale-search {
    left: 91.5%;
  }
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .vehicles_for_sale-filterbar .vehicles_for_sale-search label mobile {
    display: none;
  }
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search label span {
  padding-left: 7px;
  float: left;
  line-height: 1.9em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .vehicles_for_sale-filterbar .vehicles_for_sale-search label span {
    display: none;
  }
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search label i {
  cursor: pointer;
  float: left;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-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;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search i:hover {
  opacity: 1;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search:hover i {
  color: #252d33;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 13px;
  opacity: 0 !important;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search .vehicles_for_sale-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) {
  .vehicles_for_sale-filterbar .vehicles_for_sale-search .vehicles_for_sale-searchbox {
    padding-left: 30px;
  }
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search.show {
  left: 0;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search.show label span {
  opacity: 0;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search.show .icon-close {
  opacity: 0.3 !important;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search.show .icon-close:hover {
  opacity: 1 !important;
}
.vehicles_for_sale-filterbar .vehicles_for_sale-search.show .vehicles_for_sale-searchbox {
  opacity: 1;
  background: #f3f3f3;
}
@media (max-width: 735px) {
  .vehicles_for_sale-filterbar .vehicles_for_sale-search.show .vehicles_for_sale-searchbox {
    padding-left: 45px;
  }
}
.vehicles_for_sale-filterbar a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
.vehicles_for_sale-filterbar .vehicles_for_sale_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 .mobileFilterBg a {
  display: inline-block;
}
.mobile_filtering_layout .mobileFilterBar {
  background: #f2f2f6;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.mobile_filtering_layout .vehicle_sectors_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 10px 14px 0;
  cursor: pointer;
  vertical-align: middle;
}
.mobile_filtering_layout .vehicle_sectors_btn i {
  font-size: 18px;
}
.mobile_filtering_layout .vehicle_sectors_btn:hover {
  background: #ddd;
}
.mobile_filtering_layout .vehicles_for_sale-search-wrapper {
  padding-right: 100px;
  display: inline-block;
  text-align: right;
}
.mobile_filtering_layout .vehicles_for_sale-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 .vehicles_for_sale-search {
    left: 88%;
  }
}
@media (max-width: 735px) {
  .mobile_filtering_layout .vehicles_for_sale-search {
    left: 91.5%;
  }
}
.mobile_filtering_layout .vehicles_for_sale-search label {
  width: 84px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .mobile_filtering_layout .vehicles_for_sale-search label mobile {
    display: none;
  }
}
.mobile_filtering_layout .vehicles_for_sale-search label span {
  padding-left: 7px;
  float: left;
  line-height: 2.4em;
  cursor: pointer;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .vehicles_for_sale-search label span {
    display: none;
  }
}
.mobile_filtering_layout .vehicles_for_sale-search label i {
  cursor: pointer;
  float: left;
}
.mobile_filtering_layout .vehicles_for_sale-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 .vehicles_for_sale-search i:hover {
  opacity: 1;
}
.mobile_filtering_layout .vehicles_for_sale-search:hover i {
  color: #252d33;
}
.mobile_filtering_layout .vehicles_for_sale-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 0px;
  padding-right: 13px;
  z-index: 4;
  opacity: 0 !important;
}
.mobile_filtering_layout .vehicles_for_sale-search .vehicles_for_sale-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 .vehicles_for_sale-search .vehicles_for_sale-searchbox {
    padding-left: 30px;
  }
}
.mobile_filtering_layout .vehicles_for_sale-search.show {
  left: 0;
}
.mobile_filtering_layout .vehicles_for_sale-search.show label span {
  opacity: 0;
}
.mobile_filtering_layout .vehicles_for_sale-search.show i {
  color: #5a5a5b !important;
  padding-left: 13px;
  opacity: 0.3 !important;
}
.mobile_filtering_layout .vehicles_for_sale-search.show .icon-close {
  opacity: 0.3 !important;
}
.mobile_filtering_layout .vehicles_for_sale-search.show .icon-close:hover {
  opacity: 1 !important;
}
.mobile_filtering_layout .vehicles_for_sale-search.show .vehicles_for_sale-searchbox {
  opacity: 1;
  background: #fff;
}
@media (max-width: 735px) {
  .mobile_filtering_layout .vehicles_for_sale-search.show .vehicles_for_sale-searchbox {
    padding-left: 45px;
  }
}
.mobile_filtering_layout a.clear-search {
  display: block;
  font-size: 10px;
  color: #5a5a5b;
  text-decoration: none;
}
#vehicle_sectors {
  overflow: hidden;
}
#vehicle_sectors .mm-listitem {
  position: relative;
}
#vehicle_sectors .mm-listitem .mm-check {
  width: 100%;
}
#vehicle_sectors .mm-listitem .mm-check:before {
  width: 16px;
  height: 8px;
  float: right;
  margin: 0px;
  margin-top: 8px;
}
#vehicle_sectors .mm-navbars_bottom {
  border-top: none;
}
#vehicle_sectors .mm-navbars_bottom .mm-navbar {
  height: 80px;
}
#vehicle_sectors .mm-navbars_bottom a {
  background: #1076bc;
  color: #fff;
  margin: 20px auto;
  max-width: 90%;
}
#vehicle_sectors .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;
}
.vehicles_for_sale-container .listing {
  position: relative;
  margin-bottom: 30px;
}
.vehicles_for_sale-container .listing .link {
  text-decoration: none;
  display: block;
}
.vehicles_for_sale-container .listing .link .listing-box {
  text-decoration: none;
  background: #fff;
  position: relative;
  height: 100%;
  transition: 0.5s all ease;
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.1);
}
.vehicles_for_sale-container .listing .link .listing-box .listing-image {
  background-color: #f2f2f2;
  background-position: center;
  background-size: cover;
  padding-bottom: calc(79% + 125px);
  height: 0;
  overflow: hidden;
}
.vehicles_for_sale-container .listing .link .listing-box .listing-image img {
  transition: 0.5s all ease;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 735px) {
  .vehicles_for_sale-container .listing .link .listing-box .listing-image {
    width: 172px;
    padding-bottom: 25%;
    min-height: 135px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
  .vehicles_for_sale-container .listing .link .listing-box .listing-image img {
    width: 172px;
  }
}
@media (max-width: 375px) {
  .vehicles_for_sale-container .listing .link .listing-box .listing-image {
    width: 45%;
  }
  .vehicles_for_sale-container .listing .link .listing-box .listing-image img {
    width: 172px;
    max-width: 172px;
  }
}
.vehicles_for_sale-container .listing .link .listing-box .listing-content {
  padding: 15px 15px 80px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #fff;
}
.vehicles_for_sale-container .listing .link .listing-box .listing-content .display6 {
  font-size: 12px;
  font-weight: 500;
  color: #1076bc;
  text-transform: uppercase;
}
.vehicles_for_sale-container .listing .link .listing-box .listing-content .display4a {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #242428;
  line-height: 1.44em;
}
.vehicles_for_sale-container .listing .link .listing-box .listing-content .listing-prices {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.vehicles_for_sale-container .listing .link .listing-box .listing-content .listing-prices .prices {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 10px;
}
.vehicles_for_sale-container .listing .link .listing-box .listing-content .listing-prices .prices .priceType {
  font-size: 10px;
  color: #1076bc;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 400;
}
.vehicles_for_sale-container .listing .link .listing-box .listing-content .listing-prices .prices .priceValue {
  font-size: 16px;
  color: #45555f;
  font-weight: 400;
}
.vehicles_for_sale-container .listing .link .listing-box .listing-content .listing-prices .prices .priceValue .small {
  font-size: 9px;
}
@media (max-width: 375px) {
  .vehicles_for_sale-container .listing .link .listing-box .listing-content .listing-prices .prices .priceValue .small {
    display: block;
    margin-top: -5px;
  }
}
@media (max-width: 735px) {
  .vehicles_for_sale-container .listing .link .listing-box .listing-content {
    width: calc(100% - 177px);
    padding: 15px 10px 60px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 100%;
  }
  .vehicles_for_sale-container .listing .link .listing-box .listing-content .listing-prices .prices {
    padding-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .vehicles_for_sale-container .listing .link .listing-box .listing-content {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 55%;
  }
}
.vehicles_for_sale-container .listing .link .listing-box .listing-meta {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #a4a4a4;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 15px 0px;
  background: #fff;
}
.vehicles_for_sale-container .listing .link:hover .listing-box {
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.2);
}
.vehicles_for_sale-container .listing .link:hover .listing-box .listing-image img {
  transform: scale(1.08);
}
@media (max-width: 735px) {
  .vehicles_for_sale-container .listing .link:hover .listing-box .listing-image img {
    transform: none;
  }
}
.sideNav {
  padding-bottom: 5px;
}
.sideNav li {
  transition: 0.5s all ease;
}
.sideNav li span, .sideNav li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5b;
  display: block;
  cursor: pointer;
}
.sideNav li span.active, .sideNav li a.active, .sideNav li span:hover, .sideNav li a:hover {
  color: #1076bc;
}
.sideNav li ul li a {
  font-weight: 300;
}
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}
.vehicles_for_sale-search-wrapper {
  position: relative;
}
.vehicles_for_sale-search-wrapper .gfield:before {
  padding: 11px;
  content: '\e925';
  font-family: 'sd-icons';
  color: #cfcfcf;
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 0;
  height: 41px;
  width: 34px;
  line-height: 1em;
}
.vehicles_for_sale-search-wrapper .gfield input {
  padding: 12px 18px;
  padding-left: 34px;
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 300;
}
.vehicles_for_sale-search-wrapper .gfield ::-webkit-input-placeholder {
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 300;
}
.vehicles_for_sale-search-wrapper .gfield :-moz-placeholder {
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 300;
}
.vehicles_for_sale-search-wrapper .gfield ::-moz-placeholder {
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 300;
}
.vehicles_for_sale-search-wrapper .gfield :-ms-input-placeholder {
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 300;
}
.vehicles_for_sale-search-wrapper .gfield ::placeholder {
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 300;
}
.vehicles_for_sale-search-wrapper .gfield:-webkit-input-placeholder {
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 300;
}
.vehicles_for_sale-search-wrapper .gfield:-moz-placeholder {
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 300;
}
.vehicles_for_sale-search-wrapper .gfield::-moz-placeholder {
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 300;
}
.vehicles_for_sale-search-wrapper .gfield:-ms-input-placeholder {
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 300;
}
.vehicles_for_sale-search-wrapper .gfield::placeholder {
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 300;
}
.vehicleTypes_filter_container {
  padding-bottom: 2px;
}
.vehicleTypes_layout {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 735px) {
  .vehicleTypes_layout {
    padding: 20px 0;
  }
}
.vehicleTypes_layout.loading {
  position: relative;
}
.vehicleTypes_layout.loading:before {
  content: '';
  position: absolute;
  background-color: #fff;
  background-image: url('../../images/loading-black.gif');
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: top 200px center;
  background-size: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.vehicleTypes_layout .noresults {
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #1076bc;
  text-align: center;
}
.vehicleTypes-container .listing {
  position: relative;
  margin-bottom: 30px;
}
.vehicleTypes-container .listing .link {
  text-decoration: none;
}
.vehicleTypes-container .listing .link .listing-box {
  position: relative;
  text-decoration: none;
  background: #fff;
  height: 100%;
  transition: 0.5s all ease;
  overflow: hidden;
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 735px) {
  .vehicleTypes-container .listing .link .listing-box {
    box-shadow: 0px 0px 11px 0 rgba(0, 0, 0, 0.1);
  }
}
.vehicleTypes-container .listing .link .listing-box .listing-image {
  background-color: #f2f2f2;
  background-position: center;
  background-size: cover;
  padding-bottom: calc(55% + 81px);
  height: 0;
  overflow: hidden;
}
.vehicleTypes-container .listing .link .listing-box .listing-image img {
  transition: 0.5s all ease;
}
@media (max-width: 1020px) {
  .vehicleTypes-container .listing .link .listing-box .listing-image {
    padding-bottom: calc(55% + 60px);
  }
}
@media (max-width: 735px) {
  .vehicleTypes-container .listing .link .listing-box .listing-image {
    padding-bottom: calc(55% + 45px);
  }
}
.vehicleTypes-container .listing .link .listing-box .listing-content {
  padding: 25px 30px 0;
  position: absolute;
  bottom: -30px;
  width: 100%;
  background: #fff;
  transition: 0.5s all ease;
}
.vehicleTypes-container .listing .link .listing-box .listing-content .display6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1076bc;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.5s all ease;
  padding: 10px 0 20px;
}
@media (max-width: 735px) {
  .vehicleTypes-container .listing .link .listing-box .listing-content .display6 {
    padding: 0;
  }
}
.vehicleTypes-container .listing .link .listing-box .listing-content .display4a {
  padding-top: 5px;
  font-size: 26px;
  font-weight: 500;
  color: #242428;
  line-height: 1.44em;
}
@media (max-width: 735px) {
  .vehicleTypes-container .listing .link .listing-box .listing-content .display4a {
    font-size: 22px;
  }
}
@media (max-width: 735px) {
  .vehicleTypes-container .listing .link .listing-box .listing-content {
    padding: 10px 10px;
  }
}
.vehicleTypes-container .listing .link .listing-box .listing-meta {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #a4a4a4;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 15px 0px;
  background: #fff;
}
.vehicleTypes-container .listing .link:hover .listing-box {
  box-shadow: 0px 7px 11px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 735px) {
  .vehicleTypes-container .listing .link:hover .listing-box {
    box-shadow: 0px 0px 11px 0 rgba(0, 0, 0, 0.2);
  }
}
.vehicleTypes-container .listing .link:hover .listing-box .listing-content {
  bottom: 0px;
}
.vehicleTypes-container .listing .link:hover .listing-box .listing-content .display6 {
  opacity: 1;
}
@media (max-width: 1270px) {
  .vehicleTypes-container .listing .link:hover .listing-box .listing-content {
    bottom: -30px;
  }
  .vehicleTypes-container .listing .link:hover .listing-box .listing-content .display6 {
    opacity: 0;
  }
}
.vehicleTypes-container .listing .link:hover .listing-box .listing-image img {
  transform: scale(1.08);
}
@media (max-width: 735px) {
  .vehicleTypes-container .listing .link:hover .listing-box .listing-image img {
    transform: none;
  }
}
.grid_tile_slideup_layout .altBackground {
  background: #f1f2f6;
  margin: 40px 0;
}
.grid_tile_slideup_layout.sectionDividebottom {
  border-bottom: #cfcfcf solid 1px;
  margin-bottom: 30px;
  padding-bottom: 70px;
}
.grid_tile_slideup_layout .slideupTile {
  box-shadow: 0 6px 8px 0px #e4e4e4;
}
.grid_tile_slideup_layout .slideupTile .display6 {
  line-height: 1.4em;
}
.grid_tile_slideup_layout .slideupTile .title {
  padding: 25px 24px 0;
  line-height: 1.4em;
  font-size: 22px;
  bottom: -60px;
}
.grid_tile_slideup_layout .slideupTile .description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  margin: 0.1em 0 0.5em;
  color: #5a5a5b;
  opacity: 0;
  min-height: 30px;
}
.grid_tile_slideup_layout .slideupTile .btn-text {
  font-size: 14px;
  padding: 10px 0 20px;
}
@media (max-width: 1270px) {
  .grid_tile_slideup_layout .slideupTile .title {
    padding: 15px 24px;
    bottom: 0px;
  }
  .grid_tile_slideup_layout .slideupTile .btn-text, .grid_tile_slideup_layout .slideupTile .description {
    display: none;
  }
}
@media (max-width: 560px) {
  .grid_tile_slideup_layout .slideupTile .title {
    position: relative;
  }
}
@media (max-width: 735px) {
  .grid_tile_slideup_layout .slideupTile .title {
    padding: 15px 15px;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
  .grid_tile_slideup_layout .slideupTile .image {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
  }
}
.grid_tile_slideup_layout .slideupTile:hover .title {
  bottom: 0px;
}
.grid_tile_slideup_layout .slideupTile:hover .description {
  opacity: 1;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.grid_overlay_slideup_layout {
  background: #f1f2f6;
}
.grid_overlay_slideup_layout .altBackground {
  background: #f1f2f6;
  margin: 40px 0;
}
.grid_overlay_slideup_layout .heading {
  margin-bottom: 5px;
}
.grid_overlay_slideup_layout .slideupTile {
  box-shadow: 0 6px 8px 0px #e4e4e4;
}
.grid_overlay_slideup_layout .slideupTile .display6 {
  line-height: 1.4em;
}
.grid_overlay_slideup_layout .slideupTile .title {
  padding: 30px 24px 0;
  line-height: 1.4em;
  font-size: 22px;
  bottom: -26px;
}
.grid_overlay_slideup_layout .slideupTile .title .learnMore {
  opacity: 0;
}
.grid_overlay_slideup_layout .slideupTile .btn-text {
  font-size: 14px;
}
.grid_overlay_slideup_layout .slideupTile:hover .title .learnMore {
  opacity: 1;
}
@media (max-width: 735px) {
  .grid_overlay_slideup_layout .slideupTile:hover .title .learnMore {
    opacity: 0;
  }
}
@media (max-width: 1270px) {
  .grid_overlay_slideup_layout .slideupTile .title {
    padding: 15px 24px;
    bottom: 0px;
  }
  .grid_overlay_slideup_layout .slideupTile .btn-text, .grid_overlay_slideup_layout .slideupTile .description {
    display: none;
  }
}
@media (max-width: 735px) {
  .grid_overlay_slideup_layout .slideupTile .title {
    padding: 15px 15px;
  }
}
.grid_overlay_slideup_layout .slideupTile:hover .title {
  bottom: 0px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.optionsOverlay {
  overflow: hidden;
}
.optionsOverlay .tb {
  overflow: hidden;
}
.optionsOverlay .tb.upper {
  background: #fff;
  position: relative;
}
.optionsOverlay .content-text.tc {
  padding: 0 55px;
}
.optionsOverlay .content-image.tc {
  width: 460px;
}
.optionsOverlay a {
  cursor: default;
}
.optionsOverlay a[href] {
  cursor: pointer;
}
.optionsOverlay .display6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.optionsOverlay .mfp-close {
  color: #fff !important;
  top: 10px;
  right: 10px;
}
@media (max-width: 1020px) {
  .optionsOverlay.page-container {
    max-width: 470px !important;
  }
  .optionsOverlay span.display6 {
    position: relative;
    bottom: 0 !important;
    color: #5a5a5b;
    margin-top: 15px;
    display: block;
    left: 0;
  }
  .optionsOverlay span.display6:before {
    background: #5a5a5b;
  }
  .optionsOverlay .content-text.tc {
    display: block;
    margin-top: 400px;
  }
  .optionsOverlay .content-image.tc {
    width: 100%;
    height: 400px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
  }
  .optionsOverlay .content-text.tc {
    padding: 40px;
  }
  .optionsOverlay .mfp-close {
    color: #fff !important;
  }
}
@media (max-width: 735px) {
  .optionsOverlay .content-text.tc {
    padding: 30px;
  }
}
.header_homepage_layout {
  position: relative;
  padding-bottom: 50px;
}
.header_homepage_layout .background {
  position: absolute;
  width: 100%;
}
.header_homepage_layout .header-image {
  min-height: 600px;
  max-height: 700px;
  height: calc(100vh - 121px);
  max-width: none;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*    -webkit-filter: grayscale(1); /* Webkit */
  /*  	filter: gray; /* IE6-9 */
  /*  	filter: grayscale(1); /* W3C */
  /*    filter: url('../../images/gray.svg#grayscale');
   filter: gray; */
}
@media (max-width: 1270px) {
  .header_homepage_layout .header-image {
    min-height: 600px;
    max-height: 630px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .header-image {
    min-height: 470px;
    max-height: 480px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .header-image {
    min-height: 500px;
    max-height: 510px;
  }
}
.header_homepage_layout .headerText {
  padding-top: 235px;
  padding-bottom: 190px;
}
.header_homepage_layout .headerText .display1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  text-shadow: 0 0 2px #666;
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .header_homepage_layout .headerText .display1 {
    font-size: 30px;
    line-height: 1.25em;
    padding-top: 90px;
  }
}
@media (max-width: 1300px) {
  .header_homepage_layout .headerText {
    padding-top: 215px;
    padding-bottom: 160px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerText {
    padding-top: 145px;
    padding-bottom: 40px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerText {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 375px) {
  .header_homepage_layout .headerText {
    padding-top: 50px;
  }
}
.header_homepage_layout .headerText .HomeVideoLink {
  color: #fff;
  background-size: cover;
  text-transform: uppercase;
  padding: 18px 0px 12px;
  font-size: 23px;
  text-shadow: 0 0 2px #666;
  opacity: 1;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6em;
  display: inline-block;
  margin-top: 20px;
}
.header_homepage_layout .headerText .HomeVideoLink i {
  border: 2px solid #fff;
  border-radius: 80px;
  padding: 20px 18px 20px 23px;
  font-size: 25px;
  margin-right: 10px;
}
.header_homepage_layout .headerText .HomeVideoLink:hover {
  opacity: 0.8;
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerText .HomeVideoLink {
    padding: 12px 0px;
    font-size: 21px;
  }
  .header_homepage_layout .headerText .HomeVideoLink i {
    padding: 17px 15px 17px 20px;
    font-size: 22px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerText .HomeVideoLink {
    padding: 12px 0px;
    font-size: 21px;
  }
  .header_homepage_layout .headerText .HomeVideoLink i {
    padding: 12px 10px 12px 15px;
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerTiles > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header_homepage_layout .headerTiles a {
  text-decoration: none;
  display: block;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 4px solid #fff;
  transition: ease 0.4s all;
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles a {
    margin-bottom: 10px;
    background: #fff;
    border: none;
  }
}
.header_homepage_layout .headerTiles a.commercialColour .homeTileTitle {
  padding: 33px 35px;
  background: #77bc1f;
  transition: ease 0.4s all;
}
@media (max-width: 1270px) {
  .header_homepage_layout .headerTiles a.commercialColour .homeTileTitle {
    padding: 33px 25px 33px 30px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerTiles a.commercialColour .homeTileTitle {
    padding: 24px 10px 35px 20px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles a.commercialColour .homeTileTitle {
    padding: 31px 24px;
    width: calc(100% - 134px);
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 435px) {
  .header_homepage_layout .headerTiles a.commercialColour .homeTileTitle {
    padding: 31px 10px;
  }
}
@media (max-width: 375px) {
  .header_homepage_layout .headerTiles a.commercialColour .homeTileTitle {
    padding: 18px 20px;
    margin: 3px 0 3px 4px;
  }
}
.header_homepage_layout .headerTiles a.commercialColour .homeTileTitle .display6 {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerTiles a.commercialColour .homeTileTitle .display6 {
    font-size: 11px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles a.commercialColour .homeTileTitle .display6 {
    font-size: 11px;
  }
}
.header_homepage_layout .headerTiles a.commercialColour .homeTileTitle .display3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.4em;
}
@media (max-width: 1270px) {
  .header_homepage_layout .headerTiles a.commercialColour .homeTileTitle .display3 {
    font-size: 22px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerTiles a.commercialColour .homeTileTitle .display3 {
    font-size: 20px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles a.commercialColour .homeTileTitle .display3 {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.header_homepage_layout .headerTiles a.commercialColour:hover .homeTileImage img {
  transform: scale(1.05);
}
.header_homepage_layout .headerTiles a.commercialColour:hover .homeTileTitle {
  background: #60ab00;
}
.header_homepage_layout .headerTiles a.commercialColour:hover .homeTileTitle .display3, .header_homepage_layout .headerTiles a.commercialColour:hover .homeTileTitle .display6 {
  color: #fff;
}
.header_homepage_layout .headerTiles a.passengerColour .homeTileTitle {
  padding: 33px 35px;
  background: #00b2e2;
  transition: ease 0.4s all;
}
@media (max-width: 1270px) {
  .header_homepage_layout .headerTiles a.passengerColour .homeTileTitle {
    padding: 33px 25px 33px 30px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerTiles a.passengerColour .homeTileTitle {
    padding: 24px 10px 35px 20px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles a.passengerColour .homeTileTitle {
    padding: 31px 24px;
    width: calc(100% - 134px);
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 435px) {
  .header_homepage_layout .headerTiles a.passengerColour .homeTileTitle {
    padding: 31px 10px;
  }
}
@media (max-width: 375px) {
  .header_homepage_layout .headerTiles a.passengerColour .homeTileTitle {
    padding: 18px 20px;
    margin: 3px 0 3px 4px;
  }
}
.header_homepage_layout .headerTiles a.passengerColour .homeTileTitle .display6 {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerTiles a.passengerColour .homeTileTitle .display6 {
    font-size: 11px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles a.passengerColour .homeTileTitle .display6 {
    font-size: 11px;
  }
}
.header_homepage_layout .headerTiles a.passengerColour .homeTileTitle .display3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.4em;
}
@media (max-width: 1270px) {
  .header_homepage_layout .headerTiles a.passengerColour .homeTileTitle .display3 {
    font-size: 22px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerTiles a.passengerColour .homeTileTitle .display3 {
    font-size: 20px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles a.passengerColour .homeTileTitle .display3 {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.header_homepage_layout .headerTiles a.passengerColour:hover .homeTileImage img {
  transform: scale(1.05);
}
.header_homepage_layout .headerTiles a.passengerColour:hover .homeTileTitle {
  background: #009ec9;
}
.header_homepage_layout .headerTiles a.passengerColour:hover .homeTileTitle .display3, .header_homepage_layout .headerTiles a.passengerColour:hover .homeTileTitle .display6 {
  color: #fff;
}
.header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle {
  padding: 33px 35px;
  background: #ff8300;
  transition: ease 0.4s all;
}
@media (max-width: 1270px) {
  .header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle {
    padding: 33px 25px 33px 30px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle {
    padding: 24px 10px 35px 20px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle {
    padding: 31px 24px;
    width: calc(100% - 134px);
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 435px) {
  .header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle {
    padding: 31px 10px;
  }
}
@media (max-width: 375px) {
  .header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle {
    padding: 18px 20px;
    margin: 3px 0 3px 4px;
  }
}
.header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle .display6 {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle .display6 {
    font-size: 11px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle .display6 {
    font-size: 11px;
  }
}
.header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle .display3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.4em;
}
@media (max-width: 1270px) {
  .header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle .display3 {
    font-size: 22px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle .display3 {
    font-size: 20px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles a.mobilityColour .homeTileTitle .display3 {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.header_homepage_layout .headerTiles a.mobilityColour:hover .homeTileImage img {
  transform: scale(1.05);
}
.header_homepage_layout .headerTiles a.mobilityColour:hover .homeTileTitle {
  background: #ed7a00;
}
.header_homepage_layout .headerTiles a.mobilityColour:hover .homeTileTitle .display3, .header_homepage_layout .headerTiles a.mobilityColour:hover .homeTileTitle .display6 {
  color: #fff;
}
.header_homepage_layout .headerTiles a .homeTileImage {
  overflow: hidden;
  transition: ease 0.4s all;
}
.header_homepage_layout .headerTiles a .homeTileImage img {
  transition: ease 0.4s all;
}
@media (max-width: 735px) {
  .header_homepage_layout .headerTiles a .homeTileImage {
    max-width: 125px;
    display: inline-block;
    vertical-align: middle;
    border: 4px solid #fff;
    border-left: none;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.header_homepage_layout .background video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
}
@media (max-width: 735px) {
  .header_homepage_layout .background video {
    display: none;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .video-filter {
    display: none;
  }
}
.header_homepage_layout .header-image.alt {
  display: none;
}
@media (max-width: 735px) {
  .header_homepage_layout .header-image.alt {
    display: block;
  }
}
@media (max-width: 1020px) {
  .content_logo_grid_layout {
    padding: 30px 0;
  }
}
@media (max-width: 735px) {
  .content_logo_grid_layout {
    padding: 15px 0;
  }
}
.content_logo_grid_layout .logo-grid {
  text-align: center;
}
.content_logo_grid_layout .logoImage {
  display: inline-block;
  float: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.content_logo_grid_layout img {
  margin: auto;
  width: 100%;
}
.content_seo_tabs_layout {
  padding: 10px 0 80px;
}
@media (max-width: 1020px) {
  .content_seo_tabs_layout {
    padding: 20px 0 60px;
  }
}
@media (max-width: 735px) {
  .content_seo_tabs_layout {
    padding: 20px 0 40px;
  }
}
@media (max-width: 375px) {
  .content_seo_tabs_layout {
    padding: 20px 0 30px;
  }
}
.content_seo_tabs_layout .tabs {
  text-align: center;
  margin-bottom: 20px;
}
.content_seo_tabs_layout .tabs .tab {
  display: inline-block;
  margin: 14px 0 33px;
  border-right: 2px solid #cfcfcf;
}
.content_seo_tabs_layout .tabs .tab:last-child {
  border: none;
}
.content_seo_tabs_layout .tabs a {
  border-radius: 4px;
  text-decoration: none;
  padding: 0px 45px;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #242428;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 1020px) {
  .content_seo_tabs_layout .tabs a {
    padding: 14px 20px;
    font-size: 80%;
  }
}
.content_seo_tabs_layout .tabs a:hover, .content_seo_tabs_layout .tabs a.selected-tab {
  color: #1076bc;
}
.content_seo_tabs_layout .tabs.commercial a:hover, .content_seo_tabs_layout .tabs.commercial a.selected-tab {
  color: #77bc1f;
}
.content_seo_tabs_layout .tabs.passenger a:hover, .content_seo_tabs_layout .tabs.passenger a.selected-tab {
  color: #00b2e2;
}
.content_seo_tabs_layout .tabs.mobility-enhancement a:hover, .content_seo_tabs_layout .tabs.mobility-enhancement a.selected-tab {
  color: #ff8300;
}
.content_seo_tabs_layout .tab-content {
  margin: auto;
}
.content_seo_tabs_layout .tab-content .tab-mobile-title {
  display: none;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  transition: 0.2s all ease;
}
.content_seo_tabs_layout .tab-content .tab-mobile-title i {
  right: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 19px;
  margin: auto;
  opacity: 0.5;
  transition: 0.2s all ease;
  color: #a4a4a4;
  font-weight: bold;
}
.content_seo_tabs_layout .tab-content.open .tab-mobile-title {
  margin-bottom: 15px;
}
.content_seo_tabs_layout .tab-content.open .tab-mobile-title i {
  transform: rotate(180deg);
}
.content_seo_tabs_layout .tab-content .tab-image {
  width: 350px;
  display: inline-block;
  margin-left: 50px;
  padding-top: 8px;
  vertical-align: middle;
}
.content_seo_tabs_layout .tab-content .tab-copy {
  display: inline-block;
  width: calc(100% - 406px);
  vertical-align: middle;
  position: relative;
}
.content_seo_tabs_layout .tab-content .tab-copy .display3 {
  font-size: 26px;
  line-height: 1.5em;
}
.content_seo_tabs_layout .tab-content .tab-copy p {
  margin: 0.6em 0;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (min-width: 1020px) {
  .content_seo_tabs_layout #tab-content .panel-container .tab-image, .content_seo_tabs_layout #tab-content .panel-container .tab-copy {
    display: inline-block !important;
  }
}
@media (max-width: 1020px) {
  .content_seo_tabs_layout #tab-content .tabs {
    display: none;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content {
    display: block !important;
    float: left;
    border-top: 1px solid #f2f2f6;
    width: 100%;
    padding: 10px 0;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content:last-child {
    border-bottom: 1px solid #f2f2f6;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content .tab-image, .content_seo_tabs_layout #tab-content .panel-container .tab-content .tab-copy {
    width: 100%;
    margin: 0;
    display: none;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content .tab-mobile-title {
    display: block;
  }
}
@media (max-width: 735px) {
  .content_seo_tabs_layout #tab-content .panel-container .tab-content {
    border-top: solid 2px #f2f2f6;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content:last-child {
    border-bottom: solid 2px #f2f2f6;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content::after {
    color: #f2f2f6;
  }
}
@media (max-width: 375px) {
}
.timeline_slider_layout {
  margin-top: 30px;
}
.timeline_slider_layout .lSAction {
  display: none;
}
@media (max-width: 1020px) {
  .timeline_slider_layout .lSAction {
    display: block;
  }
}
.timeline_slider_layout .lSAction a {
  height: 50px;
  width: 40px;
  text-shadow: 0 0 4px #ccc;
}
.timeline_slider_layout .lSAction a:before {
  font-size: 50px;
  height: 50px;
  width: 40px;
}
.timeline_slider_layout .lSAction a.lSPrev {
  left: -10px;
}
.timeline_slider_layout .lSAction a.lSNext {
  right: 0px;
}
.timeline_slider_layout .timelineInner {
  background: #f2f2f6;
  border-top: 1px solid #cfcfcf;
}
.timeline_slider_layout .timelineItem article .display4 {
  color: #888;
}
.timeline_slider_layout .timelineItem article h3 {
  font-weight: 600;
  margin-top: 0px;
}
.timeline_slider_layout .timelineItem .display3aa {
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .timeline_slider_layout .timelineItem .vcenter {
    display: block;
  }
  .timeline_slider_layout .timelineItem .col-sm-12 {
    margin-bottom: 20px;
    padding-left: 30px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.timeline_slider_layout .timeline-controls {
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1020px) {
  .timeline_slider_layout .timeline-controls {
    display: none;
  }
}
.timeline_slider_layout .timeline-controls .timelineNav {
  width: 38px;
  height: 53px;
  display: inline-block;
  color: #a4a4a4;
  font-size: 16px;
  font-weight: 500;
  margin: -43px 0px 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-position: center;
  background-size: 100%;
  transition: 0.2s ease all;
  vertical-align: middle;
}
.timeline_slider_layout .timeline-controls .timelineNav:after {
  width: 22px;
  height: 22px;
  content: '';
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border-radius: 15px;
  border: 2px solid #cfcfcf;
  background: #fff;
  position: absolute;
}
.timeline_slider_layout .timeline-controls .timelineNav.active {
  color: #1076bc;
}
.timeline_slider_layout .timeline-controls .timelineNav.active:after {
  background: #1076bc;
  border-color: #1076bc;
}
.timeline_slider_layout .timeline-controls .timelineNav.active, .timeline_slider_layout .timeline-controls .timelineNav:hover {
  filter: grayscale(0%);
  background-size: 110%;
}
@media (max-width: 735px) {
  .timeline_slider_layout .timeline-controls .timelineNav {
    display: none;
    width: 63px;
    height: 63px;
  }
  .timeline_slider_layout .timeline-controls .timelineNav:nth-child(-n+4) {
    display: inline-block;
  }
}
.timeline_slider_layout .lSSlideOuter .lSPager.lSpg {
  padding: 0;
  text-align: center;
  position: absolute;
  display: none;
  bottom: 23px;
  right: 0;
  left: 0;
  width: 97%;
  max-width: 1200px;
  margin: auto !important;
}
@media (max-width: 1270px) {
  .timeline_slider_layout .lSSlideOuter .lSPager.lSpg {
    max-width: 960px;
  }
}
@media (max-width: 1020px) {
  .timeline_slider_layout .lSSlideOuter .lSPager.lSpg {
    max-width: 700px;
  }
}
@media (max-width: 735px) {
  .timeline_slider_layout .lSSlideOuter .lSPager.lSpg {
    max-width: 600px;
  }
}
.timeline_slider_layout .lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.timeline_slider_layout .lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1;
  background-color: #fff !important;
  border-radius: 0px;
  height: 2px;
  text-indent: 0;
  width: 45px;
}
@media (max-width: 1020px) {
  .timeline_slider_layout .lSSlideOuter .lSPager.lSpg > li a {
    width: 23px;
  }
}
@media (max-width: 735px) {
  .timeline_slider_layout .lSSlideOuter .lSPager.lSpg > li a {
    width: 19px;
  }
}
.timeline_slider_layout .lSSlideOuter .lSPager.lSpg > li a:before {
  background-color: #45555f;
  position: absolute;
  content: '';
  width: 100%;
  left: -100%;
  height: 2px;
  top: 0;
  bottom: 0;
}
.timeline_slider_layout .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #45555f;
}
.timeline_slider_layout .lSSlideOuter .lSPager.lSpg > li.active a:before {
  -webkit-animation: fill 7s 0s forwards;
  -moz-animation: fill 7s 0s forwards;
  animation: fill 7s 0s forwards;
}
.timeline_slider_layout .lSSlideOuter .lSPager.lSpg > li:hover a:before {
  -webkit-animation: paused;
  -moz-animation: paused;
  animation: paused;
}
@-webkit-keyframes fill {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@-moz-keyframes fill {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes fill {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .timeline_slider_layout .lSSlideOuter .lSAction > a.lSNext {
    right: 0px;
  }
  .timeline_slider_layout .lSSlideOuter .lSAction > a.lSPrev {
    left: 0px;
  }
}
@media (max-width: 375px) {
}
.content_imagebk_centered_layout {
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.content_imagebk_centered_layout .text-container {
  text-align: center;
  position: relative;
  top: 0px;
  z-index: 4;
  padding: 190px 0;
}
@media (max-width: 1270px) {
  .content_imagebk_centered_layout .text-container {
    padding: 175px 0;
  }
}
.content_imagebk_centered_layout .text-container .display3 {
  font-size: 27px;
  line-height: 1.5em;
}
@media (max-width: 735px) {
  .content_imagebk_centered_layout .text-container .display3 {
    font-size: 22px;
  }
}
@media (max-width: 1020px) {
  .content_imagebk_centered_layout .text-container {
    padding: 100px 0;
  }
}
@media (max-width: 735px) {
  .content_imagebk_centered_layout .text-container {
    padding: 50px 0;
  }
}
.content_imagebk_centered_layout .backgroundImageAbsolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.team_layout {
  position: relative;
  overflow: hidden;
}
.team_layout .team-member {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 30px;
  box-shadow: -2px 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.team_layout a {
  text-decoration: none;
}
.team_layout a .details {
  position: absolute;
  z-index: 1;
  width: 100%;
  background: #fff;
  bottom: -24px;
  transition: 0.2s ease all;
  padding: 16px 20px;
}
.team_layout a .details .display7 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #45555f;
  line-height: 1.2em;
}
.team_layout a .details .display7:before {
  background: #fff;
}
.team_layout a .details .display8 {
  line-height: 1.2em;
  font-size: 15px;
  font-weight: 300;
  color: #45555f;
  display: block;
  padding-bottom: 18px;
}
.team_layout a .details .link-text {
  color: #1076bc;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 0.2px;
  text-align: left;
  opacity: 0;
  display: block;
}
.team_layout a.team-link:hover .details {
  bottom: 0px;
}
.team_layout a.team-link:hover .details .link-text {
  opacity: 1;
}
@media (max-width: 1270px) {
  .team_layout a.team-link:hover .details {
    bottom: -24px;
  }
  .team_layout a.team-link:hover .details .link-text {
    opacity: 0;
  }
}
.team_layout a.team-link.no-hover:hover .details {
  bottom: -24px;
}
.team_layout a.team-link.no-hover:hover .details .link-text {
  opacity: 0;
}
.team_layout > .page-container > .display6 {
  margin-bottom: 20px;
}
.team_layout .team-link:after {
  transition: 0.2s ease all;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
}
.team_layout .team-member:hover .team-link:after {
  opacity: 0.3;
}
.team_layout .team-member:hover .no-hover:after {
  opacity: 0;
}
.team_layout .team-member:hover .no-hover .display7 {
  padding-bottom: 0px;
}
.team_layout .tb.upper {
  background: #fff;
  position: relative;
  z-index: 1;
  top: 0px;
  right: 0px;
  transition: all 1s ease;
}
.team_layout .tb.upper .profile-img-mobile {
  display: none;
}
.team_layout .tb.upper iframe.video-mobile {
  display: none;
}
.team_layout .tb.upper .video-close {
  background: none;
  border: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 5px;
  left: 15px;
  transform: rotate(180deg);
  text-decoration: none;
  text-align: center;
  opacity: 0;
  z-index: 10;
  transition: 0.2s linear all;
  cursor: default;
}
.team_layout .tb.upper .video-close i:before {
  color: #45555f;
  font-size: 28px;
}
.team_layout .tb.upper .video-close:hover {
  left: 12px;
}
.team_layout .tb.upper .video-close:hover i:before {
  color: #5a5a5b;
}
.team_layout .tb.upper.panelHide {
  right: calc(-90%);
}
.team_layout .tb.upper.panelHide .video-close {
  opacity: 1;
  cursor: pointer;
}
.team_layout .tb.upper .viewBioVideo {
  cursor: pointer;
  position: relative;
}
.team_layout .tb.upper .viewBioVideo span {
  text-decoration: none !important;
}
.team_layout .tb.lower {
  position: absolute;
  z-index: 0;
  display: block;
  top: 0px;
  left: 0px;
  right: 10%;
  bottom: 0px;
  height: 100%;
  width: 90%;
  background: #000;
}
@media (max-width: 735px) {
  .team_layout .tb.lower {
    top: auto;
    height: 350px;
  }
}
.team_layout .video {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
}
.team_layout .hiddenImage {
  opacity: 0;
  z-index: 0;
  position: relative;
  width: 460px;
}
.team_layout .content-text.tc {
  padding: 0 70px;
}
.team_layout .content-image.tc {
  width: 400px;
}
.team_layout a {
  cursor: default;
}
.team_layout a[href] {
  cursor: pointer;
}
.team_layout .display6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.team_layout .plead {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0px;
}
.team_layout .body {
  padding-top: 5px;
}
.team_layout .team-contacts {
  margin-top: 15px;
}
.team_layout .team-contacts span {
  display: block;
  line-height: 2em;
}
.team_layout .team-contacts span.viewBioVideo > span, .team_layout .team-contacts span a {
  color: #58585c;
  font-size: 15px;
  font-weight: 300;
}
.team_layout .team-contacts span.viewBioVideo > span:hover, .team_layout .team-contacts span a:hover {
  text-decoration: underline;
}
.team_layout .team-contacts span.viewBioVideo span {
  display: inline-block;
}
.team_layout .team-contacts span i {
  margin-right: 11px;
  color: #1076bc;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.team_layout .team-contacts span:hover i {
  color: #0769ad;
}
.team_layout .mfp-close {
  color: #fff !important;
  top: 10px;
  right: 10px;
}
@media (min-width: 1271px) {
  .team_layout .col-lg-25 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .team_layout.page-container {
    max-width: 470px !important;
  }
  .team_layout span.display6 {
    position: relative;
    bottom: 0 !important;
    color: #5a5a5b;
    margin-top: 15px;
    display: block;
    left: 0;
  }
  .team_layout span.display6:before {
    background: #5a5a5b;
  }
  .team_layout .content-text.tc {
    display: block;
  }
  .team_layout .profile-img-mobile {
    display: block !important;
  }
  .team_layout iframe.video-mobile {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    display: block !important;
  }
  .team_layout .content-image.tc {
    display: none;
  }
  .team_layout .content-text.tc {
    padding: 0px;
  }
  .team_layout .content-text.tc .profile-content {
    padding: 40px;
  }
  .team_layout .mfp-close {
    color: #fff !important;
  }
}
@media (max-width: 735px) {
  .team_layout .content-text.tc .profile-content {
    padding: 30px;
  }
}
@media (max-width: 375px) {
}
.contact_layout {
  overflow: hidden;
}
.contact_layout h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  border: none;
  padding: 0;
}
.contact_layout .display4 {
  margin-bottom: 5px;
  font-weight: bold;
}
.contact_layout .contact-details {
  font-size: 16px;
}
.contact_layout .contact-details .contactPrimaryDetails a {
  padding-bottom: 5px;
  font-weight: 300;
}
.contact_layout .contact-details a {
  color: #5a5a5b;
  display: block;
  line-height: 1.8;
  text-decoration: none;
}
.contact_layout .contact-details a i {
  color: #1076bc;
  font-size: 20px;
  vertical-align: text-bottom;
}
.contact_layout .details_sec {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 50px;
}
@media (max-width: 735px) {
  .contact_layout .details_sec {
    border: none !important;
  }
}
.contact_layout .email_sec {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 50px;
}
@media (max-width: 735px) {
  .contact_layout .email_sec {
    border-top: solid 1px #f0f0f0;
    padding-top: 50px;
  }
}
.contact_layout .email_sec .contactPhone {
  font-weight: 500;
  color: #5a5a5b;
}
@media (max-width: 735px) {
  .contact_layout .email_sec .contactPhone {
    font-weight: 200;
    color: #1076bc;
  }
}
.contact_layout .map_sec {
  padding: 0;
  margin-left: -15px;
}
@media (max-width: 1020px) {
  .contact_layout .map_sec {
    margin-left: 0px;
  }
}
.contact_layout .emailContainer {
  max-width: 345px;
  margin: 0 auto;
}
.contact_layout .form_description {
  font-size: 16px;
  color: #5d5d5d;
  display: block;
  line-height: 1.8;
  margin-bottom: 10px;
}
.contact_layout strong {
  font-size: 17px;
  line-height: 1.65;
  color: #5a5a5b;
  font-weight: 600;
  margin-top: 14px;
  display: block;
}
.contact_layout table {
  width: 100%;
  max-width: 320px;
  font-size: 16px;
  line-height: 1.94;
  color: #5a5a5b;
}
.contact_layout .profile-image {
  border-radius: 1000px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  float: left;
}
@media (max-width: 1020px) {
  .contact_layout .profile-image {
    width: 75px;
    height: 75px;
  }
}
.contact_layout .profile-details {
  float: left;
  margin-left: 17px;
}
@media (max-width: 1020px) {
  .contact_layout .profile-details {
    margin-left: 7px;
  }
}
.contact_layout .profile-details strong {
  margin: 0;
  font-size: 17px;
}
.contact_layout .profile-details a {
  font-size: 15px;
}
.contact_layout .profile {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  margin-top: 12px;
}
.contact_layout .section-break {
  height: 20px;
  float: left;
  width: 100%;
}
@media (max-width: 735px) {
  .contact_layout .section-break {
    height: 10px;
  }
}
.contact_layout p:first-child {
  margin-top: 0px;
}
.contact_layout input[type="submit"] {
  width: 100%;
}
.contact_layout .send_email {
  margin-top: 32px;
}
@media (max-width: 735px) {
  .contact_layout .send_email {
    margin-top: 0px;
  }
}
.contact_layout .google-map {
  width: calc(100% + ( (100vw - 1200px) / 2 ));
  min-height: 500px;
  position: relative;
}
.contact_layout .google-map a {
  text-decoration: none;
}
.contact_layout .google-map:after {
  position: absolute;
  content: '';
  background: #eeeefa;
  height: 100%;
  width: 100%;
  bottom: 0px;
  z-index: 1;
  top: 0;
}
@media (max-width: 1020px) {
  .contact_layout .google-map:after {
    display: none;
  }
}
@media (min-width: 1920px) {
  .contact_layout .google-map {
    width: calc(100% + ( (1920px - 1200px) / 2 ));
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
  .contact_layout .google-map {
    width: calc(100% + ( (100vw - 960px) / 2 ));
  }
}
@media (max-width: 1020px) {
  .contact_layout .google-map {
    height: 500px !important;
    width: 100% !important;
    margin: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.automotive_brand_grid_layout .brandHolder {
  box-shadow: 0 5px 11px 0 #e4e4e4;
  margin-bottom: 25px;
  transition: ease 0.5s all;
}
.automotive_brand_grid_layout .brandHolder .image {
  background: #f1f2f6;
  overflow: hidden;
}
.automotive_brand_grid_layout .brandHolder .image img {
  transition: ease 0.7s all;
}
.automotive_brand_grid_layout .brandHolder .logoBrand {
  background: #fff;
  padding: 4px 15px;
}
.automotive_brand_grid_layout a:hover .image img {
  transform: scale(1.05);
}
.automotive_brand_grid_layout a:hover .brandHolder {
  box-shadow: 0 5px 11px 0 #cfcfcf;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
.campaign_monitor_list_layout .display2 {
  padding-bottom: 5px;
}
.campaign_monitor_list_layout li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 46%;
  padding: 8px 5px;
  padding-left: 40px;
  margin: 8px 8px 8px 0;
  background: #f2f2f6;
  font-size: 13px;
  line-height: 1.2em;
}
@media (max-width: 735px) {
  .campaign_monitor_list_layout li {
    width: 98%;
    margin: 8px 0;
  }
}
.campaign_monitor_list_layout li:before {
  content: "";
  font-family: 'sd-icons' !important;
  padding: 5px;
  font-size: 22px;
  position: absolute;
  height: 100%;
  width: 32px;
  left: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px solid #fff;
}
.campaign_monitor_list_layout li a {
  display: block;
  line-height: 1.2em;
  text-decoration: none;
  color: #242428;
  font-size: 15px;
  font-weight: 400;
}
.campaign_monitor_list_layout li a:before {
  content: "\e920";
  font-family: 'sd-icons' !important;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  font-size: 20px;
  left: 0px;
  top: calc(50% - 10px);
  padding-right: 5px;
}
.campaign_monitor_list_layout li a:hover {
  color: #1076bc;
}
.campaign_monitor_list_layout li:hover {
  background: #cfcfcf;
}
@media (max-width: 1400px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 375px) {
}
#contact_enquiry .slideout-header span, #product_enquiry .slideout-header span, #enquire_enquiry .slideout-header span, #request_enquiry .slideout-header span, #question_enquiry .slideout-header span {
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
}
#contact_enquiry .slideout-header .slideout-close:hover, #product_enquiry .slideout-header .slideout-close:hover, #enquire_enquiry .slideout-header .slideout-close:hover, #request_enquiry .slideout-header .slideout-close:hover, #question_enquiry .slideout-header .slideout-close:hover {
  background: #f1f2f6;
  color: #242428;
}
#contact_enquiry .slideout-wrapper, #product_enquiry .slideout-wrapper, #enquire_enquiry .slideout-wrapper, #request_enquiry .slideout-wrapper, #question_enquiry .slideout-wrapper {
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#contact_enquiry .slideout-wrapper .enquried-product, #product_enquiry .slideout-wrapper .enquried-product, #enquire_enquiry .slideout-wrapper .enquried-product, #request_enquiry .slideout-wrapper .enquried-product, #question_enquiry .slideout-wrapper .enquried-product {
  padding: 5px 55px 20px;
}
#contact_enquiry .slideout-wrapper .enquried-product .productHolder, #product_enquiry .slideout-wrapper .enquried-product .productHolder, #enquire_enquiry .slideout-wrapper .enquried-product .productHolder, #request_enquiry .slideout-wrapper .enquried-product .productHolder, #question_enquiry .slideout-wrapper .enquried-product .productHolder {
  background-color: #f1f2f6;
  border: 1px solid #d2d2d2;
  padding: 19px 23px;
}
#contact_enquiry .slideout-wrapper .enquried-product .thumbnail, #product_enquiry .slideout-wrapper .enquried-product .thumbnail, #enquire_enquiry .slideout-wrapper .enquried-product .thumbnail, #request_enquiry .slideout-wrapper .enquried-product .thumbnail, #question_enquiry .slideout-wrapper .enquried-product .thumbnail {
  width: 30%;
  overflow: hidden;
}
#contact_enquiry .slideout-wrapper .enquried-product .thumbnail .imgHolder, #product_enquiry .slideout-wrapper .enquried-product .thumbnail .imgHolder, #enquire_enquiry .slideout-wrapper .enquried-product .thumbnail .imgHolder, #request_enquiry .slideout-wrapper .enquried-product .thumbnail .imgHolder, #question_enquiry .slideout-wrapper .enquried-product .thumbnail .imgHolder {
  height: 0;
  padding-bottom: 100%;
}
#contact_enquiry .slideout-wrapper .enquried-product .product-details, #product_enquiry .slideout-wrapper .enquried-product .product-details, #enquire_enquiry .slideout-wrapper .enquried-product .product-details, #request_enquiry .slideout-wrapper .enquried-product .product-details, #question_enquiry .slideout-wrapper .enquried-product .product-details {
  padding-left: 20px;
}
#contact_enquiry .slideout-wrapper .enquried-product .product-details .display6, #product_enquiry .slideout-wrapper .enquried-product .product-details .display6, #enquire_enquiry .slideout-wrapper .enquried-product .product-details .display6, #request_enquiry .slideout-wrapper .enquried-product .product-details .display6, #question_enquiry .slideout-wrapper .enquried-product .product-details .display6 {
  font-size: 17px;
  line-height: 1.4;
}
#contact_enquiry .slideout-wrapper .enquried-product .product-details .sub_header, #product_enquiry .slideout-wrapper .enquried-product .product-details .sub_header, #enquire_enquiry .slideout-wrapper .enquried-product .product-details .sub_header, #request_enquiry .slideout-wrapper .enquried-product .product-details .sub_header, #question_enquiry .slideout-wrapper .enquried-product .product-details .sub_header {
  font-size: 14px;
}
#contact_enquiry .slideout-wrapper .slideout-content, #product_enquiry .slideout-wrapper .slideout-content, #enquire_enquiry .slideout-wrapper .slideout-content, #request_enquiry .slideout-wrapper .slideout-content, #question_enquiry .slideout-wrapper .slideout-content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: calc(100vh - (45px + 210px + 30px));
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 1px;
}
#contact_enquiry .slideout-wrapper .slideout-content .gform_description, #product_enquiry .slideout-wrapper .slideout-content .gform_description, #enquire_enquiry .slideout-wrapper .slideout-content .gform_description, #request_enquiry .slideout-wrapper .slideout-content .gform_description, #question_enquiry .slideout-wrapper .slideout-content .gform_description {
  line-height: 1.4em;
  padding-bottom: 15px;
}
#contact_enquiry .slideout-wrapper .pushout-footer, #product_enquiry .slideout-wrapper .pushout-footer, #enquire_enquiry .slideout-wrapper .pushout-footer, #request_enquiry .slideout-wrapper .pushout-footer, #question_enquiry .slideout-wrapper .pushout-footer {
  position: relative;
  padding: 40px 50px 30px;
  margin-top: 30px;
  background: #f1f2f6;
}
#contact_enquiry .slideout-wrapper .pushout-footer svg, #product_enquiry .slideout-wrapper .pushout-footer svg, #enquire_enquiry .slideout-wrapper .pushout-footer svg, #request_enquiry .slideout-wrapper .pushout-footer svg, #question_enquiry .slideout-wrapper .pushout-footer svg {
  height: 23px;
  width: 23px;
  position: relative;
  top: 7px;
  margin-right: 5px;
}
#contact_enquiry .slideout-wrapper .pushout-footer strong, #product_enquiry .slideout-wrapper .pushout-footer strong, #enquire_enquiry .slideout-wrapper .pushout-footer strong, #request_enquiry .slideout-wrapper .pushout-footer strong, #question_enquiry .slideout-wrapper .pushout-footer strong {
  text-transform: uppercase;
  color: #45555f;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}
#contact_enquiry .slideout-wrapper .pushout-footer a, #product_enquiry .slideout-wrapper .pushout-footer a, #enquire_enquiry .slideout-wrapper .pushout-footer a, #request_enquiry .slideout-wrapper .pushout-footer a, #question_enquiry .slideout-wrapper .pushout-footer a {
  display: block;
  line-height: 1.6;
  margin-bottom: 4px;
  color: #626366;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}
#contact_enquiry .slideout-wrapper .pushout-footer a:hover, #product_enquiry .slideout-wrapper .pushout-footer a:hover, #enquire_enquiry .slideout-wrapper .pushout-footer a:hover, #request_enquiry .slideout-wrapper .pushout-footer a:hover, #question_enquiry .slideout-wrapper .pushout-footer a:hover {
  text-decoration: underline;
}
#contact_enquiry .slideout-wrapper .pushout-footer i.icon-message, #product_enquiry .slideout-wrapper .pushout-footer i.icon-message, #enquire_enquiry .slideout-wrapper .pushout-footer i.icon-message, #request_enquiry .slideout-wrapper .pushout-footer i.icon-message, #question_enquiry .slideout-wrapper .pushout-footer i.icon-message {
  position: absolute;
  right: 35px;
  bottom: 20px;
  font-size: 115px;
  opacity: 0.15;
}
#contact_enquiry .slideout-wrapper .gform_body, #product_enquiry .slideout-wrapper .gform_body, #enquire_enquiry .slideout-wrapper .gform_body, #request_enquiry .slideout-wrapper .gform_body, #question_enquiry .slideout-wrapper .gform_body, #contact_enquiry .slideout-wrapper .gform_footer, #product_enquiry .slideout-wrapper .gform_footer, #enquire_enquiry .slideout-wrapper .gform_footer, #request_enquiry .slideout-wrapper .gform_footer, #question_enquiry .slideout-wrapper .gform_footer {
  float: right;
  width: auto;
}
#contact_enquiry .gform_confirmation_wrapper, #product_enquiry .gform_confirmation_wrapper, #enquire_enquiry .gform_confirmation_wrapper, #request_enquiry .gform_confirmation_wrapper, #question_enquiry .gform_confirmation_wrapper {
  margin-top: 25px;
}
#gform_wrapper_9 label {
  -webkit-font-smoothing: auto;
}
