

/*******************************************

* General Theme Overides

********************************************/

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container,
.page-main {
	max-width: 100%;
}

select {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #9c9c9c 50%), linear-gradient(135deg, #9c9c9c 50%, transparent 50%);
	background-position: calc(100% - 22px) 1.3rem, calc(100% - 12px) 1.3rem, calc(100% - 2.5em) 0.5em;
	background-size: 10px 10px, 10px 10px, 1px 1.5em;
	background-repeat: no-repeat;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	width: 99.4%;
	padding: 0 15px;
	height: 49px;
}

select:focus {
	background-image: linear-gradient(45deg, #9c9c9c 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #9c9c9c 50%);
	background-position: calc(100% - 12px) 1.3rem, calc(100% - 22px) 1.3rem, calc(100% - 2.5em) 0.5em;
}

td,
th {
	border-radius: 0;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #002d62;
	-webkit-box-shadow: 0 1px 0 0 #002d62;
	box-shadow: 0 1px 0 0 #002d62;
}

input:not([type]):focus:not([readonly])+label,
input[type="text"]:not(.browser-default):focus:not([readonly])+label,
input[type="password"]:not(.browser-default):focus:not([readonly])+label,
input[type="email"]:not(.browser-default):focus:not([readonly])+label,
input[type="url"]:not(.browser-default):focus:not([readonly])+label,
input[type="time"]:not(.browser-default):focus:not([readonly])+label,
input[type="date"]:not(.browser-default):focus:not([readonly])+label,
input[type="datetime"]:not(.browser-default):focus:not([readonly])+label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label,
input[type="tel"]:not(.browser-default):focus:not([readonly])+label,
input[type="number"]:not(.browser-default):focus:not([readonly])+label,
input[type="search"]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
	color: #00497f;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: relative;
	opacity: 1;
	pointer-events: auto;
}

.webforms-gdpr label {
	color: #313131;
}

html {
	font-size: 16px;
	font-family: lato, sans-serif;
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: lato, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
}

h1,
h2,
h3,
h4 {
	font-family: adelle, serif;
	font-style: normal;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.17rem;
}

h4 {
	font-size: 1rem;
}

.input-field {
	margin-top: 1.4rem;
}

.input-field input,
.input-field textarea {
	background-color: #fff !important;
}

.input-field>label {
	margin-left: 10px;
}

.input-field>label:not(.label-icon).active {
	-webkit-transform: translateY(-18px) scale(0.8);
	transform: translateY(-18px) scale(0.8);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-left: 0;
}

.webforms .fieldset {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.fieldset>.field:not(.choice).type-select>.control {
	height: 57px;
	width: 100%;
}

.fieldset>.field:not(.choice).type-textarea>.control {
	width: 99.4%;
}

.fieldset>.field:not(.choice).type-textarea>.control textarea {
	border: none;
	border-bottom: 1px solid #9e9e9e;
	padding: 14px;
}

.webforms-gdpr {
	margin: 0.5rem;
	padding-left: 0;
	padding-right: 0;
}

.webforms-gdpr-checkbox {
	margin-top: 0;
}

.actions-toolbar .action.submit.primary {
	margin-bottom: 0;
	background: #297825;
	padding: 10px 3rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 0;
}


/********************************************

* END General Theme Overides

********************************************/


/********************************************

* General Theme Styles

********************************************/

.mt-1 {
	margin-top: 1em !important;
}

.mt-2 {
	margin-top: 2em !important;
}

.mt-3 {
	margin-top: 3em !important;
}

.mt-4 {
	margin-top: 4em !important;
}

.mt-5 {
	margin-top: 5em !important;
}

.mb-1 {
	margin-bottom: 1em !important;
}

.mb-2 {
	margin-bottom: 2em !important;
}

.mb-3 {
	margin-bottom: 3em !important;
}

.mb-4 {
	margin-bottom: 4em !important;
}

.mb-5 {
	margin-bottom: 5em !important;
}

.pt-1 {
	padding-top: 1em !important;
}

.pt-2 {
	padding-top: 2em !important;
}

.pt-3 {
	padding-top: 3em !important;
}

.pt-4 {
	padding-top: 4em !important;
}

.pt-5 {
	padding-top: 5em !important;
}

.pb-1 {
	padding-bottom: 1em !important;
}

.pb-2 {
	padding-bottom: 2em !important;
}

.pb-3 {
	padding-bottom: 3em !important;
}

.pb-4 {
	padding-bottom: 4em !important;
}

.pb-5 {
	padding-bottom: 5em !important;
}

.container {
	margin: 0 auto;
	width: 80%;
	max-width: 80%;
}

a.button {
	color: #fff;
}

.button {
	background: #297825;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 1rem;
}

button:focus {
	background-color: #297825;
}

.hy-blue {
	background-color: #00497f !important;
}

.hy-blue-text {
	color: #00497f !important;
}

.score-through {
	color: #494949;
	width: 100%;
	position: relative;
	font-size: 2rem;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}

.score-through::before,
.score-through::after {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 50%;
	height: 2px;
	content: '';
	background-color: #cccccc;
	margin-left: 1%
}

.score-through::before {
	margin-left: -51%;
}

#maincontent {
	padding: 0;
	max-width: 100%;
}

