@font-face {
font-family: 'Neo Sans';
src: local('Neo Sans Light'), local('Neo-Sans-Light'),
    url('../fonts/NeoSans-Light.woff2') format('woff2'),
    url('../fonts/NeoSans-Light.woff') format('woff'),
    url('../fonts/NeoSans-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}

body {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	line-height: 145%;
	color: #333333;
	padding: 0;
	margin: 0;
	min-width: 300px;
}

form {
	padding: 0;
	margin: 0;
}

div {
	box-sizing: border-box;
}

input {
	display: inline-block;
}

a, a:visited {
	text-decoration: none;
	color: #1b3690;
}

a:hover {
	color: #182130;
}

a.expo-arrow-link {
	background: url('../images/link-arrow.png') no-repeat 100% 70%;
	background-size: 9px;
	display: inline-block;
	color: #1b3690;
	padding-right: 20px;
}

a.expo-arrow-link:hover {
	color: #182130;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
	color: #1b3690;
	font-weight: bold;
}

h1,
.expo-heading {
	font-size: 2em;
	line-height: 115%;
}

h1 {
	margin-bottom: 35px;
}
h1.withsubtitle {
	margin-bottom:5px;	
}

h2 {
	font-size: 1.7em;
	margin-bottom: 10px;
}
h2.withsubtitle {
	margin-bottom: 35px;	
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

p {
	margin: 0 0 25px 0;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 10px 0;
}

ul li {
	padding-bottom: 10px;
}

button,
a.button,
.expo-main-category-box a.button {
	display: inline-block;
	background: #182130;
	padding: 17px 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	border: 0;
	font-size: 15px;
	overflow: hidden;
  	z-index: 1;
}

button:hover,
a.button:hover {
	text-decoration: none;
}

a.button {
	padding: 12px 25px;
}

.diagonal {
  position: relative;
  background: #182130;
  color: white;
  border: none;
  overflow: hidden;
  z-index: 1;
}

.diagonal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 800%;
  height: 1000%;
  background: #1a3386;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  transform: translateY(10%) translateX(16%) rotate(-45deg);
  transition: transform .3s;
}

.diagonal:hover::after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

.expo-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}



/**********/
/* HEADER */
/**********/

header {
	padding: 15px 0;
}

.expo-header-left {
	float: left;
	width: 25%;
}

.expo-header-right {
	float: right;
	width: 70%;
	text-align: right;
}

.expo-header-logo {
	padding-left: 10px;
}

.expo-header-logo a {
	display: inline-block;
}

.expo-header-logo img {
	max-width: 320px;
}

.expo-header-menu {
	padding: 35px 0 15px 0;
}

.expo-header-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
}

.expo-header-menu ul li {
	display: inline-block;
	padding-left: 20px;
	padding-bottom: 0;
}

.expo-header-menu ul li a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.expo-header-menu ul li a:hover {
	color: #019ddc;
}

.expo-header-menu .search {
	display: none;
}

.expo-header-slogan {
	font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #1b3690;
	font-weight: bold;
}

.expo-header-slogan span {
	color: #019ddc;
}

.expo-mobile-nav {
	display: none;
}



/**************/
/* NAVIGATION */
/**************/

.expo-nav,
.expo-nav-megamenu {
	background: #eef0f4;
	font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
	font-size: 18px;
}

/*
.expo-nav ul {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
}

.expo-nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.expo-nav ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 15px 25px;
	font-weight: bold;

}

.expo-nav ul li.active a,
.expo-nav ul li a:hover {
	background: #dbdfe6;
}
*/

.expo-search {
	float: right;
    padding-top: 10px;
}

.expo-search form {
	font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
	font-size: 18px;
}

.expo-search input[type='text'] {
	border: none;
    padding: 6px 15px;
    margin: 0;
    font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
    font-size: 17px;
    margin-right: -5px;
}

.expo-search button, .expo-search .form-submit {
	border: none;
    padding: 8px;
    background: #fff;
    margin: 0;
    font-size: 18px;
    height: 36px;
}

.expo-search button:hover {
	background: #dbdfe6;
}

.headerfull {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	height: 52px;
}

.wsmain {
	padding: 0;
	max-width: none;
}

.wsmenu {
	border: 0;
	font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
	color: #333;
	font-size: 20px;
	width: 100%;
	font-weight: bold;
}

.wsmenu>.wsmenu-list>li>.navtext {
	font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
	color: #333;
	font-size: 20px;
	padding: 18px 20px;
}

.wsmenu>.wsmenu-list>li.expo-search {
	float: right;
}

.wsmenu>.wsmenu-list>li.expo-search form {
	display: flex;
	margin: 8px 0 0 0;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
	top: 50px;
	border: 0;
	border-top: 6px solid #dbdfe6;
	border-bottom: 6px solid #dbdfe6;
	padding: 30px 0 45px 0;
}

.wsmenu>.wsmenu-list>li:hover>a {
	background-color: #dbdfe6;
}

.wsmenu>.wsmenu-list>li li  {
	list-style-type: none;
	padding-bottom: 5px;
}

.wsmenu>.wsmenu-list>li li a {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

.wsmenu>.wsmenu-list>li li.expo-nav-heading {
	font-size: 22px;
	font-weight: bold;
}

.wsmenu>.wsmenu-list>li li.expo-nav-heading a, .wsmenu>.wsmenu-list>li li.expo-nav-heading.nolink {
	color: #333399;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 15px;
}

.wsmenu>.wsmenu-list>li li.expo-nav-heading.nolink { 
	color:#000; 
	font-family: 'Lato', Arial, sans-serif;
	display:block;
}

.moreapplications {
	font-family: 'Lato', Arial, sans-serif;	
}

.wsmenu>.wsmenu-list>li li.expo-nav-heading.nolink-blue {
	font-family: 'Lato', Arial, sans-serif;	
	font-size: 20px;
	margin-bottom: 15px;
}

.wsmenu>.wsmenu-list>li li.expo-nav-subheading a {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 7px;
}

.expo-nav-topmargin {
	margin-top: 25px;
}

.col-lg-3, .col-lg-6 {
	border-left: 2px solid #dbdfe6;
}

.expo-col-first {
	border-left: 0;
}

.expo-nav-video {
	margin-top: 40px;
}

.wsmenu>.wsmenu-list>li li.expo-nav-video a {
	display: block;
	background: #3a424f url('../images/icon-play.png') no-repeat 90% 50%;
	background-size: 35px;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
	padding: 20px 25px 18px 25px;
	margin-right: 10px;
}

.wsmenu>.wsmenu-list>li li.expo-nav-video a:hover {
	background: #333 url('../images/icon-play.png') no-repeat 90% 50%;
	background-size: 35px;
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li.expo-nav-heading-mobile {
	display: none;
}


/*************/
/* TOPBANNER */
/*************/

.expo-topbanner-slide-mobile {
	display: none
}

.expo-topbanner img {
	width: 100%;
}

#expo-topbanner-carousel .owl-item {
    text-align: center;
}

.expo-topbanner .owl-dots {
	margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 18px;
}

.expo-topbanner .owl-dots .owl-dot span {
	width: 33px;
	height: 6px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.5);
}

.expo-topbanner .owl-dots .owl-dot.active span {
	background: #fff;
}


/* Amended Banner Text Solution */
.owl-carousel .owl-item img {
    width: auto;
}
#expo-topbanner-carousel .owl-item .expo-topbanner-slide-text { 
	position: absolute;
	width: 100%;
	top: 21%;
	text-align: left;
}
#expo-topbanner-carousel .owl-item .expo-container h4 {
	color: #fff;
	font-size: 2.6em;
	margin: 0 22px 16px;
	width: 42%;
	line-height: 1.15;
	font-weight:normal;
}
#expo-topbanner-carousel .owl-item .expo-container h6 {
	color: #fff;
	margin: 0 22px 40px;
	width: 42%;
	font-size: 1.1em;
	line-height: 1.1;
	font-weight:normal;
}
#expo-topbanner-carousel .owl-item .expo-container a.button {
	margin: 0 22px;	
}



