/*!
Theme Name: unibloc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unibloc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

unibloc is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Additions from GGC
# Updates for merge and relaunch 2022
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Additions from GGC
--------------------------------------------------------------*/

/* turn off events slider */

.page-id-17 .events-sidebar ul.list {display:flex;text-align:center;}
.events-sidebar ul.list li {width:100%;border-bottom:none;}


.careerspagetable {border-collapse: collapse;width: 100%;}
.careerspagetable td {padding:5px}
.careerspagetable tr {border:1px solid #dddddd;}
.careerspagetable tr:nth-child(even) {background-color: #dddddd;}
.careerspagetable tr:nth-child(odd) {background-color: #efefef;}

/* newsletter styling */
.hs_submit input[type="submit"] {
	background-color: #000;
}
/* get a quote footer styling */
.pre-footer [href$='#quote']{
    background : #C10230;
	color: #fff;
}
/* email signup styling */
.hs_error_rollup {
  display: none;
}
.hbspt-form ul.no-list.hs-error-msgs.inputs-list {
	list-style:none;
	padding:0px;
}
.hs_submit.hs_submit.hs-submit::after {
	  content: "TO OUR NEWSLETTER";
	font-weight:bold;
}
.newsletter .after {
	display:none;
}

/* removing padding above home slider */
#post-8 > div > div.no-pad-fix > div > div {padding:0 !important;}


/* main nav styling */
.highlightitem a {
	color:#C10230 !important;
	font-weight:bold;
}
.header-search .fa {background:#404040;}

/* resize icons */
.iconsthere {
	max-width:105px;
	font-size:13px;
	padding:5px;
	margin:5px;
	display:inline-flex;
}

.iconsthere img {
	max-width:80px;
	opacity: 0.6;
}
.mw60 {
	margin: 5px 15px;
  padding: 5px 15px;
}
.mw60 img {
	max-width:60px;
}
.mw40 {
	margin: 5px 15px;
  padding: 15px 15px;
}
.mw40 img {
	max-width:40px;
}
.iconsthere a {
	color:#303030;
}
.iconshere {
	border:2px solid #C10230;
	color:#C10230;
}
.iconshere img {opacity:1;}
.iconshere a {color:#C10230;}
@media only screen and (max-width: 528px) {
	.iconsthere {display:none;}
}

/* case studies */
.smallwidgettitle h2 {font-size:18px;}
.smallwidgettitle {min-height:597px;}
@media only screen and (max-width: 1260px) {
	.smallwidgettitle {min-height:515px;}
}
@media only screen and (max-width: 1020px) {
	.smallwidgettitle {min-height:450px;}
}

/* inpage cta buttons */
.inpagecenter {text-align:center;}
.inpagectabutton {
	text-align:center;
	padding:10px 30px !important;
	background: #C10230 !important;
  color: #fff !important;
	display:inline-block;
	margin: 20px 0 !important;
	font-size:20px;
	line-height:20px;
	border:none;
	border-radius:15px / 30px;
	text-transform:uppercase;
	text-decoration:none;
}
.spacingforor {margin:0 10px;}
@media screen and (max-width: 1220px) and (min-width: 750px), (max-width: 600px) {
.spacingforor {display:block;}
}
/* aodd icon */
.wpb-js-composer .vc_tta.vc_general a[href="#aodd-pumps"] .vc_tta-icon {
	background-image: url("http://panthuni/wp-content/uploads/uni-icon-flotronic_pump-black.png");
}
.wpb-js-composer .vc_tta.vc_general .vc_active a[href="#aodd-pumps"] .vc_tta-icon {
	background-image: url("http://panthuni/wp-content/uploads/uni-icon-flotronic_pump-white.png");
}
/* case study and white paper icons */
.icon-casestudy .vc_tta-icon {background-image: url("http://panthuni/wp-content/uploads/icon-casestudy-black.png");
}
.icon-casestudy.vc_active .vc_tta-icon {background-image: url("http://panthuni/wp-content/uploads/icon-casestudy-white.png");
}
.wpb-js-composer .vc_tta.vc_general a[href="#case-studies"] .vc_tta-icon {
	background-image: url("http://panthuni/wp-content/uploads/icon-casestudy-black.png");
}
.wpb-js-composer .vc_tta.vc_general .vc_active a[href="#case-studies"] .vc_tta-icon {
	background-image: url("http://panthuni/wp-content/uploads/icon-casestudy-white.png");
}
.icon-whitepaper .vc_tta-icon {background-image: url("http://panthuni/wp-content/uploads/icon-whitepaper-black.png");
}
.icon-whitepaper.vc_active .vc_tta-icon {background-image: url("http://panthuni/wp-content/uploads/icon-whitepaper-white.png");
}
.wpb-js-composer .vc_tta.vc_general a[href="#white-papers"] .vc_tta-icon {
	background-image: url("http://panthuni/wp-content/uploads/icon-whitepaper-black.png");
}
.wpb-js-composer .vc_tta.vc_general .vc_active a[href="#white-papers"] .vc_tta-icon {
	background-image: url("http://panthuni/wp-content/uploads/icon-whitepaper-white.png");
}
/* in the news icon */
.icon-inthenews .vc_tta-icon {background-image: url("http://panthuni/wp-content/uploads/InTheNewsicon-black.png");
}
.icon-inthenews.vc_active .vc_tta-icon {background-image: url("http://panthuni/wp-content/uploads/InTheNewsicon-white.png");
}
.wpb-js-composer .vc_tta.vc_general a[href="#in-the-news"] .vc_tta-icon {
	background-image: url("http://panthuni/wp-content/uploads/InTheNewsicon-black.png");
}
.wpb-js-composer .vc_tta.vc_general .vc_active a[href="#in-the-news"] .vc_tta-icon {
	background-image: url("http://panthuni/wp-content/uploads/InTheNewsicon-white.png");
}
/* bg image on slider */
.vc_custom_1628860025794 {background-image:url("http://panthuni/wp-content/uploads/UNI-flotronic-hero-image.jpg") !important;}


/* aodd banner */
.aoddslide-1, .aoddslide-2, .aoddslide-3 {margin-bottom:15px;line-height:normal;color:#fff;font-family:"barlow", sans-serif;}
.aoddslide-1 {font-size:44px;font-weight:600;}
.aoddslide-2 {font-size:33px;font-weight:600;}
.aoddslide-3 {font-size:19px;}
.PGmakebold {font-weight: bold;color: #000;}
.PGredlink a {color: #c10230!important;
    padding: 0!important;
    background-image: linear-gradient(45deg, transparent, transparent)!important;
    font-size: initial!important;}

.ss360-section {display:none !important;}

.chat-box .chat-area.overflow {
	max-height: calc(100vh - 400px);
}
.resources .video-container img {
    width:100%;
}

.site-branding a {
    width: 200px;
    background: url("/source/aee4b1eeec83c21b96d7a894b8e3766e/Unibloc-Hygienic-Technologies-logo.png") 0 0 no-repeat;
}
.footer-menu {
    width: calc(100% - 218px);
}

.search-wrap button {
	width: fit-content;
    border: 1px solid;
    display: inline-block;
    background-color: #404040;
    margin-top: 29px;
    margin-bottom: -25px;
    float: right;
    border-radius: 25px;
    padding: 1px 5px;
}
@media screen and (max-width: 1024px) and (min-width: 869px) {
.search-wrap button {margin-top: 17px;}
}
.search-wrap button i {
display: none;
}
.search-wrap button::before {
	font-size: 17px;
}
.search-wrap form input {
	width: 0;padding: 0;
}
.search-wrap form {
	display: inline-flex;
}
.search-wrap button:focus form input, 
.search-wrap button:active form input, 
.search-wrap button form:focus input, 
.search-wrap button form:active input, 
.search-wrap button form input:focus, 
.search-wrap button form input:active {
	width: 150px;margin: 0 10px;
}

.shiftULmargins ul {margin: -20px 0 20px 0;}

@media print {
#ss360-search-console, .chat-wrapper, .chat-box-hide, #hubspot-messages-iframe-container {
	display:none!important;
}
table, img, svg {
  break-inside: avoid;
}
img {
   max-width: 100% !important;
}
body, p, a, h1, h2, h3, h4, h5, h6 {
	color:#000!important;
	background:#fff!important;
}	
body, article, main, .main-inner-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
	display:block;
	position:relative;
}
a {
  font-weight: bolder;
  text-decoration: none;
}
a[href^=http]:after {
  content:" <" attr(href) "> ";
}
article a[href^="#"]:after {
  content: "";
}
	header, footer, nav, aside, form, video, audio {
  display: none;
}
}
@page {
  size: 8.5in 12in;
	margin: 0cm;
}

.truck-kit-table {
  border-collapse: collapse;
}

.truck-kit-table td, .truck-kit-table th {
  border: 1px solid #ddd;
  padding: 2px 2px 2px 5px;
}

.truck-kit-table tr:nth-child(even){background-color: #f2f2f2;}

.truck-kit-table tr:hover {background-color: #ddd;}

.truck-kit-table th {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-color: #c10230;
  color: white;
}
.truck-kit-img-row{
display: flex;
align-items: flex-end;
}
@media screen and (max-width: 500px){
.truck-kit-img-row{
flex-direction: column;
align-items: center;
}
}
.truck-kit-img-row div.wpb_single_image .vc_figure-caption{
position: relative;
left: 0;
text-align: center;
}
.truck-kits-card .vc_column-inner{
padding-top: 0 !important;
}


/*--------------------------------------------------------------
## Updates for merge and relaunch 2022
--------------------------------------------------------------*/

.wpb_animate_when_almost_visible {opacity: 1!important;}

h2, h3 {color: #6b9db4;}
.content-area ul {margin-bottom: 20px;}
.FullWidthGrayBG {background-color:#eee;padding:50px 0;margin-bottom: 60px;}
.FullWidthBlueBG {background-color:#6b9db4;padding:50px 0;margin-bottom: 60px;}
.ClearFW {clear: both;}
.ClearFWpad {clear: both;padding: 30px;}
.AddPad15 {padding: 15px;}
.AddPad20 {padding: 20px;}
.AddPadVert15 {padding: 15px 0;}
.AddPadHorz15 {padding: 0 15px;}
.AddMarVert60 {margin: 60px 0;}
.AddMarVert15 {margin-bottom: 15px;}
.BottomBorderRed {border-bottom: 4px solid #C10230;}

.BGlightgray {background-color: #f9f9f9;}
.BGwhite {background-color: #fff;}
.BGblue {background-color: #6b9db4;}
.BGwhiteproductshot {background-color: #fff;margin-right: 20px;text-align: center;}
.BGwhiteproductshot img {max-height: 200px;width: auto;}
.BlueLink {color: #6b9db4 !important;text-decoration: underline !important;}
.RemoveWhiteBG img {background-color: none !important;}

/* tiles */
.GraybgBluetop {
	border-top: 1px solid #6b9db4;
	padding: 20px;
	background-color: #f9f9f9;
	margin: 0 10px 20px;
}
.GraybgNotop {
	padding: 20px;
	background-color: #f9f9f9;
	margin: 0 10px 20px;
}
.Custom_Product_Tile {
	border-top: 1px solid #6b9db4;
	padding: 5px;
	background-color: #f9f9f9;
	margin-bottom: 30px;
}
.Custom_Product_Tile strong a {
color: #000 !important;
}

/* youtube responsive code */
.VideoTileContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.VideoTileContent iframe, .VideoTileContent object, .VideoTileContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* accordion */
.acc-container {
  width:100%;
  overflow:hidden;
}
.acc-btn {
  width:100%;
  margin:0 auto;
  cursor:pointer;
  background:#c8d5de;
  position: relative;
}
.acc-btn h4 {
	font-size: 19px;
	text-transform: uppercase;
	margin: 0;
}
.acc-btn .selected2 {
  background:#C10230;
  color: #fff !important;
}
.acc-btn::after {
    content: '+';
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 10px;
}
.acc-content {
  height:0px;
  width:100%;
  margin:0 auto 5px;
  overflow:hidden;
}
.acc-content-inner {
  padding:30px;
}
.open {
  height: auto;
}
/* accordion */
/* tabs */
@import "compass/css3";
.tabs {
  margin: 20px;
  padding: 0;
	list-style: none;
	position: relative;
	color: #6b9db4;
}
.tabs .active-tab {
	border: none;
	position: relative;
	color: black;
}
.tabs	ul {
	padding: 0;
}
.tabs	li {
	display: inline-block;
	cursor: pointer;
	color: #6b9db4;
	padding: 5px 10px;
}
.tabs-content {
	margin: 20px;
	padding: 20px;
	list-style: none;
}
.tabs-content	li {
	display: none;
}
/* tabs */
/* media tiles */
.VideoTileHeader {
	padding: 25px;
	font-weight: 700;
	min-height: 110px;
}
.CaseStudyTileHeader {
	padding: 25px 25px 0;
	font-weight: 700;
}
.CaseStudyTileBody {
	padding: 0 25px 25px;
}
.CaseStudyTilePicture {
	width: 30%;
	float: right;
	margin-top: 15px;
}
.CaseStudyTileText {
	width: 65%;
	float: left;
}
.newswrapper{
  width: 1170px;
  width: calc((350 + 40) * 3);
  height: 500px;
  overflow: hidden;
  position: relative;
}
.newswrapper #slider {
      display: flex;
      justify-content: flex-start;
      position: absolute;
    left: 0;
  }
.newswrapper .news-item__slider{
    max-width: 500px;
    display: flex;
    justify-content: center;
    margin: 20px;
    min-width: 500px;
    width: 500px;
  }
.newswrapper .news-item__title{
  position: relative;
  width: 500px;
  }
.newswrapper .news-item__p{
  position: relative;
  bottom: 10%;
  left: 0;
  padding: 0 20px;
  }
.newswrapper .news-item__link {
  width: 100%;
  }
.newswrapper .news-item__link a{
  text-decoration: none;
  background: #000;
  color: #fff;
  padding: 0.8rem;
  display: block;
  text-align: center;
  }
.newswrapper .news-img {
  position: relative;
  margin: 0 auto;
  bottom: 40px;
  }
.newswrapper .news-img img {
  width: 100%;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 5px 2px 20px rgba(0,0,0,0.2);
  border-radius: 15px;
  width: 350px;
  position: absolute;
  top: 0;
}
.newswrapper2 {
  max-width: 1170px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.newswrapper2 #slider2 {
      display: flex;
      justify-content: flex-start;
      position: absolute;
    left: 0;
  }
.newswrapper2 .news-item__slider2 {
    max-width: 500px;
    display: flex;
    justify-content: center;
    margin: 20px;
    min-width: 500px;
    width: 500px;
  }
.newswrapper2 .news-item__title2 {
  position: relative;
  width: 500px;
  }
.newswrapper2 .news-item__p2 {
  position: relative;
  bottom: 10%;
  left: 0;
  padding: 0 20px;
  }
.newswrappe2r .news-item__link2 {
  width: 100%;
  }
.newswrapper2 .news-item__link2 a{
  text-decoration: none;
  background: #000;
  color: #fff;
  padding: 0.8rem;
  display: block;
  text-align: center;
  }
.newswrapper2 .news-img2 {
  position: relative;
  margin: 0 auto;
  bottom: 40px;
  }
.newswrapper2 .news-img2 img {
  width: 100%;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 5px 2px 20px rgba(0,0,0,0.2);
  border-radius: 15px;
  width: 350px;
  position: absolute;
  top: 0;
}
.MediaTiles button {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  padding: 0 0 5px 0 !important;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 20px !important;
}
.leftarrowicon, .rightarrowicon {
	display: contents;
}
.TruncateCaseStudies .newswrapper2 {
	max-width: 550px;
	z-index: -1;
}
/* related products */
.RelatedProductTile {
	width: 47%;
	float: left;
	border-top: 1px solid #6b9db4;
	padding: 20px;
	margin: 0 2% 20px 0;
}
@media only screen and (max-width: 600px) {
	.RelatedProductTile {width: 100%;}
}
.RelatedProductTile .LeftSide {
	background-color:#fff;
	width:33%;
	float: left;
	margin-top: 10px;
}
.RelatedProductTile .RightSide {
	width:60%;
	float: right;
}
@media only screen and (max-width: 600px) {
.newswrapper2 .news-item__slider2 {width: 300px;min-width: inherit;max-width: inherit;}
.newswrapper2 .news-item__title2 {width: 300px;min-width: inherit;max-width: inherit;}
}

/* industry solutions */
.IndustrySolutions {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	margin-top: 20px;
}
.IndustrySolutions a {
color: #000 !important;
}

/* Product Page */
.ProductPage .MediaTiles a {color: #6b9db4 !important;text-decoration: underline !important;}
.ProductPage h1 {text-transform: initial;font-size: 30px;margin: 0;}
.ProductPage h5 {text-transform: uppercase;}
.ProductThumbnails {text-align: center;vertical-align: top;font-weight: 500;font-size: 16px;width: 120px;}
.ProductThumbnails img {width: 100px !important;height: 100px !important;background-color: #fff;padding: 5px;}
.ProductContentTabs {text-align: center;background-color: #fff;margin-bottom: 40px;font-weight: 500;}
.SubCatHeadlineLink {text-transform: uppercase;color: #959595 !important;letter-spacing: 1px;}

/* Brand Page */
.BrandPageLogo {width: 200px !important;}

/* Subcategory Page */
.SubCatContainer {
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom:60px;
	background-color:#6b9db4;
}
.SubCatHero {
	padding: 80px;
	color: #fff;
	background-color:#6b9db4;
}
SubCatMobKeep {}
@media only screen and (max-width: 600px) {
.SubCatMobKeep {width: 100% !important;}
.SubCatMobHide {display: none;}
}
/* Marketing Spotlight */
.MarketingSpotlightContainer {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color:#000;
}
.MarketingSpotlightbutton {
	width:auto;
	text-align:center;
	padding:10px 30px !important;
	background: #000 !important;
  color: #fff !important;
	display:inline-block;
	margin: 20px 0 !important;
	font-size:20px;
	line-height:20px;
	border:none;
	border-radius:15px / 30px;
	text-transform:uppercase;
	text-decoration:none;
}
.MarketingSpotlightFade {
	background-image: linear-gradient(149deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.5) 15%, rgba(0,0,0,0) 100%);
}
.MarketingSpotlightTile {
color: #fff !important;
  width: 50%;
  padding: 50px;
}
.MarketingSpotlightTile p {
margin: 0;
}
.MarketingSpotlightTile h3 {
	color: #fff !important;
	line-height: 28px;
	margin-top: 0;
}
.MarketingSpotlightOverHead {
text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
.MarketingSpotlightTile {
  width: 100%;
}
}
/* marketing tile */
.MarketingTile {
	padding-bottom: 300px;
}
.MarketingTileInner {
	background-image: linear-gradient(rgba(62 62 62 / 65%),rgba(62 62 62 / 65%));
	padding: 30px;
}

/* youtube responsive div */
.ResponsiveYT2022 {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ResponsiveYT2022 iframe, .ResponsiveYT object, .ResponsiveYT embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.IndustryPage .newswrapper {
	max-width: 600px !important;
	z-index: -9;
}

.IndRowleftside {
	float: left;padding:0 20px;
}

.IndRowrightside {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	margin-top: 20px;
}
.IndRowrightside a {
color: #000 !important;
line-height: 16px;
font-weight: 500;
}
.IndRowrightside img {
margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
.IndRowleftside {
	width: 100%;
}
.IndRowrightside {
	float: left;padding:0 20px;
}
}

/* hero banner */
.hero-bar2022 {
  background-image: url("/source/f1a8561d9320649d3a007234b380f8ea/topper-3.jpg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding:40px;
  position:relative;
  margin-bottom: 30px;
}
.hero-bar2022 .toptext {
  color: #fff !important;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 50%) !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.hero-bar2022 .bottomtext {
  color: #fff !important;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 50%) !important;
}
.addsomeweight {
	font-size: 30px;
    font-weight: 700;
}

.arrow-image2022 {
  padding: 50px 0 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.arrow-image2022:before, .arrow-image2022:after {
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  border-bottom: 30px solid #fff;
  display: block !important;
}
.arrow-image2022:before {
  left: 0;
  border-right: 30px solid transparent;
  border-left: 0;
}
.arrow-image2022:after {
  right: 0;
  border-left: 30px solid transparent;
  border-right: 0;
}
/* end hero banner */

.MakeItEqualHeight .wpb_wrapper {
	display: flex !important;
  height: 100% !important;
}
.CaseStudyHero {
	float: right;
	max-width: 400px;
	margin: 0 0 30px 30px;
}
@media only screen and (max-width: 767px) {
.CaseStudyHero {
	float: none;
	width: 100%;
	margin: auto;
	clear: both;
	}
}
.newsletter {
	min-width: auto !important;
}
.LoseMarginList .events-sidebar ul.list {
	margin: 0 !important;
}
.main-navigation ul ul a {
    width: max-content;
    min-width: 200px;
}
.main-navigation ul ul li {
	width: 100%;
}
.site-branding a {
	background-size: contain !important;
}
.LangFlagIcon {
font-size: 14px;
}

.resources .type_label {
	font-family: 'Barlow', sans-serif;
}
.resource-grid .reset_button, .resource-table .reset_button {
	font-family: 'Barlow', sans-serif;
}

.resource-gallery .resource-item a.w-100{
	width: 100%;
}

.resource-gallery .resource-item .background-container{
	transition: height 0.5s ease;
	align-content: baseline;
}

.gatedPDFs {
	border:1px solid #c8d6df;
	padding: 10px 15px 15px;
	border-radius: 5px;
	float: left;
	display: inline-block;
	margin: 5px;
	width: 95%;
}
.chat-wrapper {
	top: 40% !important;
}
/*
.row.resources select{
	display: inline-block;
} */

.page-template-resource-gallery-template li.menu-item{
	font-weight: 300;
}

/* mobile menu styling */
.mobmenu-right-bt .mob-icon-menu:before {
    content: "\f0ac";
}
.mobmenu-right-bt [class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 25px;
}
.mob-icon-cancel-1:before {
    content: '\ecf2';
    font-family: 'mobmenu' !important;
}
.mobmenul-container, .mobmenur-container {margin-top: 0;}
.mobmenu-left-panel .mob-cancel-button, .mobmenu-right-panel .mob-cancel-button {color:#6b9db4 !important;}
.mobmenul-container i {color: #000 !important;}
.mobmenur-container i {color: #6b9db4 !important;}
.mob-menu-header-holder {background-color:#fff !important;border-bottom: 1px solid #6b9db4;box-shadow: 1px 1px 6px 0px #6b9db469;}
.mobmenu-content #mobmenuleft li a:hover, .mobmenu-content #mobmenuright li a:hover, .mobmenu-content #mobmenuright li:hover, .mobmenu-content #mobmenuleft li:hover {background-color: #6b9db4 !important;}
.mobmenu-content #mobmenuleft .sub-menu {background-color: #c8d6df !important;}
.mobmenu-content #mobmenuleft .sub-menu a {color: #666 !important;}
.mobmenu-content #mobmenuleft .sub-menu a:hover {color: #fff !important;}
.ShowHideSearch {display: none;}
@media only screen and (max-width: 868px) {
.mob-menu-header-holder {background-color:#fff !important;}
.mobmenul-container i {color: #000 !important;}
.mobmenur-container i {color: #6b9db4 !important;}
.mobmenul-container, .mobmenur-container {margin-top: 0;}
.show-subheader #content {padding-top: 0 !important;}
.HideBlockonMobile {display: none;}
.ShowHideSearch {display: inherit;}
}
.search-wrap{
	display: none;
}
.ss-search-wrap{
	float:right;
	margin: 30px 10px 0;
	display: block !important;
}
.searchpage #search {
	box-shadow: 0px 0px 3px #000;
	border-radius: 10px;
	width: 80%;
    margin-right: 5px;
}

.onpageh1 {font-size: inherit;}

.resource-list a{
  text-decoration: none !important;
  color: #000 !important;
  font-weight: bold !important;
}
.resource-list p{
  margin:0!important;
}
.resource-list a p {
  color: #000 !important;
  font-weight: bold !important;
}
.resource-list a span{
  color: #C32033 !important;
}
.resource-list hr {margin-bottom: 10px;} 
.vc_row{
	max-width: 100%;
}
.site-main .row .column{
	max-width: 100%;
}