.columns .column.main {
	padding-bottom: 0;
}

.page-title-wrapper {
	color: #fff;
	background: #145487;
}

.page-title-wrapper:not(.product) .page-title {
	margin: 28px calc(10% + 0.75rem);
	display: inline-block;
}

.page-title-wrapper:not(.product) .page-title span {
	font-family: adelle, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3.2rem;
	line-height: 3.8rem;
	text-transform: uppercase;
}

.ui-accordion-header-icon {
	margin-right: 20px;
}

.input-field select {
	margin-bottom: 2rem;
}

.cms-no-route .column.main {
	padding-top: 5rem;
	padding-bottom: 5rem;
	font-size: 1.2rem;
}


/********************************************

* END General Theme Styles

********************************************/


/********************************************

* Home Page Styles

********************************************/

.cms-home.page-layout-1column .columns {
	padding: 0;
}

#main-about-top-container {
	background-image: url(../images/home/home-top-block.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#main_content_area .home-block-container {
	padding: 50px 0 80px;
}

#main_content_area .home-block-heading h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 1.1rem;
	font-family: lato, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.home-block-heading-desc {
	padding-right: 8%;
	padding-left: 0;
	font-size: 2.4rem;
	font-family: adelle, serif;
	font-weight: 400;
	font-style: normal;
	line-height: 2.8rem;
}

#non-setting {
	background-image: url(../images/home/Non_Setting_Compounds_Block_2.jpg);
}

#epoxy-putty {
	background-image: url(../images/home/epoxy-putty-block.jpg);
}

#silicone-seal {
	background-image: url(../images/home/Silicone_Sealants_Block_2.jpg);
}

#pre-applied {
	background-image: url(../images/home/Pre_Applied_Adhesives_Sealants_Block.jpg);
}

#anaerobic-adhesive {
	background-image: url(../images/home/Anaerobic_Adhesives_Compounds_Block_2.jpg);
}

#exhaust-prod {
	background-image: url(../images/home/Exhaust_Products_Block_2.jpg);
}

#ms-polymer {
	background-image: url(../images/home/ms-polymers-block.jpg);
}

#structural-adhesive {
	background-image: url(../images/home/structural-block.jpg);
}

#instant-adhesive {
	background-image: url(../images/home/Instant_Adhesives_Block_2.jpg);
}

#main-category-blocks-container .category-title {
	display: block;
	color: #fff;
	font-size: 2rem;
	font-family: adelle, serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.76);
	transition: all .3s ease-in-out;
}

#main-category-blocks-container .category-container:hover .category-title {
	opacity: 0;
}

#main-category-blocks-container .category-container {
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

#main-category-blocks-container .category-container:nth-child(3n) {
	border-right: none;
}

#main-category-blocks-container .category-slide {
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	bottom: -150%;
	left: 0;
	right: 0;
	transition: all .3s ease-in-out;
	margin: 0 10%;
	display: flex;
	flex-flow: column wrap;
	text-align: center;
	border: 3px solid #a0a0a0;
	padding: 10px 30px 0;
}

#main-category-blocks-container .category-container:hover .category-slide {
	bottom: 0;
}

#main-category-blocks-container .category-slide span {
	font-size: 1.8rem;
	font-family: adelle, serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	margin-bottom: 10px;
}

#main-category-blocks-container .category-slide p {
	margin-bottom: 1.5rem;
	color: #333333;
}

#main-category-blocks-container .category-slide a {
	margin: auto;
	margin-bottom: -3px;
}

#main-product-focus-container .row {
	margin-bottom: 0;
}