/**********/
/* FOOTER */
/**********/
footer {
	padding-top: 70px;
	background: #dbdfe6;
}

footer.expo-home-footer {
	padding-top: 95px;
}

.expo-footer-top {
	background: #1b3690;
	font-size: 22px;
	color: #fff;
}

.expo-footer-top-heading {
	display: inline-block;
    background: #fff;
    color: #182130;
    font-size: 30px;
    padding: 20px 28px 18px 28px;
    margin-right: 35px;
    font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
    font-weight: bold;
}

.expo-footer-top a {
	color: #8cdefe;
	font-weight: bold;
}

.expo-footer-top a:hover {
	color: #fff;
}

.expo-footer-middle {
	background: #fff;
	padding: 25px 0;
	font-size: 15px;
}

.expo-footer-middle .expo-container {
	padding: 0 0 0 45px;
}

.expo-footer-address {
	float: left;
	width: 30%;
	padding-right: 40px;
}

.expo-footer-maxx {
	float: right;
	width: 10%;
}

.expo-footer-maxx span {
	display: block;
}

.expo-footer-maxx a {
	display: inline-block;
	margin-left: 10px;
}

.expo-footer-bottom {
	background: #1b232e;
	color: #999999;
	font-size: 15px;
	padding: 15px 0;
}

.expo-footer-bottom .expo-container {
	padding: 0 15px 0 45px;
}

.expo-footer-bottom a {
	color: #999;
}

.expo-footer-bottom a:hover {
	color: #fff;
}



/************/
/* HOMEPAGE */
/************/
.expo-home-logos-compliance {
	display: none;
}

.expo-homepage-logos {
	background: #fff url('../images/home-logo-background.png') no-repeat top right;
	height: 124px;
}

.expo-homepage-logos .expo-container {
	background: #fff url('../images/compliance-assured.png') no-repeat top right;
	height: 124px;
	padding-top: 25px;
}

.expo-homepage-logos-carousel-wrapper {
	max-width: 1020px;
}

.expo-home-logos-slide {
	padding: 0 45px 0 0;
}

.expo-home-logos-slide img {
	width: auto !important;
}

.expo-page-content {
	background: #dbdfe6;
	padding-top: 30px;
}

.expo-page-content.first {
	padding-top: 35px;
}


/* Top row */
.expo-homepage-intro {
	background: #fff url('../images/video-background-2.jpg') no-repeat top right;
	padding: 50px;
	height: 385px;
	overflow: hidden;
	position: relative;
}


/* Intro text */
.expo-homepage-intro-inner {
	width: 55%;
}

.expo-homepage-intro-inner p {
	margin: 0;
}

.expo-homepage-intro-cta {
	background: #eef0f4;
	display: inline-block;
	margin-top: 25px;
	text-decoration: none;
	color: #333;
	position: relative;
	overflow: hidden;
    z-index: 1;
}

.cta-icon {
	display: block;
	background: url('../images/tool-icon.png') no-repeat 5% 50%;
	background-size: 35px;
	padding: 18px 50px 18px 75px;
}

.expo-homepage-intro-cta:hover {
	text-decoration: none;
}

.expo-homepage-intro-cta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 800%;
    height: 1000%;
    background: #dbdfe6;
    z-index: -1;
    transform-origin: 0% 0%;
    transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
    /transform: translateY(10%) translateX(16%) rotate(-45deg);
    transition: transform .3s;
}

.expo-homepage-intro-cta:hover:after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}


.expo-homepage-intro-cta span.cta-title {
	display: block;
	font-weight: 600;
	color: #1b3690;
	font-size: 22px;
}

.expo-homepage-intro-cta span.cta-arrow {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 16px;
	width: 14px;
}

.expo-homepage-intro-cta span.cta-arrow img {
	width: 100%;
}


/* Top row - Video */
.expo-homepage-intro-video-wrapper-mobile {
	display: none;
}

.expo-homepage-intro-video {
	position: absolute;
	right: 160px;
	bottom: 40px;
	color: #fff;
	font-size: 20px;
	text-align: right;
}

.expo-homepage-intro-video h3 {
	margin-bottom: 5px;
	color: #fff;
}

.expo-homepage-intro-video p {
	margin: 0;
	padding: 0;
}


.expo-homepage-intro-video-button {
	position: absolute;
	width: 80px;
	bottom: 30px;
	right: 50px;
}

.expo-homepage-intro-video a {
	display: inline-block;
	color: #fff;
}

.expo-homepage-intro-video-button img {
	width: 100%;
}


/* Middle row */
.expo-homepage-middle {
	
}


/* Case studies */
.expo-homepage-case-studies {
	float: left;
	width: 50%;
	padding-right: 15px;
}

/* Case studies */
#expo-casestudy-carousel {
	background: #fff;
	position: relative;
}

#expo-casestudy-carousel .owl-nav {
	position: absolute;
    bottom: 35px;
    right: 25px;
    color: #1b3690;
    margin: 0;
}

#expo-casestudy-carousel .owl-nav button {
	border-radius: 0px;
	border: none;
	display: inline-block;
    padding: 5px;
    margin: 5px 8px;
}

#expo-casestudy-carousel .owl-nav button:hover {
	background: none;
	opacity: 0.7;
}

.expo-casestudy-slide-image {
	position: relative;
}

.expo-casestudy-slide-heading {
	position: absolute;
	bottom: 20px;
	left: 35px;
}

.expo-casestudy-slide-heading h2 {
	color: #fff;
}

.expo-casestudy-slide-text {
	padding: 30px 35px;
	background: #fff url('../images/casestudy-bg.png') no-repeat 107% 50%;
}

.expo-casestudy-slide-text h4 {
	color: #333333;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 7px;
}

.expo-casestudy-slide-text p {
	margin-bottom: 15px;
	width: 80%;
}

.expo-casestudy-link a {
	display: inline-block;
	font-size: 20px;
}


/* Customers */
.expo-homepage-customers {
	float: right;
	width: 50%;
	padding-left: 15px;
}

.expo-homepage-customers-top {
	background: #fff;
	padding: 50px 50px 35px 50px;
}

.expo-homepage-customers-logos {
	margin-left: -25px;
	padding: 0 60px;
}

.expo-homepage-customers-logos.no-carousel {
	padding: 0;
}

.expo-homepage-customers-logos img {
	max-width:85%;
}

.expo-homepage-customers-top h2 {
	margin-bottom: 25px;
}

.expo-homepage-customers-logos .item {
	float: left;
	/*padding: 10px 30px 10px 0;*/
	padding: 10px 0px 10px 30px;
	width: 25%;
	text-align: center;
	height: 85px;
}

.expo-homepage-customers-bottom {
	background: #eef0f4;
	padding: 42px 50px;
}

.expo-homepage-customers-bottom a {
	font-size: 20px;
}

#expo-homepage-customers-carousel .item.carousel {
	float: none;
	width: auto;
}

#expo-homepage-customers-carousel .owl-nav {
	margin: 0;
	width: 100%;
	position: absolute;
	top: 40%;
}

#expo-homepage-customers-carousel.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -40px;
	top: 0%;
}

#expo-homepage-customers-carousel.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -40px;
	top: 0;
}

#expo-homepage-customers-carousel.owl-carousel .owl-nav button.owl-prev img,
#expo-homepage-customers-carousel.owl-carousel .owl-nav button.owl-next img {
	width: 12px;
}



/* Configurator box */
.expo-homepage-intro-configurator {
	background: #fff url('../images/configurator-background.jpg') no-repeat top right;
	padding: 35px 50px 25px;
	margin-top: 30px;
	font-size: 20px;
}

.expo-homepage-intro-configurator h2 {
	margin-top: 0;
	font-size: 35px;
	margin-bottom: 10px;
	line-height: initial;
}

.expo-homepage-intro-configurator button {
	margin-top: 10px;
}

.expo-homepage-intro-configurator a.button {
	padding: 17px 22px;
	margin-top: 10px;
}




/***************/
/* BREADCRUMBS */
/***************/
.expo-breadcrumb {
	background: #1b3690 url('../images/breadcrumb.jpg') no-repeat top left;
	color: #fff;
	font-size: 13px;
	padding: 23px 0 20px 0;
}

.expo-breadcrumb a {
	color: #fff;
}




/*****************/
/* PRODUCT PAGES */
/*****************/
.expo-product-top {
	background: #fff;
	padding-bottom: 20px;
}

.expo-product-gallery {
	float: left;
	width: 27%;
	margin-right: 4%;
}

.expo-product-gallery h5 {
	text-align:center;
	margin-top:20px;
}

#expo-product-carousel .owl-nav {
    margin: 0;
}

#expo-product-carousel {
	padding: 0 50px;
}

#expo-product-carousel .owl-next {
	position: absolute;
    right: 0px;
    top: 50%;
}

#expo-product-carousel .owl-prev {
	position: absolute;
    left: 0px;
    top: 50%;
}

#expo-product-carousel .owl-prev img,
#expo-product-carousel .owl-next img {
    width: 15px;
}

.expo-product-info {
	float: left;
	width: 35%;
	margin-right: 3%;
	padding-top: 10px;
}

.expo-product-info h3 {
	margin-top: 40px;
	color: #333;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.expo-product-sidebar {
	float: left;
	width: 31%;
}

.expo-product-configure {
  background-image: -moz-linear-gradient( -48deg, rgb(61,84,161) 0%, rgb(38,173,226) 100%);
  background-image: -webkit-linear-gradient( -48deg, rgb(61,84,161) 0%, rgb(38,173,226) 100%);
  background-image: -ms-linear-gradient( -48deg, rgb(61,84,161) 0%, rgb(38,173,226) 100%);
  padding: 45px 40px 35px 40px;
  color: #fff;
  margin-bottom: 30px;
}

.expo-product-configure-inner {
	background: url('../images/tool-icon-white.png') no-repeat bottom right;
	background-size: 65px;
	padding-bottom: 10px;
}

.expo-product-configure h3 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 31px;
}

.expo-product-configure a.button {
	margin-top: 20px;
}

.expo-product-questions {
	padding: 10px;
}