#main-products-applications-container .home-block-heading h3 {
	border-bottom: 1px solid #d9d9d9;
}

.home-block-text p {
	margin-bottom: 2rem;
}

#main-product-focus-container {
	position: relative;
	z-index: 1;
}

#main-product-focus-container::before {
	content: '';
	position: absolute;
	left: 0;
	width: 30%;
	height: 100%;
	background: #d1dee8;
	z-index: -1;
}

.focus-header-container h2 {
	font-size: 2rem;
	margin: 1.6rem 0;
}

.focus-prod-container img {
	margin: 50px 0;
}

#main-product-focus-container .focus-description .home-block-heading h3 {
	border-bottom: 1px solid #ddd;
}

.focus-description .home-block-heading-desc {
	margin: 20px 0;
}

ul.focus-text-list {
	margin: 2rem 0 3rem 3rem;
}

ul.focus-text-list>li {
	list-style: disc;
	margin-bottom: 5px;
}

#main-video-container {
	background-color: #eeeeee;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.video-resc-title {
	margin: 30px 0;
}

#main-video-container .button {
	margin: 50px auto;
}


/********************************************

* END Home Page Styles

********************************************/


/********************************************

* Youtube embed Styles

********************************************/

.youtube {
	/* background-color: #000; */
	margin-bottom: 30px;
	position: relative;
	padding-top: 70.25%;
	overflow: hidden;
	cursor: pointer;
}

.youtube img {
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
}


/* .youtube img{

    display:none;

} */

.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}

.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
	cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0);
}

.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}


/********************************************

* END Youtube embed Styles

********************************************/


/********************************************

* Top Category Page Styles

********************************************/

.top-category-child {
	display: flex;
	flex-direction: column;
	width: calc((100% / 3) - 2.1rem);
	margin: 1rem;
	text-align: center;
	background: #eee;
}

.top-category-child a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.top-category-child a:hover {
	text-decoration: none;
}

.top-category-child a img {
	margin-top: auto;
	align-self: center;
}

.top-category-child a span {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	background-color: #145487;
	padding: 0.5rem;
}

.top-category-child a img {
	max-height: 300px;
}

.item-category-products .category-product {
	list-style-type: disc;
	margin-left: 20px;
}

.category-product a {
	color: #333;
}

.top-category-header {
	display: flex;
	flex-flow: row wrap;
}


/********************************************

* Top Category Page Styles

********************************************/


/********************************************

* Category Product Page Styles

********************************************/

.page-layout-1column .columns,
.page-layout-industries_served #main-category-blocks-container {
	background: #dfe2eb;
	background: -moz-linear-gradient(top, #ccd4e2 0%, #ffffff 400px, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ccd4e2), color-stop(400px, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ccd4e2 0%, #ffffff 400px, #ffffff 100%);
	background: -o-linear-gradient(top, #ccd4e2 0%, #ffffff 400px, #ffffff 100%);
	background: -ms-linear-gradient(top, #ccd4e2 0%, #ffffff 400px, #ffffff 100%);
	background: linear-gradient(to bottom, #ccd4e2 0%, #fff 400px, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe2eb', endColorstr='#ffffff', GradientType=0);
}

.catalog-category-view .category-description {
	margin-bottom: 4rem;
}

.products-grid .product-items {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.products-grid .product-items .product-item {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.products-grid .product-item-actions {
	margin: 0;
}

.products-grid .product-item {
	margin: 0 2% 2rem !important;
	background: #eee;
}

.products-grid .product-item .product-item-name {
	background: transparent;
	margin-bottom: 1rem;
}

.products-grid .product-item .product-item-name>a {
	color: #666;
	font-weight: 400!important;
}

.product-item-actions .actions-primary {
	display: block;
}

.products-grid .product-item .product-item-inner {
	width: 100%;
}

.product-item-actions .actions-primary a {
	display: block;
}

.action.primary.toproduct {
	width: 100%;
	border: 1px solid #145487;
	border-radius: 0;
	background: #145487;
}


/********************************************

* END Category Product Page Styles

********************************************/


/********************************************

* Product Page Styles

********************************************/

.product-category-title {
	padding: 28px calc(10% + 0.75rem);
}

.product-category-title span {
	display: block;
	font-family: adelle, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3.2rem;
	line-height: 3.8rem;
	text-transform: uppercase;
}

#product-title-heading .page-title-wrapper {
	background: transparent;
}

#product-title-heading .page-title-wrapper .page-title {
	color: #145487;
	margin-top: 2.8rem;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: adelle, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.2rem;
}

.product-info-shortDescription {
	color: #666;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.catalog-product-view .product.media {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

#prod-top-col2 {
	padding-left: 3rem;
}

.catalog-product-view #product-features-container {
	padding: 2rem 3rem;
	margin-bottom: 2rem;
}

.catalog-product-view #product-features-container h3 {
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-left: 1.5rem;
	margin-top: 0;
}

.catalog-product-view #product-features-container ul {
	margin: 0;
	column-count: 2;
}