.expo-product-questions h4 {
	color: #333;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}



/* Tab headings */
.expo-product-tabs {
	background: #eef0f4;
	font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
    font-size: 18px;
}

.expo-product-tabs ul {
	margin: 0;
	padding: 0;
}

.expo-product-tabs ul li {
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 15px 25px;
    font-weight: bold;
    border-right: 2px solid #fff;
    list-style-type: none;
    cursor: pointer;
}

.expo-product-tabs ul li:first-child {
	border-left: 2px solid #fff;
}

.expo-product-tabs ul li.active,
.expo-product-tabs ul li:hover {
    background: #dbdfe6;
}


/* Tab content */
.expo-product-content {
	background: #dbdfe6;
	padding-top: 22px;
}

.expo-product-content .expo-container {
	display: flex;
}
.expo-product-content .expo-container.subrow {
	margin-top:30px;
}

.expo-product-tab-content {
	background: #fff;
	padding: 50px 50px 70px 50px;
	float: left;
	width: 68%;
	flex: 1;
}

.expo-product-tab-pane {
	display: none;
}

.expo-product-tab-pane.active {
	display: block;
}

.expo-product-tab-pane h2 {
	margin-bottom: 25px;
}

.expo-product-tab-sidebar {
	float: right;
	width: 32%;
	background: #eef0f4;
	padding: 60px 50px 50px 50px;
}

.expo-product-tab-sidebar h2 {
	font-size: 30px;
}

.expo-product-related-information {
	padding-top: 50px;
}

.expo-product-spec-row {
	border-top: 2px solid #eef0f4;
	padding: 10px 10px 10px 0;
	font-size: 15px;
	line-height: 20px;
}

.expo-product-spec-row.first {
	border-top: 0;
}

.expo-product-spec-label {
	font-weight: bold;
	float: left;
	width: 31%;
}

.expo-product-spec-content {
	float: right;
	width: 69%;
	padding-left: 20px;
}



/*************/
/* RESOURCES */
/*************/

.expo-resource-top.expo-page-content.first {
	background: #fff;
	padding-bottom: 40px;
	padding-top: 35px;
}

.expo-resources-top-left {
	width: 40%;
	float: left;
}

.expo-resources-top-right {
	width: 55%;
	float: right;
	background: #eef0f4;
	padding: 25px;
	margin-top: 5px;
}

.expo-resource-top h1 {
	margin-bottom: 25px;
}

.expo-resources-top-right label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

.expo-resources-top-right select {
	padding: 15px 10px;
	display: block;
	width: 100%;
	font-family: 'Lato', Arial, sans-serif;
	border: 0;
}

.expo-resources-form-resource,
.expo-resources-form-product {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.expo-resources-form-product {
	margin-right:0;	
}

.expo-resources-form-submit {
	float: left;
	width: 14%;
}

.expo-resources-form-submit button {
	padding: 14px 10px;
	display: block;
	width: 100%;
	text-align: center;
}

/* All resources */
.expo-all-resources {
	padding-top: 40px;
}

.expo-all-resources .expo-container {
	max-width: 1430px;
}

.expo-resource-row {
	display: flex;
}

a.expo-resource {
	display: block;
	background: #fff;
	color: #333333;
	font-size: 16px;
	flex: 1;
	float: left;
	width: 33.33%;
	margin: 10px 15px;
}

.expo-resource-type,
.expo-resource-title {
	display: block;
	width: 90%;
}

.expo-resource-type {
	border-bottom: 2px solid #eef0f4;
	padding: 0 0 5px 0;
	margin-bottom: 12px;
}

.expo-resource-title {
	font-weight: bold;
}

a.expo-resource:hover {
	text-decoration: none;
}

a.expo-resource {
  position: relative;
  border: none;
  overflow: hidden;
  z-index: 1;
}

a.expo-resource:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 800%;
  height: 1000%;
  background-color: #eef0f4;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  /transform: translateY(10%) translateX(16%) rotate(-45deg);
  transition: transform .5s;
}

a.expo-resource:hover::after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

.expo-resource-icon {
	display: block;
	background: url('../images/resource-bg.png') no-repeat bottom right;
	padding: 25px 32px;
	height: 100%;
}


/******************/
/* CATEGORY PAGE */
/*****************/
.expo-category-top {
	padding-bottom: 40px;
}

.expo-category-left {
	float: left;
	width: 50%;
}

.expo-category-left h1 {
	width: 85%;
	padding-top: 10px;
}

.expo-category-right {
	float: right;
	width: 42%;
	font-size: 16px;
}

.expo-category-image {
	text-align: center;
	margin-bottom: 40px;
}

.expo-category-image img {
	width: 100%;
}

.expo-category-right h3 {
	font-size: 20px;
	color: #333333;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

.expo-category-table-heading {
	font-weight: bold;
	font-size: 16px;
	background: url('../images/icon-arrow-down.png') no-repeat left center;
	background-size: 14px;
	padding: 5px 5px 5px 25px;
	margin-top: 45px;
}

.expo-category-content {
	padding-top: 60px;
}

.expo-category-page .expo-product-tab-sidebar {
	padding: 0;
}

.expo-category-page .expo-product-tab-sidebar-padding {
    padding: 60px 50px 40px 50px;
}

.expo-product-tab-sidebar .expo-product-configure {
	margin: 0;
}

.expo-category-content .description h3 {
	font-size: 20px;
	color: #333333;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 35px;
}

.expo-category-table {
	font-size: 15px;
}

.expo-category-table-row {
	display: flex;
	flex: 1;
}

.expo-category-table-th {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.expo-category-table-th .expo-category-table-col {
	background: #1a3386;
}

.expo-category-table-row {
	/*border-bottom: 2px solid #eef0f4;*/
}

.expo-category-table-col {
	float: left;
	padding: 10px 17px;
	border-right: 2px solid #eef0f4;
	border-bottom: 2px solid #eef0f4;
	min-height: 68px;
}

.expo-category-table-col1 {
	width: 27%;
	border-left: 2px solid #eef0f4;
}

.expo-category-table-col2 {
	width: 27%;
}

.expo-category-table-col3 {
	width: 23%;
}

.expo-category-table-col4 {
	width: 23%;
}

.expo-category-table-col2 a,
.expo-category-table-col3 a,
.expo-category-table-col4 a {
	font-size: 20px;
	text-decoration: underline;
	display: inline-block;
    margin-top: 8px;
}

.page-node-69 .expo-category-table-col1 { width:40%; }
.page-node-69 .expo-category-table-col2, 
.page-node-69 .expo-category-table-col3 { width:30%; }







/***********************/
/* MAIN CATEGORY PAGES */
/***********************/
.expo-main-category-top.first {
	padding-top: 0;
	padding-bottom: 50px;
}

.expo-main-category-top h1 {
	padding-top: 40px;
}

.expo-main-category-left {
	width: 50%;
	float: left;
}

.expo-main-category-left ul li {
	padding-bottom: 1px;
}

.expo-main-category-right {
	width: 48%;
	float: right;
}

.expo-main-category-image img {
	width: 100%;
}

.expo-main-category-content {
	padding-top: 60px;
	padding-bottom: 30px;
}

.expo-main-category-content-row {
	display: flex;
	flex: 1;
}

.expo-main-category-box {
	float: left;
	width: 48%;
}
.expo-main-category-box.first {
	float: left;
	margin-right: 4%;
}
.expo-main-category-box.second {
	float: right;
}

.expo-main-category-box.tricol {
	width:31%;
	margin-right:2%;
}
.expo-main-category-box.tricol.col1 {}
.expo-main-category-box.tricol.col2 {}
.expo-main-category-box.tricol.col3 {
	margin-right:0;
}

.expo-main-category-box a {
	display: block;
	color: #333333;
	background: #fff;
	height: 100%;
	position: relative;
}

.expo-main-category-box a:hover {
	text-decoration: none;
}

.expo-main-category-box-image {
	display: block;
	overflow: hidden;
	position:relative;
}

.expo-main-category-box-image img {
	width: 100%;
	transition: transform .8s;
}

.expo-main-category-box-content {
	display: block;
	padding: 32px 37px;
}

.expo-main-category-box-content p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.expo-main-category-box a:hover .expo-main-category-box-image img {
	transform: scale(1.05);
}

.expo-main-category-box-icon {
	position: absolute;
	display: inline-block;
	bottom: 26px;
	right: 28px;
}

.expo-main-category-box-icon img {
	width: 13px;
	transition: transform .8s;
}

.expo-main-category-box a:hover .expo-main-category-box-icon img {
	transform: scale(1.1);
}



/**************/
/* RESPONSIVE */
/**************/

@media only screen and (max-width: 1370px) {

	/* FOOTER */
	.expo-footer-top {
		font-size: 20px;
    	line-height: 26px;
	}

	.expo-footer-top-heading {
		font-size: 26px;
    	padding: 15px;
    	margin-right: 10px;
	}

	.expo-footer-middle .expo-container {
		padding: 0;
	}

	.expo-footer-middle {
		padding: 20px 0;
	}

	.expo-footer-address {
		padding-left: 30px;
		padding-right: 0;
		width: 28%;
	}

	.expo-footer-maxx {
		width: 16%;
		text-align: center;
		font-size: 14px;
	}


	.expo-footer-bottom .expo-container {
		padding: 0 30px;
	}

	/* HOMEPAGE LOGOS */
	.expo-homepage-logos-carousel-wrapper {
		width: 75%;
		padding: 0 50px;
	}

	#expo-home-logos-carousel .owl-prev {
		position: absolute;
    	left: -40px;
    	top: 20px;
	}

	#expo-home-logos-carousel .owl-next {
		position: absolute;
    	right: -40px;
    	top: 20px;
	}

	#expo-home-logos-carousel.owl-theme .owl-nav {
		margin: 0;
	}

	#expo-home-logos-carousel .owl-prev img,
	#expo-home-logos-carousel .owl-next img {
		width: 15px;
	}

	/* HOMEPAGE TOP ROW */
	.expo-homepage-intro-inner {
	    width: 45%;
	}

	.expo-homepage-intro h1 {
		margin-bottom: 25px;
	}

	/* HOMEPAGE CONFIGURATOR */
	.expo-homepage-intro-configurator {
		padding: 34px 50px 34px 40px;
	}

	.expo-homepage-intro-configurator-content {
		display: inline-block;
	    padding: 15px 25px 15px 10px;
	    background: rgba(255, 255, 255, 0.8);
	}

	/* RESOURCES */
	.expo-all-resources .expo-container {
		padding: 0;
	}

	.expo-all-resources {
		padding-top: 30px;
	}

	.expo-resource-top.expo-page-content.first {
		padding-bottom: 20px;
	}



	/* CATEGORY */
	.expo-category-table-th .expo-category-table-col {
	    background: #1a3386;
	    font-size: 13px;
	    line-height: 18px;
	    min-height: 0;
	}



}

@media only screen and (max-width: 1220px) {

	/* HEADER */
	.expo-header-logo img {
		max-width: 230px;
	}

	.expo-header-menu {
		padding: 15px 0 15px 0;
	}

	.expo-header-slogan {
		font-size: 28px;
	}

	/* NAV */
	.expo-nav {
		font-size: 17px;
	}

	.expo-nav .expo-container {
		padding-left: 0;
	}

	.expo-nav ul li a {
		padding: 10px 15px;
	}

	.expo-search {
		padding-top: 4px;
	}

	.expo-search input[type='text'] {
		width: 140px;
	}

	.wsmenu>.wsmenu-list>li>.navtext {
		font-size: 18px;
    	padding: 18px 15px;
	}

	.wsmenu>.wsmenu-list>li li.expo-nav-heading a {
		font-size: 20px;
	}

	.wsmenu>.wsmenu-list>li li a {
		font-size: 16px;
	}

	.wsmenu>.wsmenu-list>li>.wsmegamenu {
		padding: 20px 0 20px 0;
	}

	.wsmenu>.wsmenu-list>li li.expo-nav-video a,
	.wsmenu>.wsmenu-list>li li.expo-nav-video a:hover {
		font-size: 20px;
		padding: 15px 15px;
		background-size: 25px;
		background-position: 92% 50%;
	}



	/* FOOTER */
	.expo-footer-top {
		font-size: 17px;
	}

	.expo-footer-top-heading {
		font-size: 20px;
    	padding: 6px 12px;
	}

	.expo-footer-middle {
		padding: 15px 0;
	}

	.expo-footer-address {
		padding-left: 25px;
	}

	.expo-footer-maxx {
		text-align: right;
		padding-right: 25px;
	}

	.expo-footer-bottom {
		padding: 10px 0;
	}

	/* HOMEPAGE TOP ROW */
	.expo-homepage-intro {
		padding: 20px;
		height: auto;
	}

	.expo-homepage-intro-inner {
		padding: 20px;
    	background: rgba(255, 255, 255, 0.7);
    	width: 65%;
	}

	.expo-homepage-intro-video-button {
		right: 30px;
		bottom: 140px;
	}

	.expo-homepage-intro-video {
		right: 30px;
    	width: 30%;
	}

	.expo-page-content {
		padding-top: 30px;
	}

	.expo-homepage-customers-bottom {
		padding: 25px 40px;
	}



	/* PRODUCTS */
	.expo-product-gallery {
		width: 40%;
		margin-right: 5%;
	}

	.expo-product-info {
		width: 55%;
		margin-right: 0;
	}

	.expo-product-sidebar {
		float: none;
		width: 100%;
		clear: both;
		padding-top: 20px;
	}

	.expo-product-configure {
		margin-bottom: 20px;
	}

	.expo-product-tab-sidebar h2 {
		line-height: 33px;
	}

	.expo-product-related-information {
		padding-top: 30px;
	}


	/* RESOURCES */
	.expo-resources-top-left {
		width: auto;
		float: none;
	}

	.expo-resources-top-right {
		width: auto;
		float: none;
	}

	.expo-resource-top h1 {
	    margin-bottom: 15px;
	}


	/* CATEGORY */
	.expo-category-left {
		width: 58%;
	}

	.expo-category-right {
		width: 38%;
	}


	/* MOTOR PURGE */
	.expo-main-category-content {
		padding-top: 40px;
		padding-bottom: 0px;
	}


}