.catalog-product-view #product-features-container ul li,
.product-description-container ul li,
#product-secondary-description ul li {
	margin-left: 1.5rem;
	margin-bottom: 5px;
}

.catalog-product-view #product-features-container li:before,
.catalog-product-view .product-description-container li:before,
.catalog-product-view #product-secondary-description li:before {
	content: "+";
	margin-left: -18px;
	margin-right: 8px;
	color: #ffcc00;
}

.fieldset>.field:not(.choice)>.control {
	width: 97%;
}

.fieldset>.field:not(.choice)>.control input,
.fieldset>.field:not(.choice)>.control textarea {
	background: #fff;
	padding-left: 1em;
}

.fieldset>.field:not(.choice)>.control input::placeholder,
.fieldset>.field:not(.choice)>.control textarea::placeholder {
	color: #313131;
	font-family: lato, sans-serif;
	text-transform: uppercase;
}

.product-enquiry-container .webforms {
	background: #e5e5e5;
	padding: 1rem 3%;
}

.product-enquiry-container .fieldset>.field {
	margin-bottom: 10px;
}

.product-enquiry-container .fieldset>.field:last-child {
	margin-bottom: 0;
}

.product-enquiry-container .webforms-description-text {
	color: #145487;
	text-transform: uppercase;
	font-family: adelle, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	padding-top: 1rem;
	margin: 0 1rem 1rem;
}

.product-enquiry-container .form {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.product-enquiry-container .fieldset {
	width: 100%;
}

.product-enquiry-container .webforms-gdpr {
	width: 70%;
	margin: 0;
}

.product-enquiry-container .actions-toolbar {
	width: 30%;
	margin: 0 !important;
}

.product-enquiry-container .actions-toolbar .action.submit.primary {
	margin-bottom: 0;
	background: #297825;
	padding: 10px 3rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: open-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 0;
}

.product-description-container ul,
.catalog-product-view #product-secondary-description ul {
	margin: 1rem 0;
	border: 1px solid #ccc;
	padding: 1rem;
}

#product-additional-image-container {
	text-align: center;
}

#product-additional-image-container img {
	max-height: 370px;
}

.catalog-product-view .product-info-main {
	width: 100%;
	float: none;
}

#product-sizes-container {
	padding: 1rem 5%;
	background-color: #feed01;
}

#product-sizes-container h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 2rem;
}

#product-secondary-description {
	padding: 1rem 5%;
}

#product-secondary-description h3 {
	text-transform: uppercase;
	font-size: 2rem;
}

#product-secondary-description strong {
	font-weight: 700;
}

#product-attr-physical,
#product-attr-typical {
	padding-bottom: 2rem;
}

#product-attr-physical h3,
#product-attr-typical h3 {
	padding: 1rem 5%;
	text-transform: uppercase;
	font-size: 2rem;
}

#product-attr-physical table tr td,
#product-attr-typical table tr td {
	padding-left: 5%;
}

#product-attr-physical table tr td:first-child,
#product-attr-typical table tr td:first-child {
	background-color: #bdd0de;
}

.product-hyloglue #product-attr-physical table tr td,
.product-hylosil #product-attr-physical table tr td,
.product-hylosil-instant-gasket #product-attr-physical table tr td {
	padding-left: 10px;
}

.product-hylosil #product-attr-physical table tr td,
.product-hylosil-instant-gasket #product-attr-physical table tr td {
	text-align: center;
}

.product-hylogrip #product-attr-physical table tr td:first-child,
.product-hylosil #product-attr-physical table tr td:first-child,
.product-hylosil-instant-gasket #product-attr-physical table tr td:first-child {
	background-color: initial;
}