@media only screen and (max-width: 1023px) {

	/* HEADER */
	header .expo-container {
		padding: 0 15px;
	}

	.expo-header-logo {
		padding-left: 0px;
	}

	.expo-header-logo img {
		max-width: 190px;
	}

	.expo-header-menu {
		padding: 5px 0 15px 0;
	}

	.expo-header-slogan {
		font-size: 24px;
	}

	.expo-search input[type='text'] {
		width: 120px;
	}




	/* NAV */
	.expo-nav .expo-container {
		padding-right: 0;
		text-align: center;
	}

	.expo-search {
		display: none;
	}

	.expo-nav ul {
		float: none;
		margin: 0 auto;
	}

	.expo-nav ul li a {
		padding: 10px 12px;
	}

	/* FOOTER */
	footer,
	footer.expo-home-footer {
		padding-top: 40px;
		clear: both;
	}

	.expo-footer-inner {
		background: #fff;
	}

	.expo-footer-top-heading {
		display: none;
	}

	.expo-footer-address {
		display: none;
	}

	.expo-footer-top {
		padding: 15px;
	}

	.expo-container {
		padding: 0;
	}

	.expo-footer-maxx {
		float: none;
		width: auto;
	}

	.expo-footer-maxx span {
		display: none;
	}

	.expo-footer-middle {
		float: right;
	}

	.expo-footer-bottom {
		background: #fff;
		float: left;
		width: 80%;
		padding-top: 17px;
	}

	.expo-footer-bottom .expo-container {
		padding: 0 15px;
		line-height: 16px;
	}

	.expo-footer-maxx img {
		width: 60px;
	}

	.expo-footer-bottom a:hover {
	    color: #333;
	}


	/* HOMEPAGE LOGOS */
	.expo-home-logos-compliance {
		display: block;
		text-align: center;
		font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
		font-weight: bold;
		margin-top: 15px;
	}

	.expo-homepage-logos,
	.expo-homepage-logos .expo-container {
		height: auto;
	}

	.expo-homepage-logos .expo-container {
		padding: 0;
	}

	.expo-homepage-logos {
		padding: 15px 0;
		background: #fff;
	}

	.expo-homepage-logos .expo-container {
		background: #fff;
	}

	.expo-homepage-logos-carousel-wrapper {
		width: 100%;
		padding: 0 75px;
	}

	.expo-home-logos-slide img {
		height: 50px;
	}

	#expo-home-logos-carousel .owl-next,
	#expo-home-logos-carousel .owl-prev {
		top: 10px;
	}

	/* HOMEPAGE - MIDDLE ROW */
	.expo-homepage-case-studies {
		float: none;
		width: auto;
		padding-right: 0;
		margin-top: 30px;
	}

	.expo-homepage-customers {
		float: none;
		width: auto;
		padding-left: 0;
	}

	/* HOMEPAGE TOP ROW */
	.expo-page-content {
		padding: 30px 0px 0 0px;
	}

	.expo-container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.expo-homepage-intro {
		padding: 0;
    	background: #dbdfe6;
	}

	.expo-homepage-intro-inner {
		padding: 40px;
		width: auto;
	}

	.expo-homepage-intro-video-wrapper {
		margin-top: 30px;
    	background: #fff url(../images/video-background-2.jpg) no-repeat 100% 30%;
    	padding: 40px;
	}

	.expo-homepage-intro-video {
		position: static;
		text-align: left;
    	color: #333;
    	width: 50%;
    	background: rgba(255, 255, 255, 0.8);
    	padding: 15px;
	}

	.expo-homepage-intro-video-button {
		position: static;
		background: #333;
    	border-radius: 50%;
    	border: 3px solid #333;
    	margin-top: 20px;
    	margin-left: 10px;
	}

	.expo-homepage-intro-video h3 {
		color: #333;
	}

	/* PRODUCTS */
	.expo-product-configure {
		padding: 30px 30px 20px 20px;
	}

	.expo-product-configure a.button {
		margin-top: 0;
	}


	/* RESOURCES */
	.expo-resources-top-right {
		padding: 15px 10px;
	}

	.expo-resources-top-right label {
		padding-left: 5px;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.expo-resources-top-right select {
		padding: 10px 7px;
	}

	.expo-resources-form-submit button {
		padding: 13px 7px;
	}

	.expo-resource-row {
		display: block;
	}

	a.expo-resource {
		float: none;
		width: auto;
		flex: none;
		margin: 20px 10px;
	}

	.expo-all-resources {
	    padding-top: 1px;
	}

	.expo-resource-icon {
		height: auto;
	}


	/* CATEGORY */
	.expo-category-left {
		float: none;
		width: auto;
	}

	.expo-category-right {
		float: none;
		width: auto;
		margin-top: 50px;
	}

	.expo-category-image {
		float: left;
		width: 40%;
    	margin-right: 40px;
	}

	.expo-category-image img {
		max-width: 500px;
	}

	.expo-category-right h3 {
		padding-top: 30px;
	}

	.expo-category-table-th .expo-category-table-col {
		font-size: 15px;
		line-height: 19px;
	}

	.expo-category-left h1 {
		width: auto;
	}


	/* MOTOR PURGE */
	.expo-main-category-left {
		float: none;
		width: auto;
	}

	.expo-main-category-right {
		width: auto;
		float: none;
		padding-top: 20px;
	}

	.expo-main-category-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.expo-main-category-content-row {
		display: block;
		flex: none;
	}

	.expo-main-category-box,
	.expo-main-category-box.first {
		float: none;
		margin: 0;
		width: auto;
		display: block;
	}

	.expo-main-category-box.first {
		margin-bottom: 40px;
	}

	.expo-main-category-box.second {
		float: none;
	}

	.expo-main-category-box-content {
		padding: 25px 30px;
	}

	.expo-main-category-box a {
		height: auto;
	}

	.expo-product-content .expo-container {
		display: block;
	}



}


/* Mobile nav */
@media only screen and (max-width: 991px) {

	/* NAVIGATION */
	.headerfull {
		height: auto;
	}

	header {
		display: none !important;
	}

	.expo-header-logo-mobile {
		float: left;
		width: 125px;
		margin-right: 30px;
	}

	.expo-header-logo-mobile img {
		width: 100%;
	}

	.wsmobileheader {
		padding: 10px 15px;
		height: 70px;
	}

	.wsanimated-arrow {
		right: 20px;
		left: auto;
		margin: 20px 0 0 0;
	}

	.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
		width: 23px;
		background: #303030;
	}

	.expo-header-slogan-mobile {
		float: left;
	    text-align: left;
	    font-size: 17px;
	    font-weight: bold;
	    padding-top: 8px;
	    color: #1b3690;
	    line-height: 20px;
	}

	.expo-header-slogan-mobile span {
		color: #019ddc;
	}

	.expo-mobile-search {
		position: absolute;
	    top: 25px;
	    right: 75px;
	}

	.wsmenu>.wsmenu-list>li.expo-search {
		display: none;
	}

	.wsmenu>.wsmenu-list>li.expo-nav-heading-mobile {
		display: block;
	}

	.wsmenu>.wsmenu-list>li>.navtext {
		font-size: 16px;
		padding: 15px 12px;
		text-align: left;
	}

	.wsmenu>.wsmenu-list>li>.wsmenu-click {
		height: 46px;
	}

	.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
		margin-top: 18px;
	}

	.wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
		margin-top: 22px;
	}

	.wsmenu>.wsmenu-list>li>.wsmegamenu {
		padding: 0;
		border: 0;
		top: 0;
	}

	.wsmegamenu .col-lg-3 ul {
		margin-left: 0;
	}

	.wsmenu>.wsmenu-list>li li.expo-nav-heading a {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.wsmenu>.wsmenu-list>li li.expo-nav-video {
		margin-top: 15px;
	}

	.wsmenu>.wsmenu-list>li li.expo-nav-video a,
	.wsmenu>.wsmenu-list>li li.expo-nav-video a:hover {
		padding: 5px 15px;
		font-size: 17px;
		background-size: 20px;
    	background-position: 95% 50%;
	}

	#wsnavtoggle2 {
		position: static;
	    margin: 5px 0 0 0;
	    height: 40px;
	    text-align: center;
	}

	/* TOPBANNER */
	.expo-topbanner, .expo-breadcrumb {
		margin-top: 70px;
	}
	#expo-topbanner-carousel .owl-item .expo-container h4, #expo-topbanner-carousel .owl-item .expo-container h6 {
		width:65%;
	}

	/* RESOURCES */
	.expo-resource-top.expo-page-content.first {
		padding-top: 20px;
	}

}

@media (min-width: 768px) and (max-width: 800px) {
	.expo-product-configure-inner {
		background:none;
	}
	#expo-product-carousel {
		padding:0 20px;
	}
	.expo-category-table {
	    overflow-x: auto;
	}
	.expo-category-table-row.col6 .expo-category-table-col {
        min-width:120px;
    }
    .expo-category-table-row.col6 .expo-category-table-col.span1col { 
        min-width:240px;
    }
    .expo-category-table-row.col6.last3colnarrow .expo-category-table-col.span2col {
        min-width:360px;   
    }
    .wsmenu .col-lg-3, .wsmenu .col-lg-6 {
	    border-left:none;
	}
}

@media only screen and (max-width: 767px) {

	body {
		background: #dbdfe6;
	}


	/* HEADER */
	.expo-header-left {
		width: 23%;
	}

	.expo-header-logo img {
		max-width: 100%;
	}

	.expo-header-menu {
		display: none;
	}

	.expo-header-right {
		float: left;
		width: 50%;
		text-align: left;
		margin-left: 6%;
	}

	.expo-header-slogan {
		font-size: 19px;
		padding-top: 10px;
	}

	.expo-header-slogan span {
		display: block;
	}

	/* SLIDER */
	.expo-topbanner-slide {
		display: none;
	}

	.expo-topbanner-slide-mobile {
		display: block;
	}

	#expo-topbanner-carousel .owl-item .expo-topbanner-slide-text {
		top:12%;
	}
	#expo-topbanner-carousel .owl-item .expo-container h4 {
		font-size: 2.0em;
		margin: 0px 11px 15px;
		line-height: 1;
	}
	#expo-topbanner-carousel .owl-item .expo-container h6 {
		margin: 0 11px 30px;
	    font-size: 1.0em;
	    line-height: 1;
	}
	#expo-topbanner-carousel .owl-item .expo-container a.button {
		margin: 0 11px;
		padding: 5px 17px;
		font-size: 12px;
	}

	.expo-topbanner .owl-dots {
		width: auto;
		margin-top: 0;
		right: 10px;
		bottom: 10px;
	}

	/* HOMEPAGE INTRO */
	.expo-homepage-intro {
		margin-bottom: 30px;
	}

	/* HOMEPAGE LOGOS */
	.expo-homepage-logos-carousel-wrapper {
		padding: 0 50px;
	}

	#expo-home-logos-carousel .owl-prev img,
	#expo-home-logos-carousel .owl-next img {
	    width: 12px;
	}

	.expo-home-logos-slide img {
	    height: 40px;
	}

	.expo-home-logos-slide {
	    padding: 0 25px 0 10px;
	}

	/* HOMEPAGE VIDEO */
	.expo-homepage-intro-video-wrapper {
		display: none;
	}

	.expo-homepage-intro-video-wrapper-mobile {
		display: block;
		background: #dbdfe6 url('../images/video-background-mobile-2.jpg') no-repeat bottom right;
		background-size: cover;
	}

	.expo-homepage-intro-video-wrapper-mobile a {
		display: block;
		color: #fff;
		font-size: 18px;
		padding: 100px 45px 40px 45px;
	}

	.expo-homepage-intro-video-wrapper-mobile-heading {
		display: inline-block;
		font-size: 2em;
		font-family: 'Neo Sans', 'Ubuntu', 'Lato', Arial, sans-serif;
		font-weight: bold;
		position: relative;
		background: url('../images/icon-play.png') no-repeat bottom right;
		background-size: 45px;
		padding: 30px 60px 5px 0;
	}

	.expo-homepage-intro-video-wrapper-mobile-text {
		display: block;
		margin-top: 10px;
	}

	/* HOMEPAGE CUSTOMERS */

	.expo-homepage-customers-logos {
		margin-left: 0;
	}

	.expo-homepage-customers-top {
		padding: 40px 40px 10px 40px;
	}

	.expo-homepage-customers-logos {
		padding: 0 60px;
	}

	.expo-homepage-customers-bottom {
		background: #fff;
		padding: 10px 40px 30px 40px;
	}

	a.expo-arrow-link {
		font-size: 17px;
		background: url(../images/link-arrow.png) no-repeat 100% 50%;
		background-size: 9px;
	}

	.expo-homepage-customers-logos.no-carousel {
		padding: 0;
		margin-bottom: 10px;
	}

	/* HOMEPAGE CONFIGURATOR */
	.expo-homepage-intro-configurator {
		display: none;
	}

	/* PRODUCTS */
	.expo-breadcrumb {
		padding: 10px;
	}

	.expo-product-top {
		padding: 35px 10px 0 10px;
	}

	.expo-product-gallery {
		width: 100%;
		margin: 0;
		float: none;
	}

	.expo-product-info {
		float: none;
		width: 100%;
		margin: 0;
	}

	.expo-product-info h3 {
		margin-top: 20px;
	}

	.expo-product-sidebar {
		padding-top: 10px;
	}

	.expo-product-content .expo-container {
		display: block;
	}

	.expo-product-tab-content {
		flex: none;
		float: none;
		width: 100%;
		padding: 20px 20px 10px 20px;
	}

	.expo-product-tab-sidebar {
		margin-top: 30px;
		float: none;
		width: 100%;
		padding: 20px 20px 5px 20px;
	}


	/* CATEGORY */
	.expo-category-left h1 {
		padding-top: 0;
	}

	.expo-category-image {
		float: none;
		width: auto;
		margin: 0;
	}

	.expo-category-right h3 {
		padding-top: 30px;
	}

	.expo-category-top {
		padding-bottom: 15px;
	}

	.expo-category-content {
	    padding-top: 30px;
	}

	.expo-category-table-heading {
		margin-top: 25px;
		margin-bottom: 10px;
	}

	.expo-category-content .expo-product-tab-sidebar {
		background: none;
	}

	.expo-category-content .expo-product-tab-sidebar-padding {
		background: #eef0f4;
		padding: 25px 20px 10px 20px;
	}

	.expo-category-content .expo-product-configure {
		margin-top: 30px;
	}


}