.product-hylogrip #product-attr-physical table tr:first-child td,
.product-hyloglue #product-attr-physical table tr:first-child td,
.product-hylosil #product-attr-physical table tr:first-child td,
.product-hylosil-instant-gasket #product-attr-physical table tr:first-child td {
	background-color: #bdd0de;
}

.attribute-container {
	margin-top: auto;
}

.industry-use-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.industry-option {
	position: relative;
	margin: 0 10px 10px;
	width: 25%;
	text-align: center;
	width: 100px;
	height: 100px;
}

.industry-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	padding: 5px;
	background: #bf1e2ed4;
	color: #fff;
	font-weight: 700;
	opacity: 0;
	transition: all .2s ease-in-out;
}

.industry-option:hover .industry-hover {
	opacity: 1;
}

.documents-container {
	border: 4px solid #00497f;
}

.documents-container h3 {
	font-family: lato, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 2.4rem 4rem;
	font-size: 1.3rem;
	margin: 0;
}

.download-items {
	margin-left: 4rem;
}

.product-downloads ul {
	margin: 1rem;
}

.product-downloads ul li {
	font-size: 1.2rem;
}

.product-downloads ul li:before {
	content: '\f56d';
	color: #00497f;
	font-size: 2rem;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-right: 20px;
}

.product.info.detailed {
	margin-bottom: 3rem;
}

.related .block-title {
	position: relative;
	text-align: center;
}

.related .block-title:before {
	position: absolute;
	left: 0.75rem;
	top: 50%;
	content: '';
	width: calc(100% - 1.5rem);
	height: 2px;
	background: #ccc;
	z-index: 100;
}

.related .block-title #block-related-heading {
	position: relative;
	font-family: adelle, serif;
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	color: #00497f;
	background: #fff;
	padding: 0 20px;
	z-index: 999;
}

.related .products-grid .product-item {
	width: calc((100% - 4%) / 3);
	background: #eee;
}

.products-related.products-grid .product-items {
	flex-wrap: nowrap;
	margin: 0 -2%;
}

.product-item-info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	max-width: initial;
	width: 100%;
	margin-top: auto;
}

.page-products .product-item-info {
	width: 100%;
}

.product-item-info .product-item-photo {
	width: 100%;
	display: block;
	margin-top: auto;
}

.product-image-container {
	display: block;
}

.product-image-wrapper {
	overflow: initial;
}

.product-image-photo {
	max-height: 100%;
	filter: drop-shadow();
	-webkit-filter: drop-shadow(12px 12px 25px rgba(0, 0, 0, 0.5));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.product-item-name {
	background: #fff;
	margin: 0;
	padding-top: 2rem;
}

.product-item-name>a {
	font-family: adelle, serif;
	font-size: 1.6rem;
	font-weight: 700 !important;
	font-style: normal;
	color: #00497f;
}

.product-item-name>a:visited,
.product-item-name>a:focus {
	color: #00497f;
}


/********************************************

* End Product Page Styles

********************************************/


/********************************************

* About Us Page Styles

********************************************/

.about-text-background {
	background: rgba(204, 211, 224, 1);
	background: -moz-linear-gradient(top, rgba(204, 211, 224, 1) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204, 211, 224, 1)), color-stop(71%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(204, 211, 224, 1) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(204, 211, 224, 1) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(204, 211, 224, 1) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(204, 211, 224, 1) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd3e0', endColorstr='#ffffff', GradientType=0);
}

.about-text-container {
	padding-top: 6rem;
	padding-bottom: 2rem;
}

.about-us-text {
	font-family: lato, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.about-us-text strong {
	font-weight: 700;
}

.our-clients-container {
	margin-bottom: 2rem;
}

.our-clients-container h3 {
	font-size: 2.5rem;
	text-transform: uppercase;
}


/********************************************

* END About Us Page Styles

********************************************/


/********************************************

* Get In Touch Page Styles

********************************************/

.loc-title-bar {
	display: flex;
	padding: 3rem 0;
}

.country-title {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #00497f;
	cursor: pointer;
}

.country-title.active {
	font-weight: 700;
}

.country-title:not(:last-child) {
	border-right: 2px solid #00497f;
}

.loc-info {
	display: none;
	position: absolute;
}

#wigan-info {
	display: block;
	top: calc(-115px);
	left: 110px;
}

#texas-info {
	top: calc(-115px);
	left: 40px;
}

#grevenbroich-info {
	top: calc(-115px);
	left: 40px;
}

.mobile-loc {
	display: none;
	position: static;
}