@media only screen and (max-width: 650px) {

	body {
		background: #fff;
	}

	body .h1, body h1 {
	    font-size: 1.5rem;
	}

	/* HEADER */
	header .expo-container {
		padding: 0 15px;
	}

	/* FOOTER */
	footer,
	footer.expo-home-footer {
		background: #fff;
		padding-top: 10px;
	}

	.expo-header-left {
		width: 25%;
	}

	.expo-header-right {
		width: 40%;
		margin-left: 5%;
	}

	.expo-header-slogan {
		padding-top: 5px;
    	font-size: 15px;
    	line-height: 20px;
	}

	.expo-mobile-nav {
		width: 30%;
		padding-top: 0;
	}

	.expo-page-content,
	.expo-page-content.first {
		padding-top: 0px;
		padding-bottom: 0;
	}

	/* HOMEPAGE LOGOS */
	.expo-homepage-logos {
		border-bottom: 2px solid #eef0f4;
	}

	.expo-home-logos-slide {
		padding-right: 25px;
	}

	.expo-home-logos-slide img {
		height: 40px;
	}

	/* HOMEPAGE VIDEO */
	.expo-page-content {
		background: #fff;
	}

	.expo-homepage-intro {
		background: #fff;
	}

	.expo-homepage-intro-video-wrapper {
		display: none;
	}

	.expo-homepage-intro-inner {
		padding: 10px;
	}

	.expo-homepage-intro {
		padding-top: 20px;
	}

	/* HOMEPAGE VIDEO */
	.expo-homepage-intro-video-wrapper-mobile {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.expo-homepage-intro-video-wrapper-mobile a {
		padding: 120px 20px 35px 20px;
	}

	/* HOMEPAGE OUR CUSTOMERS */
	.expo-homepage-customers {
		padding-left: 10px;
		padding-right: 10px;
	}

	.expo-homepage-customers-top {
		padding: 10px;
	}

	.expo-homepage-customers-top h2 {
		margin-bottom: 15px;
	}

	#expo-homepage-customers-carousel .item.carousel img {
		width: auto;
		height: 45px;
	}	

	.expo-homepage-customers-logos {
	    padding: 0 40px;
	}

	#expo-homepage-customers-carousel .owl-nav {
		top: 25%;
	}

	.expo-homepage-customers-top {
		padding-bottom: 0;
	}

	.expo-homepage-customers-bottom {
		padding: 0 10px 20px 10px;
	}

	/* HOMEPAGE CASE STUDIES */
	.expo-page-content-middle,
	.expo-page-content-middle .expo-container {
		padding-left: 0;
		padding-right: 0;
	}

	.expo-casestudy-slide-heading {
		left: 20px;
		z-index: 1;
	}

	.expo-casestudy-slide-text {
		padding: 20px;
	}

	.expo-casestudy-slide-image {
		background: #000;
	}

	.expo-casestudy-slide-image img {
		opacity: 0.8;
	}

	#expo-casestudy-carousel .owl-nav {
		bottom: auto;
	    top: 0px;
	    right: 0px;
	    background: url('../images/casestudy-bg-mobile.png') top right no-repeat;
    	padding-top: 10px;
    	padding-left: 40px;
    	background-size: 110px;
	    width: 110px;
	    height: 110px;
	}

	.expo-casestudy-slide-text p {
		width: auto;
	}

	.expo-casestudy-slide-text {
		background: #fff;
	}

	/* PRODUCTS */
	.expo-product-top.first.expo-page-content {
		padding-top: 20px;

	}

	.expo-product-content {
		background: #fff;
		padding-top: 5px;
	}

	.expo-product-content .expo-container {
		padding: 0;
	}

	.expo-product-tab-content {
		padding-bottom: 0;
	}

	.expo-product-page {
		margin-bottom: 20px;
	}

	.expo-product-spec-row {
		font-size: 14px;
	}

	.expo-product-spec-label {
		float: none;
		width: auto;
	}

	.expo-product-spec-content {
		float: none;
		width: auto;
		padding-left: 0px;
	}

	/* RESOURCES */

	.expo-resource-top.expo-page-content.first {
		padding-top: 20px;
	}

	.expo-all-resources {
		background: #dbdfe6;
		padding-top: 1px;
		padding-bottom: 5px;
	}

	.expo-resources-form-resource,
	.expo-resources-form-product {
		width: auto;
		float: none;
		margin: 0;
	}

	.expo-resources-form-product {
		padding-top: 15px;
		padding-bottom: 5px;
	}

	.expo-resources-form-submit {
		float: none;
		width: auto;
		margin: 0;
		padding-top: 15px;
		clear: both;
		text-align: right;
	}

	.expo-resources-form-submit label {
		display: none;
	}

	.expo-resources-footer {
		margin-top: 0;
		padding-top: 0;
	}


	/* CATEGORY */
	.expo-category-content .expo-product-configure {
	    margin-top: 30px;
	    margin-bottom: 20px;
	}

	.expo-category-content .expo-product-tab-sidebar {
		margin-top: 20px;
	}

	.expo-category-table-col2 a, .expo-category-table-col3 a, .expo-category-table-col4 a {
		font-size: 15px;
	}


	/* MOTOR PURGE */
	.expo-main-category-top h1 {
		padding-top: 0;
	}

	.expo-main-category-right {
		padding-top: 10px;
	}

	.expo-main-category-content {
		background: #dbdfe6;
		padding: 30px 20px;
   		margin-top: 30px;
	}

	.main-category-footer {
		padding-top: 0;
	}

	.expo-main-category-box.first {
	    margin-bottom: 30px;
	}

	.expo-main-category-box-content {
		padding: 20px 40px 20px 20px;
	}

	.expo-main-category-box-content h2 {
		font-size: 24px;
	}



}


@media only screen and (max-width: 500px) {

	body {
		font-size: 14px;
	}

	.expo-container {
	    padding-left: 0;
	    padding-right: 0;
	}

	.expo-page-content, .expo-page-content.first {
		padding: 0 20px;
	}

	/* HEADER */
	.expo-header-left {
		width: 100px;
	}

	.expo-header-logo img {
		height: 37px;
	}

	.expo-header-slogan {
	    padding-top: 7px;
	    font-size: 13px;
	    line-height: 16px;
	}

	.expo-header-right {
		margin-left: 2%;
		width: 38%;
	}

	.expo-mobile-nav {
		width: 30%;
	}

	.expo-mobile-nav li a, #expo-nav-toggle, .expo-mobile-nav img {
		height: 20px;
	}

	.expo-mobile-nav li a img {
		margin-top: 0;
	}

	/* NAVIGATION */
	.expo-header-logo-mobile {
		/*width: 100px;*/
		margin-right: 20px;
	}

	.expo-header-slogan-mobile {
		font-size: 14px;
		line-height: 15px;
		padding-top: 11px;
	}

	.wsmobileheader {
		height:70px;
	}

	.expo-topbanner,
	.expo-breadcrumb {
	    margin-top: 70px;
	}

	.wsanimated-arrow {
	    right: 10px;
	    margin: 18px 0 0 0;
	}

	.expo-mobile-search {
	    top: 26px;
	    right: 65px;
	}

	/* FOOTER */
	.expo-footer-top {
	    font-size: 15px;
	    line-height: 19px;
	}

	.expo-footer-bottom {
		font-size: 12px;
		line-height: 16px;
	}

	.expo-footer-maxx {
		padding-right: 15px;
	}

	.expo-footer-maxx img {
		width: 50px;
		margin-right: 0px;
		max-width: 100%;
	}

	.expo-footer-bottom {
		padding-top: 10px;
		width: 70%;
	}

	.expo-footer-middle {
		width: 20%;
	}

	/* SLIDER */
	.expo-topbanner .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 4px;
	}

	/* HOMEPAGE LOGOS */
	.expo-home-logos-compliance {
		margin-top: 5px;
	}

	.expo-home-logos-slide img {
	    height: 30px;
	}

	.expo-home-logos-slide {
	    padding: 0 10px;
	}

	#expo-home-logos-carousel .owl-next,
	#expo-home-logos-carousel .owl-prev {
	    top: 0;
	}

	/* HOMEPAGE TOP ROW */
	h1, .expo-heading {
		font-size: 1.6em;
		margin-bottom: 15px;
	}

	.expo-homepage-intro h1 {
		margin-bottom: 10px;
	}

	.expo-homepage-intro-inner {
		padding: 0;
	}

	a.expo-homepage-intro-cta {
		margin-top: 20px;
    	color: #333;
	}

	.cta-icon {
		padding: 10px 30px 10px 45px;
    	background-size: 25px;
    	background-position: 3% 50%;
	}

	.expo-homepage-intro-cta span.cta-title {
		font-size: 20px;
	}

	.expo-homepage-intro-cta span.cta-arrow {
		bottom: 7px;
    	right: 5px;
	}

	.expo-homepage-intro-cta span.cta-arrow img {
		width: 8px;
	}

	.expo-homepage-intro-cta .cta-hide-mobile {
		display: none;
	}

	/* HOMEPAGE VIDEO */
	.expo-homepage-intro-video-wrapper-mobile a {
		padding: 80px 20px 30px 20px;
		font-size: 16px;
	}
	
	.expo-homepage-intro-video-wrapper-mobile-heading {
		font-size: 1.6em;
		background-size: 40px;
    	padding: 30px 50px 5px 0px;
	}

	/* HOMEPAGE OUR CUSTOMERS */
	.expo-page-content-middle, .expo-page-content-middle .expo-container {
    	padding-left: 0;
	    padding-right: 0;
	}

	.expo-homepage-customers {
		padding-left: 20px;
		padding-right: 20px;
	}

	.expo-homepage-customers-top p {
		margin-bottom: 15px;
	}

	.expo-homepage-customers-top {
		padding-left: 0;
		padding-right: 0;
	}

	.expo-homepage-customers-bottom {
		padding-left: 0;
	}

	a.expo-arrow-link {
	    font-size: 15px;
	    background: url(../images/link-arrow.png) no-repeat 100% 60%;
	    background-size: 7px;
	    padding-right: 15px;
	}

	.expo-homepage-customers-bottom {
		padding-bottom: 10px;
	}

	.expo-homepage-customers-logos.no-carousel .item {
		width: 50%;
		padding: 10px;
	}

	/* CASE STUDIES */
	.expo-casestudy-slide-heading h2 {
		margin-bottom: 0;
	}

	#expo-casestudy-carousel .owl-nav button.owl-prev img,
	#expo-casestudy-carousel .owl-nav button.owl-next img {
		width: 12px;
	}

	/* PRODUCTS */
	.expo-product-configure h3,
	.expo-product-tab-sidebar h2 {
		font-size: 1.6em;
	}

	.expo-product-configure-inner {
		background-size: 40px;
	}

	.expo-product-tabs ul li {
		padding: 10px;
    	font-size: 17px;
	}

	/* RESOURCES */
	.expo-resources-top-right {
		margin-top: 0;
	}

	.expo-resources-top-left p {
		margin-bottom: 15px;
	}

	.expo-resources-form-submit button {
		padding: 10px 5px;
		font-size: 14px;
		font-weight: normal;
	}

	.expo-all-resources {
		padding-top: 1px;
    	padding-bottom: 5px;
	}

	a.expo-resource {
		margin: 20px 0px;
		font-size: 14px;
	}

	.expo-resource-icon {
		padding: 15px 20px;
		background-size: 70px;
	}

	.expo-resource-type {
		margin-bottom: 8px;
		padding-bottom: 3px;
	}

	/* MOTOR PURGE */
	.expo-main-category-box-content h2 {
		font-size: 20px;
	}

	.expo-main-category-box-icon {
		bottom: 20px;
		right: 20px;
	}

	.expo-product-tabs ul {
		padding:0 1em;
	}

	.page-node-69 .expo-category-table-col, .page-node-68 .expo-category-table-col { 
		min-width:140px;
	}

	.expo-category-table {
	    overflow-x: auto;
	}

	.wsmenu .col-lg-3, .wsmenu .col-lg-6 {
	    border-left:none;
	}

	/* Mobile Slide Text */
	#expo-topbanner-carousel .owl-item .expo-topbanner-slide-text {
	    top: 13%;
	}
	#expo-topbanner-carousel .owl-item .expo-container h4 {
		width:100%;
		font-size: 2.4em;
    	margin: 0px 20px 15px;
    	font-weight: normal;
	}
	#expo-topbanner-carousel .owl-item .expo-container h6 {
	    width:100%;
	    font-size: 1.3em;
	    margin: 0px 20px 27px;
	}
	#expo-topbanner-carousel .owl-item .expo-container a.button {
	    margin: 0 20px;
	    padding: 9px 17px;
	}

}


@media only screen and (max-width: 385px) {

	/* HEADER */
	header {
		padding: 10px 0;
	}

	header .expo-container {
		padding: 0 10px;
	}

	/* HOMEPAGE TOP ROW */
	a.expo-homepage-intro-cta {
		display: block;
	}

	.expo-homepage-intro-cta span.cta-title {
	    font-size: 17px;
	}

	.expo-homepage-intro-cta span.cta-arrow {
		bottom: 12px;
		right: 5px;
	}

	/* HOMEPAGE VIDEO */
	.expo-homepage-intro-video-wrapper-mobile a {
		font-size: 14px;
	}

	.expo-homepage-intro-video-wrapper-mobile a {
		padding: 50px 15px 20px 15px;
	}

	/* HOMEPAGE CUSTOMERS */
	#expo-homepage-customers-carousel .item.carousel {
		padding: 10px 20px 10px 0;
	}

	#expo-homepage-customers-carousel .item.carousel img {
		height: 35px;
	}

	.expo-homepage-customers-top p {
	    margin-bottom: 10px;
	}

	a.expo-arrow-link {
		background: none;
		padding: 0;
		text-decoration: underline;
	}

	/* PRODUCTS */
	.expo-breadcrumb {
		font-size: 12px;
		line-height: 14px;
	}

	.expo-product-questions {
		padding-left: 0;
		padding-right: 0;
	}

	.expo-product-tabs ul li {
	    padding: 8px;
	    font-size: 15px;
	}

	.expo-product-related-information {
		padding-top: 10px;
	}

	.expo-product-configure-inner {
		padding-bottom: 0;
	}


}


@media only screen and (max-width: 350px) {

	.expo-header-logo-mobile {
		width: 90px;
		margin-right: 8px;
	}

	.expo-header-slogan-mobile {
		font-size: 11px;
	}

	.wsanimated-arrow {
		right: 5px;
	}

	.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
	    width: 20px;
	}

	.expo-mobile-search {
	    top: 21px;
	    right: 60px;
	}

	.expo-mobile-search img {
		width: 17px;
	}

	.wsmobileheader {
	    height: 55px;
	    padding: 10px;
	}

	.expo-topbanner,
	.expo-breadcrumb {
	    margin-top: 55px;
	}


}



/* added to fix the last resource item becoming full width */
@media only screen and (min-width: 1024px) {
	a.expo-resource { max-width: 31.3%; }
}