.contact-map {
	padding: 50px 0 0;
	text-align: center;
	position: relative;
}

#map-img {
	width: 100%;
	height: auto;
}

.mapPopUp {
	color: #00497f;
	font-size: 2.3rem;
	position: absolute;
	transition: 0.2s ease;
	cursor: pointer;
}

.mapPopUp:hover,
.mapPopUp.active {
	color: #8b0000;
}

.map-info-container {
	width: 350px;
	min-height: 300px;
	background-color: rgba(0, 73, 127, 0.88);
	border-radius: 15px;
	text-align: left;
	padding: 30px;
	z-index: 100;
}

.loc-title {
	color: #fff;
	font-family: adelle, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2rem;
	display: block;
	text-transform: uppercase;
}

.map-info-container p {
	font-size: 1.3rem;
	color: #fff;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
}

.map-info-container span a {
	color: #fff;
	font-size: 1.3rem;
}

.map-info-container span {
	display: block;
	color: #fff;
	font-size: 1.3rem;
}

#wigan {
	top: 25.8%;
	left: 47.7%;
}

#grevenbroich {
	top: 29.8%;
	left: 50.8%;
}

#texas {
	top: 43%;
	left: 19.5%;
}

@media all and (min-width: 600px) {
	.mobile-loc {
		display: none !important;
	}
}


/********************************************

* END Get In Touch Page Styles

********************************************/


/********************************************

* Industries Served Page Styles

********************************************/

.page-layout-industries_served #main-category-blocks-container .container {
	padding-top: 5em;
	margin-bottom: 5em;
}

.page-layout-industries_served #main-category-blocks-container>.row {
	margin-bottom: 0;
}

#automotive-ind {
	background-image: url(../images/industries/automotive.jpg);
}

#aerospace-ind {
	background-image: url(../images/industries/areospace.jpg);
}

#marine-ind {
	background-image: url(../images/industries/marine.jpg);
}

#rail-ind {
	background-image: url(../images/industries/rail.jpg);
}

#agriculture-ind {
	background-image: url(../images/industries/argicultural.jpg);
}

#camping-ind {
	background-image: url(../images/industries/camping.jpg);
}

#electric-vehicles {
	background-image: url(../images/industries/electrical.jpg);
}

#power-dist {
	background-image: url(../images/industries/power-gen.jpg);
}

#white-goods {
	background-image: url(../images/industries/white-goods.jpg);
}

#phetrochemical {
	background-image: url(../images/industries/petrochemical.jpg);
}

#lowcarbon {
	background-image: url(../images/industries/low-carbon.jpg);
}

.case-study {
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#case-rolls {
	background-image: url(../images/industries/case-rolls.jpg);
}

#case-formula {
	background-image: url(../images/industries/case-formula.jpg);
}

#case-aston {
	background-image: url(../images/industries/case-aston.jpg);
}

#case-mini {
	background-image: url(../images/industries/case-mini.jpg);
}

.case-title {
	position: absolute;
	bottom: 0;
	height: 30%;
	background: #00497fb0;
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	display: flex;
	text-transform: uppercase;
	font-weight: 700;
}

.case-title span {
	margin: auto 1em 10px;
}


/********************************************

* END Industries Served Page Styles

********************************************/


/********************************************

* News Page Styles

********************************************/

.mpblog-post-view .page-title,
.mpblog-post-index .page-title {
	margin: 28px calc(10% + 0.75rem);
	font-family: adelle, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3.2rem;
	line-height: 3.8rem;
	text-transform: uppercase;
}

.mpblog-post-view.page-layout-2columns-left .column.main,
.mpblog-post-index.page-layout-2columns-left .column.main {
	width: 100%;
}

.post-list-body {
	display: flex;
	flex-flow: row wrap;
	padding: 3rem 0;
}

.post-list-item {
	display: flex;
}

.post-item-wraper {
	flex-grow: 1;
	border: 4px solid #145487;
	transition: 0.3s
}

.post-item-wraper:hover {
	border: 4px solid #145487;
	box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.mp-clear {
	display: none;
}

.limiter-options {
	display: inline-block;
	min-width: 4rem;
	margin-bottom: 2rem;
}

.mpblog-post-view .post-list-content {
	margin-top: 2rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}


/********************************************

* END News Page Styles

********************************************/


/********************************************

* All Video Page Styles

********************************************/

.category-videos .category-cms {
	margin-top: 2rem;
}

.category-videos .columns {
	display: none;
}

.vid-content-box {
	margin-bottom: 2rem;
}

.video-title {
	text-align: center;
	font-size: 1.5rem;
	font-family: adelle, serif;
	font-style: normal;
	color: #fff;
	background: #145487;
	padding: 1rem;
}


/********************************************

* END All Video Page Styles

********************************************/


/********************************************

* CMS Pages Styles

********************************************/

.cms-terms-and-conditions .column.main {
	padding-top: 3rem;
	padding-bottom: 3rem;
}


/********************************************

* END CMS Pages Styles

********************************************/


/********************************************

* Documents Page Styles

********************************************/

.cat-name {
	display: block;
	background: #bdd0de;
	color: #145487;
	font-size: 1.2rem;
	padding: 1rem 3rem;
	margin-bottom: 1rem;
}

.cat-name.ui-state-active {
	background: #145487;
	color: #fff;
}

.cat-name,
.prod-name,
.prod-document {
	display: block;
	background: #bdd0de;
	color: #145487;
	font-size: 1.2rem;
	padding: 1rem 3rem;
	margin-bottom: 1rem;
	transition: 0.3s;
}

.prod-name {
	background-color: #145487;
	color: #fff;
}

.prod-document {
	padding: 0;
}

.prod-document a {
	display: block;
	padding: 1rem 3rem;
	line-height: 1.5rem;
}

.prod-document a:before {
	content: '\f56d';
	font-family: "Font Awesome 5 Pro";
	padding-right: 1rem;
	font-size: 1.3rem;
}

.prod-document a.pdf:before {
	content: '\f1c1';
}

.cat-name.ui-state-active,
.prod-name.ui-state-active,
.cat-name:hover,
.prod-name:hover,
.prod-document:hover {
	background: #145487;
	color: #fff;
}

.prod-document a:hover {
	color: #fff;
	text-decoration: none;
}

.category-document-resource-videos #main-video-container .button {
	margin: 20px auto 50px;
}

#document-container .category-products {
	margin-left: 3rem;
}


/********************************************

* END Documents Page Styles

********************************************/


/********************************************

* Search Page Styles

********************************************/

.search.results .products-grid .product-items {
	justify-content: flex-start;
}

.search.results .products {
	margin: 0;
	padding: 2rem;
}

.message.notice {
	padding: 20px 10%;
}

.message.notice> :first-child::before {
	position: static;
}


/********************************************

* END Search Page Styles

********************************************/


/********************************************

* Cookie Notice

********************************************/

.message.global.noscript,
.message.global.cookie {
	background: #00497f;
	border-color: #00497f;
	color: #fff;
}

#notice-cookie-block>.content {
	width: 80%;
	margin: auto;
	text-align: center;
}

#notice-cookie-block .action.primary {
	background: #297825;
	border: 1px solid #297825;
	border-radius: 0;
}


/********************************************

* END Cookie Notice

********************************************/


/********************************************

* Media Queries

********************************************/

@media (max-width: 1650px) {
	.page-products.page-layout-1column .products-grid .product-item {
		width: 29%;
	}
}

@media (max-width: 1200px) {
	.top-category-child {
		width: calc((100% / 2) - 2.1rem);
	}
	.page-products.page-layout-1column .products-grid .product-item {
		width: 46%;
	}
}

@media (max-width: 992px) {
	.page-title-wrapper:not(.product) .page-title span {
		font-size: 2rem;
		line-height: 1.1;
	}
	#main-product-focus-container .focus-description {
		padding: 0 0.75rem;
	}
	#main-category-blocks-container .category-container {
		border: 2px solid #fff;
	}
	#main-category-blocks-container .category-container:nth-child(3n) {
		border-right: 2px solid #fff;
	}
	.catalog-product-view #product-features-container ul {
		column-count: 1;
	}
	#main-category-blocks-container #pre-applied {
		display: none;
	}
	ul.focus-text-list {
		margin: 2rem 0 2rem 2rem;
	}
	.video-container {
		margin-bottom: 1rem;
	}
	.about-text-container {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.focus-prod-container img {
		margin: 2rem 0 0;
	}
	#main-product-focus-container::before {
		width: 100%;
		height: 30%;
	}
	.product-category-title span {
		font-size: 2rem;
		line-height: 1.1;
	}
	.related .products-grid .product-item {
		width: calc((100% - 8%) / 2);
	}
	.products-related.products-grid .product-items {
		flex-wrap: wrap;
	}
	#prod-top-col2 {
		padding: 2rem 0 0;
	}
}

@media (max-width: 768px) {
	.product-enquiry-container .form {
		flex-direction: column;
	}
	.product-enquiry-container .webforms-gdpr {
		width: 100%;
	}
	.product-enquiry-container .actions-toolbar {
		margin-top: 1rem !important;
		width: 50%;
		text-align: center;
	}
	.product-enquiry-container .actions-toolbar .primary {
		float: none;
		margin: auto;
	}
	#main-video-container {
		order: 2;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.container {
		width: 90%;
		max-width: 90%;
	}
	.product-category-title {
		padding: 28px calc(5% + 0.75rem);
	}
	.top-category-child {
		width: calc(100% - 2.1rem);
	}
	.page-products.page-layout-1column .products-grid .product-item {
		width: 100%;
	}
	.product-item-info {
		margin-top: 1rem;
	}
	#main-category-blocks-container .category-container {
		border-left: none;
		border-right: none !important;
	}
	.loc-title-bar {
		flex-direction: column;
	}
	.loc-title-bar .country-title {
		padding: 0.5rem 0;
	}
	.loc-title-bar .country-title.active {
		background: #00497f;
		color: #fff;
	}
	.country-title:not(:last-child) {
		border-right: none;
		border-bottom: 2px solid #00497f;
	}
	.loc-info {
		padding: 0;
	}
	.map-info-container {
		width: auto;
		text-align: center;
		border-radius: 0;
	}
	.documents-container h3 {
		padding: 1.4rem 2rem;
	}
	.download-items {
		margin-left: 2rem;
	}
	.product-enquiry-container .actions-toolbar {
		width: 100%;
	}
}

@media (max-width: 400px) {
	/*.product-info-shortDescription { display: none; }*/
	.product.media {
		max-width: 100%;
		overflow: hidden;
	}
	.related .products-grid .product-item {
		width: calc(100% - 4%);
	}
}


/* JD Style Bits */

.home-banner .r-sub {
	color: #000033;
	font-size: 30px;
	font-family: adelle, serif;
	padding-left: 0;
}

.home-banner .r-sub span:before {
	content: "|";
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}


/* .home-banner .r-sub span:nth-child(3):after{

    content: "|";

    display:inline-block;

    padding-left: 10px;

} */

.home-banner .r-sub span:nth-child(7):after {
	content: "|";
	display: inline-block;
	padding-left: 10px;
}

.home-banner .bannerid28 h4 {
	font-size: 3rem;
}


.home-banner .triangle{
    max-width:110px;
    float:right;
}

/* .home-banner .bannerid28 a.button {
	background-color: #9999cc;
} */

.six-content {
	padding-top: 40px;
}

.six-content .row {
	display: flex;
	flex-flow: wrap row;
}

.six-content .contnet-box {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.six-content .contnet-box h3 {
	font-size: 30px;
	margin-top: 0;
	color: #145487;
}

.catalog-product-view .youtube img {
	display: none;
}

.cms-home #main-category-blocks-container .category-container::before {
	content: "";
	background-color: #02020240;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.cms-home #main-category-blocks-container .category-container span {
	z-index: 9;
}

.categorypath-videos .youtube img {
	display: none;
}

.categorypath-videos .youtube .newimage {
	display: block;
	opacity: 1;
	width: 80%;
	left: 10%;
}

.cms-index-index #main-category-blocks-container .category-slide{
	background-color:#00497f;
	color:#fff;
	padding:10px 30px 10px 30px;
}
.cms-index-index #main-category-blocks-container .category-slide span,
.cms-index-index #main-category-blocks-container .category-slide p{
	color:#fff;
}

.video-container .imageblock{
	width:70%;
	margin:0 auto;
	display: block;
}
.our-videos-block{
	padding-top: 27px;
}
.our-videos-block .youtube img{
	display: none;
}


/*  Banner Update */
/* .banner-li{
	position: relative;
}
.banner-li .banner-desc{
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	padding:0 10% !important;
	background-color: rgba(0, 185, 238, 1) !important;
}
.banner-desc h4{
	font-size:45px !important;
	text-align: center !important;
}
*/
.category-our-videos .message {
	display: none;
} 


.bannerid29 .banner-desc{
	display:none !important;
}

.webforms-fields-prourl {
	display:none;
}